1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| Quintiq file version 2.0
| #parent: #root
| StaticMethod Test (
| MacroPlan macroPlan
| )
| {
| TextBody:
| [*
| traverse ( macroPlan, SalesDemand, sd, sd.ProductID() = "ProXOver 1 D2.6 A" and
| sd.StockingPointID() = "Carco Philadelphia" and
| sd.StartDate() = Date::Construct( 2020, 4, 1 ) ) {
| info( "数量:", sd.Quantity() );
| }
| *]
| }
|
|