ui: update ProductPerformanceProfitability page to enhance table views and tabs management
This commit is contained in:
@@ -979,6 +979,11 @@ func InitRoutes(pgDB *sql.DB, mssql *sql.DB, ml *mailer.GraphMailer) *mux.Router
|
||||
"pricing", "view",
|
||||
wrapV3(routes.GetProductPerformanceCustomersHandler(pgDB)),
|
||||
)
|
||||
bindV3(r, pgDB,
|
||||
"/api/pricing/product-performance/sales-breakdown", "GET",
|
||||
"pricing", "view",
|
||||
wrapV3(routes.GetProductPerformanceSalesBreakdownHandler(pgDB)),
|
||||
)
|
||||
bindV3(r, pgDB,
|
||||
"/api/pricing/product-performance/sales-details", "GET",
|
||||
"pricing", "view",
|
||||
|
||||
Reference in New Issue
Block a user