Add article category lookup

This commit is contained in:
2026-06-07 14:45:57 +02:00
parent a5608ab461
commit 68bb6ce061
9 changed files with 49 additions and 4 deletions
+1
View File
@@ -77,4 +77,5 @@ The store can read both the connector format and the older Telefonbuch cookie-ar
- `getMaschinen(gruppenId, suchstring?)` reads `/module/maschinen/livesearch.php` and returns ID, number, name, license plate, and active flag.
- `getFirmen()` reads `/einstellungen` and returns company ID and description.
- `getArtikelEinheiten()` reads `/artikel/einheiten` and returns unit ID, description, and short label.
- `getArtikelKategorien()` reads `/artikel/kategorien` and returns product group ID and name.
- `saveSession()` explicitly persists the current cookie jar.