Moved the period and period chooser to the "accounting.report.period" module.

This commit is contained in:
2023-03-09 18:30:33 +08:00
parent c6d55fad1c
commit 1850f9787e
14 changed files with 32 additions and 17 deletions

View File

@ -25,7 +25,7 @@ from io import StringIO
from flask import Response
from .period import Period
from accounting.report.period import Period
class BaseCSVRow(ABC):