Add BO Bilanzierung and necessary COMs and ENUMs#508
Merged
hf-aschloegl merged 51 commits intomainfrom Mar 20, 2025
Merged
Conversation
… DDB/issue-220_bilanzierung
lord-haffi
reviewed
Aug 23, 2023
Collaborator
|
Grundsätzlich (hatte @hf-kklein mal irgendwo festgehalten, weiß nicht wo): Alle technischen Kommentare (d.h. z.B. auch die docstrings für die Validatoren) bitte auf Englisch. Fachliche Docstrings, d.h. eigentlich alle docstrings, die Felder beschreiben, auf Deutsch. |
Co-authored-by: Leon Haffmans <49658102+lord-haffi@users.noreply.github.com>
Co-authored-by: Leon Haffmans <49658102+lord-haffi@users.noreply.github.com>
Co-authored-by: Leon Haffmans <49658102+lord-haffi@users.noreply.github.com>
Co-authored-by: Leon Haffmans <49658102+lord-haffi@users.noreply.github.com>
Co-authored-by: Leon Haffmans <49658102+lord-haffi@users.noreply.github.com>
Co-authored-by: Leon Haffmans <49658102+lord-haffi@users.noreply.github.com>
lord-haffi
reviewed
Sep 11, 2024
Collaborator
lord-haffi
left a comment
There was a problem hiding this comment.
Hab noch mal an die Uppercase Thematik erinnern wollen. Ansonsten passt das für mich.
lord-haffi
approved these changes
Sep 11, 2024
hf-fvesely
reviewed
Mar 20, 2025
src/bo4e/bo/bilanzierung.py
Outdated
| """ | ||
| Wahlrecht der Prognosegrundlage. | ||
|
|
||
| true = Wahlrecht beim Lieferanten vorhanden |
hf-fvesely
reviewed
Mar 20, 2025
| """ | ||
| Grund Wahlrecht der Prognosegrundlage. | ||
|
|
||
| true=Wahlrecht beim Lieferanten vorhanden |
hf-fvesely
reviewed
Mar 20, 2025
src/bo4e/enum/abwicklungsmodell.py
Outdated
|
|
||
| class Abwicklungsmodell(StrEnum): | ||
| """ | ||
| Art der Abwicklungsmodell (E-Mob) |
hf-fvesely
reviewed
Mar 20, 2025
src/bo4e/enum/abwicklungsmodell.py
Outdated
| Art der Abwicklungsmodell (E-Mob) | ||
| """ | ||
|
|
||
| MODEL_1 = "MODEL_1" #: MODEL_1 |
Contributor
There was a problem hiding this comment.
In der dotnet lib ist das MODELL_1 und 2, also auf deutsch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.