mia-accounting/src/accounting
2023-03-21 21:13:03 +08:00
..
account Fixed the search queries to be case-insensitive. 2023-03-20 23:54:38 +08:00
base_account Fixed the search queries to be case-insensitive. 2023-03-20 23:54:38 +08:00
currency Fixed the search queries to be case-insensitive. 2023-03-20 23:54:38 +08:00
data Added 7 currencies. 2023-02-08 11:05:59 +08:00
journal_entry Renamed the configuration DEFAULT_CURRENCY, DEFAULT_IE_ACCOUNT, and RECURRING to "ACCOUNTING_DEFAULT_CURRENCY", "ACCOUNTING_DEFAULT_IE_ACCOUNT", and "ACCOUNTING_RECURRING", respectively. 2023-03-21 21:13:03 +08:00
report Renamed the configuration DEFAULT_CURRENCY, DEFAULT_IE_ACCOUNT, and RECURRING to "ACCOUNTING_DEFAULT_CURRENCY", "ACCOUNTING_DEFAULT_IE_ACCOUNT", and "ACCOUNTING_RECURRING", respectively. 2023-03-21 21:13:03 +08:00
static Revised the styles of the buttons in the description editor. 2023-03-21 19:50:57 +08:00
templates/accounting Revised the styles of the buttons in the description editor. 2023-03-21 19:50:57 +08:00
translations Updated the translation. 2023-03-21 00:53:52 +08:00
utils Renamed "voucher" to "journal entry". 2023-03-20 22:33:14 +08:00
__init__.py Renamed "voucher" to "journal entry". 2023-03-20 22:33:14 +08:00
locale.py Revised the documentation of the init_app function of the "accounting.locale", "accounting.base_account", "accounting.account", and "accounting.currency" modules. 2023-02-07 17:01:08 +08:00
models.py Fixed the capitalization of the currencies, base accounts, and accounts. 2023-03-20 23:54:49 +08:00
template_filters.py Added the "default" filter to reduce the amount of logic in the templates, which differs from the Jinja2 "default" filter in that it looks for None instead of undefined values. 2023-03-09 06:37:10 +08:00
template_globals.py Renamed the configuration DEFAULT_CURRENCY, DEFAULT_IE_ACCOUNT, and RECURRING to "ACCOUNTING_DEFAULT_CURRENCY", "ACCOUNTING_DEFAULT_IE_ACCOUNT", and "ACCOUNTING_RECURRING", respectively. 2023-03-21 21:13:03 +08:00