Add company settings lookup

This commit is contained in:
2026-06-07 14:23:04 +02:00
parent 2b5481f7e2
commit 8ac9b1e58a
9 changed files with 49 additions and 4 deletions
+1
View File
@@ -75,4 +75,5 @@ The store can read both the connector format and the older Telefonbuch cookie-ar
- `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.
- `getFirmen()` reads `/einstellungen` and returns company ID and description.
- `saveSession()` explicitly persists the current cookie jar.