Exemplo n.º 1
0
 public frmSalesReturnOrderAddEdit(int salesReturnHeaderID)
 {
     InitializeComponent();
     sALSalesReturnHeaderWrapper = new SALSalesReturnHeaderWrapper();
     sALSalesReturnLineWrraper = new SALSalesReturnLineWrraper();
     bDProductWrapper = new BDProductWrapper();
     iNVStockTypeWrapper = new INVStockTypeWrapper();
     FillProductCBX();
     FillInventoryCBX();
     FillStockTypeCBX();
     FillScreenWithDataForEdit(salesReturnHeaderID);
 }
Exemplo n.º 2
0
 public frmSalesReturnOrderAddEdit(int salesReturnHeaderID)
 {
     InitializeComponent();
     sALSalesReturnHeaderWrapper = new SALSalesReturnHeaderWrapper();
     sALSalesReturnLineWrraper   = new SALSalesReturnLineWrraper();
     bDProductWrapper            = new BDProductWrapper();
     iNVStockTypeWrapper         = new INVStockTypeWrapper();
     FillProductCBX();
     FillInventoryCBX();
     FillStockTypeCBX();
     FillScreenWithDataForEdit(salesReturnHeaderID);
 }
Exemplo n.º 3
0
 public FrmAdjustStockAddEdit(FrmAdjustmentSearch frmAdjustmentSearch)
 {
     InitializeComponent();
     this._invProductStockWrapper = new INVProductStockWrapper();
     this._inventoryWrapper = new INVInventoryWrapper();
     this._stockTypeWrapper = new INVStockTypeWrapper();
     this._adjustStockReasonWrapper = new INVAdjustStockReasonWrapper();
     this._adjustStockWrapper = new INVAdjustStockWrapper();
     this._adjustStock = new INVAdjustStock();
     this._ProductWrapper = new BDProductWrapper();
     this._adjustStockCollection = new INVAdjustStockCollection();
     this._isEdit = false;
     this._frmAdjustmentSearch = frmAdjustmentSearch;
 }
Exemplo n.º 4
0
 public frmSalesReturnOrderAddEdit()
 {
     InitializeComponent();
     sALSalesReturnHeaderWrapper = new SALSalesReturnHeaderWrapper();
     sALSalesReturnLineWrraper = new SALSalesReturnLineWrraper();
     bDProductWrapper = new BDProductWrapper();
     iNVStockTypeWrapper = new INVStockTypeWrapper();
     sALSalesReturnHeader = new SALSalesReturnHeader();
     sALSalesReturnLineCollection = new SALSalesReturnLineCollection();
     FillInventoryCBX();
     FillProductCBX();
     FillStockTypeCBX();
     dgrd_ReturnOrderLines.Enabled = false;
 }
Exemplo n.º 5
0
 public FrmAdjustStockAddEdit(FrmAdjustmentSearch frmAdjustmentSearch)
 {
     InitializeComponent();
     this._invProductStockWrapper   = new INVProductStockWrapper();
     this._inventoryWrapper         = new INVInventoryWrapper();
     this._stockTypeWrapper         = new INVStockTypeWrapper();
     this._adjustStockReasonWrapper = new INVAdjustStockReasonWrapper();
     this._adjustStockWrapper       = new INVAdjustStockWrapper();
     this._adjustStock           = new INVAdjustStock();
     this._ProductWrapper        = new BDProductWrapper();
     this._adjustStockCollection = new INVAdjustStockCollection();
     this._isEdit = false;
     this._frmAdjustmentSearch = frmAdjustmentSearch;
 }
Exemplo n.º 6
0
 public frmSalesReturnOrderAddEdit()
 {
     InitializeComponent();
     sALSalesReturnHeaderWrapper  = new SALSalesReturnHeaderWrapper();
     sALSalesReturnLineWrraper    = new SALSalesReturnLineWrraper();
     bDProductWrapper             = new BDProductWrapper();
     iNVStockTypeWrapper          = new INVStockTypeWrapper();
     sALSalesReturnHeader         = new SALSalesReturnHeader();
     sALSalesReturnLineCollection = new SALSalesReturnLineCollection();
     FillInventoryCBX();
     FillProductCBX();
     FillStockTypeCBX();
     dgrd_ReturnOrderLines.Enabled = false;
 }
Exemplo n.º 7
0
 public FrmAdjustStockAddEdit(int id, FrmAdjustmentSearch frmAdjustmentSearch)
 {
     InitializeComponent();
     this._invProductStockWrapper = new INVProductStockWrapper();
     this._inventoryWrapper = new INVInventoryWrapper();
     this._stockTypeWrapper = new INVStockTypeWrapper();
     this._adjustStockReasonWrapper = new INVAdjustStockReasonWrapper();
     this._adjustStockWrapper = new INVAdjustStockWrapper();
     this._adjustStock = new INVAdjustStock();
     this._ProductWrapper = new BDProductWrapper();
     this._isEdit = true;
     this._adjustStockID = id;
     GetAdjustStockData(_adjustStockID.Value);
     this._frmAdjustmentSearch = frmAdjustmentSearch;
 }
Exemplo n.º 8
0
 public FrmAdjustStockAddEdit(int id, FrmAdjustmentSearch frmAdjustmentSearch)
 {
     InitializeComponent();
     this._invProductStockWrapper   = new INVProductStockWrapper();
     this._inventoryWrapper         = new INVInventoryWrapper();
     this._stockTypeWrapper         = new INVStockTypeWrapper();
     this._adjustStockReasonWrapper = new INVAdjustStockReasonWrapper();
     this._adjustStockWrapper       = new INVAdjustStockWrapper();
     this._adjustStock    = new INVAdjustStock();
     this._ProductWrapper = new BDProductWrapper();
     this._isEdit         = true;
     this._adjustStockID  = id;
     GetAdjustStockData(_adjustStockID.Value);
     this._frmAdjustmentSearch = frmAdjustmentSearch;
 }