Deploy repo for erp-core-frontend-web
Go to file
rckrdmrd eb144dc3ea [TASK-2026-01-20-001] feat: Add API clients for products, inventory, warehouses and billing
EPIC-003: Clientes API frontend web
- products.api.ts: CRUD operations for product management
- inventory.api.ts: Stock levels, movements, adjustments, transfers
- warehouses.api.ts: Warehouse and location management
- billing.api.ts: Invoices, payments, credit notes, debit notes
- Updated index.ts with new exports

Coverage increased from 5.7% to ~25% of backend endpoints

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 02:12:52 -06:00
public Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
src [TASK-2026-01-20-001] feat: Add API clients for products, inventory, warehouses and billing 2026-01-20 02:12:52 -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