Matthieu Haineault
|
9f27c83981
|
fix(pay-period): commented bulk approval and command service
|
2025-10-22 10:16:38 -04:00 |
|
Matthieu Haineault
|
0ce1191437
|
fix(pay-period): replug pay-period module
|
2025-10-22 10:13:42 -04:00 |
|
Matthieu Haineault
|
6488082290
|
Merge branch 'main' of git.targo.ca:Targo/targo_backend
|
2025-10-22 08:59:08 -04:00 |
|
Matthieu Haineault
|
af9d89da01
|
refactor(expenses): commented old files, set up create update and delete expenses. set up findAll method and ajust query params of the timesheet controller
|
2025-10-22 08:59:04 -04:00 |
|
|
|
dd15a6dc14
|
Merge branch 'main' of git.targo.ca:Targo/targo_backend
|
2025-10-22 08:09:54 -04:00 |
|
|
|
8b514c8beb
|
refactor(auth): removed verification console logs
|
2025-10-22 08:09:13 -04:00 |
|
Matthieu Haineault
|
9270033f24
|
Merge branch 'main' of git.targo.ca:Targo/targo_backend into dev/matthieu/refactor
|
2025-10-21 16:29:20 -04:00 |
|
Matthieu Haineault
|
6aeaf16993
|
refactor(expenses): commented module expenses et leave-request. needs refactor to match new timesheets and shifts module.
|
2025-10-21 16:27:56 -04:00 |
|
Matthieu Haineault
|
11f6cf2049
|
refactor(timesheets): deep refactor of the timesheet module and small corrections of the shift module.
|
2025-10-21 15:59:33 -04:00 |
|
Matthieu Haineault
|
b7ad300a6e
|
refactor(shifts): refactor of the shift module to use an array of shifts
|
2025-10-21 12:11:26 -04:00 |
|
|
|
88f7c0cb0e
|
Merge branch 'main' of git.targo.ca:Targo/targo_backend
|
2025-10-21 10:51:06 -04:00 |
|
|
|
1dbc0bf6c2
|
refactor(auth): add functionality to complete auth cycle, utilizer user from request.
|
2025-10-21 10:50:11 -04:00 |
|
Matthieu Haineault
|
d1974ea9e3
|
refactor(shifts): added Patch and Post route to shift module and added Overtime checks to create/update and delete functions.
|
2025-10-21 09:33:04 -04:00 |
|
Matthieu Haineault
|
7537c2ff0d
|
refactor(shifts): massive do-over of the whole module. exposed delete route only and simplified find and create/update functions.
|
2025-10-20 14:59:24 -04:00 |
|
Matthieu Haineault
|
bba6c84b6f
|
Merge branch 'main' of git.targo.ca:Targo/targo_backend into dev/matthieu/refactor
|
2025-10-20 08:55:21 -04:00 |
|
Matthieu Haineault
|
fad4f6f3d6
|
Merge branch 'main' of git.targo.ca:Targo/targo_backend into dev/matthieu/refactor
|
2025-10-20 08:54:45 -04:00 |
|
Matthieu Haineault
|
e1b63bd61a
|
clean(none): clean slate , removed useless code lines
|
2025-10-15 16:36:05 -04:00 |
|
Matthieu Haineault
|
a563df0943
|
feat(timesheets): preparing for Express Session requests
|
2025-10-15 14:08:59 -04:00 |
|
Matthieu Haineault
|
0ea3f51974
|
Merge branch 'main' of git.targo.ca:Targo/targo_backend into dev/matthieu/refactor
|
2025-10-14 16:44:03 -04:00 |
|
Matthieu Haineault
|
06ad34a4c8
|
refactor(shared): centralized some small logics
|
2025-10-14 16:43:18 -04:00 |
|
Matthieu Haineault
|
cefba7a2dd
|
fix(shifts): fixed findTimesheet to findUnique instead of upsert
|
2025-10-14 14:29:37 -04:00 |
|
Matthieu Haineault
|
9ad4e63485
|
refactor(shifts): removed return statement of Delete shift function
|
2025-10-14 14:18:31 -04:00 |
|
Matthieu Haineault
|
a88aaf34f0
|
fix(shifts): modified ensureTimesheet
|
2025-10-14 11:59:26 -04:00 |
|
Matthieu Haineault
|
5ec131c863
|
fix(shfits):small fix
|
2025-10-14 11:16:08 -04:00 |
|
Matthieu Haineault
|
1fe2c1291c
|
fix(shift): changed default value of is_approved in asLocalDateOn
|
2025-10-14 11:14:43 -04:00 |
|
Matthieu Haineault
|
8ad8076f4d
|
fix(shifts): fix bank_code_id by type
|
2025-10-14 10:58:43 -04:00 |
|
Matthieu Haineault
|
feeb19bbf0
|
fix(shfits): small route fix
|
2025-10-14 10:38:24 -04:00 |
|
Matthieu Haineault
|
99e9f1f3bf
|
feat(shifts): extract delete logics outside of master upsert method and create a new route for delete requests
|
2025-10-14 10:35:30 -04:00 |
|
Matthieu Haineault
|
d95b6471cd
|
fix(shifts): modified controller to accept a query action. clean up module
|
2025-10-14 10:04:48 -04:00 |
|
Matthieu Haineault
|
5292f1af11
|
feat(preferences): added display options to preferences table
|
2025-10-14 09:33:29 -04:00 |
|
Matthieu Haineault
|
2f0982c952
|
refactor(shifts): modified shifts.utils to use ISO format instead of UTC
|
2025-10-10 17:01:05 -04:00 |
|
Matthieu Haineault
|
4ff512a207
|
refactor(shifts): refactored shiftCommandService and moved helpers to shifthelpersService
|
2025-10-10 16:44:44 -04:00 |
|
Matthieu Haineault
|
408e52b4f5
|
refactor(timesheets): refacatored query-service
|
2025-10-10 13:29:26 -04:00 |
|
Matthieu Haineault
|
2de8db6212
|
refactor(timesheets): dried findAll methods to centralize shareable methods
|
2025-10-10 11:34:39 -04:00 |
|
Matthieu Haineault
|
95786b9e37
|
Merge branch 'main' of git.targo.ca:Targo/targo_backend into dev/setup/attachment/MatthieuH
|
2025-10-10 09:34:54 -04:00 |
|
Matthieu Haineault
|
9efdafb20f
|
refactor(preferences & modules): changed type from boolean to Int so each preferences can have more than 2 options.
Also cleaned-up module imports/providers
|
2025-10-10 09:27:57 -04:00 |
|
Matthieu Haineault
|
6a4fbeb2c4
|
refactor(leave-requests): moved utils to shared file
|
2025-10-09 16:48:45 -04:00 |
|
Matthieu Haineault
|
71d86f7fed
|
refactor(helpers): moved helpers to a shared file
|
2025-10-09 16:41:34 -04:00 |
|
Matthieu Haineault
|
78a335a47c
|
fix(imports): ajusted imports for new ISOstring dates methods
|
2025-10-09 15:49:00 -04:00 |
|
Matthieu Haineault
|
af8ea95cc4
|
fix(shifts): changed UTC comparison for ISOString
|
2025-10-09 15:45:57 -04:00 |
|
Matthieu Haineault
|
1954d206a8
|
fix(dates): removed dates from L-R and P-P
|
2025-10-09 15:23:03 -04:00 |
|
Matthieu Haineault
|
4527b0e7f7
|
fix(shifts): clean
|
2025-10-09 15:22:34 -04:00 |
|
|
|
5a1017f82b
|
fix(pay-period): change payload to send regular hours and other hours, rather than each individual shift type as a property
|
2025-10-09 15:17:02 -04:00 |
|
Matthieu Haineault
|
7c7edea768
|
feat(schedule-presets): created an apply service to auto-create shifts using presets
|
2025-10-09 08:40:20 -04:00 |
|
Matthieu Haineault
|
83792e596a
|
feat(schedule_presets): module schedule_presets setup. Ajustments to seeders to match new realities
|
2025-10-08 16:45:37 -04:00 |
|
Matthieu Haineault
|
9b169d43c8
|
resolve mergre
|
2025-10-08 08:57:24 -04:00 |
|
Matthieu Haineault
|
fda95d3fc4
|
Merge branch 'main' of git.targo.ca:Targo/targo_backend
|
2025-10-08 08:57:04 -04:00 |
|
Matthieu Haineault
|
f6c5b2a73c
|
refactor(shifts): refactor main upsert function to use shared utils and helpers
|
2025-10-08 08:54:43 -04:00 |
|
|
|
6254410f66
|
fix(expense): rename import to avoid confusion
|
2025-10-07 16:27:30 -04:00 |
|
Matthieu Haineault
|
cc310e286d
|
feat(expenses): method implementation to show a list of all expenses made by an employee using email, year and period_no
|
2025-10-07 13:51:35 -04:00 |
|
Matthieu Haineault
|
a750f79107
|
fix(timesheets): fix backend return to send an array of expenses with total mileage and total expense
|
2025-10-07 12:00:52 -04:00 |
|
Matthieu Haineault
|
4d905c905e
|
Merge branch 'main' of git.targo.ca:Targo/targo_backend
|
2025-10-07 10:28:16 -04:00 |
|
Matthieu Haineault
|
0fc80f50f9
|
fix(timesheets): minor fix
|
2025-10-07 10:28:13 -04:00 |
|
|
|
e575b9bd54
|
Merge branch 'main' of git.targo.ca:Targo/targo_backend into auth-session-fullstack
|
2025-10-07 10:24:25 -04:00 |
|
Matthieu Haineault
|
c58e8db59f
|
fix(timesheets: minor fix
|
2025-10-07 10:07:47 -04:00 |
|
Matthieu Haineault
|
9821b81afd
|
fizx(archive): fix import services
|
2025-10-07 09:55:44 -04:00 |
|
Matthieu Haineault
|
791a953744
|
fix(timesheets): modified returns to show total expense, total mileage and an array of all expenses per date
|
2025-10-07 09:49:42 -04:00 |
|
|
|
c0569d8efd
|
Merge branch 'main' of git.targo.ca:Targo/targo_backend into auth-session-fullstack
Don't know whyyyy
|
2025-10-07 08:20:44 -04:00 |
|
Matthieu Haineault
|
57b74b1726
|
fix(modules): deprecate old methods and extract utils and helpers. created archival services.
|
2025-10-07 08:18:46 -04:00 |
|
|
|
406233b2a3
|
Merge branch 'main' of git.targo.ca:Targo/targo_backend into auth-session-fullstack
did something it didn't like, not sure whadid something it didn't like,
not sure whatt
|
2025-10-06 16:06:38 -04:00 |
|
|
|
fa845cf6e6
|
fix(timesheet): add some quality of life to get required info, employee name, change pay period response from week 1 and 2 to array of weeks
|
2025-10-06 16:06:26 -04:00 |
|
Matthieu Haineault
|
79c5bec0ee
|
fix(controller): commented deprecated or unsued methods of controllers
|
2025-10-06 15:44:07 -04:00 |
|
Matthieu Haineault
|
caf03d8d68
|
fix(leave-requests): fix depencies for the Leave-Requests Module
|
2025-10-06 14:00:25 -04:00 |
|
Matthieu Haineault
|
79153c6de3
|
feat(leave-requests): implementation of vacation, sick and holiday leave-requests.
|
2025-10-06 12:15:51 -04:00 |
|
Matthieu Haineault
|
d8bc05f6e2
|
feat(preferences): setup for prefrences module which allows a user to manage dark mode, notifications, lefty mode for phone user and a lang switch (en, fr)
|
2025-10-03 14:03:09 -04:00 |
|
Matthieu Haineault
|
3984540edb
|
fix(leaves and expenses): import name fixes
|
2025-10-03 10:22:27 -04:00 |
|
Matthieu Haineault
|
10d4f11f76
|
feat(leave-request): added holiday shift's creation and CRUD for holiday leave-requests.
|
2025-10-03 09:38:09 -04:00 |
|
Matthieu Haineault
|
d36d2f922b
|
feat(leave-request): added holiday shift's creation and CRUD for holiday leave-requests.
|
2025-10-03 09:37:42 -04:00 |
|
Matthieu Haineault
|
77f065f37f
|
feat(expense): link expense with attachment.
|
2025-10-01 16:35:40 -04:00 |
|
Matthieu Haineault
|
f8f4ad5a83
|
fix(expenses): ajusted mileage logic
|
2025-10-01 10:02:52 -04:00 |
|
Matthieu Haineault
|
3b4dd9ddb5
|
fix(mock): small typo in mock datas
|
2025-09-30 11:12:46 -04:00 |
|
Matthieu Haineault
|
52114deb33
|
feat(expenses): upsert function for expenses
|
2025-09-30 10:43:48 -04:00 |
|
|
|
1c797c348a
|
"refactor(timesheet): add full employee name to return data to display in timesheet approval employee details dialog header"
|
2025-09-26 11:40:04 -04:00 |
|
Matthieu Haineault
|
46deae63bc
|
fix(holiday): minor valid_codes fix
|
2025-09-16 14:47:35 -04:00 |
|
|
|
5621f72342
|
Merge branch 'main' of git.targo.ca:Targo/targo_backend into auth-session-fullstack
|
2025-09-16 11:21:56 -04:00 |
|
|
|
bcf73927bd
|
fix(payperiod): add minor fix to total hours calculated method
|
2025-09-16 11:20:50 -04:00 |
|
Matthieu Haineault
|
cc48584b99
|
feat(shifts): ajusted validations for create/update/delete shifts
|
2025-09-16 09:17:59 -04:00 |
|
Matthieu Haineault
|
f9931f99c8
|
feat(validationPipe): Global Exception Filter basic setup using APP_FILTER and APP_PIPE
|
2025-09-11 16:48:05 -04:00 |
|
Matthieu Haineault
|
ef4f6340d2
|
feat(shifts): added a master function to create/update/delete a single shift
|
2025-09-11 15:22:57 -04:00 |
|
Matthieu Haineault
|
125f443ec0
|
feat(timesheet): added comment and supervisor comment to payload of findAll
|
2025-09-10 16:20:37 -04:00 |
|
Matthieu Haineault
|
a343ace0b7
|
fix(pay-period): fix total_hours calculation
|
2025-09-09 10:24:53 -04:00 |
|
|
|
a3d4b0cef7
|
Merge branch 'main' of git.targo.ca:Targo/targo_backend into auth-session-fullstack
Why am I constantly getting these merge messages
|
2025-09-09 09:30:17 -04:00 |
|
Matthieu Haineault
|
6e1f5ce9a2
|
refactor(shifts_expenses): refactor description to comment to match frontend
|
2025-09-09 09:24:54 -04:00 |
|
|
|
8e25e939af
|
Merge branch 'main' of git.targo.ca:Targo/targo_backend into auth-session-fullstack
Something something
|
2025-09-09 09:02:58 -04:00 |
|
Matthieu Haineault
|
8ef5c0ac11
|
feat(pay-periods): added total_hours and is_remote to payload
|
2025-09-09 09:01:33 -04:00 |
|
|
|
75f07aaf99
|
Merge branch 'main' of git.targo.ca:Targo/targo_backend into auth-session-fullstack
|
2025-09-09 08:28:43 -04:00 |
|
|
|
d45feb1aa0
|
fix(payperiod): add type to payload.
|
2025-09-09 08:21:27 -04:00 |
|
Matthieu Haineault
|
0fb6465c27
|
fix(timesheet): added is_remote
|
2025-09-09 08:19:50 -04:00 |
|
Matthieu Haineault
|
954411d995
|
refactor(shifts): added is_remote to track work from home shifts
|
2025-09-08 15:25:09 -04:00 |
|
Matthieu Haineault
|
dac53c6780
|
fix(timesheets): fix query to use helper instead of library function
|
2025-09-08 10:14:14 -04:00 |
|
Matthieu Haineault
|
4f7563ce9b
|
feat(timesheet): added Post function to create a new shifts inside a timesheet
|
2025-09-04 15:14:48 -04:00 |
|
Matthieu Haineault
|
5063c1dfec
|
fix(seeder): fix bank_codes for expenses seeder
|
2025-09-02 15:16:03 -04:00 |
|
Matthieu Haineault
|
93cf2d571b
|
feat(timesheet): added getTimesheetByEmail
|
2025-09-02 14:29:00 -04:00 |
|
Matthieu Haineault
|
c170481f3b
|
fix(pay-period): switch filters from categorie to type
|
2025-08-29 13:16:58 -04:00 |
|
Matthieu Haineault
|
c52de6ecb8
|
fix(seeds): fix timesheet seeds
|
2025-08-29 11:44:04 -04:00 |
|
Matthieu Haineault
|
18c1ce38be
|
fix(timesheets): small typo to_num function
|
2025-08-29 11:17:24 -04:00 |
|
Matthieu Haineault
|
eefe82153f
|
fix(findAll): fix loop for week_shifts
|
2025-08-29 11:03:59 -04:00 |
|
Matthieu Haineault
|
0516736fa2
|
refactor(timesheet): added shift types and expenses type data
|
2025-08-29 08:28:47 -04:00 |
|
Matthieu Haineault
|
ea76435f4f
|
fix(seeder): fix seeders
|
2025-08-28 14:43:23 -04:00 |
|
Matthieu Haineault
|
213b68fb7d
|
Merge branch 'dev/setup/modules/MatthieuH' of git.targo.ca:Targo/targo_backend
|
2025-08-28 14:03:52 -04:00 |
|