RBAC: Phase 1-3, Total Salary fix, employee creation fix, permission groups, backup script

Made-with: Cursor
This commit is contained in:
Talal Sharabi
2026-03-04 19:31:08 +04:00
parent 6034f774ed
commit 8edeaf10f5
46 changed files with 2751 additions and 598 deletions

View File

@@ -3,6 +3,9 @@
"version": "1.0.0",
"description": "Z.CRM - Enterprise CRM System - Contact Management, Sales, Inventory, Projects, HR, Marketing",
"scripts": {
"capture": "node scripts/capture-page.mjs",
"capture:admin": "node scripts/capture-page.mjs /admin",
"capture:contacts": "node scripts/capture-page.mjs /contacts",
"install-all": "npm install && cd backend && npm install && cd ../frontend && npm install",
"dev": "concurrently \"npm run dev:backend\" \"npm run dev:frontend\"",
"dev:backend": "cd backend && npm run dev",
@@ -12,11 +15,18 @@
"start:backend": "cd backend && npm start",
"start:frontend": "cd frontend && npm start"
},
"keywords": ["crm", "erp", "contact-management", "hr", "inventory", "projects"],
"keywords": [
"crm",
"erp",
"contact-management",
"hr",
"inventory",
"projects"
],
"author": "مجموعة أتمتة",
"license": "PROPRIETARY",
"devDependencies": {
"@playwright/test": "^1.58.2",
"concurrently": "^8.2.2"
}
}