Commit 7be7fcb6 authored by Klaus Wölfel's avatar Klaus Wölfel

Data Analysis is Delivery, not Order

parent 520769ec
......@@ -24,7 +24,7 @@
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>amount_generator</string>
<string>delivery_movement</string>
</tuple>
</value>
</item>
......@@ -50,7 +50,7 @@
</item>
<item>
<key> <string>type_class</string> </key>
<value> <string>OrderLine</string> </value>
<value> <string>DeliveryLine</string> </value>
</item>
<item>
<key> <string>type_interface</string> </key>
......
......@@ -22,6 +22,14 @@ An analyses is usually done on big parts of data (usually represented by special
<key> <string>factory</string> </key>
<value> <string>addXMLObject</string> </value>
</item>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>delivery</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Data Analysis</string> </value>
......@@ -44,7 +52,7 @@ An analyses is usually done on big parts of data (usually represented by special
</item>
<item>
<key> <string>type_class</string> </key>
<value> <string>Order</string> </value>
<value> <string>Delivery</string> </value>
</item>
<item>
<key> <string>type_interface</string> </key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment