Exemplo n.º 1
0
 public StockInventoryUI()
 {
     InitializeComponent();
     loStockInventoryRpt = new StockInventoryRpt();
     loInventoryDetail   = new InventoryDetail();
     loLocation          = new Location();
 }
Exemplo n.º 2
0
 public StockInventoryUI()
 {
     InitializeComponent();
     loStockInventoryRpt                  = new StockInventoryRpt();
     loStockInventoryByGroupRpt           = new StockInventoryByGroupRpt();
     loStockInventoryByLocationRpt        = new StockInventoryByLocationRpt();
     loStockInventoryByLocationByGroupRpt = new StockInventoryByLocationByGroupRpt();
     loInventoryDetail   = new InventoryDetail();
     loLocation          = new Location();
     loReportViewer      = new ReportViewerUI();
     ldtAllStocks        = new DataTable();
     ldtStocksByLocation = new DataTable();
 }