Matthieu Haineault
|
93cf2d571b
|
feat(timesheet): added getTimesheetByEmail
|
2025-09-02 14:29:00 -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
|
994e02ba7f
|
refactor(timesheets): refactored findAll to return more data
|
2025-08-28 10:22:19 -04:00 |
|
Matthieu Haineault
|
9bc5c41de8
|
refactor(timesheets): refactored findAll to return more data
|
2025-08-28 10:22:00 -04:00 |
|
Matthieu Haineault
|
301d5f2c9d
|
feat(timesheet): replaced findAll by getPeriodByQuery with year, period_no and email query params.
|
2025-08-25 08:07:48 -04:00 |
|
Matthieu Haineault
|
3c8c999bfe
|
feat(approval): selected approval by bulk for pay-period using crew view. renamed variables to use snake_case
|
2025-08-20 15:33:17 -04:00 |
|
Matthieu Haineault
|
7a9adeec69
|
refactor(module): refactor employees, archives and pay-period to use email instead of id and switch pay-period's requests to transaction
|
2025-08-19 08:34:35 -04:00 |
|
Matthieu Haineault
|
4d2ed4714f
|
fix(timesheet): removed magic number
|
2025-08-18 10:57:35 -04:00 |
|
Matthieu Haineault
|
45386ac4bf
|
fix(temp): temporary commented RolesAllowed tags for dev purposes.
|
2025-08-14 11:55:17 -04:00 |
|
Matthieu Haineault
|
1949731773
|
feat(tests): setup e2e-spec files for route testing. shifts, expenses, timesheets
|
2025-08-13 09:57:05 -04:00 |
|
Matthieu Haineault
|
4c880e47bf
|
refactor(module): rename and refactor services
|
2025-08-11 14:58:03 -04:00 |
|
Matthieu Haineault
|
6139d335c3
|
refactor(module): renamed services to match their uses
|
2025-08-11 14:12:42 -04:00 |
|
Matthieu Haineault
|
80ddc853a4
|
refactor(modules): removed swagger entities and added docs to dtos
|
2025-08-11 14:08:55 -04:00 |
|
|
|
f4c69c4620
|
fix(merge): conflicts resolved
|
2025-08-08 13:44:24 -04:00 |
|
|
|
a27276f3ae
|
fix(guards)clean up superfluous files in auth module. Remove wrong guard from controllers in other modules. Needs to be role guard and not auth guard.
|
2025-08-08 13:40:12 -04:00 |
|
Matthieu Haineault
|
13a3ccb292
|
fix(module): added approval services to providers of their respective modules
|
2025-08-07 09:20:22 -04:00 |
|
Matthieu Haineault
|
44da99e7c1
|
feat(module): search and filter querries for shifts, expenses, timesheets, leave-requests
|
2025-08-07 09:11:50 -04:00 |
|
Matthieu Haineault
|
c23da925e7
|
feat(approval): clean up Approval services. creation of a "shared" folder
|
2025-08-06 14:17:52 -04:00 |
|
Matthieu Haineault
|
ef5af80471
|
Merge branch 'main' of git.targo.ca:Targo/targo_backend into dev/setup/modules/MatthieuH
|
2025-08-06 13:17:32 -04:00 |
|
Matthieu Haineault
|
cb6ec29992
|
refactor(validation): Partial modification of the file structure for validation process, added migration 20250806
|
2025-08-06 13:15:34 -04:00 |
|
Matthieu Haineault
|
50c3bca11b
|
feat(utils): added date-utils.ts and refactor services to use it
|
2025-08-05 11:39:34 -04:00 |
|
Matthieu Haineault
|
36be6fb2f1
|
fix(modules): small ajustment to the structure
|
2025-08-01 16:17:58 -04:00 |
|
Matthieu Haineault
|
2d69cfdb86
|
feat(business-logic): implementation of business-logics services into their respective modules.
|
2025-08-01 14:54:09 -04:00 |
|
Matthieu Haineault
|
c6ff3139f2
|
fix(import): small fix to timesheets.module
|
2025-07-31 10:41:15 -04:00 |
|
Matthieu Haineault
|
75615f7c33
|
feat(business-logic): base setup for business logic implementation, overtime.service and updated timesheets.service to returned overtime infos.
|
2025-07-31 10:16:25 -04:00 |
|
Matthieu Haineault
|
09a213d5dd
|
feat(archival): added controllers to add a search option for archive tables for admin, hr and supervisors
|
2025-07-30 10:07:24 -04:00 |
|
Matthieu Haineault
|
5274bf41c1
|
feat(archival): setup services and modules for archivation options via Cron job. small fixes to schema.prisma
|
2025-07-29 14:54:19 -04:00 |
|
Matthieu Haineault
|
7b7b42780f
|
fix(swagger): typos and fixes
|
2025-07-22 15:56:01 -04:00 |
|
Matthieu Haineault
|
bd954b5c87
|
feat(swagger): swagger tags and docs generation
|
2025-07-22 14:33:21 -04:00 |
|
Matthieu Haineault
|
cc567b2b26
|
feat(Roles): role guards et setup ownship(not implemented, yet)
|
2025-07-18 10:20:52 -04:00 |
|
Matthieu Haineault
|
5996e0c389
|
feat(modules): timesheets, shifts, shift-codes and minor fix in employees
|
2025-07-17 13:14:33 -04:00 |
|
Matthieu Haineault
|
5e35637e0b
|
feat(modules): setup modules shifts, timesheets, shift-codes and leave-requests
|
2025-07-16 12:51:00 -04:00 |
|