hongji.li
2023-11-07 192c736b8ac4b2d84cb823ac71f17e507948a5e8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Quintiq file version 2.0
Component PanelInventoryBalancingSetting id:PanelInventoryBalancingSetting_715
{
  #keys: '[156470.0.1045521733]'
  BaseType: 'WebPanel'
  Children:
  [
    Component EditFieldAvgDemand
    {
      #keys: '[156470.0.1045521734]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.DefaultNumberOfPeriodsForAvgDemand'
        Label: 'Default number of periods for average demand'
        Mask: 'POSITIVENUMBER'
        Taborder: 0
        Tooltip: '<html>The optimizer balances the products per product category based on their average demand.<br> If a target in days has been specified, then the average demand will be calculated over the next target number of days. <br>If no target in days has been specified, then the average demand will be calculated over the next X periods, where X is the default number of periods specified here.</html>'
      ]
    }
    Component DurationSelectorDurationInvMixBalancing
    {
      #keys: '[156470.0.1045521735]'
      BaseType: 'WebDurationSelector'
      Properties:
      [
        CanBeNegative: false
        DataBinding: 'DataHolderDialogData.Data.DurationInventoryMixBalancingCheck'
        Label: 'Duration inventory mix balancing filter'
        MinDuration: P0DT0H0M0S
        Taborder: 1
        Tooltip: '<HTML>If the initial inventory of a product is much higher than the total sales demand, then the inventory mix balancing may force an overproduction of all other products in this category to achieve a balanced inventory. <br> In practice, this behavior is typically undesirable and therefore we want to exclude these products from balancing. <br> This duration determines which products are excluded. Any product for which the inventory supplies are greater than the total sales demand from the start of the horizon to the end of this duration will be excluded. </HTML>'
      ]
    }
  ]
  Properties:
  [
    FixedSize: true
    Taborder: 1
    Title: 'Inventory balancing settings'
  ]
}