You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The financial account information (IBAN) is lost when a cii invoice is converted to ubl ram:ApplicableHeaderTradeSettlement > ram:SpecifiedTradeSettlementPaymentMeans > ram:PayeePartyCreditorFinancialAccount > ram:IBANID
@griesi007 it gets only printed if your TypeCode of SpecifiedTradeSettlementPaymentMeans has value of 30 or 42 or 58 which means it is an "Credit transfer".
At your example TypeCode value equals 1
I dont know the logic behind, why it is not necessary with other TypeCode but if you have some questions about it, maybe someone from here else can answer or ask your question maybe directly at https://github.com/phax/en16931-cii2ubl cause this is the library which is in use for convert
The financial account information (IBAN) is lost when a cii invoice is converted to ubl
ram:ApplicableHeaderTradeSettlement > ram:SpecifiedTradeSettlementPaymentMeans > ram:PayeePartyCreditorFinancialAccount > ram:IBANID
Command
java -Xmx1G -jar mustang-cli.jar --disable-file-logging --action ubl --source CII-input-file.xml --out UBL-output-file.xml
Cii input file:
CII-input-file.xml.txt
Resulting UBL output file
UBL-output-file.xml.txt
The text was updated successfully, but these errors were encountered: