Hi!
I work on a small project now. This software registers a client who is enter into the office (datetime, name, id, destination). The registration process is OK, but I have problems with reports showed in dataTable.
How the report works:
When I click on report, the browser shows me report about how many clients have each official today(you can see it on the following picture):
When I click on one official, the browser shows me another page with the list of clients visited that official (you can see it on the following pic):
Lets get back to the first report (how many clients have each official today). Of course there is a possibility to change the date range. Lets say that I want to see how many clients have each official from 6 of december to 9 of december. For this I get the following:
Everything is OK till this point, but if I click on one official I get the list of clients visited another official. What I noticed is that when I click on an official I get the client list of another official who was on this position later when I started report (how many clients have each official TODAY). For example if I click on a "Томашев Рожа" I get clients of "Ђенге Терез".
Here is the code of report
JSF (how many clients have each official today):
Sumarno.xhtml
Code of client list JSF:
klienti.xhtml
Code of managed bean destinationManager: