Moved the IncomeExpensesAccount data model from the "accounting.report.utils.ie_account" module to the "accounting.utils.ie_account" module.

This commit is contained in:
2023-03-22 07:24:41 +08:00
parent e2325f08d0
commit 656762850c
7 changed files with 72 additions and 49 deletions

View File

@ -23,8 +23,8 @@ from flask import abort
from werkzeug.routing import BaseConverter
from accounting.models import Account
from accounting.utils.ie_account import IncomeExpensesAccount
from .period import Period, get_period
from .utils.ie_account import IncomeExpensesAccount
class PeriodConverter(BaseConverter):