Backend de erp-core - Workspace V2
Add TypeORM entities for the HR module: - Department: Organizational departments with hierarchy - JobPosition: Job titles/positions - Employee: Employee records with manager self-reference - Contract: Employment contracts - LeaveType: Configurable leave types - LeaveAllocation: Employee leave allocations - Leave: Leave requests Add DTOs with class-validator: - CreateEmployeeDto, UpdateEmployeeDto - CreateContractDto, UpdateContractDto, ActivateContractDto, TerminateContractDto - CreateLeaveDto, UpdateLeaveDto, ApproveLeaveDto, RejectLeaveDto - Filter DTOs for all entities - HrPaginationDto 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 | ||