Workplan Preise has been implemented

This commit is contained in:
2026-05-11 12:23:20 +02:00
parent b99f45c7af
commit 6991b0989e
12 changed files with 878 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
---
id: WP-0008
title: Preise und Marktpreisauswertung
status: todo
status: done
phase: 8-of-12
created: "2026-05-08"
depends_on: WP-0007
@@ -17,7 +17,7 @@ und Leistungstyp-Auswertung. Referenz: UC-PR-01 bis UC-PR-04, FR-25 bis FR-36.
```task
id: WP-0008-T01
title: Preispunkt anlegen mit Vergleichsgewicht-Validierung (UC-PR-01, UC-PR-02)
status: todo
status: done
`preise/views.py` — preispunkt_neu:
@@ -43,7 +43,7 @@ Template `preise/form.html`:
```task
id: WP-0008-T02
title: Preispunkt-Liste pro Ausschreibung
status: todo
status: done
`preise/views.py` — preispunkte_liste:
@@ -66,7 +66,7 @@ Gesamtpreis-Auto-Berechnung:
```task
id: WP-0008-T03
title: Leistungstyp-Auswertung mit gewichtetem Durchschnitt (UC-PR-03)
status: todo
status: done
`preise/views.py` — leistungstyp_auswertung:
@@ -108,7 +108,7 @@ Darunter: Tabelle aller Einzelmesspunkte mit Ausschreibungstitel, Datum, Gewicht
```task
id: WP-0008-T04
title: Globaler Preisvergleich (cross-Ausschreibung, UC-PR-03)
status: todo
status: done
URL: `/preise/vergleich/` (globaler Endpunkt, kein ausschreibung_id Präfix)
@@ -130,7 +130,7 @@ in Haupt-URLs einbinden.
```task
id: WP-0008-T05
title: Preisfreigabe und URL-Verkabelung (UC-PR-04)
status: todo
status: done
`preise/views.py` — preisfreigabe:
Button "Preisfreigabe erteilen" auf der Preisliste öffnet Freigabe-Modal (aus WP-0012).