style(orion): align report header footer and page layout
This commit is contained in:
parent
302e542fda
commit
503b343070
40 changed files with 2010 additions and 148 deletions
|
|
@ -5,6 +5,14 @@ from app.models.document import Document
|
|||
from app.models.equipment import Equipment
|
||||
from app.models.location import Location
|
||||
from app.models.program import Program
|
||||
from app.models.report_template import (
|
||||
ChecklistTemplate,
|
||||
MeasurementImport,
|
||||
MeasurementImportValue,
|
||||
ReportSection,
|
||||
ReportTemplate,
|
||||
TextBlock,
|
||||
)
|
||||
from app.models.user import User
|
||||
from app.models.validation import Validation
|
||||
|
||||
|
|
@ -16,6 +24,12 @@ __all__ = [
|
|||
"Equipment",
|
||||
"Location",
|
||||
"Program",
|
||||
"ChecklistTemplate",
|
||||
"MeasurementImport",
|
||||
"MeasurementImportValue",
|
||||
"ReportSection",
|
||||
"ReportTemplate",
|
||||
"TextBlock",
|
||||
"User",
|
||||
"Validation",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue