public FuelPurchasesLedger() { Station = new Stations(); Id = 0; Date = DateTime.Now.ToString("dd-MMM"); Invoice = ""; Category = ""; Description = ""; Ltrs = 0; Price = 0; Total = 0; Excl = 0; Vats = 0; Zero = 0; PayDate = ""; PayCard = 0; PayAmts = 0; Supplier = new Suppliers(); }
public SuppliersStatement() { Id = 0; Supplier = new Suppliers(); Statement = new Statement(); }