|
|
7eb1471edb
|
fix(pay-periods): specify that is_approved can be null in controller, to not confuse false with null
|
2025-12-29 08:56:22 -05:00 |
|
|
|
da74a93fa0
|
console.log
|
2025-12-22 14:10:26 -05:00 |
|
|
|
58baaade5d
|
refactor(pay-periods): refactored bulkApprove for crew to instead toggle approval of all shifts and expenses of a given employee
|
2025-12-22 14:09:35 -05:00 |
|
Matthieu Haineault
|
ad49a2265a
|
feat(shifts): added a new route to enable shift creation/modification/deleting using the timesheets_approval page
|
2025-12-22 11:12:14 -05:00 |
|
Matthieu Haineault
|
ed7e013a71
|
clean(logs): removed debugging logs
|
2025-12-19 16:46:19 -05:00 |
|
Matthieu Haineault
|
447d968f59
|
feat(pay-period): added is_active to payload to filter inactive employee from the timesheets_approval page
|
2025-12-19 16:25:39 -05:00 |
|
Matthieu Haineault
|
c0d00d0ca9
|
feat(pay-period): added is_active to payload to filter inactive employee from the timesheets_approval page
|
2025-12-19 16:16:35 -05:00 |
|
Matthieu Haineault
|
581a4252cd
|
fix(display): fix the display of amount, mileage and hours to use only 2 decimals and no more
|
2025-12-19 15:46:10 -05:00 |
|
Matthieu Haineault
|
681779345e
|
fix(access): access troubleshooting
|
2025-12-19 12:43:11 -05:00 |
|
Matthieu Haineault
|
027dd48efb
|
fix(module-access): fix module access for none-admin users
|
2025-12-19 12:23:55 -05:00 |
|
|
|
e67ed22bad
|
fix(presets): fix minor issue with adding a daily preset
|
2025-12-17 13:28:14 -05:00 |
|
Matthieu Haineault
|
4f0f5ae30f
|
feat(presets): added a route to apply a preset to a single day
|
2025-12-17 11:28:35 -05:00 |
|
|
|
21dfe60548
|
fix(timesheet): minor fix to apply preset logic, less iteration
|
2025-12-17 10:50:49 -05:00 |
|
|
|
049571c08d
|
Merge branch 'main' of git.targo.ca:Targo/targo_backend
|
2025-12-15 09:02:13 -05:00 |
|
|
|
0c77df41c6
|
fix(pay-period): minor fix to pay period handling, was returning pay-year of date from request rather than pay-year from pay period in db
|
2025-12-15 09:01:37 -05:00 |
|
Matthieu Haineault
|
3c773df376
|
fix(module_access): fix module access validation
|
2025-12-15 09:00:27 -05:00 |
|
Matthieu Haineault
|
b01506f013
|
fix(schedule_preset): added a param to orderBy to sort shifts by start_date as well as week_day
|
2025-12-12 14:53:56 -05:00 |
|
Matthieu Haineault
|
6f3acde71b
|
fix(preset): added order by start_time
|
2025-12-12 14:31:01 -05:00 |
|
Matthieu Haineault
|
9a8dcbccc3
|
Merge branch 'main' of git.targo.ca:Targo/targo_backend
|
2025-12-12 13:35:39 -05:00 |
|
Matthieu Haineault
|
762677b7b1
|
clean(comments): removed debugg comments
|
2025-12-12 13:35:36 -05:00 |
|
|
|
01e407f803
|
Merge branch 'main' of git.targo.ca:Targo/targo_backend
|
2025-12-12 13:33:31 -05:00 |
|
|
|
93b974c160
|
fix(presets): simplify process of updating employee profiles with deleted preset.
Also removed superfluous prints that are no longer required in certain modules (testing)
|
2025-12-12 13:33:27 -05:00 |
|
Matthieu Haineault
|
f9a247d9f1
|
feat(csv): ajusted csv logics and minor fixes to employees
|
2025-12-12 13:26:09 -05:00 |
|
Matthieu Haineault
|
157a7908be
|
refactor(csv): ajusted extract logics
|
2025-12-12 08:25:31 -05:00 |
|
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 |
|