LIFO%20Delivery%20Solver.xml 3.74 KB
Newer Older
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 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
<?xml version="1.0"?>
<ZopeData>
  <record id="1" aka="AAAAAAAAAAE=">
    <pickle>
      <tuple>
        <global name="SolverTypeInformation" module="Products.ERP5Type.Document.SolverTypeInformation"/>
        <tuple/>
      </tuple>
    </pickle>
    <pickle>
      <dictionary>
        <item>
            <key> <string>_property_domain_dict</string> </key>
            <value>
              <dictionary>
                <item>
                    <key> <string>short_title</string> </key>
                    <value>
                      <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
                    </value>
                </item>
                <item>
                    <key> <string>title</string> </key>
                    <value>
                      <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
                    </value>
                </item>
              </dictionary>
            </value>
        </item>
        <item>
            <key> <string>acquire_local_roles</string> </key>
            <value> <int>1</int> </value>
        </item>
        <item>
            <key> <string>categories</string> </key>
            <value>
              <tuple/>
            </value>
        </item>
        <item>
            <key> <string>description</string> </key>
            <value> <string>The LIFO solver reduces delivered quantity by reducing the quantity of simulation movements from the last order.</string> </value>
        </item>
        <item>
            <key> <string>factory</string> </key>
            <value> <string>addLIFODeliverySolver</string> </value>
        </item>
        <item>
            <key> <string>group_list</string> </key>
            <value>
              <tuple>
                <string>delivery_solver</string>
              </tuple>
            </value>
        </item>
        <item>
            <key> <string>id</string> </key>
            <value> <string>LIFO Delivery Solver</string> </value>
        </item>
        <item>
            <key> <string>init_script</string> </key>
            <value>
              <none/>
            </value>
        </item>
        <item>
            <key> <string>permission</string> </key>
            <value>
              <none/>
            </value>
        </item>
        <item>
            <key> <string>portal_type</string> </key>
            <value> <string>Solver Type</string> </value>
        </item>
        <item>
            <key> <string>solver_action_title</string> </key>
            <value> <string>Last In, First Out</string> </value>
        </item>
      </dictionary>
    </pickle>
  </record>
  <record id="2" aka="AAAAAAAAAAI=">
    <pickle>
      <tuple>
        <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
        <tuple/>
      </tuple>
    </pickle>
    <pickle>
      <dictionary>
        <item>
            <key> <string>domain_name</string> </key>
            <value> <string>erp5_content</string> </value>
        </item>
        <item>
            <key> <string>property_name</string> </key>
            <value> <string>short_title</string> </value>
        </item>
      </dictionary>
    </pickle>
  </record>
  <record id="3" aka="AAAAAAAAAAM=">
    <pickle>
      <tuple>
        <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
        <tuple/>
      </tuple>
    </pickle>
    <pickle>
      <dictionary>
        <item>
            <key> <string>domain_name</string> </key>
            <value> <string>erp5_content</string> </value>
        </item>
        <item>
            <key> <string>property_name</string> </key>
            <value> <string>title</string> </value>
        </item>
      </dictionary>
    </pickle>
  </record>
</ZopeData>