Backend de erp-core - Workspace V2
Add TypeORM entity and DTOs for Projects timesheets feature: - TimesheetEntity with all fields matching DDL schema - Extended DTOs for bulk operations (submit, approve, reject) - Summary types for reporting (by project, user, task) - Updated module exports to include new files Complements existing timesheets.service.ts implementation. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| src | ||
| .env.example | ||
| .gitignore | ||
| Dockerfile | ||
| jest.config.js | ||
| package-lock.json | ||
| package.json | ||
| service.descriptor.yml | ||
| tsconfig.json | ||
| TYPEORM_DEPENDENCIES.md | ||
| TYPEORM_INTEGRATION_SUMMARY.md | ||
| TYPEORM_USAGE_EXAMPLES.md | ||