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
2b2c665eb6
mia-accounting
/
src
/
accounting
/
account
History
依瑪貓
2b2c665eb6
Replaced the if checks with assert in the IsBalanced validator of the currency sub-form of the transaction form, the NoOffsetNominalAccount validator of the account form, and the CodeUnique validator of the currency form.
2023-03-15 22:25:24 +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
Revised the rule for the accounts that need offset in the accounting-init-accounts console command.
2023-03-11 17:15:08 +08:00
converters.py
Fixed the documentation of the AccountConverter converter.
2023-02-03 12:55:55 +08:00
forms.py
Replaced the if checks with assert in the IsBalanced validator of the currency sub-form of the transaction form, the NoOffsetNominalAccount validator of the account form, and the CodeUnique validator of the currency form.
2023-03-15 22:25:24 +08:00
queries.py
Renamed the "is_pay_off_needed" column of the Account data model to "is_offset_needed", and the "pay_off_target_id" column of the JournalEntry data model to "original_id".
2023-03-09 17:16:05 +08:00
views.py
Added the "accounting.utils.cast" module to cast the things to the expected type in order to supress the warnings from PyCharm.
2023-03-15 01:09:59 +08:00