kali-linux

pull/1/head
Sascha 2022-12-01 14:36:08 +07:00
parent 7adcc80836
commit dbdf5762c0
1 changed files with 2 additions and 2 deletions

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