transaction list

This commit is contained in:
hamid zarghami
2025-09-29 11:36:18 +03:30
parent 90c6eeab1a
commit ff9f742f88
7 changed files with 217 additions and 3 deletions
+4
View File
@@ -161,4 +161,8 @@ export const Pages = {
create: "/shipment/create",
update: "/shipment/update/",
},
financial: {
list: "/financial/transactions",
fines: "/financial/fines",
},
};