...
This commit is contained in:
@@ -99,12 +99,15 @@ namespace Shared.DTOs
|
||||
//مبلغ مالیات بر ارزش افزوده
|
||||
public decimal? vam { get; set; }
|
||||
//مبلغ تخفیف
|
||||
public decimal? dis { get; set; }
|
||||
//مبلغ بعد از تخفیف
|
||||
public decimal? adis { get; set; }
|
||||
public decimal? dis { get; set; } = 0;
|
||||
//مبلغ کل کالا/خدمت
|
||||
public decimal? tsstam { get; set; }
|
||||
|
||||
//مبلغ قبل از تخفیف
|
||||
public decimal? prdis { get; set; }
|
||||
//مبلغ بعد از تخفیف
|
||||
[MaxLength(18)]
|
||||
public decimal? adis { get; set; }
|
||||
|
||||
}
|
||||
public class InvoicePaymentDTO
|
||||
{
|
||||
|
Reference in New Issue
Block a user