use Inventory API in Entity_viewAccountingTransactionList
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9893 20353a03-c40f-0410-a6d1-a30d3c3de9de
... | @@ -256,6 +256,10 @@ | ... | @@ -256,6 +256,10 @@ |
<key> <string>meta_types</string> </key> | <key> <string>meta_types</string> </key> | ||
<value> <string></string> </value> | <value> <string></string> </value> | ||
</item> | </item> | ||
<item> | |||
<key> <string>page_template</string> </key> | |||
<value> <string></string> </value> | |||
</item> | |||
<item> | <item> | ||
<key> <string>portal_types</string> </key> | <key> <string>portal_types</string> </key> | ||
<value> | <value> | ||
... | @@ -344,7 +348,7 @@ | ... | @@ -344,7 +348,7 @@ |
<value> | <value> | ||
<list> | <list> | ||
<tuple> | <tuple> | ||
<string>parent_title</string> | <string>Movement_getExplanationTitle</string> | ||
<string>Title</string> | <string>Title</string> | ||
</tuple> | </tuple> | ||
<tuple> | <tuple> | ||
... | @@ -356,31 +360,31 @@ | ... | @@ -356,31 +360,31 @@ |
<string>Date</string> | <string>Date</string> | ||
</tuple> | </tuple> | ||
<tuple> | <tuple> | ||
<string>translated_portal_type</string> | <string>Movement_getExplanationTranslatedPortalType</string> | ||
<string>Transaction Type</string> | <string>Type</string> | ||
</tuple> | </tuple> | ||
<tuple> | <tuple> | ||
<string>Entity_getAccountingTransactionGapId</string> | <string>Movement_getNodeGapId</string> | ||
<string>GAP</string> | <string>GAP ID</string> | ||
</tuple> | </tuple> | ||
<tuple> | <tuple> | ||
<string>parent_reference</string> | <string>Movement_getExplanationReference</string> | ||
<string>Invoice Number</string> | <string>Invoice Number</string> | ||
</tuple> | </tuple> | ||
<tuple> | <tuple> | ||
<string>parent_specific_reference</string> | <string>Movement_getSpecificReference</string> | ||
<string>Transaction Reference</string> | <string>Transaction Reference</string> | ||
</tuple> | </tuple> | ||
<tuple> | <tuple> | ||
<string>translated_simulation_state_title</string> | <string>getTranslatedSimulationStateTitle</string> | ||
<string>State</string> | <string>State</string> | ||
</tuple> | </tuple> | ||
<tuple> | <tuple> | ||
<string>debit</string> | <string>Movement_getDebitPrice</string> | ||
<string>Debit</string> | <string>Debit</string> | ||
</tuple> | </tuple> | ||
<tuple> | <tuple> | ||
<string>credit</string> | <string>Movement_getCreditPrice</string> | ||
<string>Credit</string> | <string>Credit</string> | ||
</tuple> | </tuple> | ||
<tuple> | <tuple> | ||
... | @@ -388,12 +392,12 @@ | ... | @@ -388,12 +392,12 @@ |
<string>Grouping</string> | <string>Grouping</string> | ||
</tuple> | </tuple> | ||
<tuple> | <tuple> | ||
<string>balance</string> | <string>total_price</string> | ||
<string>Balance</string> | <string>Balance</string> | ||
</tuple> | </tuple> | ||
<tuple> | <tuple> | ||
<string>net_balance</string> | <string>running_total_price</string> | ||
<string>Net</string> | <string>Running Balance</string> | ||
</tuple> | </tuple> | ||
</list> | </list> | ||
</value> | </value> | ||
... | @@ -423,12 +427,17 @@ | ... | @@ -423,12 +427,17 @@ |
<item> | <item> | ||
<key> <string>domain_root_list</string> </key> | <key> <string>domain_root_list</string> </key> | ||
<value> | <value> | ||
<list/> | <list> | ||
<tuple> | |||
<string>group</string> | |||
<string>group</string> | |||
</tuple> | |||
</list> | |||
</value> | </value> | ||
</item> | </item> | ||
<item> | <item> | ||
<key> <string>domain_tree</string> </key> | <key> <string>domain_tree</string> </key> | ||
<value> <int>0</int> </value> | <value> <int>1</int> </value> | ||
</item> | </item> | ||
<item> | <item> | ||
<key> <string>editable</string> </key> | <key> <string>editable</string> </key> | ||
... | @@ -503,6 +512,10 @@ | ... | @@ -503,6 +512,10 @@ |
<key> <string>not_viewable</string> </key> | <key> <string>not_viewable</string> </key> | ||
<value> <int>0</int> </value> | <value> <int>0</int> </value> | ||
</item> | </item> | ||
<item> | |||
<key> <string>page_template</string> </key> | |||
<value> <string></string> </value> | |||
</item> | |||
<item> | <item> | ||
<key> <string>portal_types</string> </key> | <key> <string>portal_types</string> </key> | ||
<value> | <value> | ||
... | @@ -569,7 +582,16 @@ | ... | @@ -569,7 +582,16 @@ |
<item> | <item> | ||
<key> <string>sort</string> </key> | <key> <string>sort</string> </key> | ||
<value> | <value> | ||
<list/> | <list> | ||
<tuple> | |||
<string>stock.date</string> | |||
<string>ASC</string> | |||
</tuple> | |||
<tuple> | |||
<string>stock.uid</string> | |||
<string>ASC</string> | |||
|
|||
</tuple> | |||
</list> | |||
</value> | </value> | ||
</item> | </item> | ||
<item> | <item> | ||
... | @@ -583,16 +605,16 @@ | ... | @@ -583,16 +605,16 @@ |
<value> | <value> | ||
<list> | <list> | ||
<tuple> | <tuple> | ||
<string>debit</string> | <string>Movement_getDebitPrice</string> | ||
<string>Entity_statSourceDebit</string> | <string>Entity_statDebit</string> | ||
</tuple> | </tuple> | ||
<tuple> | <tuple> | ||
<string>credit</string> | <string>Movement_getCreditPrice</string> | ||
<string>Entity_statSourceCredit</string> | <string>Entity_statCredit</string> | ||
</tuple> | </tuple> | ||
<tuple> | <tuple> | ||
<string>balance</string> | <string>total_price</string> | ||
<string>Entity_statSourceBalance</string> | <string>Entity_statBalance</string> | ||
</tuple> | </tuple> | ||
</list> | </list> | ||
</value> | </value> | ||
... | @@ -702,7 +724,7 @@ | ... | @@ -702,7 +724,7 @@ |
<dictionary> | <dictionary> | ||
<item> | <item> | ||
<key> <string>_text</string> </key> | <key> <string>_text</string> </key> | ||
<value> <string>python:[(\'hide_grouping\', 0)]</string> </value> | <value> <string>python:[(\'hide_grouping\', 0), ]</string> </value> | ||
</item> | </item> | ||
</dictionary> | </dictionary> | ||
</pickle> | </pickle> | ||
... | @@ -740,7 +762,7 @@ | ... | @@ -740,7 +762,7 @@ |
<dictionary> | <dictionary> | ||
<item> | <item> | ||
<key> <string>_text</string> </key> | <key> <string>_text</string> </key> | ||
<value> <string>python: getattr(cell, \'is_previous_balance\', False) and [(x[0], None) for x in form.listbox.get_value(\'columns\')]</string> </value> | <value> <string>python: getattr(request.cell, \'is_previous_balance\', False) and [(x[0], None) for x in form.listbox.get_value(\'columns\')]</string> </value> | ||
</item> | </item> | ||
</dictionary> | </dictionary> | ||
</pickle> | </pickle> | ||
... | ... |