Commit Graph

8 Commits

Author SHA1 Message Date
Nic D
9143d1a79e refactor(exports): streamline and correct response from export main route, modify service logic
- Backend now receives a new filter structure that requires fewer conversions and transformations.

export controller's exportCsv route now follows NestJS conventions to send data buffers to frontend without requiring a decoupling of response handling
2026-03-18 09:24:46 -04:00
Matthieu Haineault
1dd57829ec fix(csv): minor fix 2026-03-17 08:01:15 -04:00
Matthieu Haineault
b80c424441 fix(csv): removed the hour entries when the value is 0.00 2026-03-17 07:52:18 -04:00
Matthieu Haineault
2a361cb35c fix(csv): removed the hour entries when the value is 0.00 2026-03-17 07:52:04 -04:00
Matthieu Haineault
3624489c02 fix(csv): removed the expense entry of 0.00 when the row is of type hours 2026-03-16 07:58:42 -04:00
Matthieu Haineault
aa72651a67 refactor(EsLint): EsLint corrections 2026-02-27 10:09:24 -05:00
Matthieu Haineault
df390b41b6 fix(csv): started to fix csv structure to match desjardins needs 2026-02-12 15:14:44 -05:00
Matthieu Haineault
379104147c fix(csv): added overtime calculation and requalification of regular time unto overtime when daily or weekly maxes are reached 2026-01-06 07:12:24 -05:00