1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| Quintiq file version 2.0
| #parent: #root
| StaticMethod GenerateData (
| MacroPlan macroplan,
| Boolean versionflag
| )
| {
| Description: '生成可以下发的客户需求(PPA+IDS)数据'
| TextBody:
| [*
| // 甄兰鸽 Aug-20-2024 (created)
| traverse( macroplan, SalesDemand.astype( Forecast ), forecast ){
| }
| *]
| }
|
|