Exemplo n.º 1
0
 private void LoadScreenData()
 {
     _bDTaxTypeWrapper         = new BDTaxTypeWrapper();
     _paymentTypeWrapper       = new PaymentTypeWrapper();
     _bDSupplierWrapper        = new BDSupplierWrapper();
     pURPurchaseLineCollection = new PURPurchaseLineCollection();
     _pURPurchaseLinerWrapper  = new PURPurchaseLineWrapper();
     _productWrapper           = new BDProductWrapper();
     _invInventoryService      = new INVInventoryService();
     FillSupplierCBX();
     FillPaymentTypeCBX();
     FillTaxTypeCBX();
     FillInventoryCBX();
 }
Exemplo n.º 2
0
 public frmSalesOrderAddEdit()
 {
     InitializeComponent();
     _bDTaxTypeWrapper      = new BDTaxTypeWrapper();
     _paymentTypeWrapper    = new PaymentTypeWrapper();
     _bDCustomerWrapper     = new BDCustomerWrapper();
     sALSalesLineCollection = new SALSalesLineCollection();
     _sALSalesHeader        = new SALSalesHeader();
     _sALSalesLinerWrapper  = new SALSalesLinerWrapper();
     _iNVInventoryWrapper   = new INVInventoryWrapper();
     FillCustomerCBX();
     FillPaymentTypeCBX();
     FillTaxTypeCBX();
     FillInventoryCBX();
 }
Exemplo n.º 3
0
 public frmPurchaseOrderAddEdit(int HeaderID)
 {
     InitializeComponent();
     _bDTaxTypeWrapper         = new BDTaxTypeWrapper();
     _paymentTypeWrapper       = new PaymentTypeWrapper();
     _bDSupplierWrapper        = new BDSupplierWrapper();
     pURPurchaseLineCollection = new PURPurchaseLineCollection();
     _pURPurchaseLinerWrapper  = new PURPurchaseLineWrapper();
     _productWrapper           = new BDProductWrapper();
     _invInventoryService      = new INVInventoryService();
     FillSupplierCBX();
     FillPaymentTypeCBX();
     FillTaxTypeCBX();
     FillInventoryCBX();
 }
Exemplo n.º 4
0
 public frmSalesOrderAddEdit()
 {
     InitializeComponent();
     _bDTaxTypeWrapper = new BDTaxTypeWrapper();
     _paymentTypeWrapper = new PaymentTypeWrapper();
     _bDCustomerWrapper = new BDCustomerWrapper();
     sALSalesLineCollection = new SALSalesLineCollection();
     _sALSalesHeader = new SALSalesHeader();
     _sALSalesLinerWrapper = new SALSalesLinerWrapper();
     _iNVInventoryWrapper = new INVInventoryWrapper();
     FillCustomerCBX();
     FillPaymentTypeCBX();
     FillTaxTypeCBX();
     FillInventoryCBX();
 }
Exemplo n.º 5
0
 public FrmAddEditTransferOrder(FrmTransferOrderSearch frmTransferOrderSearch, int transferHeaderID)
 {
     InitializeComponent();
     this._bDTaxTypeWrapper       = new BDTaxTypeWrapper();
     this._paymentTypeWrapper     = new PaymentTypeWrapper();
     this._bDCustomerWrapper      = new BDCustomerWrapper();
     this.transferLineCollection  = new INVTransferLineCollection();
     this._inventoryWrapper       = new INVInventoryWrapper();
     this._transferHeaderWrapper  = new INVTransferHeaderWrapper();
     this._frmTransferOrderSearch = frmTransferOrderSearch;
     FillStokeCBX();
     if (transferHeaderID > 0)
     {
         this._transferHeaderID = transferHeaderID;
         GetTransferOrderData(transferHeaderID);
     }
 }
Exemplo n.º 6
0
 public frmSalesOrderAddEdit(int salesHeaderID)
 {
     InitializeComponent();
     _bDTaxTypeWrapper      = new BDTaxTypeWrapper();
     _paymentTypeWrapper    = new PaymentTypeWrapper();
     _bDCustomerWrapper     = new BDCustomerWrapper();
     _sALSalesLinerWrapper  = new SALSalesLinerWrapper();
     _sALSalesHeaderWrapper = new SALSalesHeaderWrapper();
     _iNVInventoryWrapper   = new INVInventoryWrapper();
     FillCustomerCBX();
     FillPaymentTypeCBX();
     FillTaxTypeCBX();
     FillInventoryCBX();
     GetSalesOrderData(salesHeaderID);
     FillHeaderData();
     BindGrid();
 }
Exemplo n.º 7
0
 public frmSalesOrderAddEdit(int salesHeaderID)
 {
     InitializeComponent();
     _bDTaxTypeWrapper = new BDTaxTypeWrapper();
     _paymentTypeWrapper = new PaymentTypeWrapper();
     _bDCustomerWrapper = new BDCustomerWrapper();
     _sALSalesLinerWrapper = new SALSalesLinerWrapper();
     _sALSalesHeaderWrapper = new SALSalesHeaderWrapper();
     _iNVInventoryWrapper = new INVInventoryWrapper();
     FillCustomerCBX();
     FillPaymentTypeCBX();
     FillTaxTypeCBX();
     FillInventoryCBX();
     GetSalesOrderData(salesHeaderID);
     FillHeaderData();
     BindGrid();
 }
Exemplo n.º 8
0
 public FrmAddEditTransferOrder(FrmTransferOrderSearch frmTransferOrderSearch, int transferHeaderID)
 {
     InitializeComponent();
     this._bDTaxTypeWrapper = new BDTaxTypeWrapper();
     this._paymentTypeWrapper = new PaymentTypeWrapper();
     this._bDCustomerWrapper = new BDCustomerWrapper();
     this.transferLineCollection = new INVTransferLineCollection();
     this._inventoryWrapper = new INVInventoryWrapper();
     this._transferHeaderWrapper = new INVTransferHeaderWrapper();
     this._frmTransferOrderSearch = frmTransferOrderSearch;
     FillStokeCBX();
     if (transferHeaderID > 0)
     {
         this._transferHeaderID = transferHeaderID;
         GetTransferOrderData(transferHeaderID);
         disableCBX();
     }
 }
Exemplo n.º 9
0
 private void LoadScreenData()
 {
     _bDTaxTypeWrapper = new BDTaxTypeWrapper();
     _paymentTypeWrapper = new PaymentTypeWrapper();
     _bDSupplierWrapper = new BDSupplierWrapper();
     pURPurchaseLineCollection = new PURPurchaseLineCollection();
     _pURPurchaseLinerWrapper = new PURPurchaseLineWrapper();
     _productWrapper = new BDProductWrapper();
     _invInventoryService = new INVInventoryService();
     FillSupplierCBX();
     FillPaymentTypeCBX();
     FillTaxTypeCBX();
     FillInventoryCBX();
 }