Skip to content

Conversation

@FreddyFox892
Copy link
Collaborator

No description provided.

@FreddyFox892 FreddyFox892 linked an issue Sep 9, 2024 that may be closed by this pull request
Comment on lines 36 to 42
iban: Optional[str] = None

kontoinhaber: Optional[str] = None

bankkennung: Optional[str] = None

bankname: Optional[str] = None
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wäre ganz gut, hier docstrings zu haben. Insbesondere bei bankkennung. Soll das ein SWIFT Code sein?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines 12 to 19
if TYPE_CHECKING:
from ..enum.preismodell import Preismodell
from ..enum.rechnungslegung import Rechnungslegung
from ..enum.sparte import Sparte
from ..enum.vertragsform import Vertragsform
from .ausschreibungsdetail import Ausschreibungsdetail
from .menge import Menge
from .zeitraum import Zeitraum
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

welchen dieser importe verwenden wir hier überhaupt?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines 27 to 38
iban: Optional[str] = None
# International Bank Account Number = IBAN for example: DE07 1234 1234 1234 1234 12

kontoinhaber: Optional[str] = None
# individual or entity in whose name a bank account is registered and who has legal rights over it

bankkennung: Optional[str] = None
# A unique code, such as a BIC (Bank Identifier Code) or SWIFT code, that identifies a specific bank in
# international transactions (e.g., BIC: DEUTDEFF for Deutsche Bank)

bankname: Optional[str] = None
# name of the bank e.g. Deutsche Bank
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kannst du deutsche docstrings drauß machen?
also einmal mit : nach dem #und dann halt inhaltlich auf deutsch?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hast du ein bsp für mich wie du es genau haben willst?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so?
648d26f

@hf-fvesely
Copy link
Contributor

hf-fvesely commented Sep 9, 2024

Damit das COM nicht im luftleeren Raum steht, sollte es entsprechend PR Hochfrequenz/BO4E-dotnet#466 auch noch zum Geschaeftspartner hinzugefügt werden.

Hier: 5cff34e

"Zaehlertyp",
"ZaehlertypSpezifikation",
"ZusatzAttribut",
"Bankverbindung",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Das sollte alphabetisch einsortiert sein

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oder wird das hier irgendwie so autogeneriert?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ne händisch, ich meine aber dass mir gesagt wurde dass das aber auto sortiert werden soll

@hf-fvesely
Copy link
Contributor

Abgesehen von der Alphabetfrage passt es so für mich

@lord-haffi
Copy link
Collaborator

Abgesehen von der Alphabetfrage passt es so für mich

Im Moment wird das weder autogeneriert noch automatisch sortiert. Es ist auch nicht richtig sortiert, nur innerhalb von BOs, COMs und ENUMs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Bankverbindung and Erreichbarkeit COM Objects

5 participants