mia-accounting/src/accounting
2023-03-20 23:54:50 +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 "eid" field to "id" in the LineItemForm form, since the problem is found. It was the "id" property of the enclosing FormField. If we extract the form from FormField, we can still access the "id" field. 2023-03-20 23:06:57 +08:00
report Fixed the search queries to be case-insensitive. 2023-03-20 23:54:38 +08:00
static Fixed the query to be case-insensitive in the base account selector in the account form and the account selector in the journal entry form. 2023-03-20 23:54:50 +08:00
templates/accounting Fixed the capitalization of the currencies, base accounts, and accounts. 2023-03-20 23:54:49 +08:00
translations Updated the translation. 2023-03-18 23:37:08 +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 "transaction" to "voucher", "cash expense transaction" to "cash disbursement voucher", and "cash income transaction" to "cash receipt voucher". 2023-03-19 13:56:46 +08:00