mia-accounting/src/accounting
2023-02-04 13:26:58 +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 Renamed the page_links and page_sizes properties to pages and page_size_options in the Pagination utility. 2023-02-04 12:51:30 +08:00
translations Renamed "sorting" to "reorder", and the "sort-form" route to "order". 2023-02-03 12:57:53 +08:00
utils Replaced gettext with pgettext in the Pagination utility. 2023-02-04 13:26:58 +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