kevin-asprec
c8c6e0ebc3
fix: include full payment details in remittance history
...
findRemittances used `payments: true` which returned raw RemittancePayment
join records without actual payment data. Now fetches full Payment objects
via manual join and maps them to the remittance records so the mobile app
can display client names, amounts, and invoice numbers.
2026-05-03 11:00:03 +08:00
kevin-asprec
e94644548e
chore: add schema fix script for deployment
2026-04-15 11:36:45 +08:00
kevin-asprec
de930e470b
chore: force cache invalidation with RUN before COPY
2026-04-15 11:19:02 +08:00
kevin-asprec
5b168f5682
fix: make seed resilient to tenantId NOT NULL constraint
2026-04-15 11:08:56 +08:00
kevin-asprec
ab4eeb7ce6
feat: embed seed in CMD, remove post_deployment_command dependency
2026-04-15 11:06:18 +08:00
kevin-asprec
67081dbe76
chore: bust docker cache for migration deployment
2026-04-15 10:51:15 +08:00
kevin-asprec
7ee821d46e
feat: add migration to make user tenantId nullable for platform-level superadmin
2026-04-15 10:39:10 +08:00
kevin-asprec
78d403dcff
fix: assign tenantId to superadmin in seed (column is NOT NULL)
2026-04-15 10:26:20 +08:00
kevin-asprec
7c90f118ed
revert: remove forced seed from CMD, use post_deployment_command instead
2026-04-15 10:14:20 +08:00
kevin-asprec
1eb61000c3
feat: force seed for initial UAT deploy
2026-04-15 09:58:47 +08:00
kevin-asprec
82cac36a48
feat: add RUN_SEED support to Dockerfile CMD
2026-04-15 09:47:51 +08:00
kevin-asprec
555bd4a9f8
fix: compile shared package as CommonJS for NestJS compatibility
2026-04-13 16:52:48 +08:00
kevin-asprec
fc704c2d23
merge: develop into main
2026-04-13 13:04:32 +08:00
kevin-asprec
1c4424f2a6
fix: set NODE_ENV=development during build for devDependencies
2026-04-13 12:36:25 +08:00
kevin-asprec
6da4cac2e7
fix: use npx -p @nestjs/cli for nest build
2026-04-13 12:14:04 +08:00
kevin-asprec
2f4323ebea
fix: standalone tsconfig and Dockerfile for monorepo split
2026-04-13 12:04:24 +08:00
kevin-asprec
4a8f1e9318
initial: standalone repo from monorepo split
2026-04-13 09:36:55 +08:00
0321239266
Initial commit
2026-04-13 00:50:56 +00:00