|
|
3a461cb184
|
[TASK-2026-01-20-005] feat: Resolve P2 gaps - Actions, Settings, Kanban
EPIC-P2-001: Frontend Actions Implementation
- Replace 31 console.log placeholders with navigate() calls
- 16 pages updated with proper routing
EPIC-P2-002: Settings Subpages Creation
- Add CompanySettingsPage.tsx
- Add ProfileSettingsPage.tsx
- Add SecuritySettingsPage.tsx
- Add SystemSettingsPage.tsx
- Update router with new routes
EPIC-P2-003: Bug Fix ValuationReportsPage
- Fix recursive getToday() function
EPIC-P2-006: CRM Pipeline Kanban
- Add PipelineKanbanPage.tsx
- Add KanbanColumn.tsx component
- Add KanbanCard.tsx component
- Add CRM routes to router
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-20 04:32:20 -06:00 |
|
|
|
836ebaf638
|
feat(financial): Add complete Financial module frontend
- Create financial types (Account, Journal, JournalEntry, Invoice, Payment)
- Create financial API client with full CRUD operations
- Create comprehensive hooks (useAccounts, useJournals, useJournalEntries, etc.)
- Create AccountsPage with account type filtering and stats
- Create JournalEntriesPage with journal filtering and post/cancel actions
- Create InvoicesPage with customer/supplier filtering and validation
MGN-010 Financial frontend implementation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-18 10:12:43 -06:00 |
|