| | |
| | | actproductionhandle := actproductiontree.GetHandle( actproductionKey ); |
| | | actproductiontree.Root().AddChild( actproductionhandle,i ); |
| | | } |
| | | |
| | | traverse( noptable, NewOfflinePlanRow, noprow, noprow.Type() = '1' ){ |
| | | row := table.GetRow( noprow ); |
| | | if( not isnull( row ) ){ |
| | |
| | | } |
| | | cell.ActualProductionQty( actproductionqty ); |
| | | cell.InventoryWeight( nopcell.InventoryWeight() ); |
| | | cell.Order( nopcell.Order() ); |
| | | cell.OrderNr( nopcell.OrderNr() ); |
| | | // cell.ProductionSerialNumber( nopcell.ProductionSerialNumber() ); |
| | | cell.Quantity( nopcell.Quantity() ); |
| | | // cell.Shift( nopcell.Shift() ); |
| | |
| | | } |
| | | } |
| | | } |
| | | showtable.Generate( search ); |
| | | productids := selectuniquevalues( table, Row, row, row.Name() ); |
| | | productlines := selectuniquevalues( table, Row, row, row.ProductionLine() ); |
| | | showtable.Generate( search, productids, productlines ); |
| | | *] |
| | | } |