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
79eb0771293121e2d82f6c292cd8efdb1cad67f8
mia-accounting
/
src
/
accounting
/
report
/
period
History
依瑪貓
30fd9c2164
Fixed the documentation of the "is_default" property of the Period utility.
2023-06-05 22:43:35 +08:00
..
__init__.py
Renamed the project from "Mia! Accounting Flask" to "Mia! Accounting".
2023-04-04 18:26:54 +08:00
chooser.py
Replaced importing the "typing" module as "t" with importing the individual names in the "typing" module. Since Python 3.9 introduced type hinting generics in standard collections, we do not have as many names to import now. This is also to be consistent with the practices of most major and standard packages and examples.
2023-04-26 18:22:45 +08:00
description.py
Revised the way to import from the datetime package, to avoid name conflict with the common "date" and "time" names.
2023-04-26 13:17:31 +08:00
month_end.py
Revised the way to import from the datetime package, to avoid name conflict with the common "date" and "time" names.
2023-04-26 13:17:31 +08:00
parser.py
Replaced importing the "typing" module as "t" with importing the individual names in the "typing" module. Since Python 3.9 introduced type hinting generics in standard collections, we do not have as many names to import now. This is also to be consistent with the practices of most major and standard packages and examples.
2023-04-26 18:22:45 +08:00
period.py
Fixed the documentation of the "is_default" property of the Period utility.
2023-06-05 22:43:35 +08:00
shortcuts.py
Revised the way to import from the datetime package, to avoid name conflict with the common "date" and "time" names.
2023-04-26 13:17:31 +08:00
specification.py
Revised the way to import from the datetime package, to avoid name conflict with the common "date" and "time" names.
2023-04-26 13:17:31 +08:00