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
9ae8d587d8
mia-accounting
/
tests
/
test_site
History
依瑪貓
cda9e4e3c6
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
..
static
Added the SVG favicon from Font Awesome 6 to the test site.
2023-03-20 08:41:37 +08:00
templates
Added the sample data generation and database reset on the test site for live demonstration.
2023-04-12 18:05:13 +08:00
translations
Updated the translation of the test site.
2023-04-12 18:05:13 +08:00
__init__.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
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
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
locale.py
Renamed the project from "Mia! Accounting Flask" to "Mia! Accounting".
2023-04-04 18:26:54 +08:00
reset.py
Renamed the "j_date" variable to "date" in the "__add_usd_recurring" method of the SampleData class in the reset module of the test site.
2023-04-26 13:23:23 +08:00