diff --git a/app/routes/file_report.py b/app/routes/file_report.py index f533868..b39ed2d 100644 --- a/app/routes/file_report.py +++ b/app/routes/file_report.py @@ -18,7 +18,7 @@ from app.models.tr_ex_client_model import TrenchExcavationClient from app.models.mh_dc_client_model import ManholeDomesticChamberClient from app.models.laying_client_model import LayingClient -from app.services.abstract_service import AbstractReportService +from app.services.abstract_service import AbstractReportService, ClientAbstractReportService # --- BLUEPRINT DEFINITION --- @@ -114,9 +114,6 @@ def add_action_columns(df, model_key): # ---------------- SELECT-ALL HEADER ---------------- def add_select_all_header(table_html, model_key): - """Swap pandas' plain 'Select' column header for a select-all checkbox - scoped to this table (via data-model), so checking it only toggles - rows in this table - not the other 3 category tables on the page.""" return table_html.replace( "
| + ABSTRACT OF QUANTITY + | +|||
|---|---|---|---|
| RA Bill NO | +{} | +||
| Sr | +Description | +UOM | +Qty | +
| {title_text} | +|||
| {sr} | +{item['Description']} | +{item['UOM']} | +{item['Qty']:.2f} | +