Commit Graph

9 Commits

Author SHA1 Message Date
kevin-asprec
a5ed2cc666 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 14:35:27 +08:00
kevin-asprec
bef320f32e feat: add RUN_SEED support and nullable tenantId migration
- New migration: make users.tenantId nullable for super_admin
- Dockerfile: RUN_SEED=true env var triggers seed after migrations
- Seed uses npx tsx (available in node_modules)
2026-04-15 06:04:57 +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