feat: Add product article number, barcode, and calculated gross price display with updated data fetching and tax zone configuration.

This commit is contained in:
sebseb7
2025-11-24 15:34:19 +01:00
parent d251daa075
commit da9783e7b3
4 changed files with 117 additions and 8 deletions

View File

@@ -9,6 +9,7 @@ ROOT_CATEGORY_ID=0
JTL_SHOP_ID=0
JTL_SPRACHE_ID=1
JTL_PLATTFORM_ID=1
JTL_STEUERZONE_ID=1
SERVER_PORT=3991
SERVER_HOST=127.0.0.1
SYNC_INTERVAL_MS=600000