order report by food

This commit is contained in:
2026-06-18 21:51:39 +03:30
parent 3ba1290e56
commit e89a74035b
13 changed files with 282 additions and 2 deletions
+1
View File
@@ -25,6 +25,7 @@ export const Pages = {
list: "/orders/list",
add: "/orders/add",
detail: "/orders/detail/",
foodReport: "/orders/report/by-food",
},
customers: {
list: "/customers/list",