QI Application of JPOS

263 views Asked by At

We were using QI (Along with JPOS+JCARD)Application with jPOS 1.9.8 baae23b and Vaadin 6.7.3
we have customized the application for adding few rules for transactions. Now Customer needs a dashboard component in QI Application for the customized rules parts we have added.

Is there any internal support for the Graphs, Pie Charts in the QI Application or do we need to integrate a new component for this to work. Also we have seen few options like vaadin charts https://vaadin.com/add-ons/charts which is licensed product. Correct me if my understanding is wrong.Need help with this.

2

There are 2 answers

0
shashi27 On BEST ANSWER

The solution for find the better and effective way for creating graphs was answered by the vaadin site itself.

There is a Addon for vaadin i.e, JFreeChart wrapper for Vaadin (https://vaadin.com/directory#addon/jfreechart-wrapper-for-vaadin:vaadin)

2
apr On

You need to create a new Vaadin widgetset with the add on components you want to use.