Add employee active flag
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user