mia-accounting/src/accounting
2023-02-06 09:47:19 +08:00
..
account Revised to allow the viewers to view the account order page. 2023-02-03 12:57:53 +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 Added a different the page title of the search result in the base account list and account list, to be clear. 2023-02-06 09:47:19 +08:00
translations Revised the translation. 2023-02-04 13:27:04 +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 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
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 onupdate="CASCADE" to the foreign keys. 2023-02-03 17:14:32 +08:00