Crud group

This commit is contained in:
hamid zarghami
2026-07-04 10:34:56 +03:30
parent eb9973678c
commit 457361e759
15 changed files with 504 additions and 80 deletions
+3
View File
@@ -33,6 +33,9 @@ export const Pages = {
add: "/customers/add",
detail: "/customers/detail/",
update: "/customers/update/",
groups: "/customers/groups",
groupsAdd: "/customers/groups/add",
groupsUpdate: "/customers/groups/update/",
},
discount: {
list: "/discounts/list",