Punching screen controller created - migrated initview and addcase endpoints

This commit is contained in:
2026-08-01 19:16:24 +05:30
parent 0e5de99f55
commit 1adcc04efc
109 changed files with 2918 additions and 661 deletions

2
index.sql Normal file
View File

@@ -0,0 +1,2 @@
CREATE INDEX idx_portfolio_branch_active_name
ON portfolio (branch_id, isactive, portname);