Go to file
luklpz 83bd37efa9 fix: filter only active products in getProductByReference
PS soft-deletes products (sets active=0) when deleted from admin,
keeping them in the DB. The previous filter returned those inactive
products, causing pushProduct to take the UPDATE path and silently
re-update a soft-deleted product that remains invisible.

Adding filter[active]=[1] ensures only visible products are matched.
Products deleted in PS are now correctly re-created on next sync.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17 17:43:10 +02:00
android-app feat: add Android client app (Kotlin + Jetpack Compose) 2026-05-15 12:48:54 +02:00
javafx-client Code Debloat 2026-05-15 17:21:20 +02:00
sync-service fix: filter only active products in getProductByReference 2026-05-17 17:43:10 +02:00
.gitignore feat: add sync-service Spring Boot middleware 2026-05-14 14:09:46 +02:00