I'm currently working on a project to create invoices (I have the template of the invoice ready) and I came across Jasper Report which I could potentially use. I was just wondering if what I'm trying to do is within the scope of work using Jasper Report.
https://i.stack.imgur.com/9O42p.png
So this is the FXML file that I have created and as you can see the I would like to have a preview of the report on the right hand side of the page (I've put a textarea just as an example) and on the left , I created an accordion UI to be able to edit and import data into the report and show on the preview.
So my question is, is it possible to have my already-made template on the right-hand side of the page and edit the document using Jasper Report? Because it seemed like it is not possible to have editable Jasper Report file on FXML file. Ideally, I would like to edit the preview document using the accordion UI on the left-hand side of the page but also on the document itself as well.
If this is not possible, would I have to recreate my template using JavaFX controls/features?
Would love to have some suggestions.
Thanks!