Feat(BE-339): make a report for purchasing supplier

This commit is contained in:
ragilap
2025-12-16 14:42:31 +07:00
parent 062a7937e2
commit cd739f41b9
8 changed files with 474 additions and 6 deletions
+1
View File
@@ -14,4 +14,5 @@ func RepportRoutes(v1 fiber.Router, s repport.RepportService) {
route.Get("/expense", ctrl.GetExpense)
route.Get("/marketing", ctrl.GetMarketing)
route.Get("/purchase-supplier", ctrl.GetPurchaseSupplier)
}