Commit Graph

105 Commits

Author SHA1 Message Date
Matthieu Haineault
be957d8180 fix(schedule_preset) : added a check to remove preset_id for employees using the newly deleted preset 2025-12-11 12:02:34 -05:00
Matthieu Haineault
acc128e5ea fix(presets): removed name from where clause to find the preset 2025-12-11 10:11:33 -05:00
Nic D.
cb52089db8 fix(schedule-preset): adjust services to use consistent dto and field names (mix of shifts and preset_shifts) 2025-12-10 16:51:38 -05:00
Matthieu Haineault
b6132c8b35 feat(schedule-presets): added a service that applies a preset to an existing timesheet. did some cleaning in utils and dtos 2025-12-09 13:02:10 -05:00
Matthieu Haineault
a5917cbe9d clean(modules): modules file cleaning 2025-12-04 17:01:28 -05:00
Matthieu Haineault
e4447a138c fix(modules): file imports fixes 2025-12-04 15:02:54 -05:00
Matthieu Haineault
d81186ba2b clean(modules): modules file cleaning 2025-12-04 15:00:36 -05:00
Matthieu Haineault
13962a8496 clean(modules): modules file cleaning 2025-12-04 14:50:23 -05:00
Matthieu Haineault
9b4517a26d clean(shifts): did some cleaning 2025-12-04 11:05:38 -05:00
Matthieu Haineault
4c933d3564 fix(shifts): small return fixes 2025-12-04 10:46:48 -05:00
Matthieu Haineault
245d671f0b fix(shifts): small return fixes 2025-12-04 10:45:47 -05:00
Matthieu Haineault
d913f59eb5 refactor(schedules_employees): refactor schema relations between employees and presets 2025-12-04 10:42:54 -05:00
Matthieu Haineault
fb0187c117 feat(employees): ajusted employees module, added an update method and route 2025-12-02 12:57:49 -05:00
Matthieu Haineault
ebc1cd77d8 refactor(controllers): added ModuleAccessAllowed and Access decorators 2025-12-01 16:03:48 -05:00
e7213c62ed Merge branch 'main' of git.targo.ca:Targo/targo_backend 2025-11-27 08:40:47 -05:00
5a28630c21 refactor(employees): added functionality to take an optional employee email to retrieve profile data 2025-11-27 08:40:41 -05:00
Matthieu Haineault
26ea84cf1a feat(user_module_access): created user_module_access model and module. implemented update, revoke and get methods. 2025-11-26 15:05:22 -05:00
Matthieu Haineault
c5c96cce22 feat(schedulePresets): ajusted the create function. added validation of the name and overlaps checking 2025-11-25 16:32:20 -05:00
Matthieu Haineault
cdf7dac6a3 Merge branch 'main' of git.targo.ca:Targo/targo_backend 2025-11-24 14:59:24 -05:00
Matthieu Haineault
5452641f19 feat(migration): added a split prismaModule to manage legacy DB, created scripts to fetch old data, transform to match the new structure and creates new items in the new DB 2025-11-24 14:59:16 -05:00
fc323a393b merge 2025-11-24 09:14:06 -05:00
6d1ac6c634 Merge branch 'main' of git.targo.ca:Targo/targo_backend 2025-11-24 09:12:55 -05:00
7912695b8f fix(payperiods): refactor general overview method to return all employee overviews. 2025-11-24 09:02:31 -05:00
Matthieu Haineault
ddb6fa2ada feat(pay_periods): added Result Pattern to pay-period module 2025-11-19 10:41:49 -05:00
Matthieu Haineault
48f1220a4e clean(modules): cleaned unused dto files and added validation. Changed error messages to match i18n 2025-11-18 14:55:42 -05:00
Matthieu Haineault
3ceb2e0955 refactor(presets): refactor module to use Result Pattern commented to work on plugging error names 2025-11-18 13:49:18 -05:00
Matthieu Haineault
5bfeaaf4de fix(expenses): small fix update 2025-11-18 08:56:40 -05:00
Matthieu Haineault
2958403f08 fix(expenses): fix date update and make sure the timesheet_id is updated when the date changes week 2025-11-18 08:46:39 -05:00
Matthieu Haineault
194a12d7ab fix(expenses): fix Prisma query select 2025-11-18 08:24:51 -05:00
Matthieu Haineault
7863a15562 fix(expenses): fixes to prisma create request 2025-11-17 16:04:36 -05:00
Matthieu Haineault
fc88b3a032 fix(expenses): fixes to prisma create request 2025-11-17 15:45:49 -05:00
Matthieu Haineault
db78c70eb0 fix(expenses): fixes to dto 2025-11-17 15:43:18 -05:00
Matthieu Haineault
6e52bdb4e4 fix(expenses): fixes to dto 2025-11-17 15:27:46 -05:00
Matthieu Haineault
e43cb489cf fix(typing): removed validation on ExpenseDto 2025-11-17 15:05:32 -05:00
Matthieu Haineault
99cb5da69d fix(imports): small import fix 2025-11-17 14:55:12 -05:00
Matthieu Haineault
7fbcc29b8a fix(expenses): ajusted return values (added type) 2025-11-17 14:54:10 -05:00
Matthieu Haineault
6936ac39fa refactor(leave-requests): refactor the logic of the module leave-requests and modified naming in timesheet GET function 2025-11-17 14:13:38 -05:00
Matthieu Haineault
1589df979f clean(): file cleaning 2025-11-14 09:35:05 -05:00
Matthieu Haineault
8df3becbb5 clean(modules): clean module imports and clean utils files 2025-11-13 15:30:29 -05:00
Matthieu Haineault
30cc41955b fix():fix merge 2025-11-13 13:54:01 -05:00
Matthieu Haineault
e72b63116c Merge branch 'main' of git.targo.ca:Targo/targo_backend 2025-11-13 13:53:32 -05:00
Matthieu Haineault
214d6aa370 fix(shifts): small error typing fix 2025-11-13 13:52:48 -05:00
37b150d87c fix(shifts): fix minor issue with using UTC instead of local time to get timesheet id 2025-11-13 12:17:00 -05:00
Matthieu Haineault
6aa464a76e fix(shifts): fix overlap shifts 2025-11-13 11:05:13 -05:00
Matthieu Haineault
7e95e8dae3 fix(shifts): minor overlap fix 2025-11-13 10:31:50 -05:00
Matthieu Haineault
b513f02fe5 fix(time and attendances): fix imports 2025-11-13 09:55:34 -05:00
Matthieu Haineault
0764eebc98 fix(shifts): fix overlap checks for updating shifts 2025-11-13 09:53:48 -05:00
Matthieu Haineault
2003b5357d fix(timesheets): typing fix 2025-11-13 08:20:01 -05:00
Matthieu Haineault
96490563c6 fix(timesheets): small query fix 2025-11-12 14:17:29 -05:00
Matthieu Haineault
14c00522db fix(timesheets): ajusted type of function mapOneTimesheet 2025-11-12 14:13:04 -05:00