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
2e3633b205
mia-accounting
/
src
/
accounting
/
account
History
依瑪貓
2e3633b205
Revised to sort the accounts in the same base before saving an account to a new base, and added the test_change_base_code test to the AccountTestCase test case for this.
2023-02-25 09:44:17 +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 offset to pay-off, to be clear.
2023-02-23 11:32:55 +08:00
converters.py
Fixed the documentation of the AccountConverter converter.
2023-02-03 12:55:55 +08:00
forms.py
Revised to sort the accounts in the same base before saving an account to a new base, and added the test_change_base_code test to the AccountTestCase test case for this.
2023-02-25 09:44:17 +08:00
query.py
Renamed offset to pay-off, to be clear.
2023-02-23 11:32:55 +08:00
views.py
Removed the redundant post_update methods from the AccountForm and CurrencyForm forms.
2023-02-24 17:18:55 +08:00