Skip to content

Commit

Permalink
Merge pull request #322 from framgia/HRIS-409
Browse files Browse the repository at this point in the history
HRIS-409 [BE] Overtime Management > Index
  • Loading branch information
Fontilllas authored Aug 27, 2024
2 parents 93cca04 + 352f7ff commit 5f0a094
Show file tree
Hide file tree
Showing 8 changed files with 1,323 additions and 1,203 deletions.
2 changes: 2 additions & 0 deletions api_v2/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import { TimeRecordModule } from './time-record/time-record.module';
import { UserModule } from './user/user.module';
import { DtrManagementModule } from './dtr-management/dtr-management.module';
import { TimeOutModule } from './time-out/time-out.module';
import { OvertimeModule } from './overtime/overtime.module';

@Module({
imports: [
Expand Down Expand Up @@ -88,6 +89,7 @@ import { TimeOutModule } from './time-out/time-out.module';
UserModule,
DtrManagementModule,
TimeOutModule,
OvertimeModule,
],
controllers: [AppController],
providers: [
Expand Down
Loading

0 comments on commit 5f0a094

Please sign in to comment.