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
aa3bc1ed69f904f38641889a10769f46dc133451
mia-accounting
/
tests
/
test_site
T
History
imacat
d62e295dc6
Add init options to skip data initialization and remove manual cleanup in test cases.
2026-01-11 12:02:25 +08:00
..
static
Added the SVG favicon from Font Awesome 6 to the test site.
2023-03-20 08:41:37 +08:00
templates
Updated the Bootstrap, FontAwesome, and Tempus-Dominus versions in the test site.
2024-04-21 22:41:46 +02:00
translations
Updated the translation.
2023-07-29 10:11:45 +08:00
__init__.py
Add init options to skip data initialization and remove manual cleanup in test cases.
2026-01-11 12:02:25 +08:00
auth.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
lib.py
Revised the calculation of "today" to use the client's timezone instead of the server's timezone.
2024-06-04 08:28:59 +08:00
locale.py
Added missing documentation to the global variables, class properties, and object properties.
2023-07-29 10:11:44 +08:00
reset.py
Revised the calculation of "today" to use the client's timezone instead of the server's timezone.
2024-06-04 08:28:59 +08:00