erp-core-frontend-v2/src/features/billing-usage/components
rckrdmrd 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
..
CouponInput.tsx feat(billing): Add billing-usage frontend module with components, pages and routes 2026-01-18 08:23:59 -06:00
index.ts feat(billing): Add billing-usage frontend module with components, pages and routes 2026-01-18 08:23:59 -06:00
InvoiceList.tsx feat(billing): Add billing-usage frontend module with components, pages and routes 2026-01-18 08:23:59 -06:00
InvoiceStatusBadge.tsx feat(billing): Add billing-usage frontend module with components, pages and routes 2026-01-18 08:23:59 -06:00
PlanCard.tsx feat(billing): Add billing-usage frontend module with components, pages and routes 2026-01-18 08:23:59 -06:00
PlanSelector.tsx feat(billing): Add billing-usage frontend module with components, pages and routes 2026-01-18 08:23:59 -06:00
SubscriptionStatusBadge.tsx feat(billing): Add billing-usage frontend module with components, pages and routes 2026-01-18 08:23:59 -06:00
UsageProgressBar.tsx feat(billing): Add billing-usage frontend module with components, pages and routes 2026-01-18 08:23:59 -06:00
UsageSummaryCard.tsx feat(billing): Add billing-usage frontend module with components, pages and routes 2026-01-18 08:23:59 -06:00