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
50cea90d1b
mia-accounting
/
src
/
accounting
/
account
History
依瑪貓
c21ed59dfe
Replaced SQLAlchemy 1.x-style bulk_save_objects(objects) with SQLAlchemy 2.x-style execute(insert(model), data).
2023-04-10 23:38:31 +08:00
..
__init__.py
Added the "accounting-init-db" console command to replace the trivial "accounting-init-base", "accounting-init-accounts" and "accounting-init-currencies" console commands.
2023-04-10 23:38:27 +08:00
commands.py
Replaced SQLAlchemy 1.x-style bulk_save_objects(objects) with SQLAlchemy 2.x-style execute(insert(model), data).
2023-04-10 23:38:31 +08:00
converters.py
Renamed the project from "Mia! Accounting Flask" to "Mia! Accounting".
2023-04-04 18:26:54 +08:00
forms.py
Renamed the project from "Mia! Accounting Flask" to "Mia! Accounting".
2023-04-04 18:26:54 +08:00
queries.py
Renamed the project from "Mia! Accounting Flask" to "Mia! Accounting".
2023-04-04 18:26:54 +08:00
views.py
Revised the styles for blueprints to specify the URL, for consistency in the base account, account, currency, and journal entry management.
2023-04-09 10:08:22 +08:00