Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VAT Percentage not displayed in rendered PDF #2

Open
christopherthurnher opened this issue Jun 23, 2020 · 1 comment
Open

VAT Percentage not displayed in rendered PDF #2

christopherthurnher opened this issue Jun 23, 2020 · 1 comment
Assignees
Labels

Comments

@christopherthurnher
Copy link

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.

@phax phax added the bug label Jun 23, 2020
@phax phax self-assigned this Jun 23, 2020
@phax
Copy link
Member

phax commented Jun 23, 2020

Super thanks - I will try to find time to look into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants