Skip to content
Snippets Groups Projects
Commit 943f30c1 authored by Martin Hoppen's avatar Martin Hoppen
Browse files

Preismatrixeinträge optional abhängig von Sortimentstyp und Sorte insb. für...

Preismatrixeinträge optional abhängig von Sortimentstyp und Sorte insb. für Industrieholz und Energieholz (kein Durchmesser weil keine Einzelstämme). Relevant wenn Verkaufslos aus verschiedenen Holzlisten mit verschiedenen Sorten/Sortimentstypen
parent 525b6b04
Branches
No related tags found
No related merge requests found
Pipeline #276430 canceled
......@@ -626,7 +626,7 @@ Einzelner Eintrag in der Matrix zur Herleitung von Holzpreisen im Verkauflos.
### Preis (SubmodelElement)
Resultierender Holzpreis zur gewählten Kombination aus Durchmesser- und Güteklassengruppe in diesem Preismatrixeintrag im Verkauflos
Resultierender Holzpreis in EUR pro fm ohne Rinde zur gewählten Kombination aus Durchmesser- und Güteklassengruppe sowie Sortimentstyp und Sorte in diesem Preismatrixeintrag im Verkauflos
[https://admin-shell.io/kwh40/forestml40/Verkaufslos/0/1/Preismatrix/Preismatrixeintrag/Preis](https://admin-shell.io/kwh40/forestml40/Verkaufslos/0/1/Preismatrix/Preismatrixeintrag/Preis)
......@@ -658,6 +658,22 @@ Wertebereich siehe [hier](#gueteklasse--enum-).
[https://admin-shell.io/kwh40/forestml40/Verkaufslos/0/1/Preismatrix/Preismatrixeintrag/Gueteklasse](https://admin-shell.io/kwh40/forestml40/Verkaufslos/0/1/Preismatrix/Preismatrixeintrag/Gueteklasse)
### Sortimentstyp (SubmodelElement)
Typ des Sortiments.
Wertebereich siehe [hier](#sortimentstyp--enum-).
[https://admin-shell.io/kwh40/forestml40/Verkaufslos/0/1/Preismatrix/Preismatrixeintrag/Sortimentstyp](https://admin-shell.io/kwh40/forestml40/Verkaufslos/0/1/Preismatrix/Preismatrixeintrag/Sortimentstyp)
### Sorte (SubmodelElement)
Sorte des Sortiments.
Wertebereich siehe [hier](#sorte--enum-).
[https://admin-shell.io/kwh40/forestml40/Verkaufslos/0/1/Preismatrix/Preismatrixeintrag/Sorte](https://admin-shell.io/kwh40/forestml40/Verkaufslos/0/1/Preismatrix/Preismatrixeintrag/Sorte)
### Verkaufsstatus (SubmodelElement)
Verkaufsstatus des Verkaufslos.
......
......@@ -94,6 +94,8 @@ class Preismatrixeintrag <<SubmodelElementCollection>>{
MittendurchmesserBis: Float [0..1]
GueteklasseVon: ENUM.Gueteklasse [0..1]
GueteklasseBis: ENUM.Gueteklasse [0..1]
Sortimentstyp: ENUM.Sortimentstyp [0..1]
Sorte: ENUM.Sorte [0..1]
}
Verkaufslos *--> "0..*" Preismatrixeintrag
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment