Add machine category lookup

This commit is contained in:
2026-06-07 13:40:12 +02:00
parent cd89a30631
commit 24c6c9e017
9 changed files with 65 additions and 4 deletions
+1
View File
@@ -72,4 +72,5 @@ The store can read both the connector format and the older Telefonbuch cookie-ar
- `setRechnungsdaten(rechnungId, daten)` updates editable invoice fields.
- `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.
- `saveSession()` explicitly persists the current cookie jar.