mia-accounting/src/accounting
2023-02-07 09:30:06 +08:00
..
account Added to validate if the base account is available in the AccountForm form with the BaseAccountAvailable validator. 2023-02-07 09:30:06 +08:00
base_account Revised the documentation of the views. 2023-02-03 12:57:53 +08:00
currency Added the currency management. 2023-02-07 00:13:33 +08:00
static Added the currency management. 2023-02-07 00:13:33 +08:00
templates/accounting Added the currency management. 2023-02-07 00:13:33 +08:00
translations Revised the translation. 2023-02-06 09:50:03 +08:00
utils Revised the parse_query_keywords utility to handle the case with an open double quotation mark without its corresponding close double quotation mark. 2023-02-04 14:51:09 +08:00
__init__.py Added the currency management. 2023-02-07 00:13:33 +08:00
database.py Moved the user utilities from the "accounting.database" module to the "accounting.utils.users" module, and simplified its use. 2023-02-03 12:57:53 +08:00
locale.py Added the pgettext function to the "accounting.locale" module. 2023-02-04 13:26:32 +08:00
models.py Removed the redundant unique constraint from the AccountL10n and CurrencyL10n data models. 2023-02-07 00:24:36 +08:00