2
I need to create a form to be printed on a thermal printer (not tax), in case I thought to create a printed by Jasperreports but Jasper searches the bank for the information and wanted to get the information directly from my system before sending to the database, so I think I save time in the process and save time on user having to record and then print. Is there anything I can rely on to create this form.
only to help you in this information search Jasper can search for information directly from the database but you can also pass to it from java a list of objects and parameters to fill in the report without having to connect to the database.
– Flavio Andrade
@Flavioandrade Would you have an example of some form in which I can mirror myself and create what I need? Just one more piece of information I can also remove the preview that Jasper opens when extracting a report, if yes how I can manipulate the printer I want to print?
– DevAgil
Here an example how to pass a list of Java objects to Jasper. Make sure that’s what you need. Now remove the preview I can’t say, I never had to do it.
– Flavio Andrade