INSIGHT-MVP/packages/crm-service
Thomas Reitz 068a7b81d5 fix(crm): fix voucher ID mapping — Lexware API returns 'id' not 'voucherId'
The voucherlist endpoint returns items with 'id' field, but our interface
defined it as 'voucherId', causing undefined IDs when fetching voucher details.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 18:37:23 +01:00
..
keys feat(crm): add standalone dev environment and test token generator 2026-03-10 16:03:59 +01:00
prisma feat(crm): add company detail overhaul with industries, account types, relationship types 2026-03-11 09:21:57 +01:00
scripts feat(crm): add standalone dev environment and test token generator 2026-03-10 16:03:59 +01:00
src fix(crm): fix voucher ID mapping — Lexware API returns 'id' not 'voucherId' 2026-03-11 18:37:23 +01:00
.dockerignore feat(crm): scaffold CRM service with full CRUD modules 2026-03-10 15:54:13 +01:00
docker-compose.crm-dev.yml feat(crm): add standalone dev environment and test token generator 2026-03-10 16:03:59 +01:00
Dockerfile feat(crm): scaffold CRM service with full CRUD modules 2026-03-10 15:54:13 +01:00
nest-cli.json feat(crm): scaffold CRM service with full CRUD modules 2026-03-10 15:54:13 +01:00
package-lock.json feat(crm): integrate Lexware Office for vouchers and contact sync 2026-03-10 20:28:41 +01:00
package.json feat(crm): integrate Lexware Office for vouchers and contact sync 2026-03-10 20:28:41 +01:00
Summarize.md feat(crm): add company detail overhaul with industries, account types, relationship types 2026-03-11 09:21:57 +01:00
tsconfig.json feat(crm): scaffold CRM service with full CRUD modules 2026-03-10 15:54:13 +01:00