Frontend de erp-core - Workspace V2
Go to file
rckrdmrd 4eb8ee2699 feat(frontend): Add Reports and Settings modules (MGN-009, MGN-006)
Reports module:
- types/reports.types.ts: Complete type definitions for definitions, executions, schedules
- api/reports.api.ts: API clients for all report operations
- hooks/useReports.ts: Custom hooks (useReportDefinitions, useReportExecutions, etc.)
- ReportsPage.tsx: Main reports management with tabs
- QuickReportsPage.tsx: Trial Balance and General Ledger quick reports

Settings module:
- types/settings.types.ts: Types for company, users, profile, audit logs
- api/settings.api.ts: API clients for settings operations
- hooks/useSettings.ts: Custom hooks (useCompany, useUsers, useProfile, etc.)
- SettingsPage.tsx: Settings hub with navigation cards
- UsersSettingsPage.tsx: User management page

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 11:06:20 -06:00
public Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
src feat(frontend): Add Reports and Settings modules (MGN-009, MGN-006) 2026-01-18 11:06: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