BIC Feld wird nicht richtig gefüllt #11

Closed
opened 2025-11-04 19:56:12 +00:00 by mbehrle · 3 comments
Member

Mein Viewer zeigt für einen Rechnungsexport:

Account holder:	1822direkt
IBAN:	DE71500502011242446158
BIC:	HELADEF1822;BYLADEM1001
Account holder:	Deutsche Kreditbank AG
IBAN:	DE63120300001007677873
BIC:	HELADEF1822;BYLADEM1001

d.h. die BICS beider Banken werden jeweils zusammen eingetragen.

Mein Viewer zeigt für einen Rechnungsexport: ``` Account holder: 1822direkt IBAN: DE71500502011242446158 BIC: HELADEF1822;BYLADEM1001 Account holder: Deutsche Kreditbank AG IBAN: DE63120300001007677873 BIC: HELADEF1822;BYLADEM1001 ``` d.h. die BICS beider Banken werden jeweils zusammen eingetragen.
Author
Member

Das passiert, wenn zwei Bankkonten dem Unternehmen gehören, in Account Configuration aber keines eingetragen ist..

Das passiert, wenn zwei Bankkonten dem Unternehmen gehören, in Account Configuration aber keines eingetragen ist..
Author
Member

und das ist zugferd 2.3.2

und das ist zugferd 2.3.2
Author
Member

Kommando zurück:

nach Check des templates habe ich den factur-x Auszug gecheckt un der ist korrekt

                <ram:SpecifiedTradeSettlementPaymentMeans>
                    <ram:TypeCode>30</ram:TypeCode>
                    <ram:Information>Wire transfer</ram:Information>
                    <ram:PayeePartyCreditorFinancialAccount>
                        <ram:IBANID>DE71500502011242446158</ram:IBANID>
                        <ram:AccountName>1822direkt</ram:AccountName>
                    </ram:PayeePartyCreditorFinancialAccount>
                    <ram:PayeeSpecifiedCreditorFinancialInstitution>
                        <ram:BICID>HELADEF1822</ram:BICID>
                    </ram:PayeeSpecifiedCreditorFinancialInstitution>
                </ram:SpecifiedTradeSettlementPaymentMeans>
                <ram:SpecifiedTradeSettlementPaymentMeans>
                    <ram:TypeCode>30</ram:TypeCode>
                    <ram:Information>Wire transfer</ram:Information>
                    <ram:PayeePartyCreditorFinancialAccount>
                        <ram:IBANID>DE63120300001007677873</ram:IBANID>
                        <ram:AccountName>Deutsche Kreditbank AG</ram:AccountName>
                    </ram:PayeePartyCreditorFinancialAccount>
                    <ram:PayeeSpecifiedCreditorFinancialInstitution>
                        <ram:BICID>BYLADEM1001</ram:BICID>
                    </ram:PayeeSpecifiedCreditorFinancialInstitution>
                </ram:SpecifiedTradeSettlementPaymentMeans>

Also ein Bug im Viewer: Quba

Kommando zurück: nach Check des templates habe ich den factur-x Auszug gecheckt un der ist korrekt ``` <ram:SpecifiedTradeSettlementPaymentMeans> <ram:TypeCode>30</ram:TypeCode> <ram:Information>Wire transfer</ram:Information> <ram:PayeePartyCreditorFinancialAccount> <ram:IBANID>DE71500502011242446158</ram:IBANID> <ram:AccountName>1822direkt</ram:AccountName> </ram:PayeePartyCreditorFinancialAccount> <ram:PayeeSpecifiedCreditorFinancialInstitution> <ram:BICID>HELADEF1822</ram:BICID> </ram:PayeeSpecifiedCreditorFinancialInstitution> </ram:SpecifiedTradeSettlementPaymentMeans> <ram:SpecifiedTradeSettlementPaymentMeans> <ram:TypeCode>30</ram:TypeCode> <ram:Information>Wire transfer</ram:Information> <ram:PayeePartyCreditorFinancialAccount> <ram:IBANID>DE63120300001007677873</ram:IBANID> <ram:AccountName>Deutsche Kreditbank AG</ram:AccountName> </ram:PayeePartyCreditorFinancialAccount> <ram:PayeeSpecifiedCreditorFinancialInstitution> <ram:BICID>BYLADEM1001</ram:BICID> </ram:PayeeSpecifiedCreditorFinancialInstitution> </ram:SpecifiedTradeSettlementPaymentMeans> ``` Also ein Bug im Viewer: Quba
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mds-public/account_invoice_xrechnung#11
No description provided.