Commit e0c2f7a2 authored by Jérome Perrin's avatar Jérome Perrin

accounting_ui_test: rename skins to comply with conventions

Rename AccountingZuite_CommonTemplate to ERP5Site_viewAccountingZuiteCommonTemplate

Rename AccountingZuite_createAccountingTransactionList to AccountingTransactionModule_createAccountingTransactionList

Rename AccountingZuite_createAccountingTransactionListSalesAndPayments to AccountingTransactionModule_createAccountingTransactionListSalesAndPayments

Rename AccountingZuite_createAccountingTransactionListWithPersons to AccountingTransactionModule_createAccountingTransactionListWithPersons

Rename AccountingZuite_createDocument to AccountingTransactionModule_createAccountingTestDocument

Rename AccountingZuite_createReportDataset to AccountingTransactionModule_createAccountingTestReportDataset

Rename AccountingZuite_createReportJournalDataset to AccountingTransactionModule_createAccountingTestReportJournalDataset

Rename AccountingZuite_deleteAccountingTransactionTemplate to ERP5Site_deleteAccountingTransactionTemplate

Rename AccountingZuite_initializeAccountingTransactionReportTest to AccountingTransactionModule_initializeAccountingTransactionReportTest

Rename AccountingZuite_initializeAccountingTransactionTemplateTest to AccountingTransactionModule_initializeAccountingTransactionTemplateTest

Rename AccountingZuite_markChanged to AccountingTransactionModule_markAccountingTestDataChanged

Rename AccountingZuite_reportMacros to Zuite_viewAccountingTestReportMacros

Rename AccountingZuite_reset to ERP5Site_resetConfigurationForAccountingTest

Rename AccountingZuite_setAccountReferencePreference to PreferenceTool_setAccountingTestAccountReferencePreference

Rename AccountingZuite_setDocumentSectionPreference to PreferenceTool_setAccountingTestDocumentSectionPreference

