testing code and modify commit.

This commit is contained in:
2025-12-03 10:49:31 +05:30
parent 3cf258ba0d
commit 21eb55d4b4
7 changed files with 95 additions and 53 deletions

View File

@@ -58,6 +58,7 @@ class AOHandler:
]
values = [data.get(f, 0) for f in fields]
print("---- values ---- ",values)
self.cursor.callproc("InsertAO", values)
self.conn.commit()

View File

@@ -206,7 +206,7 @@ class DocumentHandler:
worksheet.write(row, col, df.iloc[row - 1, col], cell)
output.seek(0)
return send_file(
output,
download_name=f"Summary_Report_{year}.xlsx",