Beispiel #1
0
 public InternalNoteInvoiceDto(GarmentInvoice internalNoteInvoice)
 {
     Invoice = new InvoiceDto(internalNoteInvoice);
 }
 public InternalNoteInvoiceDto(string invoiceNo, DateTimeOffset invoiceDate, string productNames, int categoryId, string categoryName, string paymentMethod, int invoiceId, string deliveryOrdersNo, string billsNo, string paymentBills, double amount, bool useVAT, bool isPayVAT, bool useIncomeTax, bool isPayTax, double incomeTaxRate, double correctionAmount)
 {
     Invoice = new InvoiceDto(invoiceNo, invoiceDate, productNames, categoryId, categoryName, paymentMethod, invoiceId, deliveryOrdersNo, billsNo, paymentBills, amount, useVAT, isPayVAT, useIncomeTax, isPayTax, incomeTaxRate, correctionAmount);
 }
Beispiel #3
0
 public InternalNoteInvoiceDto(GarmentInvoiceInternNoteViewModel internalNoteInvoice)
 {
     Invoice = new InvoiceDto(internalNoteInvoice);
 }