mia-accounting/src/accounting
2023-02-09 00:02:14 +08:00
..
account 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
base_account Renamed "fh" to "fp" when opening files, following the Python convention. 2023-02-09 00:02:14 +08:00
currency Renamed "fh" to "fp" when opening files, following the Python convention. 2023-02-09 00:02:14 +08:00
data Added 7 currencies. 2023-02-08 11:05:59 +08:00
static Implemented the incremental search (search-as-you-type) in the base account selector of the account form. 2023-02-07 20:27:25 +08:00
templates/accounting Implemented the incremental search (search-as-you-type) in the base account selector of the account form. 2023-02-07 20:27:25 +08:00
translations Fixed a translated message. 2023-02-07 20:20:18 +08:00
utils 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
__init__.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
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 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