Open saulhidalgoaular opened 11 months ago
Saul POS should have a way to generate reports in PDF, Excel, CSV, Word, etc.
I propose using dynamic report library (https://dynamicreports.org/). Dynamic Reports requires column specifications and some data source.
Idea is to find a way to the user to specify the columns and way to query the database.
Sample reports to create:
https://github.com/FXMisc/RichTextFX
https://www.digitalocean.com/community/tutorials/hibernate-native-sql-query-example
https://github.com/FXMisc/RichTextFX/tree/master/richtextfx-demos
It is needed to add a RichTextFX Library to make the Query colourful. Please, check the examples given in the comments.
Saul POS should have a way to generate reports in PDF, Excel, CSV, Word, etc.
I propose using dynamic report library (https://dynamicreports.org/). Dynamic Reports requires column specifications and some data source.
Idea is to find a way to the user to specify the columns and way to query the database.
Sample reports to create: