Add employee active flag

This commit is contained in:
2026-06-09 11:40:09 +02:00
parent b8da2a821f
commit f7401ccf18
8 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -79,5 +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.
- `getMitarbeiter(suchstring?, mitarbeitergruppe?)` reads `/module/mitarbeiter/livesearch.php` and returns employee ID, number, last name, first name, and active flag.
- `saveSession()` explicitly persists the current cookie jar.