Ejemplo n.º 1
0
 public ClsBillOfMaterial()
 {
     DAL           = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
     Model         = new BillOfMaterialMasterViewModel();
     ModelDetails  = new List <BillOfMaterialDetailsViewModel>();
     ModelFinished = new List <BillOfMaterialFinishedViewModel>();
 }
Ejemplo n.º 2
0
 public ClsGeneralLedger()
 {
     DAL   = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
     Model = new LedgerViewModel();
     ModelLedgerBranchCompanyUnit = new List <LedgerBranchCompanyUnitModel>();
     ModelLedgerMappingList       = new List <LedgerMappingList>();
 }
Ejemplo n.º 3
0
 public ClsDocPrintSetting()
 {
     DAL = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
     PrintSettingList          = new List <PrintSettingModel>();
     PrintSettingUserMapList   = new List <MapUserPrintSetting>();
     PrintSettingBranchMapList = new List <MapBranchPrintSetting>();
 }
Ejemplo n.º 4
0
 public ClsPurchaseOrder()
 {
     DAL               = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
     Model             = new PurchaseOrderMasterViewModel();
     ModelDetails      = new List <PurchaseOrderDetailsViewModel>();
     ModelTerms        = new List <TermViewModel>();
     ModelBillAddress  = new BillingAddressViewModel();
     ModelOtherDetails = new OtherDetailsViewModel();
 }
Ejemplo n.º 5
0
 public ClsProduct()
 {
     DAL   = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
     Model = new ProductViewModel();
     ModelPurchaseProductTerm       = new List <PurchaseProductTerm>();
     ModelSalesProductTerm          = new List <SalesProductTerm>();
     ModelProductMappingList        = new List <ProductMappingList>();
     ModelProductCounterMappingList = new List <ProductCounterMappingList>();
 }
Ejemplo n.º 6
0
 public ClsSalesChallan()
 {
     DAL               = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
     Model             = new SalesChallanMasterViewModel();
     ModelDetails      = new List <SalesChallanDetailsViewModel>();
     ModelTerms        = new List <TermViewModel>();
     ModelBillAddress  = new BillingAddressViewModel();
     ModelOtherDetails = new OtherDetailsViewModel();
 }
Ejemplo n.º 7
0
 public ClsPurchaseChallanReturn()
 {
     DAL               = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
     Model             = new PurchaseChallanReturnMasterViewModel();
     ModelDetails      = new List <PurchaseChallanReturnDetailsViewModel>();
     ModelTerms        = new List <TermViewModel>();
     ModelPartyInfo    = new PartyInfoViewModel();
     ModelBillAddress  = new BillingAddressViewModel();
     ModelOtherDetails = new OtherDetailsViewModel();
 }
Ejemplo n.º 8
0
 public ClsUserRestriction()
 {
     DAL   = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
     Model = new List <UserRestrictionViewModel>();
 }
Ejemplo n.º 9
0
 public ClsCompany()
 {
     DAL   = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
     Model = new CompanyViewModel();
 }
Ejemplo n.º 10
0
 public ClsCommon()
 {
     DAL = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
 }
Ejemplo n.º 11
0
 public ClsCreditNoteVoucher()
 {
     DAL          = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
     Model        = new CreditNoteMsaterViewModel();
     ModelDetails = new List <CreditNoteDetailsViewModel>();
 }
Ejemplo n.º 12
0
 public ClsUserMaster()
 {
     DAL         = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
     Model       = new UserMasterViewModel();
     CompanyList = new List <CompanyRightList>();
 }
Ejemplo n.º 13
0
 public ClsKOTAssign()
 {
     DAL            = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
     Model          = new KOTViewModel();
     ModelKOTAssign = new List <KOTAssignViewModel>();
 }
Ejemplo n.º 14
0
 public ClsCurrency()
 {
     DAL   = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
     Model = new CurrencyViewModel();
 }
Ejemplo n.º 15
0
 public ClsRestaurantBilling()
 {
     DAL = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
 }
Ejemplo n.º 16
0
 public ClsDateMiti()
 {
     DAL = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
 }
Ejemplo n.º 17
0
 public ClsNarration()
 {
     DAL   = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
     Model = new NarrationViewModel();
 }
Ejemplo n.º 18
0
 public ClsUdfMaster()
 {
     DAL   = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
     Model = new UdfMasterViewModel();
     ModelUDFDetailsEntry = new List <UDFDetailsEntryViewModel>();
 }
Ejemplo n.º 19
0
 public ClsFloor()
 {
     DAL   = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
     Model = new FloorViewModel();
 }
Ejemplo n.º 20
0
 public ClsProductScheme()
 {
     DAL   = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
     Model = new ProductSchemeViewModel();
     DetailsSchemeModel = new List <ProductSchemeDetailsViewModel>();
 }
Ejemplo n.º 21
0
 public ClsPurchaseIndent()
 {
     DAL          = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
     Model        = new PurchaseIndentMasterViewModel();
     ModelDetails = new List <PurchaseIndentDetailsViewModel>();
 }
Ejemplo n.º 22
0
 public ClsLogin()
 {
     DAL   = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
     Model = new UserLogin();
 }
Ejemplo n.º 23
0
 public ClsArea()
 {
     DAL   = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
     Model = new AreaViewModel();
 }
Ejemplo n.º 24
0
 public ClsProductGroup()
 {
     DAL   = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
     Model = new ProductGroupViewModel();
 }
Ejemplo n.º 25
0
 public ClsCashBankVoucher()
 {
     DAL          = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
     Model        = new CashBankMsaterViewModel();
     ModelDetails = new List <CashBankDetailsViewModel>();
 }
Ejemplo n.º 26
0
 public ClsJournalVouchar()
 {
     DAL          = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
     Model        = new JournalMsaterViewModel();
     ModelDetails = new List <JournalDetailsViewModel>();
 }
Ejemplo n.º 27
0
 public ClsPurchaseBillingTerm()
 {
     DAL   = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
     Model = new PurchaseBillingTermViewModel();
 }
Ejemplo n.º 28
0
 public ClsCostCenter()
 {
     DAL   = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
     Model = new CostCenterViewModel();
 }
Ejemplo n.º 29
0
 public ClsAccountSubGroup()
 {
     DAL   = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
     Model = new AccountSubGroupViewModel();
 }
Ejemplo n.º 30
0
 public ClsDocumentNumbering()
 {
     DAL   = new ActiveDataAccess.ActiveDataAccess(Database.DBConnection);
     Model = new DocumentNumberingViewModel();
 }