mia-accounting/src/accounting
2023-02-06 19:31:06 +08:00
..
account Fixed the documentation of the list_accounts view. 2023-02-06 11:07:18 +08:00
base_account Revised the documentation of the views. 2023-02-03 12:57:53 +08:00
static Revised the accounting reordering to handle the cases with only one account or no account. 2023-02-03 12:57:53 +08:00
templates/accounting Updated the icon to create a new account in the account list. 2023-02-06 10:08:50 +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 Removed an unused import from the "accounting" module. 2023-02-06 19:31:06 +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 Revised the coding style in the title setter of the Account data model. 2023-02-06 11:42:22 +08:00