Add article livesearch lookup

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