mia-accounting/src/accounting/utils
2023-03-09 14:36:10 +08:00
..
__init__.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
flash_errors.py Added the flash_all_errors utility in the "accounting.utils.flash_errors" module to recursively flush all form errors in the sub-forms. 2023-02-25 12:27:55 +08:00
next_uri.py Renamed the "accounting.utils.next_url" module to "accounting.utils.next_uri". 2023-02-20 16:08:32 +08:00
pagination.py Removed an unused import from the "accounting.utils.pagination" module. 2023-03-09 14:36:10 +08:00
permission.py Renamed the can_view_accounting and can_edit_accounting template functions to accounting_can_view and accounting_can_edit, respectively. 2023-02-07 17:15:05 +08:00
query.py 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
random_id.py Merged the "accounting.database" module into the "accounting" module. It has only one member as "db", the database instance, and does not need to be separated into another file. 2023-02-08 11:13:09 +08:00
strip_text.py Added the transaction management. 2023-02-27 15:28:45 +08:00
txn_types.py Renamed the TransactionTypeEnum enum to TransactionType. 2023-03-04 19:39:13 +08:00
user.py Changed the type hint of the "current_user" pseudo property of the AbstractUserUtils class to return None when the user has not logged in. 2023-02-07 16:00:51 +08:00