Moved the shortcut named periods from the "accounting.report.period.period" module to the "accounting.report.period.periods" module.
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user