Commit Graph

4 Commits

Author SHA1 Message Date
28b27565f8 feat(billing): Add billing-usage frontend module with components, pages and routes
- Add billing-usage feature module with types, API clients, hooks, and components
- Create PlanCard, PlanSelector, SubscriptionStatusBadge, InvoiceList, UsageSummaryCard, CouponInput components
- Add BillingPage, PlansPage, InvoicesPage, UsagePage
- Update routes to include billing section

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 08:23:59 -06:00
b996680777 chore: Add .gitignore for build artifacts
Ignore node_modules, dist, tsbuildinfo and other common artifacts

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 06:23:50 -06:00
6cb8e99f50 feat(frontend): Add API services for invoices, inventory, sales, purchases
- Add invoices feature: types, API service for CRUD, validation, payments, PDF
- Add inventory feature: types, API service for stock, movements, warehouses, locations
- Add sales feature: types, API service for orders, quotations, PDF
- Add purchases feature: types, API service for orders, receipts

Part of FASE 2: P0 Frontend API Services
2026-01-18 02:47:54 -06:00
d3fdc0b9c0 Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00