Kevin Papst
Kevin Papst
Thanks for the clarification, understood now. Will test again. Maybe it was too late yesterday 😁
Invoices are also filtered by customer access. So you would like to have two new permissions `view_own_invoice` and `view_other_invoice`. Should be possible, as invoices store the user who created them.
> Please check the error, a correction of the authorization function would be of great benefit to us. Done. Works as expected for me. I guess its the documentation that's...
I fixed the title to reflect your request. Project details is the page when you go to Administration > Projects and then click on one of them. The docs page...
What if we make the `TimesheetResult` class configurable with an interface? Then you could use your own implementation.
I think some reports still show deactivated users (e.g. yearly for all). But the user profile are hidden in the dropdowns, so they can't be selected. What could be a...
In my understanding invoices should always be sent to customers with unpaid services. But the entire CLI workflow is nothing I ever use... and your changes do not include tests,...
Can you explain the use-case for the PR a bit better? Do you pass a list of customer IDs via `--customer` but Kimai generates invoices for customers without timesheets? Because...
How do you open them again? There are different workflows available.
Please check if my changes in https://github.com/kimai/kimai/pull/5540/files cover your use-case