|
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 |
|
|
359c335662
|
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 |
|
|
4c2dcc5070
|
Renamed the project from "Mia! Accounting Flask" to "Mia! Accounting".
|
2023-04-04 18:26:54 +08:00 |
|
|
5ebb89a6d5
|
Moved the month_end utility from the "accounting.report.period.period" module to the new "accounting.report.period.month_end" module.
|
2023-03-09 19:56:06 +08:00 |
|
|
900d60d1ae
|
Moved the shortcut named periods from the "accounting.report.period.period" module to the "accounting.report.period.periods" module.
|
2023-03-09 19:44:53 +08:00 |
|
|
bc792c145f
|
Replaced the Period.get_instance method with the get_period function in the "accounting.report.period.parser" module. Changed the parse_spec function in the "accounting.report.period.parser" to private.
|
2023-03-09 19:40:34 +08:00 |
|
|
4432484acd
|
Replaced the PeriodSpecification object-based utility with the get_spec function-based utility, for simplicity.
|
2023-03-09 19:30:36 +08:00 |
|
|
7ad3f9e0cb
|
Replaced the PeriodDescription object-based utility with the get_desc function-based utility, for simplicity.
|
2023-03-09 19:25:43 +08:00 |
|
|
060a52f7a2
|
Moved the period specification parser from the "accounting.report.period.period" module to the "accounting.report.period.parser" module.
|
2023-03-09 19:10:21 +08:00 |
|
|
8fd99bb617
|
Simplified the import of the datetime module in the "accounting.report.period.period" module.
|
2023-03-09 19:05:27 +08:00 |
|
|
ce388eb6c8
|
Moved the PeriodSpecification and PeriodDescription utilities from the "accounting.report.period.period" module to the "accounting.report.period.specification" and "accounting.report.period.description" modules, respectively.
|
2023-03-09 18:57:29 +08:00 |
|
|
1850f9787e
|
Moved the period and period chooser to the "accounting.report.period" module.
|
2023-03-09 18:30:41 +08:00 |
|