mia-accounting/src/accounting/account
2023-02-07 09:30:06 +08:00
..
__init__.py Added the account management. 2023-02-03 12:55:54 +08:00
commands.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
converters.py Fixed the documentation of the AccountConverter converter. 2023-02-03 12:55:55 +08:00
forms.py Added to validate if the base account is available in the AccountForm form with the BaseAccountAvailable validator. 2023-02-07 09:30:06 +08:00
query.py Added to query the "offset needed" in the get_account_query function. 2023-02-03 12:55:58 +08:00
views.py Applied the delete method of the Account data model to the delete_account view, to make things easier. 2023-02-07 00:22:23 +08:00