Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Produktkonfiguration im BO4E Standard abbilden (Workshop 8./9.10 2024) #911

Open
hf-fvesely opened this issue Oct 17, 2024 · 0 comments
Open

Comments

@hf-fvesely
Copy link
Contributor

Um den 24h Lieferantenwechsel auch BO4E-seitig abbildbar zu machen, muss die Produktkonfiguration eingeführt werden.

Überlegungen:
COM Produktkonfiguration - Code, Eigenschaft und Wert (erstmal alles strings)
BO Produktpaket - enthält Liste von Produktkonfigurationen und eine Paket-Id, Priorität und ein boolean: muss_vollstaendig_sein
Evtl. auch BO Produktpaketbündel, um eine Liste dieser Produktpakete abzubilden (muss aber vielleicht nicht sein)

Details aus Ergebnisprotokoll des Workshops am 8./9. Oktober 2024
Produktpakete

BO Produktpaketbuendel

  • produktpakete [list[BO Produktpaket]]

BO Produktpaket

  • paket_id [int]
  • konfigurationen [list[COM Produktkonfiguration]]
  • prioritaet [int]
  • muss_vollstaendig_sein: [bool]

COM Produktkonfiguration

  • code [str] zukünftig [ENUM Produktcode], wenn automatisierbar
  • eigenschaft [str] zukünftig [ENUM Produkteigenschaftscode], wenn automatisierbar
  • wert [str]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant