Skip to content

VAT Percentage not displayed in rendered PDF #2

Description

@christopherthurnher

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.

invoice

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions