erp-core-frontend-v2/src/pages
Adrian Flores Cortes 36ba16e2a2 feat(sales): complete Sales and Quotations module CRUD pages
Sales Orders:
- SalesOrderCreatePage: Full form with line items, validation
- SalesOrderDetailPage: View with status-based actions
- SalesOrderEditPage: Edit draft orders with line item management

Quotations:
- QuotationCreatePage: Full form with line items
- QuotationDetailPage: View with send/accept/reject/convert actions
- QuotationEditPage: Edit draft quotations

Components:
- SalesOrderForm, SalesOrderLineItems, SalesOrderLineItemForm
- SalesOrderSummary, SalesOrderStatusBadge
- QuotationStatusBadge, QuotationActions

Routes configured for:
- /sales/orders, /sales/orders/new, /sales/orders/:id, /sales/orders/:id/edit
- /sales/quotations, /sales/quotations/new, /sales/quotations/:id, /sales/quotations/:id/edit

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 19:51:13 -06:00
..
auth Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
billing feat(billing): Add billing-usage frontend module with components, pages and routes 2026-01-18 08:23:59 -06:00
companies Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
crm [TASK-2026-01-20-005] feat: Resolve P2 gaps - Actions, Settings, Kanban 2026-01-20 04:32:20 -06:00
dashboard Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
financial [TASK-2026-01-20-005] feat: Resolve P2 gaps - Actions, Settings, Kanban 2026-01-20 04:32:20 -06:00
hr feat(hr): Add complete HR frontend module 2026-01-26 16:34:03 -06:00
inventory [TASK-2026-01-20-005] feat: Resolve P2 gaps - Actions, Settings, Kanban 2026-01-20 04:32:20 -06:00
notifications feat(frontend): Add Audit and Notifications modules (MGN-007, MGN-008) 2026-01-18 11:20:25 -06:00
partners Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
projects [TASK-2026-01-20-005] feat: Resolve P2 gaps - Actions, Settings, Kanban 2026-01-20 04:32:20 -06:00
purchases [TASK-2026-01-20-005] feat: Resolve P2 gaps - Actions, Settings, Kanban 2026-01-20 04:32:20 -06:00
reports [TASK-2026-01-20-005] feat: Resolve P2 gaps - Actions, Settings, Kanban 2026-01-20 04:32:20 -06:00
sales feat(sales): complete Sales and Quotations module CRUD pages 2026-02-03 19:51:13 -06:00
settings [TASK-2026-01-20-005] feat: Resolve P2 gaps - Actions, Settings, Kanban 2026-01-20 04:32:20 -06:00
users Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
NotFoundPage.tsx Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00