Expand sales, treasury, and parties modules with Jalali calendar and FunZone integrations

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Shayan Azadi
2026-07-03 03:15:52 +03:30
parent d7252f1d21
commit 4508be582a
55 changed files with 5083 additions and 799 deletions

View File

@@ -8,15 +8,19 @@
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "tsc --noEmit"
"lint": "tsc --noEmit",
"test:integration": "npx tsx src/pages/sales/salesUtils.test.ts"
},
"dependencies": {
"caniuse-lite": "^1.0.30001799",
"jalaali-js": "^2.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-multi-date-picker": "^4.5.2",
"react-router-dom": "^6.26.2"
},
"devDependencies": {
"@types/jalaali-js": "^1.2.0",
"@types/node": "^22.7.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",