From b0b4647bb4a2ef9882c8b854f9673f5674ec6750 Mon Sep 17 00:00:00 2001 From: b17301 Date: Fri, 8 May 2026 23:51:20 +0900 Subject: [PATCH] Update project pages and add DB browser --- templates/base.html | 2 + templates/db_browser.html | 97 +++++++++ templates/process_cost.html | 232 ++++++++++---------- templates/projects.html | 415 ++++++++++++++++++++++++++++++------ 4 files changed, 556 insertions(+), 190 deletions(-) create mode 100644 templates/db_browser.html diff --git a/templates/base.html b/templates/base.html index 773f3f1..0aadcf3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -687,6 +687,7 @@ 프로젝트 원가 프로젝트 정보 전표비교 + DB 조회 {% endfor %} @@ -1065,25 +1048,50 @@
+ {% endblock %} {% block script %}