mia-accounting/src/accounting/currency
2023-02-08 10:50:20 +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 Moved the currency data from the "accounting.currency.commands" module into the currencies.csv file, separating the code and the data. Rewrote the test case to test against each all the content imported. The locales are read from the CSV file instead of hard-coded in the code, so that the translations are not hard-coded to Mandarin. 2023-02-08 10:50:20 +08:00
converters.py Added the currency management. 2023-02-07 00:13:33 +08:00
forms.py Added the currency management. 2023-02-07 00:13:33 +08:00
query.py Added the currency management. 2023-02-07 00:13:33 +08:00
views.py Added the currency management. 2023-02-07 00:13:33 +08:00