targo-backend/src/time-and-attendance
louispaulb 9999dff6ce
Some checks failed
Node-CI / test (push) Successful in 1m25s
Node-CI / lint (push) Successful in 1m41s
Node-CI / build (push) Failing after 2m4s
Fix critical bugs: transaction integrity, PTO calculations, session secret
- banking-hours.service: use tx instead of this.prisma inside transaction
- sick-leave.service: use tx inside transaction + increment instead of set
- vacation.service: remove invalid WHERE clause on paidTimeOff update
- main.ts: session secret from env var, dev auth bypass, CORS origin:true

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 13:10:31 -04:00
..
bank-codes reafactor(EsLint): Eslint corrections 2026-02-27 13:19:38 -05:00
domains Fix critical bugs: transaction integrity, PTO calculations, session secret 2026-03-25 13:10:31 -04:00
expenses fix(expense): fix issue where timesheet id is not updated properly when expense changes week on update. 2026-03-11 16:42:18 -04:00
exports fix(PTO): Fix incorrect module access allowed for PTO GET Totals route 2026-03-18 15:43:12 -04:00
leave-requests fix(imports): fixed deprecated imports 2026-02-06 15:22:19 -05:00
paid-time-off fix(PTO): Fix incorrect module access allowed for PTO GET Totals route 2026-03-18 15:43:12 -04:00
pay-period fix(pay-periods): fix issue where mileage was not being calculated properly 2026-03-23 14:38:07 -04:00
schedule-presets fix(expense): Fix issue where expenses were not properly calculating amount 2026-03-10 16:44:08 -04:00
shifts refactor(exports): streamline and correct response from export main route, modify service logic 2026-03-18 09:24:46 -04:00
timesheets fix(contracts): added a contract class to employee and timesheet overview dtos and ajusted queries 2026-03-23 14:21:36 -04:00
utils fix(expense): Fix issue where expenses were not properly calculating amount 2026-03-10 16:44:08 -04:00
time-and-attendance.module.ts reafactor(EsLint): Eslint corrections 2026-02-27 13:19:38 -05:00