mia-accounting/src/accounting/account
2023-02-25 12:27:55 +08:00
..
__init__.py Revised the documentation of the init_app function of the "accounting.locale", "accounting.base_account", "accounting.account", and "accounting.currency" modules. 2023-02-07 17:01:08 +08:00
commands.py Renamed offset to pay-off, to be clear. 2023-02-23 11:32:55 +08:00
converters.py Fixed the documentation of the AccountConverter converter. 2023-02-03 12:55:55 +08:00
forms.py Revised to sort the accounts in the same base before saving an account to a new base, and added the test_change_base_code test to the AccountTestCase test case for this. 2023-02-25 09:44:17 +08:00
query.py Renamed offset to pay-off, to be clear. 2023-02-23 11:32:55 +08:00
views.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