Add module ownership docs

This commit is contained in:
2026-06-15 10:06:42 +02:00
parent c6b5a0572c
commit 63a1e79147
12 changed files with 386 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
# Bestellungen
Stand: 2026-06-15
## Zweck
Operative Verarbeitung von Bestellungen, Positionen und Status.
## Owns
- `sales_order`
- `sales_order_line`
- Bestellstatus
## Writes
- Bestellung anlegen und aktualisieren
- Positionen pflegen
- Status fortschreiben
## Reads
- Kontakte
- Artikel-Mapping
- Lager
## Submodule
- Bestellkopf
- Positionen
- Status
## Grenzen
- Keine Buchhaltung.
- Keine Lagerbestandswahrheit.
- Kein Direktverkaufs-UI.