Add employee livesearch lookup

This commit is contained in:
2026-06-07 15:04:50 +02:00
parent b6180867ef
commit 27d28a8767
9 changed files with 77 additions and 4 deletions
+1
View File
@@ -79,4 +79,5 @@ The store can read both the connector format and the older Telefonbuch cookie-ar
- `getArtikelEinheiten()` reads `/artikel/einheiten` and returns unit ID, description, and short label.
- `getArtikelKategorien()` reads `/artikel/kategorien` and returns product group ID and name.
- `getArtikel(artikelGruppe, suchstring?)` reads `/module/artikel/livesearch.php` and returns article ID, number, and description.
- `getMitarbeiter(suchstring?, mitarbeitergruppe?)` reads `/module/mitarbeiter/livesearch.php` and returns employee ID, number, last name, and first name.
- `saveSession()` explicitly persists the current cookie jar.