...
This commit is contained in:
@@ -42,7 +42,8 @@ namespace Shared.DTOs
|
||||
[MaxLength(18)]
|
||||
[Display(Name = "مجموع صورتحساب")]
|
||||
public decimal? tbill { get; set; }
|
||||
|
||||
[Display(Name = "صورتحساب مرجع")]
|
||||
public int? BillReference { get; set; }
|
||||
}
|
||||
public class InvoiceDTO
|
||||
{
|
||||
@@ -76,6 +77,7 @@ namespace Shared.DTOs
|
||||
[Display(Name = "مجموع صورتحساب")]
|
||||
public decimal? tbill { get; set; }
|
||||
public int? BillReference { get; set; }
|
||||
public bool IsDeleted { get; set; }
|
||||
public ICollection<InvoiceItemDTO> items { get; set; }=new List<InvoiceItemDTO>();
|
||||
public ICollection<InvoicePaymentDTO> payments { get; set; } = new List<InvoicePaymentDTO>();
|
||||
// public ICollection<InvoiceStatusDto> Invoicestatuschanges { get; set; }
|
||||
|
@@ -10,6 +10,7 @@ namespace Shared.DTOs.Serch
|
||||
{
|
||||
public string? Title { get; set; }//
|
||||
public int? InvoiceID { get; set; }//
|
||||
public int? refInvoiceID { get; set; }//
|
||||
public int? CustomerID { get; set; }
|
||||
public InvoiceType? invoiceType { get; set; }//
|
||||
public int PageIndex { get; set; } = 1;
|
||||
|
@@ -10,8 +10,8 @@ namespace Shared.DTOs
|
||||
//Factor=11,
|
||||
//[Display(Name = "قطعی")]
|
||||
//Final=12,
|
||||
[Display(Name = "لغو")]
|
||||
CANCEL = 0,
|
||||
//[Display(Name = "لغو")]
|
||||
//CANCEL = 0,
|
||||
[Display(Name = "فروش")]
|
||||
Sale=1,
|
||||
[Display(Name = "ابطالی")]
|
||||
|
Reference in New Issue
Block a user