Frontend de erp-core - Workspace V2
Go to file
rckrdmrd 54c14f87c8 feat(purchases): Add Purchasing module frontend (hooks + pages)
- Create purchases hooks (usePurchaseOrders, usePurchaseReceipts)
- Create PurchaseOrdersPage with order management and PDF download
- Create PurchaseReceiptsPage with receipt validation
- Update feature index to export hooks

MGN-012 Purchasing frontend implementation

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 10:19:43 -06:00
public Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
src feat(purchases): Add Purchasing module frontend (hooks + pages) 2026-01-18 10:19:43 -06:00
.eslintrc.cjs Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
.gitignore chore: Add .gitignore for build artifacts 2026-01-18 06:23:50 -06:00
Dockerfile Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
index.html Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
nginx.conf Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
package-lock.json Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
package.json Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
postcss.config.js Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
tailwind.config.js Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
tsconfig.json Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
tsconfig.node.json Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
vite.config.d.ts Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
vite.config.ts Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00