Commit f1547945 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Renamed from transaction_list.form to...

Renamed from transaction_list.form to AccountingTransactionModule_viewAccountingTransactionList.form.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1622 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d0969389
<?xml version="1.0"?>
<form>
<title></title>
<title>Accounting Transactions</title>
<row_length>4</row_length>
<name>transaction_list</name>
<name>AccountingTransactionModule_viewAccountingTransactionList</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">[]</all_columns>
<Base_viewSearchResultList type="int">1</Base_viewSearchResultList>
<all_columns type="list">[('id', 'id'), ('Title', 'Title'), ('default_destination_section_title', 'Destination'), ('Type', 'Type'), ('getStopDate', 'Date'), ('reference', 'Invoice Number'), ('source_reference', 'Source Reference'), ('destination_reference', 'Destination Reference'), ('simulation_state', 'State'), ('AccountingTransactionModule_getSourceCredit', 'Credit'), ('AccountingTransactionModule_getSourceDebit', 'Debit')]</all_columns>
<all_editable_columns type="list">[]</all_editable_columns>
<alternate_name></alternate_name>
<columns type="list">[('id', 'id'), ('Type', 'Type'), ('getStopDate', 'Stop Date'), ('Title', 'Title'), ('simulation_state', 'State'), ('default_destination_section_title', 'Destination'), ('source_reference', 'Source Reference'), ('destination_reference', 'Destination Reference'), ('reference', 'Invoice Reference')]</columns>
<columns type="list">[('id', 'id'), ('Title', 'Title'), ('default_destination_section_title', 'Destination'), ('Type', 'Type'), ('getStopDate', 'Date'), ('reference', 'Invoice Number'), ('source_reference', 'Source Reference'), ('destination_reference', 'Destination Reference'), ('simulation_state', 'State'), ('AccountingTransactionModule_getSourceDebit', 'Debit'), ('AccountingTransactionModule_getSourceCredit', 'Credit')]</columns>
<css_class></css_class>
<default></default>
<default_params type="list">[]</default_params>
......@@ -40,21 +41,23 @@
<hidden type="int">0</hidden>
<lines type="int">30</lines>
<list_action>list</list_action>
<list_method type="method">portal_catalog</list_method>
<list_method type="method">AccountingTransactionModule_zGetAccountingTransactionList</list_method>
<meta_types type="list">[]</meta_types>
<not_viewable type="int">0</not_viewable>
<portal_types type="list">[('Accounting Transaction', 'Accounting Transaction'), ('Balance Transaction', 'Balance Transaction'), ('Purchase Invoice Transaction', 'Purchase Invoice Transaction'), ('Sale Invoice Transaction', 'Sale Invoice Transaction'), ('Pay Sheet Transaction', 'Pay Sheet Transaction'), ('Payment Transaction', 'Payment 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>
<selection_name>accounting_selection</selection_name>
<sort type="list">[('id', 'id')]</sort>
<sort_columns type="list">[]</sort_columns>
<stat_columns type="list">[('AccountingTransactionModule_getSourceCredit', 'AccountingTransactionModule_statSourceCredit'), ('AccountingTransactionModule_getSourceDebit', 'AccountingTransactionModule_statSourceDebit')]</stat_columns>
<stat_method></stat_method>
<title>Accounting Transaction List</title>
<url_columns type="list">[('default_destination_section_title', 'AccountingTransactionModule_getDestinationSectionUrl')]</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