Go to file
luklpz 806497b24d fix: fetch all Dolibarr products without tms sqlfilter
Incremental sync via t.tms filter breaks when products were created before
the service started running: their tms is older than lastSyncStart so they
are never returned. Since the sync is idempotent (ProductMapping handles
create-vs-update), always fetching all products is safe and simpler.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14 21:04:09 +02:00
sync-service fix: fetch all Dolibarr products without tms sqlfilter 2026-05-14 21:04:09 +02:00
.gitignore feat: add sync-service Spring Boot middleware 2026-05-14 14:09:46 +02:00