This commit is contained in:
mmrbnjd
2024-06-12 07:54:43 +03:30
parent 5a96240660
commit 39c9de8f4c
5 changed files with 61 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ namespace Shared.DTOs
public ICollection<InvoiceItemDTO> items { get; set; }=new List<InvoiceItemDTO>();
public ICollection<InvoicePaymentDTO> payments { get; set; } = new List<InvoicePaymentDTO>();
// public ICollection<InvoiceStatusDto> Invoicestatuschanges { get; set; }
// public ICollection<InvoiceSendTaxDTO> InvoiceSendTaxs { get; set; }
public ICollection<SentTaxDto> InvoiceSendTaxs { get; set; }=new List<SentTaxDto> { };
}
public class InvoiceItemDTO

View File

@@ -19,6 +19,7 @@ namespace Shared.DTOs
[Display(Name = "زمان")]
public string Time { get; set; }
public SentStatus SentStatus { get; set; }
public InvoiceType InvoiceType { get; set; }
[Display(Name = "وضعیت صورتحساب")]
public string msgInvoiceType { get; set; }
[Display(Name = "وضعیت ارسال")]