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
/
report
/
period
History
依瑪貓
d4fe91ec4a
Fixed the capitalization of the shortcut periods in the period chooser.
2023-03-20 22:57:04 +08:00
..
__init__.py
Replaced the Period.get_instance method with the get_period function in the "accounting.report.period.parser" module. Changed the parse_spec function in the "accounting.report.period.parser" to private.
2023-03-09 19:40:34 +08:00
chooser.py
Renamed "voucher" to "journal entry".
2023-03-20 22:33:14 +08:00
description.py
Replaced the PeriodDescription object-based utility with the get_desc function-based utility, for simplicity.
2023-03-09 19:25:43 +08:00
month_end.py
Moved the month_end utility from the "accounting.report.period.period" module to the new "accounting.report.period.month_end" module.
2023-03-09 19:56:06 +08:00
parser.py
Renamed the "accounting.report.period.periods" module to "accounting.report.period.shortcuts", to be clear.
2023-03-09 20:13:15 +08:00
period.py
Moved the month_end utility from the "accounting.report.period.period" module to the new "accounting.report.period.month_end" module.
2023-03-09 19:56:06 +08:00
shortcuts.py
Fixed the capitalization of the shortcut periods in the period chooser.
2023-03-20 22:57:04 +08:00
specification.py
Replaced the PeriodSpecification object-based utility with the get_spec function-based utility, for simplicity.
2023-03-09 19:30:36 +08:00