Features_trytond_scenario_account_statement - lampmantech/behaving.trytond GitHub Wiki
@works36
Account Statement Scenario from trytond_account_statement-3.6.0/tests/ https://github.com/lampmantech/trytond_scenari/master/raw/tests/features/trytond/account_statement/scenario_account_statement.rst
Works, but still not broken up yet.
Given Create database with pool.test set to True
And Ensure that the "account_statement" module is loaded
And Set the default feature data
Then the "account_statement" module is in the list of loaded modules
Given Create the company with default COMPANY_NAME and Currency code "USD"
And Reload the default User preferences into the context
And Create this fiscal year with Invoicing
And Create a chart of accounts
from template "Minimal Account Chart"
with root "Minimal Account Chart"
And Create a saved instance of "party.party" named "Supplier"
And Create a saved instance of "party.party" named "Customer"
And Create a PaymentTerm named "Term" with "0" days remainder
Given T/SASt Scenario Account Statement
This file is automatically generated from the source code: do not edit.