Add article unit lookup

This commit is contained in:
2026-06-07 14:37:51 +02:00
parent 8ac9b1e58a
commit a5608ab461
9 changed files with 53 additions and 4 deletions
+1
View File
@@ -76,4 +76,5 @@ The store can read both the connector format and the older Telefonbuch cookie-ar
- `getMaschinenKategorien()` reads `/maschinen/kategorien` and returns ID, name, tractor flag, and mobile visibility.
- `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.
- `saveSession()` explicitly persists the current cookie jar.