Revised the imports in the modules of ledger, income and expenses log, trial balance, and income statement.
This commit is contained in:
@ -32,11 +32,11 @@ from accounting.utils.pagination import Pagination
|
||||
from .utils.base_page_params import BasePageParams
|
||||
from .utils.base_report import BaseReport
|
||||
from .utils.csv_export import BaseCSVRow, csv_download, period_spec
|
||||
from .utils.urls import ledger_url
|
||||
from .utils.option_link import OptionLink
|
||||
from .utils.period_choosers import LedgerPeriodChooser
|
||||
from .utils.report_chooser import ReportChooser
|
||||
from .utils.report_type import ReportType
|
||||
from .utils.urls import ledger_url
|
||||
|
||||
|
||||
class ReportEntry:
|
||||
|
Reference in New Issue
Block a user