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
依瑪貓
c1235608d8
Renamed "journal entry" to "voucher line item", and "entry type" to "side".
2023-03-19 22:09:40 +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 "journal entry" to "voucher line item", and "entry type" to "side".
2023-03-19 22:09:40 +08:00
converters.py
Fixed the documentation of the AccountConverter converter.
2023-02-03 12:55:55 +08:00
forms.py
Renamed "journal entry" to "voucher line item", and "entry type" to "side".
2023-03-19 22:09:40 +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