Commit Graph

565 Commits

Author SHA1 Message Date
Matthieu Haineault
3a0dc4c1ce feat(troubleshooting): roll-back du dernier commit et clean de debugg comments 2025-12-19 09:54:51 -05:00
Matthieu Haineault
a80dd357a3 feat(debugging): temporary guard disable and comment for troubleshooting dockerization of the staging app. to be rolled-back before prod 2025-12-19 09:24:26 -05:00
Matthieu Haineault
ecc8e2a9f6 Merge branch 'main' of git.targo.ca:Targo/targo_backend 2025-12-19 08:53:22 -05:00
Matthieu Haineault
4c88a72a2d feat(help): finish setup for help/home-page menu 2025-12-19 08:53:19 -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
Matthieu Haineault
08679b7db3 feat(help): set-up function to build personnalized help in the help section 2025-12-17 08:42:32 -05:00
Matthieu Haineault
b9c838d3e5 fix(access): fix module access create 2025-12-15 09:26:59 -05:00
Matthieu Haineault
4b0a45adcc fix(access): fix module access update 2025-12-15 09:26:17 -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
e96cb91304 clean(comments): removed debug comment 2025-12-12 13:59:23 -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
313a1e5fb6 Merge branch 'main' of git.targo.ca:Targo/targo_backend 2025-12-12 08:25:35 -05:00
Matthieu Haineault
157a7908be refactor(csv): ajusted extract logics 2025-12-12 08:25:31 -05:00
Nic D.
16a8ed41c4 Merge branch 'main' of https://git.targo.ca/Targo/targo_backend 2025-12-11 17:00:39 -05:00
Nic D.
3b01aa3748 fix(create-employee): date was passed directly as string, fixed to pass date object. 2025-12-11 17:00:20 -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
Matthieu Haineault
71aeeb7133 refactor(employees): added preset_id to dto 2025-12-11 09:26:58 -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
491bd7022c feat(auth): add session table to prisma that will be used by express-session to store user session data 2025-12-05 11:33:10 -05:00
Matthieu Haineault
b18ce4972c fix(employees): added 1st and last work day to employee list return 2025-12-04 17:09:38 -05:00
Matthieu Haineault
a5917cbe9d clean(modules): modules file cleaning 2025-12-04 17:01:28 -05:00
Matthieu Haineault
8fdbdafd91 clean(modules): modules file cleaning 2025-12-04 15:19:19 -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
6d3ff46c35 clean(modules): modules file cleaning 2025-12-04 14:50:48 -05:00
Matthieu Haineault
13962a8496 clean(modules): modules file cleaning 2025-12-04 14:50:23 -05:00
Matthieu Haineault
0c81f21f1b refactor(employees): added is_supervisor so the frontend can filter employees and use it in a select 2025-12-04 13:57:52 -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
3e0e835cd8 merge 2025-12-03 17:01:34 -05:00
7ee6773235 Merge branch 'main' of git.targo.ca:Targo/targo_backend 2025-12-03 17:00:42 -05:00
838189ae1f fix(employee) change dto so that module access is typesafe, modify update route to exclude session email 2025-12-03 16:59:03 -05:00
Matthieu Haineault
b40e0ad16e fix(employees): fix create employees 2025-12-03 16:06:53 -05:00
Matthieu Haineault
b44577c595 fix(employees): fix create employees 2025-12-03 15:57:30 -05:00
Matthieu Haineault
f8a70deed2 fix(employees): fix update employees 2025-12-03 15:43:03 -05:00
Matthieu Haineault
f19f981b43 fix(employees): changed email target to use dtos. 2025-12-03 15:25:25 -05:00
Matthieu Haineault
5b0e0ce869 fix(preferences): ran a migration command so is_dark_mode = null is accepted in DB 2025-12-03 14:23:59 -05:00
35a71d217a Merge branch 'main' of git.targo.ca:Targo/targo_backend 2025-12-03 14:10:23 -05:00
5dafef82f2 refactor(auth): make validate method of strategy use parsed idToken to work with Authentik JWT payload instead of profile 2025-12-03 14:10:17 -05:00
Matthieu Haineault
e4a4e317bc fix(preferences): ajusted schema so is_dark_mode accepts null 2025-12-03 14:06:25 -05:00
Matthieu Haineault
4b0189ed48 feat(attachments): cleaning and setting up module for app integration 2025-12-03 08:21:17 -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
0180fa3fdd Merge branch 'main' of git.targo.ca:Targo/targo_backend 2025-12-02 09:17:30 -05:00
Matthieu Haineault
68477c17b7 fix(controller): added ModuleAccess tag 2025-12-02 09:17:25 -05:00
e6c949e40b fix(modules): moduleguards properly compare user_module_access to module_list, rather than user_roles to module_list
Optimize toStringFromBoolean mmethod to immediately return an array of Module strings rather than an object of string-string objects that needs to be filtered and manipulated further.
2025-12-02 09:06:08 -05:00
Matthieu Haineault
ebc1cd77d8 refactor(controllers): added ModuleAccessAllowed and Access decorators 2025-12-01 16:03:48 -05:00
Matthieu Haineault
0f509a920f fix(employees): added optional employee_email to findDetailedProfile 2025-12-01 15:17:19 -05:00
Matthieu Haineault
6b0763f277 refactor(module_access): changed the dto to use string instead of boolean for module_access and made a mapper to switch between boolean and string. 2025-12-01 14:44:25 -05:00
Matthieu Haineault
1afd74b0e5 fix(employees): small return fix 2025-12-01 12:37:46 -05:00
Matthieu Haineault
f12950757c Merge branch 'main' of git.targo.ca:Targo/targo_backend 2025-12-01 11:39:31 -05:00
Matthieu Haineault
c155df14da fix(employees): added phone, adress and 1st work day to findOwnProfil function 2025-12-01 11:39:27 -05:00
c7f92ed46c Merge branch 'main' of git.targo.ca:Targo/targo_backend 2025-12-01 11:31:36 -05:00
57dc4eeb66 refactor(preferences): add id to response for easier frontend state management 2025-12-01 11:30:23 -05:00
Matthieu Haineault
98180dd16b refactor(employees): adapted logics to match new userModuleAccess and cleaned module of unused methods 2025-12-01 11:28:42 -05:00
Matthieu Haineault
ddb469cd8e feat(decorator): create a new Access decorator and added external_payroll_id to findEmployee 2025-12-01 08:34:08 -05:00
Matthieu Haineault
f499abbb78 fix(userModuleAccess): small return fixes 2025-11-28 10:01:59 -05:00
Matthieu Haineault
822763db2b fix(prefs): small fix 2025-11-27 15:23:19 -05:00
Matthieu Haineault
83804b4008 fix(preferences): modified returns to match needs 2025-11-27 15:22:01 -05:00
Matthieu Haineault
7cddd84e23 fix(preferences): removed user data from update return 2025-11-27 15:13:02 -05:00
Matthieu Haineault
b714a460f0 feat(migration): reset DB to match new schema 2025-11-27 12:24:47 -05:00
Matthieu Haineault
58c550103f Merge branch 'main' of git.targo.ca:Targo/targo_backend 2025-11-27 08:47:51 -05:00
Matthieu Haineault
e76f2a9a72 feat(preferences): added validation pipes to DTO, commented migration scripts 2025-11-27 08:47:47 -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
7c9f3cda65 feat(preferences): small update on prefrences table 2025-11-26 16:32:56 -05:00
Matthieu Haineault
d7b1bab68f fix(preferences): minor type fix to dto 2025-11-26 15:33:10 -05:00
Matthieu Haineault
5f7f639c62 feat(preferences): added a getter function and modified schema to use boolean 2025-11-26 15:31:50 -05:00
Matthieu Haineault
439e005936 fix(user_module_access): fix imports and file naming 2025-11-26 15:10:02 -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
35665d49dd fix(migration): commented extractionOldExpenses from main.ts 2025-11-24 16:42:27 -05:00
Matthieu Haineault
58c4b22f0f fix(migration): minor fixes and modifications to DB scripts 2025-11-24 16:36:30 -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
8c816da286 cleaning(): more cleaning and imports ajustements 2025-11-14 09:39:15 -05:00
Matthieu Haineault
1589df979f clean(): file cleaning 2025-11-14 09:35:05 -05:00
Matthieu Haineault
7968359bfe clean(imports): module import cleaning 2025-11-13 15:34:48 -05:00
Matthieu Haineault
1a88e02411 clean(modules): clean module imports and clean utils files 2025-11-13 15:23:17 -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
Matthieu Haineault
c59844560a fix(imports): minor fix of imports 2025-11-12 13:35:03 -05:00
Matthieu Haineault
e067e15bb1 fix(timesheets): added type to expense in return 2025-11-12 13:30:51 -05:00
Matthieu Haineault
73a2a755e4 fix(timesheets): fix id.data 2025-11-12 10:31:25 -05:00
Matthieu Haineault
40072af4a6 fix(timesheets): changed function calls from query to body 2025-11-12 09:40:01 -05:00
Matthieu Haineault
1d9eaeab30 feat(Result): ajusted return values to match Result pattern. 2025-11-12 09:16:37 -05:00
Matthieu Haineault
a8d53ab0aa fix(shifts): added Promise to remove function of the shift controller 2025-11-11 14:52:34 -05:00
Matthieu Haineault
383a01639a feat(Result): added the result pattern to handle errors at any level. Ajusted modules 2025-11-11 14:51:50 -05:00
Matthieu Haineault
6332a42fa7 feat(presets): small ajustements 2025-11-10 11:16:10 -05:00
Matthieu Haineault
03d9fa2cf4 clean(schedule-presets): clean module of unused imports 2025-11-07 16:49:16 -05:00
Matthieu Haineault
8dca65d00e refactor(expenses): ajusted the controller and service to match new session set-up and did some cleaning 2025-11-07 13:09:32 -05:00
Matthieu Haineault
eb166dbc46 clean(shifts): clean module of unused features 2025-11-06 16:45:00 -05:00
Matthieu Haineault
efc06b8857 fix(shifts): removed unused overtime calculation and return from create or update shifts 2025-11-06 14:45:16 -05:00
Matthieu Haineault
7817c3b758 fix(shifts): fix the type update 2025-11-06 14:42:39 -05:00
Matthieu Haineault
809209533a fix(employee): setting up the profil section 2025-11-06 14:00:19 -05:00
Matthieu Haineault
e34658fc41 fix(shifts): ajusted return 2025-11-06 12:47:36 -05:00
Matthieu Haineault
4e48d98c0f fix(shifts): commented unused service function 2025-11-06 11:10:25 -05:00
Matthieu Haineault
c0189dc61d fix(shifts): rework update and create to match ShiftEntity 2025-11-06 11:04:55 -05:00
032e1de631 Merge branch 'main' of git.targo.ca:Targo/targo_backend 2025-11-05 14:34:30 -05:00
88d4f2fe27 fix(shift): fix minor issue with naming property (changed to shift_id from id) 2025-11-05 14:31:31 -05:00
Matthieu Haineault
1a0532846f feat(role-guards): added role-guards group and added role check to controllers 2025-11-05 14:27:54 -05:00
Matthieu Haineault
02ebb23d7a refactor(employees): uncomment module and comment archival parts(needs refactoring) 2025-11-05 08:36:24 -05:00
Matthieu Haineault
be00798961 refactor(shifts): change structure of error management returns 2025-11-05 08:26:45 -05:00
Matthieu Haineault
407f04ac0b fix(shifts): fix a problem with overlaps 2025-11-04 16:42:14 -05:00
Matthieu Haineault
95f369fcbc refactor(shifts): changed to conflictException build for error management for the create function 2025-11-04 15:59:03 -05:00
Matthieu Haineault
eda1f86235 refactor(shifts): added date to overlap comparisons 2025-11-04 15:15:04 -05:00
Matthieu Haineault
0a3d4e2960 fix(shifts): changed date format to UTC 2025-11-04 14:50:07 -05:00
Matthieu Haineault
457757a066 clean(shifts): cleaning 2025-11-04 09:55:22 -05:00
Matthieu Haineault
c2203f77cb fix(shifts): fix overlaping logic 2025-11-04 09:41:46 -05:00
Matthieu Haineault
3741bf3b26 Merge branch 'main' of git.targo.ca:Targo/targo_backend 2025-11-04 08:31:40 -05:00
Matthieu Haineault
6adb614931 refactor(shifts): modified return and switched bank_code_id for types 2025-11-04 08:31:38 -05:00
fef9ea0b74 Merge branch 'main' of git.targo.ca:Targo/targo_backend 2025-11-03 15:43:58 -05:00
29f131e307 fix(local): switch values back to local for local testing
Will need to figure out a method to automatically detect if backend is running locally or remotely to avoid switching URIs back and forth constantly
2025-11-03 15:43:10 -05:00
Matthieu Haineault
bdbec4f68c feat(pay-period): added approval of timesheets, shifts and expenses by bulk. added route to controller 2025-11-03 14:14:09 -05:00
Matthieu Haineault
5268737bd1 feat(expenses): implement role guards 2025-11-03 12:11:13 -05:00
Matthieu Haineault
7ee87d8409 feat(timesheets): implement role guards for timesheets 2025-11-03 12:08:54 -05:00
Matthieu Haineault
f1f765b350 clean(folder): cleaning imports 2025-11-03 11:47:41 -05:00
Matthieu Haineault
c59b50a829 refactor(schedule-presets): modified route and params to use session data 2025-11-03 11:19:21 -05:00
Matthieu Haineault
b1c6c50571 refactor(time-and-attendance): removed a layer of folder 2025-11-03 10:53:15 -05:00
Matthieu Haineault
c274550a91 refactor(shifts): removed email from param of create shift and used req-user data instead 2025-11-03 10:15:40 -05:00
Matthieu Haineault
bb60887a0d refactor(timesheet): used session data and removed email from query of the Get function 2025-10-31 14:04:07 -04:00
Matthieu Haineault
6c746aa3c2 refactor(expenses): added start_date to find the right timesheet using expense.date 2025-10-31 12:37:11 -04:00
Matthieu Haineault
e5484da39a refactor(expenses): added email to req inside controller and pass email to the function to pin point the right timesheet 2025-10-31 12:34:12 -04:00
Matthieu Haineault
e0cefc8ec9 refactor(expenses): modified createExpense signature. removed timesheet_id from the param. ajusted auth logic 2025-10-31 12:11:55 -04:00
Matthieu Haineault
9f0da467ae fix(timesheet): removed validation/transformation from ensureTimesheet and use the param Date format inside the function 2025-10-31 08:50:13 -04:00
Matthieu Haineault
c0fbad006d fix(attachments): fix typo 2025-10-31 08:35:24 -04:00
Matthieu Haineault
68f29b8842 Merge branch 'main' of git.targo.ca:Targo/targo_backend into dev/matthieu/refactor 2025-10-30 15:05:20 -04:00
e8bd0403ea Merge branch 'main' of https://git.targo.ca/Targo/targo_backend 2025-10-30 15:00:38 -04:00
78aec894ed fix(auth): change auth to work with remote docker lab 2025-10-30 14:23:52 -04:00
Matthieu Haineault
2b033de91b fix(imports): ajusted imports to remove relative paths 2025-10-30 13:57:16 -04:00
Matthieu Haineault
2debd40871 fix(imports): fix constants imports 2025-10-30 12:24:24 -04:00
Matthieu Haineault
1385777122 refactor(presets): modified routes name and switch Param(email) to use employee_id instead. ajusted these methods to use employee_id accordingly 2025-10-30 12:22:12 -04:00
Matthieu Haineault
2a250567ad Merge branch 'main' of git.targo.ca:Targo/targo_backend 2025-10-30 12:04:08 -04:00
Matthieu Haineault
50521b7c68 refactor(presets): removed upsertAction manipulation. created 3 seperate routes for create update et delete. 2025-10-30 12:04:05 -04:00
c0eef4e3a3 feat(docker): Add/Update Dockerfile for Remote Docker Lab deployment 2025-10-29 15:20:20 -04:00
Matthieu Haineault
7eb3844713 clean(time_and_attendance): cleaning helpers, types, mappers, constants 2025-10-27 15:50:57 -04:00
Matthieu Haineault
4cb01de970 feat(time_and_attendance): clean files of deprecated imports and moved utils to shared utils folder. Modified @Body for create and update shifts to use only an array of shifts 2025-10-27 15:23:28 -04:00
Matthieu Haineault
488f0341cc feat(timesheets): added timesheet_id to shifts return objects 2025-10-27 13:41:20 -04:00
Matthieu Haineault
28f811e1fb refactor(modules): clean up module.ts files to match new imports/controllers/providers 2025-10-27 13:28:39 -04:00
Matthieu Haineault
e7a50df5e5 refactor(selects): moved select: lines to shared file 2025-10-27 12:08:06 -04:00
Matthieu Haineault
5e49bc5df6 refactor(utils): moved utils to shared utils folder 2025-10-27 11:47:38 -04:00
Matthieu Haineault
4cdc6dbc56 Merge branch 'main' of git.targo.ca:Targo/targo_backend 2025-10-27 10:17:15 -04:00
Matthieu Haineault
3ae1085e95 fix(schema): temporary comment on some schema lines to prep for removing employees/customer from this module 2025-10-27 10:17:11 -04:00
fc6681a548 Merge branch 'main' of git.targo.ca:Targo/targo_backend 2025-10-27 09:59:34 -04:00
Matthieu Haineault
6c44bb5ad2 refactor(modules): moved some module to change the structure to domain oriented 2025-10-27 09:50:22 -04:00
Matthieu Haineault
2712033451 refactor(cleaning): preparing other modules for refactoring 2025-10-24 16:47:30 -04:00
Matthieu Haineault
1289aed720 reafactor(time-and-attendance): organized files and folders and centralize module files 2025-10-24 16:38:18 -04:00
Matthieu Haineault
b69b9f30d8 Merge branch 'dev/matthieu/refactor' of git.targo.ca:Targo/targo_backend into dev/matthieu/refactor 2025-10-24 16:15:58 -04:00
Matthieu Haineault
062b9b4640 refactor(expenses): major refactor of the CRUDs methods sing sessions data 2025-10-24 16:15:54 -04:00
4b39240606 Merge branch 'main' of git.targo.ca:Targo/targo_backend 2025-10-24 14:23:35 -04:00
d16c4d4d86 fix(shift): minor fix for receiving date properly.
Change 'd' for 'day' in date-time-helpers. 'Also remove oauth-sessions, unused bloat
2025-10-24 14:23:26 -04:00
Matthieu Haineault
3e2265cbac BREAKING CHANGE(Time&Attendance): prep to split into APIs. setup structure for timesheet related modules 2025-10-23 14:23:53 -04:00
Matthieu Haineault
60aac39daa feat(timesheets): added an option to generate a second timesheet in case of a pay-period as no data in either the 1st or 2nd week 2025-10-22 13:50:17 -04:00
Matthieu Haineault
7fe2b6265a refactor(expenses): init setup to use session infos 2025-10-22 12:42:32 -04:00
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