Commit 1018421e authored by Jérome Perrin's avatar Jérome Perrin

accounting_ui_test: Rename AccountingZuite_createReportDataset to...

accounting_ui_test: Rename AccountingZuite_createReportDataset to AccountingModule_createAccountingTestReportDataset
parent 4c0aea47
...@@ -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>AccountingModule_createAccountingTestReportDataset</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -16,9 +16,9 @@ module.manage_delObjects(list(module.objectIds())) ...@@ -16,9 +16,9 @@ module.manage_delObjects(list(module.objectIds()))
if report_name == "journal": if report_name == "journal":
module.AccountingZuite_createReportJournalDataset() module.AccountingZuite_createReportJournalDataset()
elif report_name in ("trial-balance", "general-ledger"): elif report_name in ("trial-balance", "general-ledger"):
module.AccountingZuite_createReportDataset() module.AccountingModule_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.AccountingModule_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":
......
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