-
-
Notifications
You must be signed in to change notification settings - Fork 597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invoice - Print and preview results are not the same when no users are selected #1114
Comments
There are only 120 users in the system and the option chosen is one record
per user so it should be within the 500 limit and should display the same
sim in the preview and print.
--
Regards,
Aravind
|
One entry per user actually does not mean it renders one entry per user, it means it renders one entry per hourly/fixed rate per user. So you could have actually generated multiple entries per user. But I guess the real reason is:
I guess thats the case here, but I can't confirm as I don't know how many records were filtered. |
Can we have this limit configurable so that someone who wants to see the
whole set can vary it as needed.
Also there was never any delay in displaying results with the invoice page
the only problems were with the export page as it started with a default
setting for time as a months worth of interval.
Currently we can see the results in the report but one has to scroll down a
lot to see the results the summation in the preview page was quiet helpful
earlier for quick viewing of details.
--
Regards,
Aravind
|
You can change the value here: I will think about how that can be handled better. |
I have changed it to 10000 and now I get the same results when I open a
days data. I think this should be enough for now.
|
Thanks for the confirmation, then I remove that functionality from invoice. |
@kevinpapst kindly do not remove the invoice preview functionality altogether I am happy changing the value and seeing the results. If you remove it completely you could take away a very critical functionality that I tend to use all the time. I request you to please retain it. Maybe remove it for general users and provide this as a toggle which users like me could enable and use. This is a sincere request. |
I just remove the limitation to 500 results, so the bug will be gone. The preview will definitely stay! |
@kevinpapst Thank you. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. If you use Kimai on a daily basis, please consider donating to support further development of Kimai. |
Describe the bug
The print results displayed in the invoice view and the preview results shown are not the same. The print view results seems accurate.
Options used for the invoice export are invoice document - timesheet; sum calculation: user (one entry per user)
To Reproduce
Steps to reproduce the behavior:
Even when a project is chosen the results are not the same between views. But when the activity was also additionally chosen the results matched.
Additionally the issue seems to be present only when no users are chosen. If one were to choose a customer and a said user and run the invoice the results between print and preview are the same. I have tried with multiple users also and the results are the same. Issue seems to be present when no users are selected.
Same issue is present with the javascript option on and off, so this is not causing the issue.
Screenshots
Unable to share screen shots since it contains customer data.
The text was updated successfully, but these errors were encountered: