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
59c55ef574
mia-accounting
/
src
/
accounting
/
currency
History
依瑪貓
cb622f4bad
Added the __get_detail_uri function to the "accounting.currency.views" module, for simplicity.
2023-02-27 16:31:41 +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
Renamed "fh" to "fp" when opening files, following the Python convention.
2023-02-09 00:02:14 +08:00
converters.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
forms.py
Removed the redundant post_update methods from the AccountForm and CurrencyForm forms.
2023-02-24 17:18:55 +08:00
query.py
Added the currency management.
2023-02-07 00:13:33 +08:00
views.py
Added the __get_detail_uri function to the "accounting.currency.views" module, for simplicity.
2023-02-27 16:31:41 +08:00