Add AD auth and B1 currency fields
This commit is contained in:
@@ -22,6 +22,13 @@ public class SalesRecord
|
||||
public string PurchaseOrderNumber { get; set; } = string.Empty;
|
||||
public decimal SalesPriceValue { get; set; }
|
||||
public string SalesCurrency { get; set; } = string.Empty;
|
||||
public string DocumentCurrency { get; set; } = string.Empty;
|
||||
public decimal DocumentTotalForeignCurrency { get; set; }
|
||||
public decimal DocumentTotalLocalCurrency { get; set; }
|
||||
public decimal VatSumForeignCurrency { get; set; }
|
||||
public decimal VatSumLocalCurrency { get; set; }
|
||||
public decimal DocumentRate { get; set; }
|
||||
public string CompanyCurrency { get; set; } = string.Empty;
|
||||
public string Incoterms2020 { get; set; } = string.Empty;
|
||||
public string SalesResponsibleEmployee { get; set; } = string.Empty;
|
||||
public DateTime? InvoiceDate { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user