Rename AccountingZuite_unsetDocumentSectionPreference to PreferenceTool_resetAccountingTestDocumentSectionPreference
parent 3f9adbfa
...@@ -9,14 +9,14 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -9,14 +9,14 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
</thead> </thead>
<tbody <tbody
tal:define="init_method string:AccountingZuite_initializeAccountingTransactionReportTest?report_name=account-statement&report_style=Hal; tal:define="init_method string:AccountingTransactionModule_initializeAccountingTransactionReportTest?report_name=account-statement&report_style=Hal;
now python:DateTime(); now python:DateTime();
today python:DateTime(now.year(), now.month(), now.day()); today python:DateTime(now.year(), now.month(), now.day());
tomorrow python:today + 1; tomorrow python:today + 1;
yesterday python:today - 1; yesterday python:today - 1;
offset python:0"> offset python:0">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr><td>store</td><td tal:content="python: '{:0>#2d}'.format(now.day())"></td><td>day</td></tr> <tr><td>store</td><td tal:content="python: '{:0>#2d}'.format(now.day())"></td><td>day</td></tr>
<tr><td>store</td><td tal:content="python: '{:0>#2d}'.format(now.month())"></td><td>month</td></tr> <tr><td>store</td><td tal:content="python: '{:0>#2d}'.format(now.month())"></td><td>month</td></tr>
<tr><td>store</td><td tal:content="python: now.year()"></td><td>year</td></tr> <tr><td>store</td><td tal:content="python: now.year()"></td><td>year</td></tr>
...@@ -97,7 +97,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -97,7 +97,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
debit_price string:100; debit_price string:100;
credit_price string:0; credit_price string:0;
running_total_price string:100"> running_total_price string:100">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[2]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[2];
...@@ -108,7 +108,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -108,7 +108,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
debit_price string:0; debit_price string:0;
credit_price string:200; credit_price string:200;
running_total_price string:-100"> running_total_price string:-100">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[3]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[3];
...@@ -118,7 +118,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -118,7 +118,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
debit_price string:300; debit_price string:300;
credit_price string:0; credit_price string:0;
running_total_price string:200"> running_total_price string:200">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[4]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[4];
...@@ -128,7 +128,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -128,7 +128,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
debit_price string:400; debit_price string:400;
credit_price string:0; credit_price string:0;
running_total_price string:600"> running_total_price string:600">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[5]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[5];
...@@ -138,7 +138,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -138,7 +138,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
debit_price string:500; debit_price string:500;
credit_price string:0; credit_price string:0;
running_total_price string:1100"> running_total_price string:1100">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[6]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[6];
...@@ -148,13 +148,13 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -148,13 +148,13 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
debit_price string:600; debit_price string:600;
credit_price string:0; credit_price string:0;
running_total_price string:1700"> running_total_price string:1700">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tfoot/tr[1]; <tal:block tal:define="row_selector string:$${table}/tfoot/tr[1];
debit_price string:1900; debit_price string:1900;
credit_price string:200"> credit_price string:200">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_table" />
</tal:block> </tal:block>
</tbody> </tbody>
......
...@@ -9,12 +9,12 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -9,12 +9,12 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
</thead> </thead>
<tbody <tbody
tal:define="init_method string:AccountingZuite_initializeAccountingTransactionReportTest?report_name=aged-balance&report_style=Hal; tal:define="init_method string:AccountingTransactionModule_initializeAccountingTransactionReportTest?report_name=aged-balance&report_style=Hal;
now python:DateTime(); now python:DateTime();
last_month python:DateTime(now.year(), now.month(), 1) - 1; last_month python:DateTime(now.year(), now.month(), 1) - 1;
offset python:0"> offset python:0">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr><td>store</td><td tal:content="python: '{:0>#2d}'.format(now.month())"></td><td>month</td></tr> <tr><td>store</td><td tal:content="python: '{:0>#2d}'.format(now.month())"></td><td>month</td></tr>
<tr><td>store</td><td tal:content="python: now.year()"></td><td>year</td></tr> <tr><td>store</td><td tal:content="python: now.year()"></td><td>year</td></tr>
......
...@@ -9,11 +9,11 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -9,11 +9,11 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
</thead> </thead>
<tbody <tbody
tal:define="init_method string:AccountingZuite_initializeAccountingTransactionReportTest?report_name=balance-sheet&report_style=Hal; tal:define="init_method string:AccountingTransactionModule_initializeAccountingTransactionReportTest?report_name=balance-sheet&report_style=Hal;
offset python:0; offset python:0;
now python:DateTime()"> now python:DateTime()">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr><td>store</td><td tal:content="python: '{:0>#2d}'.format(now.day())"></td><td>day</td></tr> <tr><td>store</td><td tal:content="python: '{:0>#2d}'.format(now.day())"></td><td>day</td></tr>
<tr><td>store</td><td tal:content="python: '{:0>#2d}'.format(now.month())"></td><td>month</td></tr> <tr><td>store</td><td tal:content="python: '{:0>#2d}'.format(now.month())"></td><td>month</td></tr>
......
...@@ -12,14 +12,14 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -12,14 +12,14 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
</thead> </thead>
<tbody <tbody
tal:define="init_method string:AccountingZuite_initializeAccountingTransactionReportTest?report_name=general-ledger&report_style=Hal; tal:define="init_method string:AccountingTransactionModule_initializeAccountingTransactionReportTest?report_name=general-ledger&report_style=Hal;
now python:DateTime(); now python:DateTime();
today python:DateTime(now.year(), now.month(), now.day()); today python:DateTime(now.year(), now.month(), now.day());
tomorrow python:today + 1; tomorrow python:today + 1;
yesterday python:today - 1; yesterday python:today - 1;
offset python:0"> offset python:0">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr><td>store</td><td tal:content="python: '{:0>#2d}'.format(now.day())"></td><td>day</td></tr> <tr><td>store</td><td tal:content="python: '{:0>#2d}'.format(now.day())"></td><td>day</td></tr>
<tr><td>store</td><td tal:content="python: '{:0>#2d}'.format(now.month())"></td><td>month</td></tr> <tr><td>store</td><td tal:content="python: '{:0>#2d}'.format(now.month())"></td><td>month</td></tr>
...@@ -98,7 +98,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -98,7 +98,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
debit_price string:0; debit_price string:0;
credit_price string:300; credit_price string:300;
running_total_price string:-300"> running_total_price string:-300">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[2]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[2];
...@@ -109,7 +109,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -109,7 +109,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
debit_price string:0; debit_price string:0;
credit_price string:400; credit_price string:400;
running_total_price string:-700"> running_total_price string:-700">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[3]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[3];
...@@ -119,7 +119,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -119,7 +119,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
debit_price string:0; debit_price string:0;
credit_price string:500; credit_price string:500;
running_total_price string:-1200"> running_total_price string:-1200">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[4]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[4];
...@@ -129,7 +129,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -129,7 +129,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
debit_price string:0; debit_price string:0;
credit_price string:600; credit_price string:600;
running_total_price string:-1800"> running_total_price string:-1800">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[5]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[5];
...@@ -139,13 +139,13 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -139,13 +139,13 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
debit_price string:0; debit_price string:0;
credit_price string:800; credit_price string:800;
running_total_price string:-2600"> running_total_price string:-2600">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tfoot/tr[1]; <tal:block tal:define="row_selector string:$${table}/tfoot/tr[1];
debit_price string:0; debit_price string:0;
credit_price string:2600"> credit_price string:2600">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_table" />
</tal:block> </tal:block>
<!-- 2. report section is Payable - Client 1 --> <!-- 2. report section is Payable - Client 1 -->
...@@ -169,7 +169,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -169,7 +169,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
debit_price string:0; debit_price string:0;
credit_price string:100; credit_price string:100;
running_total_price string:-100"> running_total_price string:-100">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[2]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[2];
...@@ -179,13 +179,13 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -179,13 +179,13 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
debit_price string:200; debit_price string:200;
credit_price string:0; credit_price string:0;
running_total_price string:100"> running_total_price string:100">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tfoot/tr[1]; <tal:block tal:define="row_selector string:$${table}/tfoot/tr[1];
debit_price string:200; debit_price string:200;
credit_price string:100"> credit_price string:100">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_table" />
</tal:block> </tal:block>
<!-- 3. report section is A-REC - Receivable (Client 1) --> <!-- 3. report section is A-REC - Receivable (Client 1) -->
...@@ -208,7 +208,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -208,7 +208,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
debit_price string:100; debit_price string:100;
credit_price string:0; credit_price string:0;
running_total_price string:100"> running_total_price string:100">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[2]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[2];
...@@ -218,7 +218,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -218,7 +218,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
debit_price string:0; debit_price string:0;
credit_price string:200; credit_price string:200;
running_total_price string:-100"> running_total_price string:-100">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[3]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[3];
...@@ -228,7 +228,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -228,7 +228,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
debit_price string:300; debit_price string:300;
credit_price string:0; credit_price string:0;
running_total_price string:200"> running_total_price string:200">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[4]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[4];
...@@ -238,7 +238,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -238,7 +238,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
debit_price string:600; debit_price string:600;
credit_price string:0; credit_price string:0;
running_total_price string:800"> running_total_price string:800">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[5]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[5];
...@@ -248,13 +248,13 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -248,13 +248,13 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
debit_price string:800; debit_price string:800;
credit_price string:0; credit_price string:0;
running_total_price string:1600"> running_total_price string:1600">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tfoot/tr[1]; <tal:block tal:define="row_selector string:$${table}/tfoot/tr[1];
debit_price string:1800; debit_price string:1800;
credit_price string:200"> credit_price string:200">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_table" />
</tal:block> </tal:block>
<!-- 4. report section is A-REC - Receivable (Client 2) --> <!-- 4. report section is A-REC - Receivable (Client 2) -->
...@@ -277,13 +277,13 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -277,13 +277,13 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
debit_price string:400; debit_price string:400;
credit_price string:0; credit_price string:0;
running_total_price string:400"> running_total_price string:400">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tfoot/tr[1]; <tal:block tal:define="row_selector string:$${table}/tfoot/tr[1];
debit_price string:400; debit_price string:400;
credit_price string:0"> credit_price string:0">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_table" />
</tal:block> </tal:block>
<!-- 5. report section is A-REC - Receivable (John Smith) --> <!-- 5. report section is A-REC - Receivable (John Smith) -->
...@@ -306,13 +306,13 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -306,13 +306,13 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
debit_price string:500; debit_price string:500;
credit_price string:0; credit_price string:0;
running_total_price string:500"> running_total_price string:500">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tfoot/tr[1]; <tal:block tal:define="row_selector string:$${table}/tfoot/tr[1];
debit_price string:500; debit_price string:500;
credit_price string:0"> credit_price string:0">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_table" />
</tal:block> </tal:block>
<!-- 5. report section is Total --> <!-- 5. report section is Total -->
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Filtering Grouping Dialog by section category Filtering Grouping Dialog by section category
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0&add_related_payments:int=1&set_ledger:int=1"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0&add_related_payments:int=1&set_ledger:int=1">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/Zuite_CommonTemplateForAccountingRenderjsUi/macros/init"/> <tal:block metal:use-macro="here/Zuite_CommonTemplateForAccountingRenderjsUi/macros/init"/>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Using Ledger in Grouping Dialog Using Ledger in Grouping Dialog
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0&add_related_payments:int=1&set_ledger:int=1"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0&add_related_payments:int=1&set_ledger:int=1">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/Zuite_CommonTemplateForAccountingRenderjsUi/macros/init"/> <tal:block metal:use-macro="here/Zuite_CommonTemplateForAccountingRenderjsUi/macros/init"/>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Grouping from account transaction view Grouping from account transaction view
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0&add_related_payments:int=1"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0&add_related_payments:int=1">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/Zuite_CommonTemplateForAccountingRenderjsUi/macros/init"/> <tal:block metal:use-macro="here/Zuite_CommonTemplateForAccountingRenderjsUi/macros/init"/>
...@@ -128,7 +128,7 @@ Grouping from account transaction view ...@@ -128,7 +128,7 @@ Grouping from account transaction view
<!-- mark the module as changed, reindex and come back to the account --> <!-- mark the module as changed, reindex and come back to the account -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_markChanged</td> <td>${base_url}/AccountingTransactionModule_markAccountingTestDataChanged</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Grouping from entity transaction view Grouping from entity transaction view
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0&add_related_payments:int=1"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0&add_related_payments:int=1">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/Zuite_CommonTemplateForAccountingRenderjsUi/macros/init"/> <tal:block metal:use-macro="here/Zuite_CommonTemplateForAccountingRenderjsUi/macros/init"/>
...@@ -95,7 +95,7 @@ Grouping from entity transaction view ...@@ -95,7 +95,7 @@ Grouping from entity transaction view
<!-- mark the module as changed, reindex and come back to the entity --> <!-- mark the module as changed, reindex and come back to the entity -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_markChanged</td> <td>${base_url}/AccountingTransactionModule_markAccountingTestDataChanged</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
...@@ -9,10 +9,10 @@ Copy of <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product/ERP5/tes ...@@ -9,10 +9,10 @@ Copy of <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product/ERP5/tes
</thead> </thead>
<tbody <tbody
tal:define="init_method string:AccountingZuite_initializeAccountingTransactionReportTest?report_name=journal&report_style=Hal; tal:define="init_method string:AccountingTransactionModule_initializeAccountingTransactionReportTest?report_name=journal&report_style=Hal;
now python: DateTime()"> now python: DateTime()">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr><td>store</td> <tr><td>store</td>
<td>${base_url}/web_site_module/renderjs_runner</td> <td>${base_url}/web_site_module/renderjs_runner</td>
<td>renderjs_url</td></tr> <td>renderjs_url</td></tr>
...@@ -93,7 +93,7 @@ Copy of <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product/ERP5/tes ...@@ -93,7 +93,7 @@ Copy of <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product/ERP5/tes
mirror_section_title string:Client 1; mirror_section_title string:Client 1;
debit string:119.60; debit string:119.60;
credit string:0"> credit string:0">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_transactions_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_transactions_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[2]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[2];
specific_reference string:; specific_reference string:;
...@@ -103,7 +103,7 @@ Copy of <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product/ERP5/tes ...@@ -103,7 +103,7 @@ Copy of <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product/ERP5/tes
mirror_section_title string:Client 1; mirror_section_title string:Client 1;
debit string:0, debit string:0,
credit string:19.60"> credit string:19.60">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_transactions_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_transactions_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[3]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[3];
...@@ -114,7 +114,7 @@ Copy of <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product/ERP5/tes ...@@ -114,7 +114,7 @@ Copy of <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product/ERP5/tes
mirror_section_title string:Client 1; mirror_section_title string:Client 1;
debit string:0; debit string:0;
credit string:100"> credit string:100">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_transactions_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_transactions_table" />
</tal:block> </tal:block>
<!-- Second Transaction --> <!-- Second Transaction -->
...@@ -126,7 +126,7 @@ Copy of <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product/ERP5/tes ...@@ -126,7 +126,7 @@ Copy of <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product/ERP5/tes
mirror_section_title string:Client 2; mirror_section_title string:Client 2;
debit string:239.20; debit string:239.20;
credit string:0"> credit string:0">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_transactions_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_transactions_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[5]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[5];
specific_reference string:; specific_reference string:;
...@@ -136,7 +136,7 @@ Copy of <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product/ERP5/tes ...@@ -136,7 +136,7 @@ Copy of <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product/ERP5/tes
mirror_section_title string:Client 2; mirror_section_title string:Client 2;
debit string:0; debit string:0;
credit string:39.20"> credit string:39.20">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_transactions_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_transactions_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[6]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[6];
specific_reference string:; specific_reference string:;
...@@ -146,7 +146,7 @@ Copy of <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product/ERP5/tes ...@@ -146,7 +146,7 @@ Copy of <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product/ERP5/tes
mirror_section_title string:Client 2; mirror_section_title string:Client 2;
debit string:0; debit string:0;
credit string:200"> credit string:200">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_transactions_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_transactions_table" />
</tal:block> </tal:block>
<!-- Third Transaction --> <!-- Third Transaction -->
...@@ -158,7 +158,7 @@ Copy of <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product/ERP5/tes ...@@ -158,7 +158,7 @@ Copy of <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product/ERP5/tes
mirror_section_title string:John Smith; mirror_section_title string:John Smith;
debit string:358.80; debit string:358.80;
credit string:0"> credit string:0">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_transactions_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_transactions_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[8]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[8];
specific_reference string:; specific_reference string:;
...@@ -168,7 +168,7 @@ Copy of <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product/ERP5/tes ...@@ -168,7 +168,7 @@ Copy of <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product/ERP5/tes
mirror_section_title string:John Smith; mirror_section_title string:John Smith;
debit string:0; debit string:0;
credit string:58.80"> credit string:58.80">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_transactions_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_transactions_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[9]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[9];
specific_reference string:; specific_reference string:;
...@@ -178,13 +178,13 @@ Copy of <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product/ERP5/tes ...@@ -178,13 +178,13 @@ Copy of <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product/ERP5/tes
mirror_section_title string:John Smith; mirror_section_title string:John Smith;
debit string:0; debit string:0;
credit string:300"> credit string:300">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_transactions_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_transactions_table" />
</tal:block> </tal:block>
<!-- Stats line --> <!-- Stats line -->
<tal:block tal:define="row_selector string:$${table}/tfoot/tr[1]; <tal:block tal:define="row_selector string:$${table}/tfoot/tr[1];
debit string:717.60; debit string:717.60;
credit string:717.60"> credit string:717.60">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_transactions_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_transactions_table" />
</tal:block> </tal:block>
</tbody> </tbody>
</table> </table>
......
...@@ -9,11 +9,11 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -9,11 +9,11 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
</thead> </thead>
<tbody <tbody
tal:define="init_method string:AccountingZuite_initializeAccountingTransactionReportTest?report_name=profit-and-loss&report_style=Hal; tal:define="init_method string:AccountingTransactionModule_initializeAccountingTransactionReportTest?report_name=profit-and-loss&report_style=Hal;
offset python:0; offset python:0;
now python:DateTime()"> now python:DateTime()">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr><td>store</td><td tal:content="python: '{:0>#2d}'.format(now.day())"></td><td>day</td></tr> <tr><td>store</td><td tal:content="python: '{:0>#2d}'.format(now.day())"></td><td>day</td></tr>
<tr><td>store</td><td tal:content="python: '{:0>#2d}'.format(now.month())"></td><td>month</td></tr> <tr><td>store</td><td tal:content="python: '{:0>#2d}'.format(now.month())"></td><td>month</td></tr>
......
...@@ -10,9 +10,9 @@ Check that use gets notified if they are using wrong 'Report Style' (UI) Prefere ...@@ -10,9 +10,9 @@ Check that use gets notified if they are using wrong 'Report Style' (UI) Prefere
<!-- Set Report Style to not-allowed value 'View' --> <!-- Set Report Style to not-allowed value 'View' -->
<tbody <tbody
tal:define="init_method string:AccountingZuite_initializeAccountingTransactionReportTest?report_name=journal&report_style=View;"> tal:define="init_method string:AccountingTransactionModule_initializeAccountingTransactionReportTest?report_name=journal&report_style=View;">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr><td>store</td> <tr><td>store</td>
<td>${base_url}/web_site_module/renderjs_runner</td> <td>${base_url}/web_site_module/renderjs_runner</td>
<td>renderjs_url</td></tr> <td>renderjs_url</td></tr>
......
...@@ -9,11 +9,11 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -9,11 +9,11 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
</thead> </thead>
<tbody <tbody
tal:define="init_method string:AccountingZuite_initializeAccountingTransactionReportTest?report_name=other-parties-ledger&report_style=Hal; tal:define="init_method string:AccountingTransactionModule_initializeAccountingTransactionReportTest?report_name=other-parties-ledger&report_style=Hal;
offset python:0; offset python:0;
now python:DateTime()"> now python:DateTime()">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr><td>open</td> <tr><td>open</td>
<td>${base_url}/portal_caches/manage_clearAllCache</td><td></td></tr> <td>${base_url}/portal_caches/manage_clearAllCache</td><td></td></tr>
...@@ -94,7 +94,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -94,7 +94,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
debit_price string:100; debit_price string:100;
credit_price string:0; credit_price string:0;
running_total_price string:100"> running_total_price string:100">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_ledger_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_ledger_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[2]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[2];
...@@ -108,13 +108,13 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -108,13 +108,13 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
debit_price string:200; debit_price string:200;
credit_price string:0; credit_price string:0;
running_total_price string:300"> running_total_price string:300">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_ledger_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_ledger_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tfoot/tr[1]; <tal:block tal:define="row_selector string:$${table}/tfoot/tr[1];
debit_price string:300; debit_price string:300;
credit_price string:0"> credit_price string:0">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_accounts_ledger_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_accounts_ledger_table" />
</tal:block> </tal:block>
</tbody> </tbody>
......
...@@ -9,10 +9,10 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -9,10 +9,10 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
</thead> </thead>
<tbody <tbody
tal:define="init_method string:AccountingZuite_initializeAccountingTransactionReportTest?report_name=trial-balance&report_style=Hal; tal:define="init_method string:AccountingTransactionModule_initializeAccountingTransactionReportTest?report_name=trial-balance&report_style=Hal;
now python: DateTime()"> now python: DateTime()">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr><td>store</td> <tr><td>store</td>
<td>${base_url}/web_site_module/renderjs_runner</td> <td>${base_url}/web_site_module/renderjs_runner</td>
<td>renderjs_url</td></tr> <td>renderjs_url</td></tr>
...@@ -93,37 +93,37 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -93,37 +93,37 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
final_balance string:-3300; final_balance string:-3300;
final_credit_balance string:3300; final_credit_balance string:3300;
final_balance_if_credit string:3300"> final_balance_if_credit string:3300">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_balance_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_balance_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[2]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[2];
node_id string:A-COLLECTED-VAT; node_id string:A-COLLECTED-VAT;
node_title string:Collected VAT 10%"> node_title string:Collected VAT 10%">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_balance_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_balance_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[3]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[3];
node_id string:A-EQUITY; node_id string:A-EQUITY;
node_title string:Equity"> node_title string:Equity">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_balance_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_balance_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[4]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[4];
node_id string:A-FIX-ASSETS; node_id string:A-FIX-ASSETS;
node_title string:Fixed Assets"> node_title string:Fixed Assets">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_balance_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_balance_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[5]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[5];
node_id string:A-GP; node_id string:A-GP;
node_title string:Goods Purchase"> node_title string:Goods Purchase">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_balance_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_balance_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[6]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[6];
node_id string:A-GS; node_id string:A-GS;
node_title string:Goods Sales"> node_title string:Goods Sales">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_balance_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_balance_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[7]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[7];
...@@ -135,7 +135,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -135,7 +135,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
final_debit_balance string:200; final_debit_balance string:200;
final_credit_balance string:100; final_credit_balance string:100;
final_balance_if_debit string:100"> final_balance_if_debit string:100">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_balance_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_balance_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[8]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[8];
...@@ -147,19 +147,19 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -147,19 +147,19 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
final_debit_balance string:3400; final_debit_balance string:3400;
final_credit_balance string:200; final_credit_balance string:200;
final_balance_if_debit string:3200"> final_balance_if_debit string:3200">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_balance_table" /> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_balance_table" />
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[9]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[9];
node_title string:Refundable VAT 10%; node_title string:Refundable VAT 10%;
node_id string:A-REF-VAT"> node_id string:A-REF-VAT">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_balance_table"></tal:block> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_balance_table"></tal:block>
</tal:block> </tal:block>
<tal:block tal:define="row_selector string:$${table}/tbody/tr[10]; <tal:block tal:define="row_selector string:$${table}/tbody/tr[10];
node_title string:Stocks; node_title string:Stocks;
node_id string:A-STOCK"> node_id string:A-STOCK">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_balance_table"></tal:block> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_balance_table"></tal:block>
</tal:block> </tal:block>
<!-- Stats line --> <!-- Stats line -->
...@@ -170,7 +170,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product ...@@ -170,7 +170,7 @@ Copy of unittest <a href="https://lab.nexedi.com/nexedi/erp5/blob/master/product
final_credit_balance string:3600; final_credit_balance string:3600;
final_balance_if_debit string:3300; final_balance_if_debit string:3300;
final_balance_if_credit string:3300"> final_balance_if_credit string:3300">
<tal:block metal:use-macro="here/AccountingZuite_reportMacros/macros/check_row_in_balance_table"></tal:block> <tal:block metal:use-macro="here/Zuite_viewAccountingTestReportMacros/macros/check_row_in_balance_table"></tal:block>
</tal:block> </tal:block>
</tbody> </tbody>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<tal:block metal:use-macro="here/Zuite_CommonTemplate/macros/init" /> <tal:block metal:use-macro="here/Zuite_CommonTemplate/macros/init" />
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_reset</td> <td>${base_url}/ERP5Site_resetConfigurationForAccountingTest</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
...@@ -7,13 +7,13 @@ ...@@ -7,13 +7,13 @@
Test for Creating Reversal Transaction for an Accounting Transaction Test for Creating Reversal Transaction for an Accounting Transaction
</td></tr> </td></tr>
<!-- XXX we do not need init method here ! --> <!-- XXX we do not need init method here ! -->
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_markChanged</td> <td>${base_url}/AccountingTransactionModule_markAccountingTestDataChanged</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
...@@ -7,13 +7,13 @@ ...@@ -7,13 +7,13 @@
Test for Creating Reversal Transaction for an Accounting Transaction Test for Creating Reversal Transaction for an Accounting Transaction
</td></tr> </td></tr>
<!-- XXX we do not need init method here ! --> <!-- XXX we do not need init method here ! -->
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_markChanged</td> <td>${base_url}/AccountingTransactionModule_markAccountingTestDataChanged</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
...@@ -7,13 +7,13 @@ ...@@ -7,13 +7,13 @@
Test Simple view of an Accounting Transaction Test Simple view of an Accounting Transaction
</td></tr> </td></tr>
<!-- XXX we do not need init method here ! --> <!-- XXX we do not need init method here ! -->
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_markChanged</td> <td>${base_url}/AccountingTransactionModule_markAccountingTestDataChanged</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
...@@ -7,13 +7,13 @@ ...@@ -7,13 +7,13 @@
Invalidated accounts are not proposed in the drop down where you select Invalidated accounts are not proposed in the drop down where you select
accounts. accounts.
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_markChanged</td> <td>${base_url}/AccountingTransactionModule_markAccountingTestDataChanged</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
...@@ -7,13 +7,13 @@ ...@@ -7,13 +7,13 @@
Test Simple view of an Accounting Transaction Test Simple view of an Accounting Transaction
</td></tr> </td></tr>
<!-- XXX we do not need init method here ! --> <!-- XXX we do not need init method here ! -->
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_markChanged</td> <td>${base_url}/AccountingTransactionModule_markAccountingTestDataChanged</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
...@@ -7,13 +7,13 @@ ...@@ -7,13 +7,13 @@
Test for Creating Payment Transactions related to some Invoices Test for Creating Payment Transactions related to some Invoices
</td></tr> </td></tr>
<!-- XXX we do not need init method here ! --> <!-- XXX we do not need init method here ! -->
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_markChanged</td> <td>${base_url}/AccountingTransactionModule_markAccountingTestDataChanged</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
...@@ -6,13 +6,13 @@ ...@@ -6,13 +6,13 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Test for Creating reversal of multiple transactions Test for Creating reversal of multiple transactions
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0&amp;transaction_state=delivered"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0&amp;transaction_state=delivered">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_markChanged</td> <td>${base_url}/AccountingTransactionModule_markAccountingTestDataChanged</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
...@@ -8,13 +8,13 @@ Test Section Selection for Accounting Transaction. ...@@ -8,13 +8,13 @@ Test Section Selection for Accounting Transaction.
</td></tr> </td></tr>
<!-- XXX we do not need init method here ! --> <!-- XXX we do not need init method here ! -->
</thead><tbody tal:define="init_method string:"> </thead><tbody tal:define="init_method string:">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<!-- Setup {{{ --> <!-- Setup {{{ -->
<!-- Reset Preference --> <!-- Reset Preference -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_setDocumentSectionPreference</td> <td>${base_url}/PreferenceTool_setAccountingTestDocumentSectionPreference</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
...@@ -68,7 +68,7 @@ Test Section Selection for Accounting Transaction. ...@@ -68,7 +68,7 @@ Test Section Selection for Accounting Transaction.
<!-- Modify Preference --> <!-- Modify Preference -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_unsetDocumentSectionPreference</td> <td>${base_url}/PreferenceTool_resetAccountingTestDocumentSectionPreference</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
...@@ -112,7 +112,7 @@ Test Section Selection for Accounting Transaction. ...@@ -112,7 +112,7 @@ Test Section Selection for Accounting Transaction.
<!-- Reset Preference --> <!-- Reset Preference -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_setDocumentSectionPreference</td> <td>${base_url}/PreferenceTool_setAccountingTestDocumentSectionPreference</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
...@@ -7,13 +7,13 @@ ...@@ -7,13 +7,13 @@
Test Simple view of an Accounting Transaction with Multiple partners Test Simple view of an Accounting Transaction with Multiple partners
</td></tr> </td></tr>
<!-- XXX we do not need init method here ! --> <!-- XXX we do not need init method here ! -->
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_markChanged</td> <td>${base_url}/AccountingTransactionModule_markAccountingTestDataChanged</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
...@@ -8,12 +8,12 @@ Test Section Selection for Payment Transaction. ...@@ -8,12 +8,12 @@ Test Section Selection for Payment Transaction.
</td></tr> </td></tr>
<!-- XXX we do not need init method here ! --> <!-- XXX we do not need init method here ! -->
</thead><tbody tal:define="init_method string:"> </thead><tbody tal:define="init_method string:">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_setDocumentSectionPreference</td> <td>${base_url}/PreferenceTool_setAccountingTestDocumentSectionPreference</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
...@@ -67,7 +67,7 @@ Test Section Selection for Payment Transaction. ...@@ -67,7 +67,7 @@ Test Section Selection for Payment Transaction.
<!-- Modify Preference --> <!-- Modify Preference -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_unsetDocumentSectionPreference</td> <td>${base_url}/PreferenceTool_resetAccountingTestDocumentSectionPreference</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
...@@ -111,7 +111,7 @@ Test Section Selection for Payment Transaction. ...@@ -111,7 +111,7 @@ Test Section Selection for Payment Transaction.
<!-- Reset Preference --> <!-- Reset Preference -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_setDocumentSectionPreference</td> <td>${base_url}/PreferenceTool_setAccountingTestDocumentSectionPreference</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
...@@ -7,13 +7,13 @@ ...@@ -7,13 +7,13 @@
Test for Creating Reversal Transaction for a Purchase Invoice Transaction Test for Creating Reversal Transaction for a Purchase Invoice Transaction
</td></tr> </td></tr>
<!-- XXX we do not need init method here ! --> <!-- XXX we do not need init method here ! -->
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_markChanged</td> <td>${base_url}/AccountingTransactionModule_markAccountingTestDataChanged</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
...@@ -8,12 +8,12 @@ Test Section Selection for Purchase Invoice Transaction. ...@@ -8,12 +8,12 @@ Test Section Selection for Purchase Invoice Transaction.
</td></tr> </td></tr>
<!-- XXX we do not need init method here ! --> <!-- XXX we do not need init method here ! -->
</thead><tbody tal:define="init_method string:"> </thead><tbody tal:define="init_method string:">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_setDocumentSectionPreference</td> <td>${base_url}/PreferenceTool_setAccountingTestDocumentSectionPreference</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
...@@ -67,7 +67,7 @@ Test Section Selection for Purchase Invoice Transaction. ...@@ -67,7 +67,7 @@ Test Section Selection for Purchase Invoice Transaction.
<!-- Modify Preference --> <!-- Modify Preference -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_unsetDocumentSectionPreference</td> <td>${base_url}/PreferenceTool_resetAccountingTestDocumentSectionPreference</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
...@@ -111,7 +111,7 @@ Test Section Selection for Purchase Invoice Transaction. ...@@ -111,7 +111,7 @@ Test Section Selection for Purchase Invoice Transaction.
<!-- Reset Preference --> <!-- Reset Preference -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_setDocumentSectionPreference</td> <td>${base_url}/PreferenceTool_setAccountingTestDocumentSectionPreference</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
...@@ -7,13 +7,13 @@ ...@@ -7,13 +7,13 @@
Test for Creating Reversal Transaction for a Sale Invoice Transaction Test for Creating Reversal Transaction for a Sale Invoice Transaction
</td></tr> </td></tr>
<!-- XXX we do not need init method here ! --> <!-- XXX we do not need init method here ! -->
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_markChanged</td> <td>${base_url}/AccountingTransactionModule_markAccountingTestDataChanged</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
...@@ -8,12 +8,12 @@ Test Section Selection for Sale Invoice Transaction. ...@@ -8,12 +8,12 @@ Test Section Selection for Sale Invoice Transaction.
</td></tr> </td></tr>
<!-- XXX we do not need init method here ! --> <!-- XXX we do not need init method here ! -->
</thead><tbody tal:define="init_method string:"> </thead><tbody tal:define="init_method string:">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_setDocumentSectionPreference</td> <td>${base_url}/PreferenceTool_setAccountingTestDocumentSectionPreference</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
...@@ -67,7 +67,7 @@ Test Section Selection for Sale Invoice Transaction. ...@@ -67,7 +67,7 @@ Test Section Selection for Sale Invoice Transaction.
<!-- Modify Preference --> <!-- Modify Preference -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_unsetDocumentSectionPreference</td> <td>${base_url}/PreferenceTool_resetAccountingTestDocumentSectionPreference</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
...@@ -111,7 +111,7 @@ Test Section Selection for Sale Invoice Transaction. ...@@ -111,7 +111,7 @@ Test Section Selection for Sale Invoice Transaction.
<!-- Reset Preference --> <!-- Reset Preference -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_setDocumentSectionPreference</td> <td>${base_url}/PreferenceTool_setAccountingTestDocumentSectionPreference</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Test display of Account Module, with at_date parameter Test display of Account Module, with at_date parameter
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionListSalesAndPayments"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionListSalesAndPayments">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_module</td> <td>select_module</td>
......
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Test default display of Account Module Test default display of Account Module
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_module</td> <td>select_module</td>
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Test default display of Account Module With Employees. Test default display of Account Module With Employees.
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionListWithPersons"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionListWithPersons">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_module</td> <td>select_module</td>
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Test domain tree of Account Module Test domain tree of Account Module
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tr> <tr>
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Test filter in Account Module Test filter in Account Module
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Test display of Account Module, with from_date parameter (which has no impact) Test display of Account Module, with from_date parameter (which has no impact)
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_module</td> <td>select_module</td>
......
...@@ -6,13 +6,13 @@ ...@@ -6,13 +6,13 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Test `preferred_gap_id` column of Account Module Test `preferred_gap_id` column of Account Module
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_setAccountReferencePreference</td> <td>${base_url}/PreferenceTool_setAccountingTestAccountReferencePreference</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Test `preferred_gap_id` column of Account Module Test `preferred_gap_id` column of Account Module
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tr> <tr>
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Test search columns of Account Module Test search columns of Account Module
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tr> <tr>
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Test changing state in accounting module (with custom search) Test changing state in accounting module (with custom search)
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tr> <tr>
...@@ -92,7 +92,7 @@ Test changing state in accounting module (with custom search) ...@@ -92,7 +92,7 @@ Test changing state in accounting module (with custom search)
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_markChanged</td> <td>${base_url}/AccountingTransactionModule_markAccountingTestDataChanged</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
...@@ -6,13 +6,13 @@ ...@@ -6,13 +6,13 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Test Accounting module listbox supports deleting Test Accounting module listbox supports deleting
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0&transaction_state=draft"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0&transaction_state=draft">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_markChanged</td> <td>${base_url}/AccountingTransactionModule_markAccountingTestDataChanged</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Accounting Transaction Module Displays empty Transactions Accounting Transaction Module Displays empty Transactions
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0">
<!-- setup {{{ --> <!-- setup {{{ -->
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_module</td> <td>select_module</td>
...@@ -44,7 +44,7 @@ Accounting Transaction Module Displays empty Transactions ...@@ -44,7 +44,7 @@ Accounting Transaction Module Displays empty Transactions
</tr> </tr>
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_markChanged</td> <td>${base_url}/AccountingTransactionModule_markAccountingTestDataChanged</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Test Accounting module listbox supports filtering Test Accounting module listbox supports filtering
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tr> <tr>
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Test Accounting module listbox multi pages Test Accounting module listbox multi pages
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0&month_count:int=12"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0&month_count:int=12">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_module</td> <td>select_module</td>
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Accounting Transaction Module Search Columns Accounting Transaction Module Search Columns
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<!-- setup {{{ --> <!-- setup {{{ -->
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Accounting Transaction Module Search Dialog: seach by amount Accounting Transaction Module Search Dialog: seach by amount
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<!-- setup {{{ --> <!-- setup {{{ -->
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Accounting Transaction Module Search Dialog: seach by date Accounting Transaction Module Search Dialog: seach by date
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<!-- setup {{{ --> <!-- setup {{{ -->
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Test sort for Accounting module main listbox Test sort for Accounting module main listbox
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tr> <tr>
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Test sort for Accounting module main listbox, without section Test sort for Accounting module main listbox, without section
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tr> <tr>
......
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
Accounting Transaction Module and transactions with employees, which acquire Accounting Transaction Module and transactions with employees, which acquire
the group category from their subordination the group category from their subordination
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionListWithPersons"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionListWithPersons">
<!-- setup {{{ --> <!-- setup {{{ -->
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_module</td> <td>select_module</td>
......
...@@ -6,12 +6,12 @@ ...@@ -6,12 +6,12 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Test Accounting Transaction Template Test Accounting Transaction Template
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_initializeAccountingTransactionTemplateTest"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_initializeAccountingTransactionTemplateTest">
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<!-- Delete existing accounting transaction templates --> <!-- Delete existing accounting transaction templates -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_deleteAccountingTransactionTemplate</td> <td>${base_url}/ERP5Site_deleteAccountingTransactionTemplate</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
...@@ -131,7 +131,7 @@ Test Accounting Transaction Template ...@@ -131,7 +131,7 @@ Test Accounting Transaction Template
<!-- Remove Accounting Transactions --> <!-- Remove Accounting Transactions -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_initializeAccountingTransactionTemplateTest</td> <td>${base_url}/AccountingTransactionModule_initializeAccountingTransactionTemplateTest</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Test Transactions related to an account Test Transactions related to an account
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_module</td> <td>select_module</td>
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Test Account GAP Parallel listfield. Test Account GAP Parallel listfield.
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_module</td> <td>select_module</td>
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Test Transactions related to an account Test Transactions related to an account
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_module</td> <td>select_module</td>
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Test Transactions related to an account, with at date parameter Test Transactions related to an account, with at date parameter
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionListSalesAndPayments"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionListSalesAndPayments">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_module</td> <td>select_module</td>
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Test Transactions related to an account, with from date parameter Test Transactions related to an account, with from date parameter
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionListSalesAndPayments"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionListSalesAndPayments">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_module</td> <td>select_module</td>
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Test Account Transaction List then jump to accounting module. Test Account Transaction List then jump to accounting module.
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_module</td> <td>select_module</td>
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Test for jump methods from an Organisation. Test for jump methods from an Organisation.
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_module</td> <td>select_module</td>
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Test Transactions related to an Organisation Test Transactions related to an Organisation
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_module</td> <td>select_module</td>
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Test Transactions related to an Organisation, with stop date Test Transactions related to an Organisation, with stop date
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionListSalesAndPayments"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionListSalesAndPayments">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_module</td> <td>select_module</td>
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Test Transactions related to an Organisation, with start date Test Transactions related to an Organisation, with start date
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionListSalesAndPayments"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionListSalesAndPayments">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_module</td> <td>select_module</td>
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Test Transactions related to an Organisation, with multiple pages and date range Test Transactions related to an Organisation, with multiple pages and date range
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionListSalesAndPayments"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionListSalesAndPayments">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_module</td> <td>select_module</td>
......
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
Test Transactions related to an Organisation shows transactions for this Test Transactions related to an Organisation shows transactions for this
organisation and no bogus parameters are kept in the selection. organisation and no bogus parameters are kept in the selection.
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_module</td> <td>select_module</td>
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Filtering Grouping Dialog by section category Filtering Grouping Dialog by section category
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0&add_related_payments:int=1&set_ledger:int=1"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0&add_related_payments:int=1&set_ledger:int=1">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_module</td> <td>select_module</td>
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Using Ledger in Grouping Dialog Using Ledger in Grouping Dialog
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0&add_related_payments:int=1&set_ledger:int=1"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0&add_related_payments:int=1&set_ledger:int=1">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_module</td> <td>select_module</td>
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Sorting in Grouping Dialog Sorting in Grouping Dialog
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0&add_related_payments:int=1"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0&add_related_payments:int=1">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_module</td> <td>select_module</td>
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Sorting in Grouping Dialog Sorting in Grouping Dialog
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0&add_related_payments:int=1"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0&add_related_payments:int=1">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_module</td> <td>select_module</td>
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Grouping from account transaction view Grouping from account transaction view
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0&add_related_payments:int=1"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0&add_related_payments:int=1">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_module</td> <td>select_module</td>
...@@ -130,7 +130,7 @@ Grouping from account transaction view ...@@ -130,7 +130,7 @@ Grouping from account transaction view
<!-- mark the module as changed, reindex and come back to the account --> <!-- mark the module as changed, reindex and come back to the account -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_markChanged</td> <td>${base_url}/AccountingTransactionModule_markAccountingTestDataChanged</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Grouping from entity transaction view Grouping from entity transaction view
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0&add_related_payments:int=1"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0&add_related_payments:int=1">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_module</td> <td>select_module</td>
...@@ -114,7 +114,7 @@ Grouping from entity transaction view ...@@ -114,7 +114,7 @@ Grouping from entity transaction view
<!-- mark the module as changed, reindex and come back to the entity --> <!-- mark the module as changed, reindex and come back to the entity -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_markChanged</td> <td>${base_url}/AccountingTransactionModule_markAccountingTestDataChanged</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Grouping with multiple pages Grouping with multiple pages
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0&month_count:int=6&add_related_payments:int=1"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0&month_count:int=6&add_related_payments:int=1">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_module</td> <td>select_module</td>
...@@ -123,7 +123,7 @@ Grouping with multiple pages ...@@ -123,7 +123,7 @@ Grouping with multiple pages
<!-- mark the module as changed, reindex and come back to the entity --> <!-- mark the module as changed, reindex and come back to the entity -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_markChanged</td> <td>${base_url}/AccountingTransactionModule_markAccountingTestDataChanged</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<tr><td rowspan="1" colspan="4"> <tr><td rowspan="1" colspan="4">
Selected amount updated when searching Selected amount updated when searching
</td></tr> </td></tr>
</thead><tbody tal:define="init_method string:AccountingZuite_createAccountingTransactionList?add_draft_transactions:int=0&month_count:int=6&add_related_payments:int=1"> </thead><tbody tal:define="init_method string:AccountingTransactionModule_createAccountingTransactionList?add_draft_transactions:int=0&month_count:int=6&add_related_payments:int=1">
<!-- Setup {{{ --> <!-- Setup {{{ -->
<tal:block metal:use-macro="here/AccountingZuite_CommonTemplate/macros/init"/> <tal:block metal:use-macro="here/ERP5Site_viewAccountingZuiteCommonTemplate/macros/init"/>
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_module</td> <td>select_module</td>
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>AccountingZuite_createDocument</string> </value> <value> <string>AccountingTransactionModule_createAccountingTestDocument</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -19,7 +19,7 @@ today = DateTime(now.year(), now.month(), now.day()) + 8 * one_hour ...@@ -19,7 +19,7 @@ today = DateTime(now.year(), now.month(), now.day()) + 8 * one_hour
yesterday = today - one_day yesterday = today - one_day
tomorrow = today + one_day tomorrow = today + one_day
bank1 = context.AccountingZuite_createDocument( bank1 = context.AccountingTransactionModule_createAccountingTestDocument(
parent=organisation_module.my_organisation, parent=organisation_module.my_organisation,
portal_type='Bank Account', portal_type='Bank Account',
title='Bank1', title='Bank1',
...@@ -28,7 +28,7 @@ bank1 = context.AccountingZuite_createDocument( ...@@ -28,7 +28,7 @@ bank1 = context.AccountingZuite_createDocument(
bank2 = bank1 bank2 = bank1
if two_banks: if two_banks:
bank2 = context.AccountingZuite_createDocument( bank2 = context.AccountingTransactionModule_createAccountingTestDocument(
parent=organisation_module.my_organisation, parent=organisation_module.my_organisation,
portal_type='Bank Account', portal_type='Bank Account',
title='Bank2', title='Bank2',
...@@ -36,7 +36,7 @@ if two_banks: ...@@ -36,7 +36,7 @@ if two_banks:
) )
context.AccountingZuite_createDocument( context.AccountingTransactionModule_createAccountingTestDocument(
portal_type='Accounting Transaction', portal_type='Accounting Transaction',
title='Transaction 1', title='Transaction 1',
source_reference='1', source_reference='1',
...@@ -52,7 +52,7 @@ context.AccountingZuite_createDocument( ...@@ -52,7 +52,7 @@ context.AccountingZuite_createDocument(
source_credit=100.0)), source_credit=100.0)),
) )
context.AccountingZuite_createDocument( context.AccountingTransactionModule_createAccountingTestDocument(
portal_type='Accounting Transaction', portal_type='Accounting Transaction',
title='Transaction 2', title='Transaction 2',
source_reference='2', source_reference='2',
...@@ -70,7 +70,7 @@ context.AccountingZuite_createDocument( ...@@ -70,7 +70,7 @@ context.AccountingZuite_createDocument(
# in the period # in the period
context.AccountingZuite_createDocument( context.AccountingTransactionModule_createAccountingTestDocument(
portal_type='Payment Transaction', portal_type='Payment Transaction',
title='Transaction 3', title='Transaction 3',
source_reference='3', source_reference='3',
...@@ -87,7 +87,7 @@ context.AccountingZuite_createDocument( ...@@ -87,7 +87,7 @@ context.AccountingZuite_createDocument(
source_credit=300.0)), source_credit=300.0)),
) )
context.AccountingZuite_createDocument( context.AccountingTransactionModule_createAccountingTestDocument(
portal_type='Payment Transaction', portal_type='Payment Transaction',
title='Transaction 4', title='Transaction 4',
destination_reference='4', destination_reference='4',
...@@ -106,7 +106,7 @@ context.AccountingZuite_createDocument( ...@@ -106,7 +106,7 @@ context.AccountingZuite_createDocument(
destination_credit=400.0)), destination_credit=400.0)),
) )
context.AccountingZuite_createDocument( context.AccountingTransactionModule_createAccountingTestDocument(
portal_type='Accounting Transaction', portal_type='Accounting Transaction',
title='Transaction 5', title='Transaction 5',
source_reference='5', source_reference='5',
...@@ -123,7 +123,7 @@ context.AccountingZuite_createDocument( ...@@ -123,7 +123,7 @@ context.AccountingZuite_createDocument(
source_credit=500.0)), source_credit=500.0)),
) )
context.AccountingZuite_createDocument( context.AccountingTransactionModule_createAccountingTestDocument(
portal_type='Purchase Invoice Transaction', portal_type='Purchase Invoice Transaction',
title='Transaction 6', title='Transaction 6',
destination_reference='6', destination_reference='6',
...@@ -143,7 +143,7 @@ context.AccountingZuite_createDocument( ...@@ -143,7 +143,7 @@ context.AccountingZuite_createDocument(
# another simulation state # another simulation state
context.AccountingZuite_createDocument( context.AccountingTransactionModule_createAccountingTestDocument(
portal_type='Accounting Transaction', portal_type='Accounting Transaction',
title='Transaction 7', title='Transaction 7',
source_reference='7', source_reference='7',
...@@ -162,7 +162,7 @@ context.AccountingZuite_createDocument( ...@@ -162,7 +162,7 @@ context.AccountingZuite_createDocument(
# after the period # after the period
context.AccountingZuite_createDocument( context.AccountingTransactionModule_createAccountingTestDocument(
portal_type='Accounting Transaction', portal_type='Accounting Transaction',
title='Transaction 8', title='Transaction 8',
source_reference='8', source_reference='8',
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>AccountingZuite_createReportDataset</string> </value> <value> <string>AccountingTransactionModule_createAccountingTestReportDataset</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -10,7 +10,7 @@ yesterday = today - 1 ...@@ -10,7 +10,7 @@ yesterday = today - 1
tomorrow = today + 1 tomorrow = today + 1
context.AccountingZuite_createDocument( context.AccountingTransactionModule_createAccountingTestDocument(
portal_type='Accounting Transaction', portal_type='Accounting Transaction',
simulation_state='delivered', simulation_state='delivered',
start_date=yesterday, start_date=yesterday,
...@@ -23,7 +23,7 @@ context.AccountingZuite_createDocument( ...@@ -23,7 +23,7 @@ context.AccountingZuite_createDocument(
"source_credit": 100} "source_credit": 100}
] ]
) )
context.AccountingZuite_createDocument( context.AccountingTransactionModule_createAccountingTestDocument(
portal_type='Sale Invoice Transaction', portal_type='Sale Invoice Transaction',
title='First One', title='First One',
simulation_state='delivered', simulation_state='delivered',
...@@ -42,7 +42,7 @@ context.AccountingZuite_createDocument( ...@@ -42,7 +42,7 @@ context.AccountingZuite_createDocument(
"source_credit": 100.00}, "source_credit": 100.00},
] ]
) )
context.AccountingZuite_createDocument( context.AccountingTransactionModule_createAccountingTestDocument(
portal_type='Sale Invoice Transaction', portal_type='Sale Invoice Transaction',
title='Second One', title='Second One',
simulation_state='delivered', simulation_state='delivered',
...@@ -65,7 +65,7 @@ context.AccountingZuite_createDocument( ...@@ -65,7 +65,7 @@ context.AccountingZuite_createDocument(
"source_credit": 200.00}, "source_credit": 200.00},
] ]
) )
context.AccountingZuite_createDocument( context.AccountingTransactionModule_createAccountingTestDocument(
portal_type='Sale Invoice Transaction', portal_type='Sale Invoice Transaction',
title='Third One', title='Third One',
simulation_state='delivered', simulation_state='delivered',
...@@ -85,7 +85,7 @@ context.AccountingZuite_createDocument( ...@@ -85,7 +85,7 @@ context.AccountingZuite_createDocument(
"source_credit": 300.00}, "source_credit": 300.00},
] ]
) )
context.AccountingZuite_createDocument( context.AccountingTransactionModule_createAccountingTestDocument(
portal_type='Accounting Transaction', portal_type='Accounting Transaction',
simulation_state='delivered', simulation_state='delivered',
start_date=today, start_date=today,
...@@ -98,7 +98,7 @@ context.AccountingZuite_createDocument( ...@@ -98,7 +98,7 @@ context.AccountingZuite_createDocument(
"source_credit": 111}, "source_credit": 111},
] ]
) )
context.AccountingZuite_createDocument( context.AccountingTransactionModule_createAccountingTestDocument(
portal_type='Sale Invoice Transaction', portal_type='Sale Invoice Transaction',
simulation_state='delivered', simulation_state='delivered',
destination_section_value=portal.organisation_module.client_2, destination_section_value=portal.organisation_module.client_2,
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>Script_magic</string> </key>
<value> <int>3</int> </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>_params</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>AccountingTransactionModule_createAccountingTestReportJournalDataset</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>AccountingZuite_createAccountingTransactionList</string> </value> <value> <string>AccountingTransactionModule_createAccountingTransactionList</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>AccountingZuite_createAccountingTransactionListSalesAndPayments</string> </value> <value> <string>AccountingTransactionModule_createAccountingTransactionListSalesAndPayments</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>AccountingZuite_createAccountingTransactionListWithPersons</string> </value> <value> <string>AccountingTransactionModule_createAccountingTransactionListWithPersons</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -7,18 +7,18 @@ module = portal.accounting_module ...@@ -7,18 +7,18 @@ module = portal.accounting_module
# This option is necessary for RJS interface to render Reports # This option is necessary for RJS interface to render Reports
# If you'd keep XHTML value "View" the RJS will not crash it will # If you'd keep XHTML value "View" the RJS will not crash it will
# only refuse to validate Report Form View # only refuse to validate Report Form View
portal.AccountingZuite_setAccountReferencePreference(report_style=report_style) portal.PreferenceTool_setAccountingTestAccountReferencePreference(report_style=report_style)
# First, clean up the module # First, clean up the module
module.manage_delObjects(list(module.objectIds())) module.manage_delObjects(list(module.objectIds()))
# Create datasets # Create datasets
if report_name == "journal": if report_name == "journal":
module.AccountingZuite_createReportJournalDataset() module.AccountingTransactionModule_createAccountingTestReportJournalDataset()
elif report_name in ("trial-balance", "general-ledger"): elif report_name in ("trial-balance", "general-ledger"):
module.AccountingZuite_createReportDataset() module.AccountingTransactionModule_createAccountingTestReportDataset()
elif report_name in ("account-statement", "balance-sheet", "profit-and-loss"): elif report_name in ("account-statement", "balance-sheet", "profit-and-loss"):
module.AccountingZuite_createReportDataset(two_banks=True) module.AccountingTransactionModule_createAccountingTestReportDataset(two_banks=True)
elif report_name == "other-parties": elif report_name == "other-parties":
module.AccountingZuite_createReportOtherPartiesDataset(with_ledger=False) module.AccountingZuite_createReportOtherPartiesDataset(with_ledger=False)
elif report_name == "other-parties-ledger": elif report_name == "other-parties-ledger":
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>AccountingZuite_initializeAccountingTransactionReportTest</string> </value> <value> <string>AccountingTransactionModule_initializeAccountingTransactionReportTest</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>AccountingZuite_initializeAccountingTransactionTemplateTest</string> </value> <value> <string>AccountingTransactionModule_initializeAccountingTransactionTemplateTest</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>AccountingZuite_deleteAccountingTransactionTemplate</string> </value> <value> <string>AccountingTransactionModule_markAccountingTestDataChanged</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -29,11 +29,11 @@ def get_object_by_title(portal_type, title): ...@@ -29,11 +29,11 @@ def get_object_by_title(portal_type, title):
bank1 = get_object_by_title(portal_type='Bank Account', title='Bank1') bank1 = get_object_by_title(portal_type='Bank Account', title='Bank1')
if bank1 is None: if bank1 is None:
bank1 = portal.AccountingZuite_createDocument( bank1 = portal.AccountingTransactionModule_createAccountingTestDocument(
portal_type='Bank Account', title='Bank1', simulation_state='validated', portal_type='Bank Account', title='Bank1', simulation_state='validated',
parent=organisation_module.my_organisation) parent=organisation_module.my_organisation)
purchase1 = portal.AccountingZuite_createDocument( purchase1 = portal.AccountingTransactionModule_createAccountingTestDocument(
portal_type='Purchase Invoice Transaction', portal_type='Purchase Invoice Transaction',
title='Purchase invoice 1', title='Purchase invoice 1',
destination_reference='1', destination_reference='1',
...@@ -51,7 +51,7 @@ purchase1 = portal.AccountingZuite_createDocument( ...@@ -51,7 +51,7 @@ purchase1 = portal.AccountingZuite_createDocument(
destination_credit=500.0)), destination_credit=500.0)),
) )
sale2 = portal.AccountingZuite_createDocument( sale2 = portal.AccountingTransactionModule_createAccountingTestDocument(
portal_type='Sale Invoice Transaction', portal_type='Sale Invoice Transaction',
title='Sale invoice 2', title='Sale invoice 2',
source_reference='2', source_reference='2',
...@@ -71,7 +71,7 @@ sale2 = portal.AccountingZuite_createDocument( ...@@ -71,7 +71,7 @@ sale2 = portal.AccountingZuite_createDocument(
portal.Zuite_waitForActivities() portal.Zuite_waitForActivities()
payment3 = portal.AccountingZuite_createDocument( payment3 = portal.AccountingTransactionModule_createAccountingTestDocument(
portal_type='Payment Transaction', portal_type='Payment Transaction',
title='Payment 1', title='Payment 1',
source_reference='3', source_reference='3',
...@@ -90,7 +90,7 @@ payment3 = portal.AccountingZuite_createDocument( ...@@ -90,7 +90,7 @@ payment3 = portal.AccountingZuite_createDocument(
source_credit=500.0)), source_credit=500.0)),
) )
payment4 = portal.AccountingZuite_createDocument( payment4 = portal.AccountingTransactionModule_createAccountingTestDocument(
portal_type='Payment Transaction', portal_type='Payment Transaction',
title='Payment 2', title='Payment 2',
source_reference='4', source_reference='4',
......
...@@ -46,7 +46,7 @@ else: ...@@ -46,7 +46,7 @@ else:
extra_kwargs_general = {} extra_kwargs_general = {}
extra_kwargs_detailed = {} extra_kwargs_detailed = {}
context.AccountingZuite_createDocument( context.AccountingTransactionModule_createAccountingTestDocument(
portal_type='Accounting Transaction', portal_type='Accounting Transaction',
title='Transaction 1', title='Transaction 1',
source_reference='1', source_reference='1',
...@@ -62,7 +62,7 @@ context.AccountingZuite_createDocument( ...@@ -62,7 +62,7 @@ context.AccountingZuite_createDocument(
**extra_kwargs_general **extra_kwargs_general
) )
context.AccountingZuite_createDocument( context.AccountingTransactionModule_createAccountingTestDocument(
portal_type='Accounting Transaction', portal_type='Accounting Transaction',
title='Transaction 2', title='Transaction 2',
source_reference='2', source_reference='2',
...@@ -78,7 +78,7 @@ context.AccountingZuite_createDocument( ...@@ -78,7 +78,7 @@ context.AccountingZuite_createDocument(
) )
if with_ledger: if with_ledger:
context.AccountingZuite_createDocument( context.AccountingTransactionModule_createAccountingTestDocument(
portal_type='Accounting Transaction', portal_type='Accounting Transaction',
title='Transaction 3', title='Transaction 3',
source_reference='3', source_reference='3',
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>Script_magic</string> </key>
<value> <int>3</int> </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>_params</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>AccountingZuite_unsetDocumentSectionPreference</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>AccountingZuite_createReportJournalDataset</string> </value> <value> <string>ERP5Site_deleteAccountingTransactionTemplate</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>AccountingZuite_setDocumentSectionPreference</string> </value> <value> <string>ERP5Site_resetConfigurationForAccountingTest</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>AccountingZuite_reportMacros</string> </value> <value> <string>ERP5Site_viewAccountingZuiteCommonTemplate</string> </value>
</item> </item>
<item> <item>
<key> <string>output_encoding</string> </key> <key> <string>output_encoding</string> </key>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<tal:block metal:use-macro="here/Zuite_CommonTemplate/macros/init" /> <tal:block metal:use-macro="here/Zuite_CommonTemplate/macros/init" />
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/AccountingZuite_reset</td> <td>${base_url}/ERP5Site_resetConfigurationForAccountingTest</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>AccountingZuite_reset</string> </value> <value> <string>PreferenceTool_resetAccountingTestDocumentSectionPreference</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>AccountingZuite_setAccountReferencePreference</string> </value> <value> <string>PreferenceTool_setAccountingTestAccountReferencePreference</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
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