Deploy repo for erp-core-frontend-web
Go to file
rckrdmrd 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
public Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
src [TASK-2026-01-20-005] feat: Resolve P2 gaps - Actions, Settings, Kanban 2026-01-20 04:32:20 -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