mia-accounting/src/accounting
2023-02-27 16:03:25 +08:00
..
account 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
base_account Renamed "fh" to "fp" when opening files, following the Python convention. 2023-02-09 00:02:14 +08:00
currency 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
data Added 7 currencies. 2023-02-08 11:05:59 +08:00
static Replaced the regular expression replace with trimEnd() in the validateNote validator in the JavaScript for the transaction form. 2023-02-27 16:03:25 +08:00
templates/accounting Added the transaction management. 2023-02-27 15:28:45 +08:00
transaction Added the transaction management. 2023-02-27 15:28:45 +08:00
translations Revised the translation. 2023-02-27 15:29:37 +08:00
utils Added the transaction management. 2023-02-27 15:28:45 +08:00
__init__.py Added the transaction management. 2023-02-27 15:28:45 +08:00
locale.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
models.py Added the transaction management. 2023-02-27 15:28:45 +08:00