Commit e14e1d76 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Renamed from account_list.form to AccountModule_viewAccountList.form.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1579 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4e2a1aa7
......@@ -3,9 +3,9 @@
<form>
<title>Account List</title>
<row_length>4</row_length>
<name>account_list</name>
<name>AccountModule_viewAccountList</name>
<pt>form_list</pt>
<action>doSelect</action>
<action>Base_doSelect</action>
<update_action></update_action>
<method>POST</method>
<enctype></enctype>
......@@ -19,10 +19,11 @@
<field><id>listbox</id> <type>ListBox</type>
<values>
<all_columns type="list">[('id', 'id'), ('pcg_title', 'PCG'), ('Title', 'Title'), ('default_destination_title', 'Mirror'), ('Account_countAccountingTransactions', 'Count'), ('Account_getTotalSourceCredit', 'Credit'), ('Account_getTotalSourceDebit', 'Debit'), ('accounting_transaction_line_currency', 'Currency')]</all_columns>
<Base_viewSearchResultList type="int">1</Base_viewSearchResultList>
<all_columns type="list">[('id', 'id'), ('pcg_title', 'PCG'), ('Title', 'Title'), ('default_destination_title', 'Mirror'), ('AccountModule_getAccountingTransactionCount', 'Count'), ('AccountModule_getTotalSourceCredit', 'Credit'), ('AccountModule_getTotalSourceDebit', 'Debit'), ('accounting_transaction_line_currency', 'Currency')]</all_columns>
<all_editable_columns type="list">[]</all_editable_columns>
<alternate_name></alternate_name>
<columns type="list">[('id', 'id'), ('pcg_title', 'PCG'), ('Title', 'Title'), ('default_destination_title', 'Mirror'), ('Account_countAccountingTransactions', 'Count'), ('Account_getTotalSourceCredit', 'Credit'), ('Account_getTotalSourceDebit', 'Debit'), ('accounting_transaction_line_currency', 'Currency')]</columns>
<columns type="list">[('id', 'id'), ('pcg_title', 'PCG'), ('Title', 'Title'), ('default_destination_title', 'Mirror'), ('AccountModule_getAccountingTransactionCount', 'Count'), ('AccountModule_getTotalSourceDebit', 'Debit'), ('AccountModule_getTotalSourceCredit', 'Credit')]</columns>
<css_class></css_class>
<default></default>
<default_params type="list">[('id', "''"), ('pcg_title', "''"), ('Title', "''"), ('default_destination_title', "''")]</default_params>
......@@ -37,19 +38,21 @@
<hidden type="int">0</hidden>
<lines type="int">25</lines>
<list_action>list</list_action>
<list_method type="method">Account_search</list_method>
<list_method type="method">AccountModule_getAccountList</list_method>
<meta_types type="list">[]</meta_types>
<portal_types type="list">[('Account', 'Account')]</portal_types>
<report_root_list type="list">[('portal_categories/pcg', 'PCG'), ('portal_categories/account_type', 'Account Type')]</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>
<selection_name>account_selection</selection_name>
<sort type="list">[('id', 'id')]</sort>
<sort_columns type="list">[]</sort_columns>
<stat_columns type="list">[('id', 'id'), ('Title', 'Title'), ('default_destination_title', 'default_destination_title'), ('AccountModule_getAccountingTransactionCount', 'AccountModule_statAccountingTransactionCount'), ('AccountModule_getTotalSourceDebit', 'AccountModule_statTotalSourceDebit'), ('AccountModule_getTotalSourceCredit', 'AccountModule_statTotalSourceCredit')]</stat_columns>
<stat_method type="method">portal_catalog</stat_method>
<title>Account Listbox</title>
<url_columns type="list">[('default_destination_title', 'AccountModule_getMirrorAccountUrl'), ('AccountModule_getAccountingTransactionCount', 'AccountModule_getTransactionListUrl'), ('AccountModule_getTotalSourceCredit', 'AccountModule_getCreditTransactionListUrl'), ('AccountModule_getTotalSourceDebit', 'AccountModule_getDebitTransactionListUrl'), ('accounting_transaction_line_currency', 'AccountModule_getCurrencyUrl')]</url_columns>
</values>
<tales>
</tales>
......@@ -78,4 +81,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