saulhidalgoaular / saulpos

Open Source Point of Sale Software for SME
https://saulpos.com/
GNU General Public License v3.0
6 stars 2 forks source link

Report tools. #3

Open saulhidalgoaular opened 7 months ago

saulhidalgoaular commented 7 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:

saulhidalgoaular commented 7 months ago

https://github.com/FXMisc/RichTextFX

saulhidalgoaular commented 7 months ago

https://www.digitalocean.com/community/tutorials/hibernate-native-sql-query-example

saulhidalgoaular commented 7 months ago

https://github.com/FXMisc/RichTextFX/tree/master/richtextfx-demos

saulhidalgoaular commented 6 months ago

It is needed to add a RichTextFX Library to make the Query colourful. Please, check the examples given in the comments.