customers and service

This commit is contained in:
hamid zarghami
2025-01-25 15:07:46 +03:30
parent d0c8a14be4
commit 0861501f48
11 changed files with 667 additions and 7 deletions
+6
View File
@@ -10,6 +10,8 @@ export const Pages = {
other: "/other-service",
detail: "/services/detail/",
add: "/services/add",
list: "/services/list",
category: "/services/category",
},
transactions: "/transactions",
receipts: {
@@ -58,4 +60,8 @@ export const Pages = {
messages: {
list: "/messages/list",
},
customer: {
list: "/customers/list",
create: "/customers/create",
},
};