Kevin Kok Khah Whey
2023-10-12 e7c56c4676e153f0af05083b1f5ab0ed73d4b2c3
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?xml version="1.0" encoding="UTF-8"?>
<table>
  <name>CostDriverRules</name>
  <description>A matrix on which cost driver is applicable to which entity</description>
  <column>
    <name>CostDriver</name>
    <label>CostDriver</label>
    <description>Name of the cost driver on account assignment</description>
    <type>String</type>
    <cell value="Fixed"/>
    <cell value="Number of units"/>
    <cell value="Staffing"/>
    <cell value="Time"/>
    <cell value="Volume"/>
    <cell value="Lot"/>
    <cell value="Time"/>
    <cell value="Volume"/>
    <cell value="Time"/>
    <cell value="Volume"/>
    <cell wildcard="true"/>
    <cell value="Fixed"/>
    <cell value="Inventory holding"/>
    <cell value="Inventory value"/>
    <cell value="Inventory supply"/>
    <cell value="Sales"/>
    <cell value="Inventory holding"/>
    <cell value="Inventory value"/>
    <cell value="Lot"/>
    <cell value="Lot"/>
    <cell value="Changeover"/>
    <cell value="One time cost"/>
  </column>
  <column>
    <name>IsAllowed</name>
    <label>IsAllowed</label>
    <description>TRUE if allowed</description>
    <type>Boolean</type>
    <cell value="true"/>
    <cell value="true"/>
    <cell value="true"/>
    <cell value="true"/>
    <cell value="true"/>
    <cell value="true"/>
    <cell value="true"/>
    <cell value="true"/>
    <cell value="true"/>
    <cell value="true"/>
    <cell wildcard="true"/>
    <cell value="true"/>
    <cell value="true"/>
    <cell value="true"/>
    <cell value="true"/>
    <cell value="false"/>
    <cell value="true"/>
    <cell value="true"/>
    <cell value="true"/>
    <cell value="true"/>
    <cell value="true"/>
    <cell value="true"/>
  </column>
  <column>
    <name>CostType</name>
    <label>CostType</label>
    <description>Name of the type of the account cost that account assignment is linked to</description>
    <type>String</type>
    <cell value="UnitCost"/>
    <cell value="UnitCost"/>
    <cell value="UnitCost"/>
    <cell value="OperationCost"/>
    <cell value="OperationCost"/>
    <cell value="OperationCost"/>
    <cell value="LaneCost"/>
    <cell value="LaneCost"/>
    <cell value="LaneLegCost"/>
    <cell value="LaneLegCost"/>
    <cell wildcard="true"/>
    <cell value="StockingPointCost"/>
    <cell value="InventoryValueAndCost"/>
    <cell value="InventoryValueAndCost"/>
    <cell value="InventorySupplyCost"/>
    <cell wildcard="true"/>
    <cell value="ProductValueAndCost"/>
    <cell value="ProductValueAndCost"/>
    <cell value="LaneCost"/>
    <cell value="LaneLegCost"/>
    <cell value="UnitCost"/>
    <cell value="OperationCost"/>
  </column>
</table>