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
mia-accounting
/
src
/
accounting
/
account
History
依瑪貓
8f909965a9
Renamed "voucher line item" to "journal entry line item".
2023-03-20 20:52:35 +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 "voucher line item" to "journal entry line item".
2023-03-20 20:52:35 +08:00
converters.py
Fixed the documentation of the AccountConverter converter.
2023-02-03 12:55:55 +08:00
forms.py
Renamed "voucher line item" to "journal entry line item".
2023-03-20 20:52:35 +08:00
queries.py
Renamed all the is_XXX_needed properties to is_need_XXX. For example, especially the is_offset_needed property to is_need_offset, to be clear and understandable.
2023-03-18 22:52:29 +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