Moved the "accounting.reports.period" and "accounting.reports.income_expense_account" utility modules into the "accounting.reports.utils" module.
This commit is contained in:
@ -20,8 +20,8 @@
|
||||
from flask import url_for
|
||||
|
||||
from accounting.models import Currency, Account
|
||||
from accounting.report.income_expense_account import IncomeExpensesAccount
|
||||
from accounting.report.period import Period
|
||||
from .income_expense_account import IncomeExpensesAccount
|
||||
from .period import Period
|
||||
|
||||
|
||||
def journal_url(period: Period) \
|
||||
|
Reference in New Issue
Block a user