This commit is contained in:
mmrbnjd
2024-05-16 23:40:32 +03:30
parent 354316abba
commit 3ca7f9deb0
25 changed files with 7727 additions and 101 deletions

View File

@@ -22,23 +22,23 @@ namespace Shared.DTOs
[Display(Name = "شناسه")]
public int ID { get; set; }
[Display(Name = "عنوان")]
public string Title { get; set; }
public InvoiceType? invoiceType { get; set; }
public int? PatternID { get; set; }
public string? PatternTitle { get; set; }
public string Title { get; set; }//
public InvoiceType? invoiceType { get; set; }//
public int? PatternID { get; set; }//
public string? PatternTitle { get; set; }//
[Display(Name = "نوع صورتحساب")]
public string? invoiceTypeTitle { get; set; }
public int CustomerID { get; set; }
public string? invoiceTypeTitle { get; set; }//
public int CustomerID { get; set; }//
[Display(Name = "مشتری")]
public string CustomerName { get; set; }
public string CustomerName { get; set; }//
public string? Udate { get; set; }
[Display(Name = "تاریخ صدور")]
public string InvoicIssueDate { get; set; }
public string InvoiceDate { get; set; }
public string InvoicIssueDate { get; set; }//
public string InvoiceDate { get; set; }//
public bool PreparedtoSendtoTax { get; set; }
public string? Des { get; set; }
//مجموع تخفیفات
[Display(Name = "مجموع تخفیفات")]
[Display(Name = "مجموع تخفیف")]
public decimal? tdis { get; set; }
//مجموع مالیات بر ارزش افزوده
[MaxLength(18)]