This website requires JavaScript.
Explore
Help
Sign In
imacat
/
mia-accounting
Watch
1
Star
0
Fork
0
You've already forked mia-accounting
Code
Issues
Pull Requests
Packages
Projects
Releases
41
Wiki
Activity
e24ed61b99
mia-accounting
/
src
/
accounting
/
currency
History
依瑪貓
354f1ff3d8
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
..
__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