feat: add saldo balance tracking and item notes support for orders and reports

This commit is contained in:
Firman Ramdhani
2026-09-16 13:13:40 +07:00
parent 44466f1566
commit d5791e759e
16 changed files with 6793 additions and 2538 deletions
+5 -2
View File
@@ -7,7 +7,8 @@
"build": "next build --webpack",
"start": "next start",
"lint": "eslint",
"postinstall": "prisma skills sync || exit 0"
"postinstall": "prisma skills sync || exit 0",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,css}\""
},
"dependencies": {
"@base-ui/react": "^1.7.0",
@@ -45,6 +46,8 @@
"@types/uuid": "^10.0.0",
"eslint": "^9",
"eslint-config-next": "16.3.3",
"prettier": "^3.9.6",
"prettier-plugin-tailwindcss": "^0.8.1",
"tailwindcss": "^4",
"ts-node": "^10.9.2",
"tsx": "^4.23.12",
@@ -53,4 +56,4 @@
"prisma": {
"seed": "tsx prisma/seed.ts"
}
}
}