docs: align grand functions perfectly with B2B quotation terminology and type mappings
All checks were successful
Staging Build / build (push) Successful in 2m42s

This commit is contained in:
DanielS
2026-07-09 23:02:36 +02:00
parent a93fb975c0
commit d122c957eb
3 changed files with 5 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ Das Datenbankschema besteht aus folgenden Tabellen im Schema `public`:
- `show_in_branches` (BOOLEAN)
### `modules` (Zusatzmodule / Erweiterungen)
- Optionale Erweiterungen für Produkte.
- Optionale Erweiterungen für Produkte. Repräsentiert im TypeScript-Code durch das Interface `ProductModule`.
- `id` (UUID, Primary Key)
- `product_id` (UUID, References `products`)
- `category_id` (UUID, References `categories`)