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
I try to render a PDF from an XML File using the jasper report template ebInterface_5p0_QR_sample.jrxml (src/test/resources/reports). When I define a tax percentage for an invoice item with a double digit number and the tax category code 'AA' (meaning reduced tax rate), the tax percentage is not displayed in the PDF.
This issue can be reproduced by changing line 207 in file ebinterface_5p0_sample.xml (src/test/resources/xml) from
<TaxPercent TaxCategoryCode="S">20</TaxPercent>
to
<TaxPercent TaxCategoryCode="AA">13</TaxPercent>
Then run the JUnit Test RenderEbInterfaceTest in package at.austriapro.rendering.
The text was updated successfully, but these errors were encountered:
I try to render a PDF from an XML File using the jasper report template ebInterface_5p0_QR_sample.jrxml (src/test/resources/reports). When I define a tax percentage for an invoice item with a double digit number and the tax category code 'AA' (meaning reduced tax rate), the tax percentage is not displayed in the PDF.
This issue can be reproduced by changing line 207 in file ebinterface_5p0_sample.xml (src/test/resources/xml) from
<TaxPercent TaxCategoryCode="S">20</TaxPercent>
to
<TaxPercent TaxCategoryCode="AA">13</TaxPercent>
Then run the JUnit Test RenderEbInterfaceTest in package at.austriapro.rendering.
The text was updated successfully, but these errors were encountered: