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

Verrechnungskonto für Lastschriften #561

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

lenilsas
Copy link

Wie in #429 besprochen habe ich eine Einstelllmöglichkeit für das Verrechnungskonto geschaffen.

@lenilsas lenilsas linked an issue Jan 10, 2025 that may be closed by this pull request
@tolot27 tolot27 changed the title Verrechnungskont für Lastschriften Verrechnungskonto für Lastschriften Jan 10, 2025
@tolot27 tolot27 added the enhancement New feature or request label Jan 10, 2025
@@ -45,8 +45,8 @@ public void bind() throws Exception
control.getCt1SepaVersion());
cont.addLabelPair("SEPA XML-Version - Lastschrift",
control.getSepaVersion());
cont.addLabelPair("Verechnungs-Konto f�r Lastschriften",
control.getVerechnungskonto());
cont.addLabelPair("Verrechnungs-Konto f�r Lastschriften",
Copy link
Member

Choose a reason for hiding this comment

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

Wollen wir es einheitlich "Verrechnungskonto" schreiben?

Copy link
Author

Choose a reason for hiding this comment

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

habe ich geändert

@@ -34,7 +34,7 @@ public void run() throws ApplicationException
execute(addColumn("einstellung", new Column("verrechnungskonto",
COLTYPE.BIGINT, 20, null, false, false)));

// Standart Verechnungskonto setzen wie es auch bisher bestimmt wurde
// Standart Verrechnungskonto setzen wie es auch bisher bestimmt wurde
Copy link
Member

Choose a reason for hiding this comment

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

Sorry, fällt mir jetzt erst auf: "Standard"

Copy link
Author

Choose a reason for hiding this comment

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

korrigiert

@lenilsas lenilsas requested a review from tolot27 January 15, 2025 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Buche Abbuchungsläufe auf separates Konto
4 participants