Commit 822ba4ac authored by Aurel's avatar Aurel

complete review of bank account inventory as previous version was weak

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17922 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0b9513d7
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>action</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>category</string> </key>
<value> <string>object_view</string> </value>
</item>
<item>
<key> <string>condition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>icon</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>view</string> </value>
</item>
<item>
<key> <string>permissions</string> </key>
<value>
<tuple>
<string>View</string>
</tuple>
</value>
</item>
<item>
<key> <string>priority</string> </key>
<value> <float>1.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>View</string> </value>
</item>
<item>
<key> <string>visible</string> </key>
<value> <int>1</int> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="Expression" module="Products.CMFCore.Expression"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/BankAccountInventoryGroup_view</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>action</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>category</string> </key>
<value> <string>object_print</string> </value>
</item>
<item>
<key> <string>condition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>icon</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>print</string> </value>
</item>
<item>
<key> <string>permissions</string> </key>
<value>
<tuple>
<string>View</string>
</tuple>
</value>
</item>
<item>
<key> <string>priority</string> </key>
<value> <float>2.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Print</string> </value>
</item>
<item>
<key> <string>visible</string> </key>
<value> <int>1</int> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="Expression" module="Products.CMFCore.Expression"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/Base_printPdf</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
...@@ -2,8 +2,12 @@ ...@@ -2,8 +2,12 @@
<portal_type id="Bank Account Inventory"> <portal_type id="Bank Account Inventory">
<item>Bank Account Inventory Line</item> <item>Bank Account Inventory Line</item>
</portal_type> </portal_type>
<portal_type id="Bank Account Inventory Group">
<item>Bank Account Inventory</item>
</portal_type>
<portal_type id="Bank Account Inventory Module"> <portal_type id="Bank Account Inventory Module">
<item>Bank Account Inventory</item> <item>Bank Account Inventory</item>
<item>Bank Account Inventory Group</item>
</portal_type> </portal_type>
<portal_type id="Cash Inventory"> <portal_type id="Cash Inventory">
<item>Cash Inventory Line</item> <item>Cash Inventory Line</item>
......
...@@ -2,13 +2,16 @@ ...@@ -2,13 +2,16 @@
<portal_type id="Bank Account Inventory"> <portal_type id="Bank Account Inventory">
<item>destination</item> <item>destination</item>
</portal_type> </portal_type>
<portal_type id="Bank Account Inventory Group">
<item>site</item>
</portal_type>
<portal_type id="Bank Account Inventory Line"> <portal_type id="Bank Account Inventory Line">
<item>destination</item> <item>destination</item>
<item>price_currency</item> <item>price_currency</item>
</portal_type> </portal_type>
<portal_type id="Cash Inventory"> <portal_type id="Cash Inventory">
<item>destination</item> <item>destination</item>
<item>destination_section</item>
<item>price_currency</item> <item>price_currency</item>
<item>destination_section</item>
</portal_type> </portal_type>
</base_category_list> </base_category_list>
\ No newline at end of file
<hidden_content_type_list> <hidden_content_type_list>
<portal_type id="Bank Account Inventory Module">
<item>Bank Account Inventory Group</item>
<item>Bank Account Inventory</item>
</portal_type>
<portal_type id="Cash Inventory"> <portal_type id="Cash Inventory">
<item>Cash Inventory Line</item> <item>Cash Inventory Line</item>
</portal_type> </portal_type>
......
...@@ -2,12 +2,16 @@ ...@@ -2,12 +2,16 @@
<portal_type id="Bank Account Inventory"> <portal_type id="Bank Account Inventory">
<item>Base</item> <item>Base</item>
<item>DublinCore</item> <item>DublinCore</item>
<item>XMLObject</item>
<item>Document</item> <item>Document</item>
<item>Arrow</item> <item>Arrow</item>
<item>Inventory</item> <item>Inventory</item>
<item>XMLObject</item>
<item>Folder</item> <item>Folder</item>
</portal_type> </portal_type>
<portal_type id="Bank Account Inventory Group">
<item>Task</item>
<item>Arrow</item>
</portal_type>
<portal_type id="Bank Account Inventory Line"> <portal_type id="Bank Account Inventory Line">
<item>Arrow</item> <item>Arrow</item>
<item>Discount</item> <item>Discount</item>
...@@ -27,28 +31,28 @@ ...@@ -27,28 +31,28 @@
</portal_type> </portal_type>
<portal_type id="Cash Inventory"> <portal_type id="Cash Inventory">
<item>Arrow</item> <item>Arrow</item>
<item>Folder</item>
<item>XMLObject</item> <item>XMLObject</item>
<item>Document</item> <item>Document</item>
<item>Base</item> <item>Base</item>
<item>DublinCore</item> <item>DublinCore</item>
<item>Inventory</item> <item>Inventory</item>
<item>Folder</item>
</portal_type> </portal_type>
<portal_type id="Cash Inventory Cell"> <portal_type id="Cash Inventory Cell">
<item>CashDeliveryLine</item> <item>CashDeliveryLine</item>
</portal_type> </portal_type>
<portal_type id="Cash Inventory Group"> <portal_type id="Cash Inventory Group">
<item>Arrow</item>
<item>Task</item> <item>Task</item>
<item>Arrow</item>
</portal_type> </portal_type>
<portal_type id="Cash Inventory Line"> <portal_type id="Cash Inventory Line">
<item>CashDeliveryLine</item> <item>CashDeliveryLine</item>
</portal_type> </portal_type>
<portal_type id="Cash Inventory Module"> <portal_type id="Cash Inventory Module">
<item>XMLObject</item>
<item>Base</item> <item>Base</item>
<item>DublinCore</item> <item>DublinCore</item>
<item>Document</item> <item>Document</item>
<item>XMLObject</item>
<item>Folder</item> <item>Folder</item>
</portal_type> </portal_type>
</property_sheet_list> </property_sheet_list>
\ No newline at end of file
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_actions</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>_aliases</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_roles</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>allowed_content_types</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>base_category_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>content_icon</string> </key>
<value> <string>folder_icon.gif</string> </value>
</item>
<item>
<key> <string>content_meta_type</string> </key>
<value> <string>ERP5 Folder</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string>Folders allow to store a large number of documents (1,000,000 should not\n
be a problem).</string> </value>
</item>
<item>
<key> <string>factory</string> </key>
<value> <string>addFolder</string> </value>
</item>
<item>
<key> <string>filter_content_types</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>delivery</string>
</tuple>
</value>
</item>
<item>
<key> <string>hidden_content_type_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Bank Account Inventory Group</string> </value>
</item>
<item>
<key> <string>init_script</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>property_sheet_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
...@@ -39,6 +39,10 @@ ...@@ -39,6 +39,10 @@
<list/> <list/>
</value> </value>
</item> </item>
<item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>1</int> </value>
</item>
<item> <item>
<key> <string>allowed_content_types</string> </key> <key> <string>allowed_content_types</string> </key>
<value> <value>
...@@ -71,6 +75,12 @@ ...@@ -71,6 +75,12 @@
<key> <string>filter_content_types</string> </key> <key> <string>filter_content_types</string> </key>
<value> <int>1</int> </value> <value> <int>1</int> </value>
</item> </item>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>hidden_content_type_list</string> </key> <key> <string>hidden_content_type_list</string> </key>
<value> <value>
...@@ -85,6 +95,10 @@ ...@@ -85,6 +95,10 @@
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>property_sheet_list</string> </key> <key> <string>property_sheet_list</string> </key>
<value> <value>
......
<workflow_chain> <workflow_chain>
<chain> <chain>
<type>Bank Account Inventory</type> <type>Bank Account Inventory</type>
<workflow>inventory_workflow, edit_workflow</workflow> <workflow>edit_workflow, inventory_workflow</workflow>
</chain>
<chain>
<type>Bank Account Inventory Group</type>
<workflow>edit_workflow</workflow>
</chain>
<chain>
<type>Bank Account Inventory Line</type>
<workflow>edit_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Cash Inventory</type> <type>Cash Inventory</type>
<workflow>inventory_workflow, edit_workflow</workflow> <workflow>inventory_workflow, edit_workflow</workflow>
</chain> </chain>
<chain>
<type>Cash Inventory Group</type>
<workflow>edit_workflow</workflow>
</chain>
</workflow_chain> </workflow_chain>
\ No newline at end of file
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ERP5Form" module="Products.ERP5Form.Form"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_bind_names</string> </key>
<value>
<object>
<klass>
<global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key> <string>_asgns</string> </key>
<value>
<dictionary/>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>_objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>action</string> </key>
<value> <string>Base_edit</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string>None</string> </value>
</item>
<item>
<key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value>
</item>
<item>
<key> <string>enctype</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>group_list</string> </key>
<value>
<list>
<string>left</string>
<string>right</string>
<string>center</string>
<string>bottom</string>
<string>hidden</string>
</list>
</value>
</item>
<item>
<key> <string>groups</string> </key>
<value>
<dictionary>
<item>
<key> <string>bottom</string> </key>
<value>
<list>
<string>listbox</string>
</list>
</value>
</item>
<item>
<key> <string>center</string> </key>
<value>
<list>
<string>my_description</string>
</list>
</value>
</item>
<item>
<key> <string>hidden</string> </key>
<value>
<list>
<string>listbox_destination_payment_reference</string>
</list>
</value>
</item>
<item>
<key> <string>left</string> </key>
<value>
<list>
<string>my_title</string>
<string>my_stop_date</string>
<string>my_site</string>
<string>listbox_total_price</string>
</list>
</value>
</item>
<item>
<key> <string>right</string> </key>
<value>
<list/>
</value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>BankAccountInventoryGroup_view</string> </value>
</item>
<item>
<key> <string>method</string> </key>
<value> <string>POST</string> </value>
</item>
<item>
<key> <string>name</string> </key>
<value> <string>BankAccountInventoryGroup_view</string> </value>
</item>
<item>
<key> <string>pt</string> </key>
<value> <string>form_view</string> </value>
</item>
<item>
<key> <string>row_length</string> </key>
<value> <int>4</int> </value>
</item>
<item>
<key> <string>stored_encoding</string> </key>
<value> <string>UTF-8</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Bank Account Inventory Group</string> </value>
</item>
<item>
<key> <string>unicode_mode</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>update_action</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
...@@ -9,12 +9,6 @@ ...@@ -9,12 +9,6 @@
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>listbox_destination_payment_reference</string> </value> <value> <string>listbox_destination_payment_reference</string> </value>
......
...@@ -3,21 +3,15 @@ ...@@ -3,21 +3,15 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<global name="StringField" module="Products.Formulator.StandardFields"/> <global name="FloatField" module="Products.Formulator.StandardFields"/>
<tuple/> <tuple/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_id</string> </value> <value> <string>listbox_total_price</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
...@@ -28,12 +22,12 @@ ...@@ -28,12 +22,12 @@
<value> <string>The input failed the external validator.</string> </value> <value> <string>The input failed the external validator.</string> </value>
</item> </item>
<item> <item>
<key> <string>required_not_found</string> </key> <key> <string>not_float</string> </key>
<value> <string>Input is required but no input given.</string> </value> <value> <string>You did not enter a floating point number.</string> </value>
</item> </item>
<item> <item>
<key> <string>too_long</string> </key> <key> <string>required_not_found</string> </key>
<value> <string>Too much input was given.</string> </value> <value> <string>Input is required but no input given.</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
...@@ -66,6 +60,14 @@ ...@@ -66,6 +60,14 @@
<key> <string>display_width</string> </key> <key> <string>display_width</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>external_validator</string> </key> <key> <string>external_validator</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -79,7 +81,11 @@ ...@@ -79,7 +81,11 @@
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>max_length</string> </key> <key> <string>input_style</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>precision</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
...@@ -91,7 +97,7 @@ ...@@ -91,7 +97,7 @@
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>truncate</string> </key> <key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
</dictionary> </dictionary>
...@@ -125,6 +131,14 @@ ...@@ -125,6 +131,14 @@
<key> <string>display_width</string> </key> <key> <string>display_width</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>external_validator</string> </key> <key> <string>external_validator</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -138,8 +152,16 @@ ...@@ -138,8 +152,16 @@
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>max_length</string> </key> <key> <string>input_style</string> </key>
<value> <string></string> </value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>precision</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item> </item>
<item> <item>
<key> <string>required</string> </key> <key> <string>required</string> </key>
...@@ -150,7 +172,7 @@ ...@@ -150,7 +172,7 @@
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>truncate</string> </key> <key> <string>whitespace_preserve</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
</dictionary> </dictionary>
...@@ -166,7 +188,7 @@ ...@@ -166,7 +188,7 @@
</item> </item>
<item> <item>
<key> <string>css_class</string> </key> <key> <string>css_class</string> </key>
<value> <string></string> </value> <value> <string>figure</string> </value>
</item> </item>
<item> <item>
<key> <string>default</string> </key> <key> <string>default</string> </key>
...@@ -182,7 +204,7 @@ ...@@ -182,7 +204,7 @@
</item> </item>
<item> <item>
<key> <string>display_width</string> </key> <key> <string>display_width</string> </key>
<value> <int>10</int> </value> <value> <int>20</int> </value>
</item> </item>
<item> <item>
<key> <string>editable</string> </key> <key> <string>editable</string> </key>
...@@ -198,31 +220,27 @@ ...@@ -198,31 +220,27 @@
</item> </item>
<item> <item>
<key> <string>extra</string> </key> <key> <string>extra</string> </key>
<value> <string></string> </value> <value> <string>align="right"</string> </value>
</item> </item>
<item> <item>
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>max_length</string> </key> <key> <string>input_style</string> </key>
<value> <string></string> </value> <value> <string>-1 234.5</string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>1</int> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>precision</string> </key>
<value> <string>Id</string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>truncate</string> </key> <key> <string>required</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>unicode</string> </key> <key> <string>title</string> </key>
<value> <int>0</int> </value> <value> <string>Total Price</string> </value>
</item> </item>
<item> <item>
<key> <string>whitespace_preserve</string> </key> <key> <string>whitespace_preserve</string> </key>
...@@ -234,4 +252,36 @@ ...@@ -234,4 +252,36 @@
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>string:-1 234.5 | preferences/getPreferredMoneyQuantityStyle</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.getPriceCurrencyValue().getQuantityPrecision()</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData> </ZopeData>
...@@ -9,12 +9,6 @@ ...@@ -9,12 +9,6 @@
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_description</string> </value> <value> <string>my_description</string> </value>
......
...@@ -9,15 +9,9 @@ ...@@ -9,15 +9,9 @@
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_destination</string> </value> <value> <string>my_site</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -9,12 +9,6 @@ ...@@ -9,12 +9,6 @@
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_stop_date</string> </value> <value> <string>my_stop_date</string> </value>
......
...@@ -9,12 +9,6 @@ ...@@ -9,12 +9,6 @@
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_title</string> </value> <value> <string>my_title</string> </value>
......
...@@ -99,7 +99,6 @@ ...@@ -99,7 +99,6 @@
<value> <value>
<list> <list>
<string>my_resource</string> <string>my_resource</string>
<string>my_destination_payment_reference</string>
<string>my_quantity</string> <string>my_quantity</string>
</list> </list>
</value> </value>
......
...@@ -9,12 +9,6 @@ ...@@ -9,12 +9,6 @@
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_quantity</string> </value> <value> <string>my_quantity</string> </value>
......
...@@ -9,12 +9,6 @@ ...@@ -9,12 +9,6 @@
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_resource</string> </value> <value> <string>my_resource</string> </value>
......
...@@ -9,12 +9,6 @@ ...@@ -9,12 +9,6 @@
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>listbox</string> </value> <value> <string>listbox</string> </value>
......
...@@ -65,17 +65,13 @@ ...@@ -65,17 +65,13 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>default_inventory_calculation_list = ({ "inventory_params" : {"node" : context.getDestination(),\n <value> <string>default_inventory_calculation_list = ({ "inventory_params" : {"payment_uid" : context.getDestinationPaymentUid(),\n
"group_by_payment" : 1,\n
"group_by_resource" : 1,\n "group_by_resource" : 1,\n
},\n },\n
"list_method" : "getMovementList",\n "list_method" : "getMovementList",\n
"first_level" : ({\'key\' : \'resource_relative_url\',\n "first_level" : ({\'key\' : \'resource_relative_url\',\n
\'getter\' : \'getResource\',\n \'getter\' : \'getResource\',\n
\'setter\' : ("appendToCategoryList", "resource")},\n \'setter\' : ("appendToCategoryList", "resource")},\n
{\'key\' : \'payment_uid\',\n
\'getter\' : \'getDestinationPaymentUid\',\n
\'setter\' : ("appendToCategoryListFromUid", "destination_payment")},\n
),\n ),\n
},\n },\n
)\n )\n
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>Python_magic</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>Script_magic</string> </key>
<value> <int>3</int> </value>
</item>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_bind_names</string> </key>
<value>
<object>
<klass>
<global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key> <string>_asgns</string> </key>
<value>
<dictionary>
<item>
<key> <string>name_container</string> </key>
<value> <string>container</string> </value>
</item>
<item>
<key> <string>name_context</string> </key>
<value> <string>context</string> </value>
</item>
<item>
<key> <string>name_m_self</string> </key>
<value> <string>script</string> </value>
</item>
<item>
<key> <string>name_subpath</string> </key>
<value> <string>traverse_subpath</string> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>context.setSource("account_module/bank_account")\n
context.setDestination("account_module/bank_account")\n
</string> </value>
</item>
<item>
<key> <string>_code</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_filepath</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>**kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>func_code</string> </key>
<value>
<object>
<klass>
<global name="FuncCode" module="Shared.DC.Scripts.Signature"/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>kw</string>
<string>_getattr_</string>
<string>context</string>
</tuple>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>func_defaults</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>BankAccountInventory_init</string> </value>
</item>
<item>
<key> <string>warnings</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
...@@ -87,27 +87,20 @@ ...@@ -87,27 +87,20 @@
<item> <item>
<key> <string>center</string> </key> <key> <string>center</string> </key>
<value> <value>
<list> <list/>
<string>my_description</string>
</list>
</value> </value>
</item> </item>
<item> <item>
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
<value> <value>
<list> <list/>
<string>listbox_destination_payment_reference</string>
</list>
</value> </value>
</item> </item>
<item> <item>
<key> <string>left</string> </key> <key> <string>left</string> </key>
<value> <value>
<list> <list>
<string>my_id</string> <string>my_destination_payment_reference</string>
<string>my_title</string>
<string>my_destination</string>
<string>my_stop_date</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -9,12 +9,6 @@ ...@@ -9,12 +9,6 @@
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>listbox</string> </value> <value> <string>listbox</string> </value>
...@@ -333,25 +327,19 @@ ...@@ -333,25 +327,19 @@
<value> <value>
<list> <list>
<tuple> <tuple>
<string>destination_payment_reference</string> <string>resource_title</string>
<string>Bank Account Number</string> <string>Currency</string>
</tuple> </tuple>
<tuple> <tuple>
<string>quantity</string> <string>quantity</string>
<string>Amount</string> <string>Amount</string>
</tuple> </tuple>
<tuple>
<string>resource_title</string>
<string>Currency</string>
</tuple>
</list> </list>
</value> </value>
</item> </item>
<item> <item>
<key> <string>count_method</string> </key> <key> <string>count_method</string> </key>
<value> <value> <string></string> </value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item> </item>
<item> <item>
<key> <string>css_class</string> </key> <key> <string>css_class</string> </key>
...@@ -420,7 +408,7 @@ ...@@ -420,7 +408,7 @@
<item> <item>
<key> <string>list_method</string> </key> <key> <string>list_method</string> </key>
<value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value> </value>
</item> </item>
<item> <item>
...@@ -521,23 +509,7 @@ ...@@ -521,23 +509,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>method_name</string> </key> <key> <string>method_name</string> </key>
<value> <string>countFolder</string> </value> <value> <string>objectValues</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<global name="Method" module="Products.Formulator.MethodField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>method_name</string> </key>
<value> <string>searchFolder</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -9,12 +9,6 @@ ...@@ -9,12 +9,6 @@
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_destination_payment_reference</string> </value> <value> <string>my_destination_payment_reference</string> </value>
......
...@@ -403,6 +403,10 @@ ...@@ -403,6 +403,10 @@
<string>quantity</string> <string>quantity</string>
<string>quantity</string> <string>quantity</string>
</tuple> </tuple>
<tuple>
<string>total_price</string>
<string>Amount</string>
</tuple>
</list> </list>
</value> </value>
</item> </item>
...@@ -532,18 +536,15 @@ ...@@ -532,18 +536,15 @@
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="Method" module="Products.Formulator.MethodField"/>
<string>Products.Formulator.MethodField</string> <tuple/>
<string>Method</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item> <item>
<key> <string>method_name</string> </key> <key> <string>method_name</string> </key>
<value> <unicode>Delivery_getMovementList</unicode> </value> <value> <string>Delivery_getMovementList</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -212,7 +212,7 @@ ...@@ -212,7 +212,7 @@
</item> </item>
<item> <item>
<key> <string>editable</string> </key> <key> <string>editable</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>enabled</string> </key> <key> <string>enabled</string> </key>
...@@ -259,18 +259,15 @@ ...@@ -259,18 +259,15 @@
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="TALESMethod" module="Products.Formulator.TALESField"/>
<string>Products.Formulator.TALESField</string> <tuple/>
<string>TALESMethod</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python: int(cell.getPrice())</string> </value> <value> <string>python: int(cell.getTotalPrice())</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
12 15
\ No newline at end of file \ No newline at end of file
Bank Account Inventory Group | view
Bank Account Inventory Line | view Bank Account Inventory Line | view
Bank Account Inventory Module | view Bank Account Inventory Module | view
Bank Account Inventory | view Bank Account Inventory | view
...@@ -6,4 +7,5 @@ Cash Inventory Group | view ...@@ -6,4 +7,5 @@ Cash Inventory Group | view
Cash Inventory Line | view Cash Inventory Line | view
Cash Inventory Module | view Cash Inventory Module | view
Cash Inventory | fastinput Cash Inventory | fastinput
Cash Inventory | print
Cash Inventory | view Cash Inventory | view
\ No newline at end of file
Bank Account Inventory Group | Bank Account Inventory
Bank Account Inventory Module | Bank Account Inventory Bank Account Inventory Module | Bank Account Inventory
Bank Account Inventory Module | Bank Account Inventory Group
Bank Account Inventory | Bank Account Inventory Line Bank Account Inventory | Bank Account Inventory Line
Cash Inventory Group | Cash Inventory Cash Inventory Group | Cash Inventory
Cash Inventory Line | Cash Inventory Cell Cash Inventory Line | Cash Inventory Cell
......
Bank Account Inventory Group | site
Bank Account Inventory Line | destination Bank Account Inventory Line | destination
Bank Account Inventory Line | price_currency Bank Account Inventory Line | price_currency
Bank Account Inventory | destination Bank Account Inventory | destination
......
Bank Account Inventory Module | Bank Account Inventory
Bank Account Inventory Module | Bank Account Inventory Group
Cash Inventory Line | Cash Inventory Cell Cash Inventory Line | Cash Inventory Cell
Cash Inventory | Cash Inventory Line Cash Inventory | Cash Inventory Line
\ No newline at end of file
Bank Account Inventory Bank Account Inventory
Bank Account Inventory Group
Bank Account Inventory Line Bank Account Inventory Line
Bank Account Inventory Module Bank Account Inventory Module
Cash Inventory Cash Inventory
......
Bank Account Inventory Group | Arrow
Bank Account Inventory Group | Task
Bank Account Inventory Line | Amount Bank Account Inventory Line | Amount
Bank Account Inventory Line | Arrow Bank Account Inventory Line | Arrow
Bank Account Inventory Line | Base Bank Account Inventory Line | Base
......
Bank Account Inventory Group | edit_workflow
Bank Account Inventory Line | edit_workflow
Bank Account Inventory | edit_workflow Bank Account Inventory | edit_workflow
Bank Account Inventory | inventory_workflow Bank Account Inventory | inventory_workflow
Cash Inventory Group | edit_workflow
Cash Inventory | edit_workflow Cash Inventory | edit_workflow
Cash Inventory | inventory_workflow Cash Inventory | inventory_workflow
\ No newline at end of file
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