Moved the shortcut named periods from the "accounting.report.period.period" module to the "accounting.report.period.periods" module.

This commit is contained in:
2023-03-09 19:44:53 +08:00
parent bc792c145f
commit 900d60d1ae
4 changed files with 174 additions and 150 deletions

View File

@ -24,7 +24,8 @@ import typing as t
from datetime import date
from accounting.models import Transaction
from .period import Period, ThisMonth, LastMonth, SinceLastMonth, ThisYear, \
from .period import Period
from .periods import ThisMonth, LastMonth, SinceLastMonth, ThisYear, \
LastYear, Today, Yesterday, AllTime, TemplatePeriod, YearPeriod