| | |
| | | #parent: #root |
| | | StaticMethod SynchronizeToNewSupply ( |
| | | MacroPlan macroPlan, |
| | | NewOfflinePlanTable nopt |
| | | NewOfflinePlanTable nopt, |
| | | NewOfflinePlanRows selectedRows |
| | | ) |
| | | { |
| | | TextBody: |
| | | [* |
| | | traverse ( nopt, NewOfflinePlanRow.NewOfflinePlanCell, cell, |
| | | traverse ( selectedRows, Elements.NewOfflinePlanCell, cell, |
| | | cell.NewOfflinePlanRow().Type() = "1" and cell.Quantity() > 0.0 |
| | | // and cell.NewOfflinePlanRow().ProductionLine() = "eMotor Assy (France)" and cell.NewOfflinePlanColumn().StartDate() = Date::Construct( 2020, 4, 4 ) |
| | | ) |