Moved the period and period chooser to the "accounting.report.period" module.
This commit is contained in:
@ -23,8 +23,8 @@ from flask import abort
|
||||
from werkzeug.routing import BaseConverter
|
||||
|
||||
from accounting.models import Account
|
||||
from accounting.report.period import Period
|
||||
from .utils.income_expense_account import IncomeExpensesAccount
|
||||
from .utils.period import Period
|
||||
|
||||
|
||||
class PeriodConverter(BaseConverter):
|
||||
|
Reference in New Issue
Block a user