Odstranjenn projekt
dodan vnos pozicije fakture
This commit is contained in:
@@ -39,6 +39,11 @@ namespace EveryThing.Models.Invoice
|
||||
[Display(Name = "Opis pozicije")]
|
||||
public string ItemDescription { get; set; }
|
||||
|
||||
[Display(Name = "Artikel")]
|
||||
public string UnlistedItem { get; set; }
|
||||
|
||||
[NotMapped] public string ItemDisplay => Item?.Title ?? UnlistedItem;
|
||||
|
||||
[Display(Name = "Opomba")]
|
||||
public string Note { get; set; }
|
||||
|
||||
@@ -69,8 +74,6 @@ namespace EveryThing.Models.Invoice
|
||||
// ForeignKey
|
||||
public Invoice Invoice { get; set; }
|
||||
|
||||
public Project.ProjectPartItem ProjectPartItem { get; set; }
|
||||
|
||||
public CodeTable.CodeTableItem Item { get; set; }
|
||||
/// <summary>
|
||||
/// Povezana pozicija fakture, npr ko se iz dob naredi racun
|
||||
|
||||
Reference in New Issue
Block a user