mia-accounting/src/accounting
2023-02-07 00:22:23 +08:00
..
account Applied the delete method of the Account data model to the delete_account view, to make things easier. 2023-02-07 00:22:23 +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 Added the currency management. 2023-02-07 00:13:33 +08:00