Added proforma related information in purchase inovice list VM

This commit is contained in:
ashutosh.nehete 2025-12-03 15:43:14 +05:30
parent 3caf944c50
commit 447e915505

View File

@ -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; }