Updates to report functions.

This commit is contained in:
Landon Wark
2024-03-13 10:31:55 -05:00
parent 7cc9dd64c3
commit 2fd8a0b9b6
3 changed files with 21 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ from PyQt6.QtCore import Qt, QAbstractTableModel, QSortFilterProxyModel
from PyQt6.QtGui import QAction, QCursor
from backend.db.models import BasicSubmission
from backend.excel import make_report_html, make_report_xlsx
from tools import Report, Result, row_map
from tools import Report, Result, row_map, get_first_blank_df_row
from xhtml2pdf import pisa
from .functions import select_save_file, select_open_file
from .misc import ReportDatePicker