mia-accounting/src/accounting
2023-02-03 12:57:53 +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 Revised to allow the viewers to view the account order page. 2023-02-03 12:57:53 +08:00
translations Renamed "sorting" to "reorder", and the "sort-form" route to "order". 2023-02-03 12:57:53 +08:00
utils Renamed the variable in the new_id function from "new" to "obj_id", to be clear. 2023-02-03 12:57:53 +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 initial application with the main account list, the pagination, the query, the permission, the localization, the documentation, the test case, and a test demonstration site. 2023-02-03 12:55:33 +08:00
models.py Removed the unique constraint in the Account data model. 2023-02-03 12:57:53 +08:00