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
Files
7d084e570e1ae7d46941833d9175a6ec3a68fb17
mia-accounting
/
src
/
accounting
/
journal_entry
/
forms
History
依瑪貓
87fa5aa6bc
Moved the ACCOUNT_REQUIRED validator from the "accounting.journal_entry.forms.line_item" module to the "accounting.forms" module, in order to share it.
2023-03-22 23:23:53 +08:00
..
__init__.py
Renamed "voucher" to "journal entry".
2023-03-20 22:33:14 +08:00
currency.py
Moved the CURRENCY_REQUIRED validator back from the "accounting.forms" module to the "accounting.journal_entry.forms.currency" module. It is not shared with other module anymore.
2023-03-22 19:14:51 +08:00
journal_entry.py
Renamed the debit and credit methods in the Account data model to selectable_debit and selectable_credit, to be clear.
2023-03-22 20:21:52 +08:00
line_item.py
Moved the ACCOUNT_REQUIRED validator from the "accounting.journal_entry.forms.line_item" module to the "accounting.forms" module, in order to share it.
2023-03-22 23:23:53 +08:00
reorder.py
Renamed "voucher" to "journal entry".
2023-03-20 22:33:14 +08:00