file format of client and sub-con excel files and download exce formate

This commit is contained in:
2025-12-23 15:02:04 +05:30
parent f58df94bae
commit 54c3b8f160
6 changed files with 111 additions and 592 deletions

View File

@@ -18,6 +18,8 @@ def create_app():
from app.routes.file_report import file_report_bp
from app.routes.generate_comparison_report import generate_report_bp
from app.routes.file_format import file_format
# app.register_blueprint(user_bp)
app.register_blueprint(subcontractor_bp)
app.register_blueprint(dashboard_bp)
@@ -25,6 +27,7 @@ def create_app():
app.register_blueprint(file_report_bp)
app.register_blueprint(generate_report_bp)
app.register_blueprint(file_format)
return app