From 667e3d6c29e9c3d3b4a6d3cb7f963c1b830532d3 Mon Sep 17 00:00:00 2001 From: Sebastien Robin <seb@nexedi.com> Date: Thu, 22 Mar 2007 12:23:16 +0000 Subject: [PATCH] move specific zsql method to erp5_mysql_innodb git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13555 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../z_catalog_item_list.catalog_keys.xml | 13 + .../erp5_mysql_innodb/z_catalog_item_list.xml | 309 +++++++++++ .../z_catalog_movement_list.catalog_keys.xml | 13 + .../z_catalog_movement_list.xml | 333 ++++++++++++ .../z_catalog_object_list.catalog_keys.xml | 5 + .../z_catalog_object_list.xml | 497 ++++++++++++++++++ .../z_catalog_stock_list.catalog_keys.xml | 13 + .../z_catalog_stock_list.xml | 449 ++++++++++++++++ .../z_create_catalog.catalog_keys.xml | 5 + .../erp5_mysql_innodb/z_create_catalog.xml | 254 +++++++++ .../z_related_default_site.catalog_keys.xml | 2 + .../z_related_default_site.xml | 139 +++++ ...lated_destination_payment.catalog_keys.xml | 2 + .../z_related_destination_payment.xml | 139 +++++ ...ed_simulation_state_title.catalog_keys.xml | 2 + ...ated_translated_simulation_state_title.xml | 161 ++++++ .../erp5_banking_core/CounterDate_init.xml | 26 +- bt5/erp5_banking_core/bt/revision | 2 +- .../bt/template_catalog_method_id_list | 16 +- 19 files changed, 2356 insertions(+), 24 deletions(-) create mode 100644 bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_item_list.catalog_keys.xml create mode 100644 bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_item_list.xml create mode 100644 bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_movement_list.catalog_keys.xml create mode 100644 bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_movement_list.xml create mode 100644 bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_object_list.catalog_keys.xml create mode 100644 bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_object_list.xml create mode 100644 bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_stock_list.catalog_keys.xml create mode 100644 bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_stock_list.xml create mode 100644 bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_create_catalog.catalog_keys.xml create mode 100644 bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_create_catalog.xml create mode 100644 bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_default_site.catalog_keys.xml create mode 100644 bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_default_site.xml create mode 100644 bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_destination_payment.catalog_keys.xml create mode 100644 bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_destination_payment.xml create mode 100644 bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_translated_simulation_state_title.catalog_keys.xml create mode 100644 bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_translated_simulation_state_title.xml diff --git a/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_item_list.catalog_keys.xml b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_item_list.catalog_keys.xml new file mode 100644 index 0000000000..280fabdb6a --- /dev/null +++ b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_item_list.catalog_keys.xml @@ -0,0 +1,13 @@ +<catalog_method> + <item key="sql_catalog_object_list" type="int"> + <value>1</value> + </item> + <item key="_is_filtered_archive" type="int"> + <value>1</value> + </item> + <item key="_filter_expression_archive" type="str"> + <value>python: isMovement</value> + </item> + <item key="_filter_type_archive" type="tuple"> + </item> +</catalog_method> \ No newline at end of file diff --git a/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_item_list.xml b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_item_list.xml new file mode 100644 index 0000000000..f556c1a228 --- /dev/null +++ b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_item_list.xml @@ -0,0 +1,309 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <tuple> + <string>Products.ZSQLMethods.SQL</string> + <string>SQL</string> + </tuple> + <none/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>__ac_local_roles__</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>_arg</string> </key> + <value> + <object> + <klass> + <global name="Args" module="Shared.DC.ZRDB.Aqueduct"/> + </klass> + <tuple/> + <state> + <dictionary> + <item> + <key> <string>_data</string> </key> + <value> + <dictionary> + <item> + <key> <string>getAggregateUidList</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getBaobabDestinationSectionUid</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getBaobabDestinationUid</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getResourceUid</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getSimulationState</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getStopDate</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getVariationText</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>isAccountable</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>isMovement</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>uid</string> </key> + <value> + <dictionary/> + </value> + </item> + </dictionary> + </value> + </item> + <item> + <key> <string>_keys</string> </key> + <value> + <list> +<string>isMovement</string> +<string>isAccountable</string> +<string>uid</string> +<string>getStopDate</string> +<string>getBaobabDestinationUid</string> +<string>getBaobabDestinationSectionUid</string> +<string>getResourceUid</string> +<string>getVariationText</string> +<string>getSimulationState</string> +<string>getAggregateUidList</string> + </list> + </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>allow_simple_one_argument_traversal</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>arguments_src</string> </key> + <value> <string>isMovement\r\n +isAccountable\r\n +uid\r\n +getStopDate\r\n +getBaobabDestinationUid\r\n +getBaobabDestinationSectionUid\r\n +getResourceUid\r\n +getVariationText\r\n +getSimulationState\r\n +getAggregateUidList</string> </value> + </item> + <item> + <key> <string>cache_time_</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>class_file_</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>class_name_</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>connection_hook</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>connection_id</string> </key> + <value> <string>erp5_sql_connection</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>z_catalog_item_list</string> </value> + </item> + <item> + <key> <string>max_cache_</string> </key> + <value> <int>100</int> </value> + </item> + <item> + <key> <string>max_rows_</string> </key> + <value> <int>1000</int> </value> + </item> + <item> + <key> <string>src</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +DELETE FROM\n + item\n +WHERE\n +<dtml-in uid>\n + uid=<dtml-sqlvar sequence-item type="int"><dtml-if sequence-end><dtml-else> OR </dtml-if>\n +</dtml-in>\n +;\n +\n +<dtml-var "\'\\0\'">\n +\n +<dtml-let movement_list="[]">\n + <dtml-in prefix="loop" expr="_.range(_.len(uid))">\n + <dtml-if "isMovement[loop_item] and isAccountable[loop_item] and getAggregateUidList[loop_item]">\n + <dtml-call expr="movement_list.append(loop_item)">\n + </dtml-if>\n + </dtml-in>\n + <dtml-if expr="_.len(movement_list) > 0">\n +INSERT INTO\n + item\n +VALUES\n + <dtml-in prefix="loop" expr="movement_list">\n + <dtml-in "getAggregateUidList[loop_item]">\n +( \n + <dtml-sqlvar expr="uid[loop_item]" type="int">,\n + <dtml-sqlvar expr="getStopDate[loop_item]" type="datetime" optional>,\n + <dtml-sqlvar expr="getBaobabDestinationUid[loop_item]" type="int" optional>,\n + <dtml-sqlvar expr="getBaobabDestinationSectionUid[loop_item]" type="int" optional>,\n + <dtml-sqlvar expr="getResourceUid[loop_item]" type="int" optional>,\n + <dtml-sqlvar sequence-item type="int" optional>,\n + <dtml-sqlvar expr="getVariationText[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getSimulationState[loop_item]" type="string" optional>\n +)\n + <dtml-if sequence-end><dtml-else>,</dtml-if>\n + </dtml-in>\n + <dtml-if sequence-end><dtml-else>,</dtml-if>\n + </dtml-in>\n + </dtml-if>\n +</dtml-let>\n +\n + + +]]></string> </value> + </item> + <item> + <key> <string>template</string> </key> + <value> + <object> + <klass> + <global name="SQL" module="Shared.DC.ZRDB.DA"/> + </klass> + <none/> + <state> + <dictionary> + <item> + <key> <string>__name__</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<string> + +]]></string> </value> + </item> + <item> + <key> <string>_vars</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>globals</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>raw</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +DELETE FROM\n + item\n +WHERE\n +<dtml-in uid>\n + uid=<dtml-sqlvar sequence-item type="int"><dtml-if sequence-end><dtml-else> OR </dtml-if>\n +</dtml-in>\n +;\n +\n +<dtml-var "\'\\0\'">\n +\n +<dtml-let movement_list="[]">\n + <dtml-in prefix="loop" expr="_.range(_.len(uid))">\n + <dtml-if "isMovement[loop_item] and isAccountable[loop_item] and getAggregateUidList[loop_item]">\n + <dtml-call expr="movement_list.append(loop_item)">\n + </dtml-if>\n + </dtml-in>\n + <dtml-if expr="_.len(movement_list) > 0">\n +INSERT INTO\n + item\n +VALUES\n + <dtml-in prefix="loop" expr="movement_list">\n + <dtml-in "getAggregateUidList[loop_item]">\n +( \n + <dtml-sqlvar expr="uid[loop_item]" type="int">,\n + <dtml-sqlvar expr="getStopDate[loop_item]" type="datetime" optional>,\n + <dtml-sqlvar expr="getBaobabDestinationUid[loop_item]" type="int" optional>,\n + <dtml-sqlvar expr="getBaobabDestinationSectionUid[loop_item]" type="int" optional>,\n + <dtml-sqlvar expr="getResourceUid[loop_item]" type="int" optional>,\n + <dtml-sqlvar sequence-item type="int" optional>,\n + <dtml-sqlvar expr="getVariationText[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getSimulationState[loop_item]" type="string" optional>\n +)\n + <dtml-if sequence-end><dtml-else>,</dtml-if>\n + </dtml-in>\n + <dtml-if sequence-end><dtml-else>,</dtml-if>\n + </dtml-in>\n + </dtml-if>\n +</dtml-let>\n +\n + + +]]></string> </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_movement_list.catalog_keys.xml b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_movement_list.catalog_keys.xml new file mode 100644 index 0000000000..280fabdb6a --- /dev/null +++ b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_movement_list.catalog_keys.xml @@ -0,0 +1,13 @@ +<catalog_method> + <item key="sql_catalog_object_list" type="int"> + <value>1</value> + </item> + <item key="_is_filtered_archive" type="int"> + <value>1</value> + </item> + <item key="_filter_expression_archive" type="str"> + <value>python: isMovement</value> + </item> + <item key="_filter_type_archive" type="tuple"> + </item> +</catalog_method> \ No newline at end of file diff --git a/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_movement_list.xml b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_movement_list.xml new file mode 100644 index 0000000000..c37b0ac902 --- /dev/null +++ b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_movement_list.xml @@ -0,0 +1,333 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <tuple> + <string>Products.ZSQLMethods.SQL</string> + <string>SQL</string> + </tuple> + <none/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>__ac_local_roles__</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>_arg</string> </key> + <value> + <object> + <klass> + <global name="Args" module="Shared.DC.ZRDB.Aqueduct"/> + </klass> + <tuple/> + <state> + <dictionary> + <item> + <key> <string>_data</string> </key> + <value> + <dictionary> + <item> + <key> <string>getBaobabDestinationUid</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getBaobabSourceUid</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getExplanationUid</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getInventoriatedQuantity</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getPrice</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getResourceUid</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getStartDate</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getStopDate</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getVariationText</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>isAccountable</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>isDeliverable</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>isDivergent</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>isMovement</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>isOrderable</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>uid</string> </key> + <value> + <dictionary/> + </value> + </item> + </dictionary> + </value> + </item> + <item> + <key> <string>_keys</string> </key> + <value> + <list> + <string>isMovement</string> + <string>uid</string> + <string>getExplanationUid</string> + <string>getBaobabSourceUid</string> + <string>getBaobabDestinationUid</string> + <string>getResourceUid</string> + <string>getInventoriatedQuantity</string> + <string>getStartDate</string> + <string>getStopDate</string> + <string>getPrice</string> + <string>isAccountable</string> + <string>isOrderable</string> + <string>isDeliverable</string> + <string>isDivergent</string> + <string>getVariationText</string> + </list> + </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>allow_simple_one_argument_traversal</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>arguments_src</string> </key> + <value> <string>isMovement\r\n +uid\r\n +getExplanationUid\r\n +getBaobabSourceUid\r\n +getBaobabDestinationUid\r\n +getResourceUid\r\n +getInventoriatedQuantity\r\n +getStartDate\r\n +getStopDate\r\n +getPrice\r\n +isAccountable\r\n +isOrderable\r\n +isDeliverable\r\n +isDivergent\r\n +getVariationText</string> </value> + </item> + <item> + <key> <string>cache_time_</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>class_file_</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>class_name_</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>connection_hook</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>connection_id</string> </key> + <value> <string>erp5_sql_connection</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>z_catalog_movement_list</string> </value> + </item> + <item> + <key> <string>max_cache_</string> </key> + <value> <int>100</int> </value> + </item> + <item> + <key> <string>max_rows_</string> </key> + <value> <int>1000</int> </value> + </item> + <item> + <key> <string>src</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<dtml-let movement_list="[]">\n + <dtml-in prefix="loop" expr="_.range(_.len(uid))">\n + <dtml-if "isMovement[loop_item]">\n + <dtml-call expr="movement_list.append(loop_item)">\n + </dtml-if>\n + </dtml-in>\n + <dtml-if expr="_.len(movement_list) > 0">\n +REPLACE INTO\n + movement\n +VALUES\n + <dtml-in prefix="loop" expr="movement_list">\n +( \n + <dtml-sqlvar expr="uid[loop_item]" type="int">,\n + <dtml-sqlvar expr="getExplanationUid[loop_item]" type="int" optional>,\n + <dtml-sqlvar expr="getBaobabSourceUid[loop_item]" type="int" optional>,\n + <dtml-sqlvar expr="getBaobabDestinationUid[loop_item]" type="int" optional>,\n + <dtml-sqlvar expr="getResourceUid[loop_item]" type="int" optional>,\n + <dtml-sqlvar expr="getInventoriatedQuantity[loop_item]" type="float" optional>,\n + <dtml-sqlvar expr="getStartDate[loop_item]" type="datetime" optional>,\n + <dtml-sqlvar expr="getStopDate[loop_item]" type="datetime" optional>,\n + <dtml-sqlvar expr="getPrice[loop_item]" type="float" optional>,\n + <dtml-sqlvar expr="isAccountable[loop_item]" type="int" optional>,\n + <dtml-sqlvar expr="isOrderable[loop_item]" type="int" optional>,\n + <dtml-sqlvar expr="isDeliverable[loop_item]" type="int" optional>,\n + <dtml-sqlvar expr="isDivergent[loop_item]" type="int" optional>,\n + <dtml-sqlvar expr="getVariationText[loop_item]" type="string" optional>\n +)\n +<dtml-if sequence-end><dtml-else>,</dtml-if>\n + </dtml-in>\n + </dtml-if>\n +</dtml-let>\n + + +]]></string> </value> + </item> + <item> + <key> <string>template</string> </key> + <value> + <object> + <klass> + <global name="SQL" module="Shared.DC.ZRDB.DA"/> + </klass> + <none/> + <state> + <dictionary> + <item> + <key> <string>__name__</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<string> + +]]></string> </value> + </item> + <item> + <key> <string>_vars</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>globals</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>raw</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<dtml-let movement_list="[]">\n + <dtml-in prefix="loop" expr="_.range(_.len(uid))">\n + <dtml-if "isMovement[loop_item]">\n + <dtml-call expr="movement_list.append(loop_item)">\n + </dtml-if>\n + </dtml-in>\n + <dtml-if expr="_.len(movement_list) > 0">\n +REPLACE INTO\n + movement\n +VALUES\n + <dtml-in prefix="loop" expr="movement_list">\n +( \n + <dtml-sqlvar expr="uid[loop_item]" type="int">,\n + <dtml-sqlvar expr="getExplanationUid[loop_item]" type="int" optional>,\n + <dtml-sqlvar expr="getBaobabSourceUid[loop_item]" type="int" optional>,\n + <dtml-sqlvar expr="getBaobabDestinationUid[loop_item]" type="int" optional>,\n + <dtml-sqlvar expr="getResourceUid[loop_item]" type="int" optional>,\n + <dtml-sqlvar expr="getInventoriatedQuantity[loop_item]" type="float" optional>,\n + <dtml-sqlvar expr="getStartDate[loop_item]" type="datetime" optional>,\n + <dtml-sqlvar expr="getStopDate[loop_item]" type="datetime" optional>,\n + <dtml-sqlvar expr="getPrice[loop_item]" type="float" optional>,\n + <dtml-sqlvar expr="isAccountable[loop_item]" type="int" optional>,\n + <dtml-sqlvar expr="isOrderable[loop_item]" type="int" optional>,\n + <dtml-sqlvar expr="isDeliverable[loop_item]" type="int" optional>,\n + <dtml-sqlvar expr="isDivergent[loop_item]" type="int" optional>,\n + <dtml-sqlvar expr="getVariationText[loop_item]" type="string" optional>\n +)\n +<dtml-if sequence-end><dtml-else>,</dtml-if>\n + </dtml-in>\n + </dtml-if>\n +</dtml-let>\n + + +]]></string> </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_object_list.catalog_keys.xml b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_object_list.catalog_keys.xml new file mode 100644 index 0000000000..93bd4a9bdf --- /dev/null +++ b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_object_list.catalog_keys.xml @@ -0,0 +1,5 @@ +<catalog_method> + <item key="sql_catalog_object_list" type="int"> + <value>1</value> + </item> +</catalog_method> \ No newline at end of file diff --git a/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_object_list.xml b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_object_list.xml new file mode 100644 index 0000000000..d47d51f50d --- /dev/null +++ b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_object_list.xml @@ -0,0 +1,497 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <tuple> + <string>Products.ZSQLMethods.SQL</string> + <string>SQL</string> + </tuple> + <none/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>__ac_local_roles__</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>_arg</string> </key> + <value> + <object> + <klass> + <global name="Args" module="Shared.DC.ZRDB.Aqueduct"/> + </klass> + <tuple/> + <state> + <dictionary> + <item> + <key> <string>_data</string> </key> + <value> + <dictionary> + <item> + <key> <string>causality_state</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>event_state</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getCorporateRegistrationCode</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getCreationDate</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getDescription</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getDestinationReference</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getEan13Code</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getFloatIndex</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getGroupingReference</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getIntIndex</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getModificationDate</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getParentUid</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getPath</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getPortalType</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getReference</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getRelativeUrl</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getSimulationState</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getSimulationStateTitle</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getSourceReference</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getStartDate</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getStopDate</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getStringIndex</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getTitle</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getValidationState</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getValidationStateTitle</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>hasCellContent</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>invoice_state</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>meta_type</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>opportunity_state</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>payment_state</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>security_uid</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>uid</string> </key> + <value> + <dictionary/> + </value> + </item> + </dictionary> + </value> + </item> + <item> + <key> <string>_keys</string> </key> + <value> + <list> +<string>uid</string> +<string>security_uid</string> +<string>getPath</string> +<string>getRelativeUrl</string> +<string>getParentUid</string> +<string>id</string> +<string>getDescription</string> +<string>getTitle</string> +<string>meta_type</string> +<string>getPortalType</string> +<string>opportunity_state</string> +<string>getCorporateRegistrationCode</string> +<string>getEan13Code</string> +<string>getSimulationState</string> +<string>getSimulationStateTitle</string> +<string>causality_state</string> +<string>invoice_state</string> +<string>getValidationState</string> +<string>getValidationStateTitle</string> +<string>payment_state</string> +<string>event_state</string> +<string>getReference</string> +<string>getGroupingReference</string> +<string>getSourceReference</string> +<string>getDestinationReference</string> +<string>getStringIndex</string> +<string>getIntIndex</string> +<string>getFloatIndex</string> +<string>hasCellContent</string> +<string>getCreationDate</string> +<string>getModificationDate</string> +<string>getStartDate</string> +<string>getStopDate</string> + </list> + </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>allow_simple_one_argument_traversal</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>arguments_src</string> </key> + <value> <string>uid\r\n +security_uid\r\n +getPath\r\n +getRelativeUrl\r\n +getParentUid\r\n +id\r\n +getDescription\r\n +getTitle\r\n +meta_type\r\n +getPortalType\r\n +opportunity_state\r\n +getCorporateRegistrationCode\r\n +getEan13Code\r\n +getSimulationState\r\n +getSimulationStateTitle\r\n +causality_state\r\n +invoice_state\r\n +getValidationState\r\n +getValidationStateTitle\r\n +payment_state\r\n +event_state\r\n +getReference\r\n +getGroupingReference\r\n +getSourceReference\r\n +getDestinationReference\r\n +getStringIndex\r\n +getIntIndex\r\n +getFloatIndex\r\n +hasCellContent\r\n +getCreationDate\r\n +getModificationDate\r\n +getStartDate\r\n +getStopDate</string> </value> + </item> + <item> + <key> <string>cache_time_</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>class_file_</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>class_name_</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>connection_hook</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>connection_id</string> </key> + <value> <string>erp5_sql_connection</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>z_catalog_object_list</string> </value> + </item> + <item> + <key> <string>max_cache_</string> </key> + <value> <int>100</int> </value> + </item> + <item> + <key> <string>max_rows_</string> </key> + <value> <int>1000</int> </value> + </item> + <item> + <key> <string>src</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +REPLACE INTO\n + catalog\n +VALUES\n +<dtml-in prefix="loop" expr="_.range(_.len(uid))">\n +(\n + <dtml-sqlvar expr="uid[loop_item]" type="int">, \n + <dtml-sqlvar expr="security_uid[loop_item]" type="int">,\n + <dtml-sqlvar expr="getPath[loop_item]" type="string">,\n + <dtml-sqlvar expr="getRelativeUrl[loop_item]" type="string">,\n + <dtml-sqlvar expr="getParentUid[loop_item]" type="int">,\n + <dtml-sqlvar expr="id[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getDescription[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getTitle[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="meta_type[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getPortalType[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="opportunity_state[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getCorporateRegistrationCode[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getEan13Code[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getValidationState[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getValidationStateTitle[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getSimulationState[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getSimulationStateTitle[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="causality_state[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="invoice_state[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="payment_state[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="event_state[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getReference[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getGroupingReference[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getSourceReference[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getDestinationReference[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getStringIndex[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getIntIndex[loop_item]" type="int" optional>,\n + <dtml-sqlvar expr="getFloatIndex[loop_item]" type="float" optional>,\n + <dtml-sqlvar expr="hasCellContent[loop_item]" type="int" optional>,\n + <dtml-sqlvar expr="getCreationDate[loop_item]" type="datetime" optional>,\n + <dtml-sqlvar expr="getModificationDate[loop_item]" type="datetime" optional>,\n + <dtml-sqlvar expr="getStartDate[loop_item]" type="datetime" optional>,\n + <dtml-sqlvar expr="getStopDate[loop_item]" type="datetime" optional>\n +)\n +<dtml-if sequence-end><dtml-else>,</dtml-if>\n +</dtml-in>\n + + +]]></string> </value> + </item> + <item> + <key> <string>template</string> </key> + <value> + <object> + <klass> + <global name="SQL" module="Shared.DC.ZRDB.DA"/> + </klass> + <none/> + <state> + <dictionary> + <item> + <key> <string>__name__</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<string> + +]]></string> </value> + </item> + <item> + <key> <string>_vars</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>globals</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>raw</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +REPLACE INTO\n + catalog\n +VALUES\n +<dtml-in prefix="loop" expr="_.range(_.len(uid))">\n +(\n + <dtml-sqlvar expr="uid[loop_item]" type="int">, \n + <dtml-sqlvar expr="security_uid[loop_item]" type="int">,\n + <dtml-sqlvar expr="getPath[loop_item]" type="string">,\n + <dtml-sqlvar expr="getRelativeUrl[loop_item]" type="string">,\n + <dtml-sqlvar expr="getParentUid[loop_item]" type="int">,\n + <dtml-sqlvar expr="id[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getDescription[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getTitle[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="meta_type[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getPortalType[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="opportunity_state[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getCorporateRegistrationCode[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getEan13Code[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getValidationState[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getValidationStateTitle[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getSimulationState[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getSimulationStateTitle[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="causality_state[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="invoice_state[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="payment_state[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="event_state[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getReference[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getGroupingReference[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getSourceReference[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getDestinationReference[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getStringIndex[loop_item]" type="string" optional>,\n + <dtml-sqlvar expr="getIntIndex[loop_item]" type="int" optional>,\n + <dtml-sqlvar expr="getFloatIndex[loop_item]" type="float" optional>,\n + <dtml-sqlvar expr="hasCellContent[loop_item]" type="int" optional>,\n + <dtml-sqlvar expr="getCreationDate[loop_item]" type="datetime" optional>,\n + <dtml-sqlvar expr="getModificationDate[loop_item]" type="datetime" optional>,\n + <dtml-sqlvar expr="getStartDate[loop_item]" type="datetime" optional>,\n + <dtml-sqlvar expr="getStopDate[loop_item]" type="datetime" optional>\n +)\n +<dtml-if sequence-end><dtml-else>,</dtml-if>\n +</dtml-in>\n + + +]]></string> </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_stock_list.catalog_keys.xml b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_stock_list.catalog_keys.xml new file mode 100644 index 0000000000..280fabdb6a --- /dev/null +++ b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_stock_list.catalog_keys.xml @@ -0,0 +1,13 @@ +<catalog_method> + <item key="sql_catalog_object_list" type="int"> + <value>1</value> + </item> + <item key="_is_filtered_archive" type="int"> + <value>1</value> + </item> + <item key="_filter_expression_archive" type="str"> + <value>python: isMovement</value> + </item> + <item key="_filter_type_archive" type="tuple"> + </item> +</catalog_method> \ No newline at end of file diff --git a/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_stock_list.xml b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_stock_list.xml new file mode 100644 index 0000000000..b8a5f7466f --- /dev/null +++ b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_catalog_stock_list.xml @@ -0,0 +1,449 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <tuple> + <string>Products.ZSQLMethods.SQL</string> + <string>SQL</string> + </tuple> + <none/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>__ac_local_roles__</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>_arg</string> </key> + <value> + <object> + <klass> + <global name="Args" module="Shared.DC.ZRDB.Aqueduct"/> + </klass> + <tuple/> + <state> + <dictionary> + <item> + <key> <string>_data</string> </key> + <value> + <dictionary> + <item> + <key> <string>getBaobabDestinationFunctionUid</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getBaobabDestinationPaymentUid</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getBaobabDestinationProjectUid</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getBaobabDestinationSectionUid</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getBaobabDestinationUid</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getBaobabDestinationVariationText</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getBaobabSourceFunctionUid</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getBaobabSourcePaymentUid</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getBaobabSourceProjectUid</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getBaobabSourceSectionUid</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getBaobabSourceUid</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getBaobabSourceVariationText</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getDestinationInventoriatedTotalAssetPrice</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getInventoriatedQuantity</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getPortalType</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getResourceUid</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getSimulationState</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getSourceInventoriatedTotalAssetPrice</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getStartDate</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getStopDate</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>getSubVariationText</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>isAccountable</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>isMovement</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>uid</string> </key> + <value> + <dictionary/> + </value> + </item> + </dictionary> + </value> + </item> + <item> + <key> <string>_keys</string> </key> + <value> + <list> + <string>uid</string> + <string>getResourceUid</string> + <string>getInventoriatedQuantity</string> + <string>getBaobabSourceUid</string> + <string>getBaobabDestinationUid</string> + <string>getBaobabSourceSectionUid</string> + <string>getBaobabDestinationSectionUid</string> + <string>isMovement</string> + <string>getBaobabSourcePaymentUid</string> + <string>getBaobabDestinationPaymentUid</string> + <string>getBaobabSourceFunctionUid</string> + <string>getBaobabDestinationFunctionUid</string> + <string>getBaobabSourceProjectUid</string> + <string>getBaobabDestinationProjectUid</string> + <string>getSimulationState</string> + <string>getSourceInventoriatedTotalAssetPrice</string> + <string>getDestinationInventoriatedTotalAssetPrice</string> + <string>getStartDate</string> + <string>getStopDate</string> + <string>isAccountable</string> + <string>getPortalType</string> + <string>getBaobabDestinationVariationText</string> + <string>getBaobabSourceVariationText</string> + <string>getSubVariationText</string> + </list> + </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>allow_simple_one_argument_traversal</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>arguments_src</string> </key> + <value> <string>uid\r\n +getResourceUid\r\n +getInventoriatedQuantity\r\n +getBaobabSourceUid\r\n +getBaobabDestinationUid\r\n +getBaobabSourceSectionUid\r\n +getBaobabDestinationSectionUid\r\n +isMovement\r\n +getBaobabSourcePaymentUid\r\n +getBaobabDestinationPaymentUid\r\n +getBaobabSourceFunctionUid\r\n +getBaobabDestinationFunctionUid\r\n +getBaobabSourceProjectUid\r\n +getBaobabDestinationProjectUid\r\n +getSimulationState\r\n +getSourceInventoriatedTotalAssetPrice\r\n +getDestinationInventoriatedTotalAssetPrice\r\n +getStartDate\r\n +getStopDate\r\n +isAccountable\r\n +getPortalType\r\n +getBaobabDestinationVariationText\r\n +getBaobabSourceVariationText\r\n +getSubVariationText</string> </value> + </item> + <item> + <key> <string>cache_time_</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>class_file_</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>class_name_</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>connection_hook</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>connection_id</string> </key> + <value> <string>erp5_sql_connection</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>z_catalog_stock_list</string> </value> + </item> + <item> + <key> <string>max_cache_</string> </key> + <value> <int>100</int> </value> + </item> + <item> + <key> <string>max_rows_</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>src</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +DELETE FROM\n + stock\n +WHERE\n +<dtml-in uid>\n + uid=<dtml-sqlvar sequence-item type="int"><dtml-if sequence-end><dtml-else> OR </dtml-if>\n +</dtml-in>\n +;\n +\n +<dtml-var "\'\\0\'">\n +\n +<dtml-let row_list="[]">\n + <dtml-in prefix="loop" expr="_.range(_.len(uid))">\n + <dtml-if "isMovement[loop_item]">\n + <dtml-if "isAccountable[loop_item]">\n + <dtml-if "getResourceUid[loop_item]">\n + <dtml-if "getBaobabDestinationUid[loop_item]">\n + <dtml-call expr="row_list.append([uid[loop_item], getBaobabDestinationUid[loop_item], getBaobabDestinationSectionUid[loop_item], getBaobabDestinationPaymentUid[loop_item], getBaobabDestinationFunctionUid[loop_item], getBaobabDestinationProjectUid[loop_item], getBaobabSourceSectionUid[loop_item], getBaobabSourceUid[loop_item], getResourceUid[loop_item], getInventoriatedQuantity[loop_item], getStopDate[loop_item], getDestinationInventoriatedTotalAssetPrice[loop_item], getPortalType[loop_item], getSimulationState[loop_item], getBaobabDestinationVariationText[loop_item],getSubVariationText[loop_item]])">\n + </dtml-if>\n + <dtml-if "getBaobabSourceUid[loop_item]">\n + <dtml-call expr="row_list.append([uid[loop_item], getBaobabSourceUid[loop_item], getBaobabSourceSectionUid[loop_item], getBaobabSourcePaymentUid[loop_item], getBaobabSourceFunctionUid[loop_item], getBaobabSourceProjectUid[loop_item], getBaobabDestinationSectionUid[loop_item], getBaobabDestinationUid[loop_item], getResourceUid[loop_item], -(getInventoriatedQuantity[loop_item] or 0), getStartDate[loop_item], getSourceInventoriatedTotalAssetPrice[loop_item], getPortalType[loop_item], getSimulationState[loop_item], getBaobabSourceVariationText[loop_item], getSubVariationText[loop_item]])">\n + </dtml-if>\n + </dtml-if>\n + </dtml-if>\n + </dtml-if>\n + </dtml-in> \n + \n + <dtml-if "row_list">\n +INSERT INTO\n + stock\n +VALUES\n + <dtml-in prefix="row" expr="row_list">\n +(\n + <dtml-sqlvar expr="row_item[0]" type="int">,\n + <dtml-sqlvar expr="row_item[1]" type="int">, \n + <dtml-sqlvar expr="row_item[2]" type="int" optional>, \n + <dtml-sqlvar expr="row_item[3]" type="int" optional>, \n + <dtml-sqlvar expr="row_item[4]" type="int" optional>,\n + <dtml-sqlvar expr="row_item[5]" type="int" optional>,\n + <dtml-sqlvar expr="row_item[6]" type="int" optional>,\n + <dtml-sqlvar expr="row_item[7]" type="int" optional>,\n + <dtml-sqlvar expr="row_item[8]" type="int">, \n + <dtml-sqlvar expr="row_item[9]" type="float" optional>,\n + <dtml-sqlvar expr="row_item[10]" type="datetime" optional>,\n + <dtml-sqlvar expr="row_item[11]" type="float" optional>,\n + <dtml-sqlvar expr="row_item[12]" type="string" optional>,\n + <dtml-sqlvar expr="row_item[13]" type="string" optional>,\n + <dtml-sqlvar expr="row_item[14]" type="string" optional>,\n + <dtml-sqlvar expr="row_item[15]" type="string" optional>\n +)\n +<dtml-if sequence-end><dtml-else>,</dtml-if>\n + </dtml-in>\n + </dtml-if>\n +</dtml-let>\n + + +]]></string> </value> + </item> + <item> + <key> <string>template</string> </key> + <value> + <object> + <klass> + <global name="SQL" module="Shared.DC.ZRDB.DA"/> + </klass> + <none/> + <state> + <dictionary> + <item> + <key> <string>__name__</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<string> + +]]></string> </value> + </item> + <item> + <key> <string>_vars</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>globals</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>raw</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +DELETE FROM\n + stock\n +WHERE\n +<dtml-in uid>\n + uid=<dtml-sqlvar sequence-item type="int"><dtml-if sequence-end><dtml-else> OR </dtml-if>\n +</dtml-in>\n +;\n +\n +<dtml-var "\'\\0\'">\n +\n +<dtml-let row_list="[]">\n + <dtml-in prefix="loop" expr="_.range(_.len(uid))">\n + <dtml-if "isMovement[loop_item]">\n + <dtml-if "isAccountable[loop_item]">\n + <dtml-if "getResourceUid[loop_item]">\n + <dtml-if "getBaobabDestinationUid[loop_item]">\n + <dtml-call expr="row_list.append([uid[loop_item], getBaobabDestinationUid[loop_item], getBaobabDestinationSectionUid[loop_item], getBaobabDestinationPaymentUid[loop_item], getBaobabDestinationFunctionUid[loop_item], getBaobabDestinationProjectUid[loop_item], getBaobabSourceSectionUid[loop_item], getBaobabSourceUid[loop_item], getResourceUid[loop_item], getInventoriatedQuantity[loop_item], getStopDate[loop_item], getDestinationInventoriatedTotalAssetPrice[loop_item], getPortalType[loop_item], getSimulationState[loop_item], getBaobabDestinationVariationText[loop_item],getSubVariationText[loop_item]])">\n + </dtml-if>\n + <dtml-if "getBaobabSourceUid[loop_item]">\n + <dtml-call expr="row_list.append([uid[loop_item], getBaobabSourceUid[loop_item], getBaobabSourceSectionUid[loop_item], getBaobabSourcePaymentUid[loop_item], getBaobabSourceFunctionUid[loop_item], getBaobabSourceProjectUid[loop_item], getBaobabDestinationSectionUid[loop_item], getBaobabDestinationUid[loop_item], getResourceUid[loop_item], -(getInventoriatedQuantity[loop_item] or 0), getStartDate[loop_item], getSourceInventoriatedTotalAssetPrice[loop_item], getPortalType[loop_item], getSimulationState[loop_item], getBaobabSourceVariationText[loop_item], getSubVariationText[loop_item]])">\n + </dtml-if>\n + </dtml-if>\n + </dtml-if>\n + </dtml-if>\n + </dtml-in> \n + \n + <dtml-if "row_list">\n +INSERT INTO\n + stock\n +VALUES\n + <dtml-in prefix="row" expr="row_list">\n +(\n + <dtml-sqlvar expr="row_item[0]" type="int">,\n + <dtml-sqlvar expr="row_item[1]" type="int">, \n + <dtml-sqlvar expr="row_item[2]" type="int" optional>, \n + <dtml-sqlvar expr="row_item[3]" type="int" optional>, \n + <dtml-sqlvar expr="row_item[4]" type="int" optional>,\n + <dtml-sqlvar expr="row_item[5]" type="int" optional>,\n + <dtml-sqlvar expr="row_item[6]" type="int" optional>,\n + <dtml-sqlvar expr="row_item[7]" type="int" optional>,\n + <dtml-sqlvar expr="row_item[8]" type="int">, \n + <dtml-sqlvar expr="row_item[9]" type="float" optional>,\n + <dtml-sqlvar expr="row_item[10]" type="datetime" optional>,\n + <dtml-sqlvar expr="row_item[11]" type="float" optional>,\n + <dtml-sqlvar expr="row_item[12]" type="string" optional>,\n + <dtml-sqlvar expr="row_item[13]" type="string" optional>,\n + <dtml-sqlvar expr="row_item[14]" type="string" optional>,\n + <dtml-sqlvar expr="row_item[15]" type="string" optional>\n +)\n +<dtml-if sequence-end><dtml-else>,</dtml-if>\n + </dtml-in>\n + </dtml-if>\n +</dtml-let>\n + + +]]></string> </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_create_catalog.catalog_keys.xml b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_create_catalog.catalog_keys.xml new file mode 100644 index 0000000000..baf9e92bd9 --- /dev/null +++ b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_create_catalog.catalog_keys.xml @@ -0,0 +1,5 @@ +<catalog_method> + <item key="sql_clear_catalog" type="int"> + <value>1</value> + </item> +</catalog_method> \ No newline at end of file diff --git a/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_create_catalog.xml b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_create_catalog.xml new file mode 100644 index 0000000000..79a0f52571 --- /dev/null +++ b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_create_catalog.xml @@ -0,0 +1,254 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <tuple> + <string>Products.ZSQLMethods.SQL</string> + <string>SQL</string> + </tuple> + <none/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>__ac_local_roles__</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>_arg</string> </key> + <value> + <object> + <klass> + <global name="Args" module="Shared.DC.ZRDB.Aqueduct"/> + </klass> + <tuple/> + <state> + <dictionary> + <item> + <key> <string>_data</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>_keys</string> </key> + <value> + <list/> + </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>allow_simple_one_argument_traversal</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>arguments_src</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>cache_time_</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>class_file_</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>class_name_</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>connection_hook</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>connection_id</string> </key> + <value> <string>erp5_sql_connection</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>z_create_catalog</string> </value> + </item> + <item> + <key> <string>max_cache_</string> </key> + <value> <int>100</int> </value> + </item> + <item> + <key> <string>max_rows_</string> </key> + <value> <int>1000</int> </value> + </item> + <item> + <key> <string>src</string> </key> + <value> <string># Host:\n +# Database: test\n +# Table: \'catalog\'\n +#\n +CREATE TABLE `catalog` (\n + `uid` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,\n + `security_uid` INT UNSIGNED,\n + `path` varchar(255) NOT NULL default \'\',\n + `relative_url` varchar(255) NOT NULL default \'\',\n + `parent_uid` BIGINT UNSIGNED default \'0\',\n + `id` varchar(255) default \'\',\n + `description` text,\n + `title` varchar(255) default \'\',\n + `meta_type` varchar(255) default \'\',\n + `portal_type` varchar(255) default \'\',\n + `opportunity_state` varchar(255) default \'\',\n + `corporate_registration_code` varchar(255),\n + `ean13_code` varchar(255),\n + `validation_state` varchar(255) default \'\',\n + `validation_state_title` varchar(255) default \'\',\n + `simulation_state` varchar(255) default \'\',\n + `simulation_state_title` varchar(255) default \'\',\n + `causality_state` varchar(255) default \'\',\n + `invoice_state` varchar(255) default \'\',\n + `payment_state` varchar(255) default \'\',\n + `event_state` varchar(255) default \'\',\n + `reference` varchar(255) default \'\',\n + `grouping_reference` varchar(255) default \'\',\n + `source_reference` varchar(255) default \'\',\n + `destination_reference` varchar(255) default \'\',\n + `string_index` varchar(255),\n + `int_index` INT,\n + `float_index` real,\n + `has_cell_content` bool,\n + `creation_date` datetime,\n + `modification_date` datetime,\n + `start_date` datetime,\n + `stop_date` datetime,\n + PRIMARY KEY (`uid`),\n + KEY `security_uid` (`security_uid`),\n + KEY `Parent` (`parent_uid`),\n + KEY `Path` (`path`),\n + KEY `relative_url` (`relative_url`),\n + KEY `Type` (`meta_type`,`portal_type`),\n + KEY `Type1` (`portal_type`),\n + KEY `Type2` (`meta_type`),\n + KEY `opportunity_state` (`opportunity_state`),\n + KEY `validation_state` (`validation_state`),\n + KEY `validation_state_title` (`validation_state_title`),\n + KEY `simulation_state` (`simulation_state`),\n + KEY `simulation_state_title` (`simulation_state_title`),\n + KEY `causality_state` (`causality_state`),\n + KEY `invoice_state` (`invoice_state`),\n + KEY `payment_state` (`payment_state`),\n + KEY `event_state` (`event_state`)\n +) TYPE=InnoDB;\n +</string> </value> + </item> + <item> + <key> <string>template</string> </key> + <value> + <object> + <klass> + <global name="SQL" module="Shared.DC.ZRDB.DA"/> + </klass> + <none/> + <state> + <dictionary> + <item> + <key> <string>__name__</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<string> + +]]></string> </value> + </item> + <item> + <key> <string>_vars</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>globals</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>raw</string> </key> + <value> <string># Host:\n +# Database: test\n +# Table: \'catalog\'\n +#\n +CREATE TABLE `catalog` (\n + `uid` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,\n + `security_uid` INT UNSIGNED,\n + `path` varchar(255) NOT NULL default \'\',\n + `relative_url` varchar(255) NOT NULL default \'\',\n + `parent_uid` BIGINT UNSIGNED default \'0\',\n + `id` varchar(255) default \'\',\n + `description` text,\n + `title` varchar(255) default \'\',\n + `meta_type` varchar(255) default \'\',\n + `portal_type` varchar(255) default \'\',\n + `opportunity_state` varchar(255) default \'\',\n + `corporate_registration_code` varchar(255),\n + `ean13_code` varchar(255),\n + `validation_state` varchar(255) default \'\',\n + `validation_state_title` varchar(255) default \'\',\n + `simulation_state` varchar(255) default \'\',\n + `simulation_state_title` varchar(255) default \'\',\n + `causality_state` varchar(255) default \'\',\n + `invoice_state` varchar(255) default \'\',\n + `payment_state` varchar(255) default \'\',\n + `event_state` varchar(255) default \'\',\n + `reference` varchar(255) default \'\',\n + `grouping_reference` varchar(255) default \'\',\n + `source_reference` varchar(255) default \'\',\n + `destination_reference` varchar(255) default \'\',\n + `string_index` varchar(255),\n + `int_index` INT,\n + `float_index` real,\n + `has_cell_content` bool,\n + `creation_date` datetime,\n + `modification_date` datetime,\n + `start_date` datetime,\n + `stop_date` datetime,\n + PRIMARY KEY (`uid`),\n + KEY `security_uid` (`security_uid`),\n + KEY `Parent` (`parent_uid`),\n + KEY `Path` (`path`),\n + KEY `relative_url` (`relative_url`),\n + KEY `Type` (`meta_type`,`portal_type`),\n + KEY `Type1` (`portal_type`),\n + KEY `Type2` (`meta_type`),\n + KEY `opportunity_state` (`opportunity_state`),\n + KEY `validation_state` (`validation_state`),\n + KEY `validation_state_title` (`validation_state_title`),\n + KEY `simulation_state` (`simulation_state`),\n + KEY `simulation_state_title` (`simulation_state_title`),\n + KEY `causality_state` (`causality_state`),\n + KEY `invoice_state` (`invoice_state`),\n + KEY `payment_state` (`payment_state`),\n + KEY `event_state` (`event_state`)\n +) TYPE=InnoDB;\n +</string> </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_default_site.catalog_keys.xml b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_default_site.catalog_keys.xml new file mode 100644 index 0000000000..7d6996cb9c --- /dev/null +++ b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_default_site.catalog_keys.xml @@ -0,0 +1,2 @@ +<catalog_method> +</catalog_method> \ No newline at end of file diff --git a/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_default_site.xml b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_default_site.xml new file mode 100644 index 0000000000..2b8c056d39 --- /dev/null +++ b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_default_site.xml @@ -0,0 +1,139 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <tuple> + <string>Products.ZSQLMethods.SQL</string> + <string>SQL</string> + </tuple> + <none/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>__ac_local_roles__</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>_arg</string> </key> + <value> + <object> + <klass> + <global name="Args" module="Shared.DC.ZRDB.Aqueduct"/> + </klass> + <tuple/> + <state> + <dictionary> + <item> + <key> <string>_data</string> </key> + <value> + <dictionary> + <item> + <key> <string>table_0</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>table_1</string> </key> + <value> + <dictionary/> + </value> + </item> + </dictionary> + </value> + </item> + <item> + <key> <string>_keys</string> </key> + <value> + <list> + <string>table_0</string> + <string>table_1</string> + </list> + </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>arguments_src</string> </key> + <value> <string>table_0\r\n +table_1</string> </value> + </item> + <item> + <key> <string>connection_id</string> </key> + <value> <string>erp5_sql_connection</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>z_related_default_site</string> </value> + </item> + <item> + <key> <string>src</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<dtml-var table_1>.uid = <dtml-var table_0>.category_uid\n +AND <dtml-var table_0>.base_category_uid = <dtml-var "portal_categories.site.getUid()">\n +AND <dtml-var table_0>.uid = catalog.uid + +]]></string> </value> + </item> + <item> + <key> <string>template</string> </key> + <value> + <object> + <klass> + <global name="SQL" module="Shared.DC.ZRDB.DA"/> + </klass> + <none/> + <state> + <dictionary> + <item> + <key> <string>__name__</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<string> + +]]></string> </value> + </item> + <item> + <key> <string>_vars</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>globals</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>raw</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<dtml-var table_1>.uid = <dtml-var table_0>.category_uid\n +AND <dtml-var table_0>.base_category_uid = <dtml-var "portal_categories.site.getUid()">\n +AND <dtml-var table_0>.uid = catalog.uid + +]]></string> </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_destination_payment.catalog_keys.xml b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_destination_payment.catalog_keys.xml new file mode 100644 index 0000000000..7d6996cb9c --- /dev/null +++ b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_destination_payment.catalog_keys.xml @@ -0,0 +1,2 @@ +<catalog_method> +</catalog_method> \ No newline at end of file diff --git a/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_destination_payment.xml b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_destination_payment.xml new file mode 100644 index 0000000000..55f2b14a0b --- /dev/null +++ b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_destination_payment.xml @@ -0,0 +1,139 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <tuple> + <string>Products.ZSQLMethods.SQL</string> + <string>SQL</string> + </tuple> + <none/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>__ac_local_roles__</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>_arg</string> </key> + <value> + <object> + <klass> + <global name="Args" module="Shared.DC.ZRDB.Aqueduct"/> + </klass> + <tuple/> + <state> + <dictionary> + <item> + <key> <string>_data</string> </key> + <value> + <dictionary> + <item> + <key> <string>table_0</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>table_1</string> </key> + <value> + <dictionary/> + </value> + </item> + </dictionary> + </value> + </item> + <item> + <key> <string>_keys</string> </key> + <value> + <list> + <string>table_0</string> + <string>table_1</string> + </list> + </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>arguments_src</string> </key> + <value> <string>table_0\r\n +table_1</string> </value> + </item> + <item> + <key> <string>connection_id</string> </key> + <value> <string>erp5_sql_connection</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>z_related_destination_payment</string> </value> + </item> + <item> + <key> <string>src</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<dtml-var table_0>.uid = catalog.uid\n + AND <dtml-var table_1>.uid = <dtml-var table_0>.category_uid\n + AND <dtml-var table_0>.base_category_uid = <dtml-var "portal_categories.destination_payment.getUid()"> + +]]></string> </value> + </item> + <item> + <key> <string>template</string> </key> + <value> + <object> + <klass> + <global name="SQL" module="Shared.DC.ZRDB.DA"/> + </klass> + <none/> + <state> + <dictionary> + <item> + <key> <string>__name__</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<string> + +]]></string> </value> + </item> + <item> + <key> <string>_vars</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>globals</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>raw</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<dtml-var table_0>.uid = catalog.uid\n + AND <dtml-var table_1>.uid = <dtml-var table_0>.category_uid\n + AND <dtml-var table_0>.base_category_uid = <dtml-var "portal_categories.destination_payment.getUid()"> + +]]></string> </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_translated_simulation_state_title.catalog_keys.xml b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_translated_simulation_state_title.catalog_keys.xml new file mode 100644 index 0000000000..7d6996cb9c --- /dev/null +++ b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_translated_simulation_state_title.catalog_keys.xml @@ -0,0 +1,2 @@ +<catalog_method> +</catalog_method> \ No newline at end of file diff --git a/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_translated_simulation_state_title.xml b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_translated_simulation_state_title.xml new file mode 100644 index 0000000000..ccc77ae3f4 --- /dev/null +++ b/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_translated_simulation_state_title.xml @@ -0,0 +1,161 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <tuple> + <string>Products.ZSQLMethods.SQL</string> + <string>SQL</string> + </tuple> + <none/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>__ac_local_roles__</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>_arg</string> </key> + <value> + <object> + <klass> + <global name="Args" module="Shared.DC.ZRDB.Aqueduct"/> + </klass> + <tuple/> + <state> + <dictionary> + <item> + <key> <string>_data</string> </key> + <value> + <dictionary> + <item> + <key> <string>table_0</string> </key> + <value> + <dictionary/> + </value> + </item> + </dictionary> + </value> + </item> + <item> + <key> <string>_keys</string> </key> + <value> + <list> +<string>table_0</string> + </list> + </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>allow_simple_one_argument_traversal</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>arguments_src</string> </key> + <value> <string>table_0</string> </value> + </item> + <item> + <key> <string>cache_time_</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>class_file_</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>class_name_</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>connection_hook</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>connection_id</string> </key> + <value> <string>erp5_sql_connection</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>z_related_translated_simulation_state_title</string> </value> + </item> + <item> + <key> <string>max_cache_</string> </key> + <value> <int>15</int> </value> + </item> + <item> + <key> <string>max_rows_</string> </key> + <value> <int>15</int> </value> + </item> + <item> + <key> <string>src</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<dtml-var table_0>.original_message = catalog.simulation_state\n + AND <dtml-var table_0>.message_context = "simulation_state_title"\n + AND <dtml-var table_0>.language = <dtml-sqlvar "Localizer.get_selected_language()" type="string"> + +]]></string> </value> + </item> + <item> + <key> <string>template</string> </key> + <value> + <object> + <klass> + <global name="SQL" module="Shared.DC.ZRDB.DA"/> + </klass> + <none/> + <state> + <dictionary> + <item> + <key> <string>__name__</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<string> + +]]></string> </value> + </item> + <item> + <key> <string>_vars</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>globals</string> </key> + <value> + <dictionary/> + </value> + </item> + <item> + <key> <string>raw</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<dtml-var table_0>.original_message = catalog.simulation_state\n + AND <dtml-var table_0>.message_context = "simulation_state_title"\n + AND <dtml-var table_0>.language = <dtml-sqlvar "Localizer.get_selected_language()" type="string"> + +]]></string> </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/CounterDate_init.xml b/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/CounterDate_init.xml index 09fd343a4f..6cba184cac 100644 --- a/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/CounterDate_init.xml +++ b/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/CounterDate_init.xml @@ -70,22 +70,20 @@ <key> <string>_body</string> </key> <value> <string encoding="cdata"><![CDATA[ +from DateTime import DateTime\n +\n user_site_list = context.Baobab_getUserAssignedSiteList()\n -if len(user_site_list)>0:\n - site = context.Baobab_getVaultSite(user_site_list[0])\n - site_url = site.getRelativeUrl()\n - context.setSite(site_url)\n +if len(user_site_list) == 0:\n + raise ValueError, "You cannot create a CounterDate if you don\'t have an assignment."\n \n -from DateTime import DateTime\n -start_date = DateTime(DateTime().Date())\n -context.setStartDate(start_date)\n +site = context.Baobab_getVaultSite(user_site_list[0])\n +context.setSiteValue(site)\n +context.setStartDate(DateTime(DateTime().Date()))\n \n # Set a reference\n -site_id = context.getSiteId()\n -\n counter_date_list = [x.getObject() for x in context.portal_catalog(\n - portal_type=\'Counter Date\',site_id=site_id,\n - so_order=[(\'start_date\',\'descending\')],limit=10,\n + portal_type=\'Counter Date\',site_id=site.getSiteId(),\n + so_order=[(\'start_date\',\'descending\')],limit=1,\n simulation_state=(\'open\',\'closed\'))]\n previous_reference = None\n if len(counter_date_list)>0:\n @@ -147,16 +145,14 @@ context.setReference(reference)\n <value> <tuple> <string>kw</string> + <string>DateTime</string> <string>_getattr_</string> <string>context</string> <string>user_site_list</string> <string>len</string> + <string>ValueError</string> <string>_getitem_</string> <string>site</string> - <string>site_url</string> - <string>DateTime</string> - <string>start_date</string> - <string>site_id</string> <string>append</string> <string>$append0</string> <string>_getiter_</string> diff --git a/bt5/erp5_banking_core/bt/revision b/bt5/erp5_banking_core/bt/revision index b00047941a..7f3a7cc66c 100644 --- a/bt5/erp5_banking_core/bt/revision +++ b/bt5/erp5_banking_core/bt/revision @@ -1 +1 @@ -159 \ No newline at end of file +161 \ No newline at end of file diff --git a/bt5/erp5_banking_core/bt/template_catalog_method_id_list b/bt5/erp5_banking_core/bt/template_catalog_method_id_list index 05832f0032..426f20b690 100644 --- a/bt5/erp5_banking_core/bt/template_catalog_method_id_list +++ b/bt5/erp5_banking_core/bt/template_catalog_method_id_list @@ -1,8 +1,8 @@ -erp5_mysql/z_catalog_item_list -erp5_mysql/z_catalog_movement_list -erp5_mysql/z_catalog_object_list -erp5_mysql/z_catalog_stock_list -erp5_mysql/z_create_catalog -erp5_mysql/z_related_default_site -erp5_mysql/z_related_destination_payment -erp5_mysql/z_related_translated_simulation_state_title \ No newline at end of file +erp5_mysql_innodb/z_catalog_item_list +erp5_mysql_innodb/z_catalog_movement_list +erp5_mysql_innodb/z_catalog_object_list +erp5_mysql_innodb/z_catalog_stock_list +erp5_mysql_innodb/z_create_catalog +erp5_mysql_innodb/z_related_default_site +erp5_mysql_innodb/z_related_destination_payment +erp5_mysql_innodb/z_related_translated_simulation_state_title \ No newline at end of file -- 2.30.9