Add machine livesearch lookup

This commit is contained in:
2026-06-07 13:54:54 +02:00
parent 24c6c9e017
commit 020d36a0a1
9 changed files with 75 additions and 4 deletions
+1
View File
@@ -73,4 +73,5 @@ The store can read both the connector format and the older Telefonbuch cookie-ar
- `setLieferscheinNummer(rechnungId, nummer)` updates only the delivery note number.
- `setEingangsdatum(rechnungId, datum)` updates the received date.
- `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.
- `saveSession()` explicitly persists the current cookie jar.