Added the ACCOUNTING_DEFAULT_CURRENCY and ACCOUNTING_DEFAULT_IE_ACCOUNT configuration to the test site configuration, for demonstration.
This commit is contained in:
parent
a42e7d13a2
commit
446087b212
@ -50,6 +50,8 @@ def create_app(is_testing: bool = False) -> Flask:
|
|||||||
"SQLALCHEMY_DATABASE_URI": db_uri,
|
"SQLALCHEMY_DATABASE_URI": db_uri,
|
||||||
"BABEL_DEFAULT_LOCALE": "en",
|
"BABEL_DEFAULT_LOCALE": "en",
|
||||||
"ALL_LINGUAS": "zh_Hant|正體中文,en|English,zh_Hans|简体中文",
|
"ALL_LINGUAS": "zh_Hant|正體中文,en|English,zh_Hans|简体中文",
|
||||||
|
"ACCOUNTING_DEFAULT_CURRENCY": "USD",
|
||||||
|
"ACCOUNTING_DEFAULT_IE_ACCOUNT": "1111-001",
|
||||||
"ACCOUNTING_RECURRING": (
|
"ACCOUNTING_RECURRING": (
|
||||||
"debit|1314-001|Pension|Pension for {last_month_name},"
|
"debit|1314-001|Pension|Pension for {last_month_name},"
|
||||||
"debit|6262-001|Health insurance"
|
"debit|6262-001|Health insurance"
|
||||||
|
Loading…
Reference in New Issue
Block a user