示例#1
0
        public Expenses()
        {
            Id          = 0;
            Date        = DateTime.Now.ToString("dd/MM/yyyy");
            Location    = "";
            Description = "";
            Amount      = 0;

            Account = new ChartsOfAccount();
            Station = new Stations();
        }
 public Purchases()
 {
     Id          = 0;
     Date        = DateTime.Now;
     DateString  = Date.ToString("dd/MM/yyyy");
     Lpo         = "";
     Invoice     = "";
     Category    = "";
     Description = "";
     Amount      = 0;
     Station     = new Stations();
     Supplier    = new Suppliers();
 }
示例#3
0
        public ChartsOfAccount()
        {
            Id       = 0;
            ParentId = 0;

            Name       = "";
            ParentName = "";
            ViewName   = "";
            TabsName   = "";
            Notes      = "";

            Station = new Stations();
        }
示例#4
0
        public StationsReconcile()
        {
            Station = new Stations();
            Date    = DateTime.Now.ToString("dd/MM/yyyy");

            Amount    = 0;
            Payment   = 0;
            Uprna     = 0;
            Debt      = 0;
            Discount  = 0;
            Transport = 0;
            Balance   = 0;
        }
 public Customers()
 {
     Id          = 0;
     DateJoined  = DateTime.Now;
     LastInvoice = DateTime.Now;
     Name        = "";
     Contacts    = "";
     Telephone   = "";
     KraPin      = "";
     Balance     = 0;
     CreditLimit = 0;
     Station     = new Stations();
 }
 public PurchasesOthers()
 {
     Id       = 0;
     Type     = "";
     Date     = "";
     Lpo      = "";
     Invoice  = "";
     Rate     = 0;
     Total    = 0;
     Taxable  = 0;
     Station  = new Stations();
     Supplier = new Suppliers();
 }
示例#7
0
        public Products()
        {
            Id       = 0;
            Name     = "";
            Measure  = "";
            Category = "";

            Quantity = 0;
            Bp       = 0;
            Sp       = 0;
            Tax      = 0;
            Ltrs     = 0;
            Station  = new Stations();
        }
        public CustomersPayments()
        {
            Id       = 0;
            Type     = new Types();
            PostDate = DateTime.Now;
            Date     = PostDate.ToString("dd/MM/yyyy");
            Receipt  = "";
            Cheque   = "";
            Notes    = "";
            Amount   = 0;

            Station  = new Stations();
            Customer = new Customers();
        }
 public SuppliersCredits()
 {
     Id          = 0;
     Date        = DateTime.Now;
     DateString  = Date.ToString("dd/MM/yyyy");
     Type        = new SuppliersCreditsType();
     Supplier    = new Suppliers();
     Station     = new Stations();
     Receipt     = "";
     Description = "";
     Amount      = 0;
     AddedBy     = new Users();
     AddedOn     = DateTime.Now;
 }
        public StationsExpenses()
        {
            Id          = 0;
            Date        = DateTime.Now;
            DateString  = Date.ToString("d MMMM, yyyy");
            Invoice     = "";
            Description = "";

            Supplier = new Suppliers();
            Station  = new Stations();
            Category = new ExpensesCategory();

            Amount    = 0;
            VatAmount = 0;
            Zerorated = 0;
        }
        public PurchasesLedger()
        {
            Id       = 0;
            Type     = "";
            Date     = DateTime.Now.ToString("dd.MM.yyyy");
            Invoice  = "";
            Quantity = 0;
            Purchase = 0;
            Delivery = 0;
            Price    = 0;
            Total    = 0;

            Station  = new Stations();
            Fuel     = new Fuel();
            Supplier = new Suppliers();
        }
示例#12
0
        public ExpensesLedger()
        {
            Id   = 0;
            Type = 0;

            Date       = DateTime.Now;
            DateString = Date.ToString("dd/MM/yyyy");

            Invoice     = "";
            Category    = "";
            Description = "";

            Amount = 0;
            Vat    = 0;
            Zero   = 0;

            Supplier = new Suppliers();
            Station  = new Stations();
        }
        public LedgerTotals()
        {
            Station  = new Stations();
            Date     = DateTime.Now;
            Sale     = 0;
            Cash     = 0;
            Visa     = 0;
            Mpesa    = 0;
            POS      = 0;
            Invoice  = 0;
            Expense  = 0;
            Account  = 0;
            Summary  = 0;
            Discount = 0;

            CarWash = 0;
            TyreCtr = 0;
            Service = 0;
        }
        public LedgerEntries()
        {
            Id      = 0;
            Action  = 0;
            Account = 0;

            Date = DateTime.Now.ToString("dd/MM/yyyy");

            Description = "";
            Lpo         = "";
            Invoice     = "";
            Name        = "";

            Quantity = 0;
            Price    = 0;
            Amount   = 0;
            Discount = 0;

            Station  = new Stations();
            Customer = new Customers();
        }
示例#15
0
        public Delivery()
        {
            Id = 0;

            Bank    = new Bank();
            Type    = new DeliveryType();
            Station = new Stations();

            Date       = DateTime.Now;
            DateString = Date.ToString("dd/MM/yyyy");

            Receipt  = "";
            Amount   = 0;
            Expense  = 0;
            Banking  = 0;
            Discount = 0;

            AddedBy = new Users();
            AddedOn = DateTime.Now;

            JSonExpense = "{}";
            Description = "N/A";
        }
        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();
        }