ZUGFeRD / quba-viewer

Quba is a viewer for electronic invoices
Apache License 2.0
94 stars 19 forks source link

BT-32 /SchemaID not in visual representation #57

Open JoachimTuchel opened 3 months ago

JoachimTuchel commented 3 months ago

I have this Tag in a ZuGFERD PDF:

<ram:ID schemeID="FC">theTaxRegNumer</ram:ID>

Quba Viewer shows theTaxRegNumber, but the line "Schema der Steuernummer BT-32-SCHEMA:" is empty. I think this is a bug in the visualization?

Quba version 1.4.0

vmario89 commented 3 months ago

you could render your xml invoice to html using mustang-cli and check if it is missing in html too. Quba renders exactly the same view like mustang-cli (https://github.com/ZUGFeRD/mustangproject/releases)

jstaerk commented 2 months ago

please provide a complete sample, that way one could not only having a look through other visualization tools but also validate it, potentially use it as the basis for a test, and altogether reopduce much easier. Thanks!