Added proforma related information in purchase inovice list VM
This commit is contained in:
parent
3caf944c50
commit
447e915505
@ -10,6 +10,9 @@ namespace Marco.Pms.Model.ViewModels.PurchaseInvoice
|
||||
public string? Title { get; set; }
|
||||
public string? Description { get; set; }
|
||||
public string? PurchaseInvoiceUId { get; set; }
|
||||
public string? ProformaInvoiceNumber { get; set; }
|
||||
public DateTime? ProformaInvoiceDate { get; set; }
|
||||
public double? ProformaInvoiceAmount { get; set; }
|
||||
public BasicProjectVM? Project { get; set; }
|
||||
public BasicOrganizationVm? Supplier { get; set; }
|
||||
public PurchaseInvoiceStatus? Status { get; set; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user