ui: update ProductPerformanceProfitability page to enhance table views and tabs management

This commit is contained in:
M_Kececi
2026-07-02 20:07:14 +03:00
parent 2fc9699ff1
commit 8d0f3c302a
4 changed files with 15 additions and 287 deletions
-5
View File
@@ -989,11 +989,6 @@ func InitRoutes(pgDB *sql.DB, mssql *sql.DB, ml *mailer.GraphMailer) *mux.Router
"pricing", "view",
wrapV3(routes.GetProductPerformanceStockSizesHandler()),
)
bindV3(r, pgDB,
"/api/pricing/product-performance/refresh", "POST",
"pricing", "update",
wrapV3(routes.PostProductPerformanceRefreshHandler(pgDB)),
)
bindV3(r, pgDB,
"/api/pricing/product-series/definitions", "GET",
"pricing", "view",