Commit 22211b2b authored by Yoshinori Okuji's avatar Yoshinori Okuji

Renamed from Account_viewTransactionList.form to Account_viewAccountingTransactionList.form.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1584 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6fff12cb
......@@ -3,9 +3,9 @@
<form>
<title>Account</title>
<row_length>4</row_length>
<name>Account_viewTransactionList</name>
<name>Account_viewAccountingTransactionList</name>
<pt>form_view</pt>
<action>base_edit</action>
<action>Base_edit</action>
<update_action></update_action>
<method>POST</method>
<enctype></enctype>
......@@ -37,10 +37,11 @@
<field><id>listbox</id> <type>ListBox</type>
<values>
<Base_viewSearchResultList type="int">0</Base_viewSearchResultList>
<all_columns type="list">[]</all_columns>
<all_editable_columns type="list">[]</all_editable_columns>
<alternate_name></alternate_name>
<columns type="list">[('date', 'Date'), ('type', 'Type'), ('getReference', 'Reference'), ('quantity', 'Quantity')]</columns>
<columns type="list">[('Title', 'Title'), ('getStopDate', 'Date'), ('Type', 'Type'), ('reference', 'Invoice Number'), ('simulation_state', 'State'), ('source_debit', 'Debit'), ('source_credit', 'Credit')]</columns>
<css_class></css_class>
<default></default>
<default_params type="list">[]</default_params>
......@@ -57,22 +58,24 @@
<global_attributes type="list">[]</global_attributes>
<hidden type="int">0</hidden>
<lines type="int">25</lines>
<list_action>list</list_action>
<list_method type="method">sql_stock_account_parent</list_method>
<list_action>Base_jumpToAccountingTransaction?from_account=1</list_action>
<list_method type="method">Account_zGetTransactionList</list_method>
<meta_types type="list">[]</meta_types>
<not_viewable type="int">0</not_viewable>
<portal_types type="list">[('Accounting Transaction', 'Accounting Transaction'), ('Purchase Invoice Transaction', 'Purchase Invoice Transaction'), ('Sale Invoice Transaction', 'Sale Invoice Transaction')]</portal_types>
<portal_types type="list">[('Accounting Transaction', 'Accounting Transaction'), ('Purchase Invoice Transaction', 'Purchase Invoice Transaction'), ('Sale Invoice Transaction', 'Sale Invoice Transaction'), ('Balance Transaction', 'Balance Transaction')]</portal_types>
<read_only type="int">0</read_only>
<report_root_list type="list">[]</report_root_list>
<report_tree type="int">0</report_tree>
<search type="int">1</search>
<search></search>
<search_columns type="list">[]</search_columns>
<select type="int">1</select>
<select type="int">0</select>
<selection_name>account_history_selection</selection_name>
<sort type="list">[]</sort>
<sort_columns type="list">[]</sort_columns>
<stat_columns type="list">[('source_debit', 'Account_statSourceDebit'), ('source_credit', 'Account_statSourceCredit')]</stat_columns>
<stat_method></stat_method>
<title>Transactions concerned by this account</title>
<title>Transactions related to this account</title>
<url_columns type="list">[]</url_columns>
<viewable_expression></viewable_expression>
<viewable_permission type="list">[]</viewable_permission>
<viewable_role type="list">[]</viewable_role>
......@@ -86,4 +89,4 @@
</fields>
</group>
</groups>
</form>
</form>
\ 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