Add exclusive-summary

This commit is contained in:
2026-06-17 18:17:08 +07:00
parent 7a7ac25dcf
commit 4b6cbb69c1
12 changed files with 1235 additions and 6 deletions
+2
View File
@@ -337,6 +337,8 @@ func (r *Router) addAppRoutes(rg *gin.Engine) {
analytics.GET("/categories", r.analyticsHandler.GetProductAnalyticsPerCategory)
analytics.GET("/dashboard", r.analyticsHandler.GetDashboardAnalytics)
analytics.GET("/profit-loss", r.analyticsHandler.GetProfitLossAnalytics)
analytics.GET("/exclusive-summary/period", r.analyticsHandler.GetExclusiveSummaryPeriod)
analytics.GET("/exclusive-summary/monthly", r.analyticsHandler.GetExclusiveSummaryMonthly)
}
tables := protected.Group("/tables")