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

accounting_ui_test: Rename AccountingZuite_reportMacros to Zuite_viewAccountingTestReportMacros

parent 4413b254
...@@ -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>
......
...@@ -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 -->
......
...@@ -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>
......
...@@ -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>
......
...@@ -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>
......
...@@ -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>Zuite_viewAccountingTestReportMacros</string> </value>
</item> </item>
<item> <item>
<key> <string>output_encoding</string> </key> <key> <string>output_encoding</string> </key>
......
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