tax
This commit is contained in:
@@ -151,18 +151,12 @@ namespace Back.Data.Models
|
||||
public string? seventeentax { get; set; }
|
||||
//نکته باید به شمسی تبدیل شود
|
||||
public string? Cdate { get; set; }
|
||||
//تفاوت نرخ خرید و فروش ارز/ کارمزد فروش ارز
|
||||
[MaxLength(26)]
|
||||
public decimal? pspd { get; set; }
|
||||
public string? Udate { get; set; }
|
||||
public string InvoicIssueDate { get; set; }
|
||||
public string InvoiceDate { get; set; }
|
||||
public bool PreparedtoSendtoTax { get; set; } = false;
|
||||
public int LastChangeUserID { get; set; }
|
||||
public bool IsDeleted { get; set; }
|
||||
//عیار
|
||||
[MaxLength(26)]
|
||||
public decimal? cui { get; set; }
|
||||
//شماره اقتصادی آژانس
|
||||
[MaxLength(14)]
|
||||
public string? tinc { get; set; }
|
||||
|
@@ -133,6 +133,10 @@ namespace Back.Data.Models
|
||||
[MaxLength(12)]
|
||||
public string? bsrn { get; set; }
|
||||
public decimal? _cfee { get; set; }
|
||||
//تفاوت نرخ خرید و فروش ارز
|
||||
public decimal? pspd { get; set; }
|
||||
//عیار
|
||||
public decimal? cui { get; set; }
|
||||
#endregion
|
||||
|
||||
#region Navigation
|
||||
|
@@ -14,7 +14,7 @@ namespace Back.Data.Models
|
||||
#region autofild
|
||||
//تاریخ و زمان پرداخت
|
||||
[MaxLength(13)]
|
||||
public long? pdt { get { return new DateTimeOffset(PaymentDateTime.Trim().ToMiladi()).ToUnixTimeMilliseconds(); } }
|
||||
public long? pdt { get { return new DateTimeOffset(PaymentDateTime.Trim().ToMiladi()).ToUnixTimeSeconds(); } }
|
||||
#endregion
|
||||
|
||||
#region fild
|
||||
|
Reference in New Issue
Block a user