This commit is contained in:
mmrbnjd
2024-08-06 17:24:25 +03:30
parent 3d29d3bd55
commit 95c0a6a93f
10 changed files with 88 additions and 232 deletions

View File

@@ -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
{