tax
This commit is contained in:
@@ -84,6 +84,11 @@ namespace Shared.DTOs
|
||||
// public ICollection<InvoiceStatusDto> Invoicestatuschanges { get; set; }
|
||||
public ICollection<SentTaxDto> InvoiceSendTaxs { get; set; }=new List<SentTaxDto> { };
|
||||
|
||||
[MaxLength(10)]
|
||||
[Display(Name = "سریال صورتحساب داخلی حافظه مالیاتی")]
|
||||
public string? inno { get; set; }
|
||||
|
||||
|
||||
}
|
||||
public class InvoiceItemDTO
|
||||
{
|
||||
|
Reference in New Issue
Block a user