|
|
|
|
@ -31,14 +31,14 @@
|
|
|
|
|
public decimal TotalFreight { get; set; }
|
|
|
|
|
public decimal TotalVAT { get; set; }
|
|
|
|
|
public decimal Freight { get; set; }
|
|
|
|
|
|
|
|
|
|
//new properties
|
|
|
|
|
public bool IsPriceInformation { get; set; }
|
|
|
|
|
public bool ShowSinglePrices { get; set; } = true;
|
|
|
|
|
public bool ShowDiscounts { get; set; } = true;
|
|
|
|
|
public bool ShowBrutto { get; set; } = true;
|
|
|
|
|
public string QuoteDescription { get; set; } = string.Empty;
|
|
|
|
|
|
|
|
|
|
//new properties
|
|
|
|
|
|
|
|
|
|
//metadata:
|
|
|
|
|
public DateTime DataCreationDate { get; set; } = DateTime.Now;
|
|
|
|
|
public string DataModificationByUser { get; set; } = string.Empty;
|
|
|
|
|
|