|
433110f486
|
Revised the way to query accounts with Flask-SQLAlchemy style queries in the accounts method of the CurrentAccount data model.
|
2023-05-04 09:35:20 +08:00 |
|
|
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 |
|
|
4c2dcc5070
|
Renamed the project from "Mia! Accounting Flask" to "Mia! Accounting".
|
2023-04-04 18:26:54 +08:00 |
|
|
0ad2ac53dd
|
Added the "sql_condition" method to the CurrentAccount data model to simplify the queries.
|
2023-03-22 21:43:58 +08:00 |
|
|
7e90ec5a8f
|
Replaced the "current_accounts" function with the "accounts" class method of the CurrentAccount data model.
|
2023-03-22 21:39:18 +08:00 |
|
|
7755365467
|
Revised the documentation of the CurrentAccount data model.
|
2023-03-22 21:36:07 +08:00 |
|
|
979eea606a
|
Added the missing documentation to the account property of the CurrentAccount data model.
|
2023-03-22 20:40:43 +08:00 |
|
|
567004f7d9
|
Renamed IncomeExpensesAccount to CurrentAccount.
|
2023-03-22 15:42:44 +08:00 |
|