phpreport
phpreport copied to clipboard
Web tool for project time tracking and project management.
In the project details page it would be great to be able to filter by story, as with big projects the screen is quite unusable.
Reports have date input filters that take four lines of vertical space as a minimum, but they leave a lot of empty space on their right: http://blogs.igalia.com/jaragunde/files/2016/03/quick-access-date-form.png We should let...
The logic to calculate the Week goal hours doesn't seem to be consistent and the last week of the year will always result in 0. We need to revisit it...
Upstream PhpReport is provided with yearly releases, but that doesn't fit known actual deployments which are updated from the repository more often. It would be ideal to align upstream with...
The front end of the project is based on a very outdated version of ExtJs. If I understood correctly the project is not open source anymore, so I would suggest...
Example, Jan 1st of 2021 is in the week 53 of 2020. If a user has a leave on this day, it won't be displayed in the "Days booked per...
In `holidayManagement.php`, steps to reproduce: 1. Create a holiday period between Monday and Friday, and save it. 2. Click on Friday, then on Wednesday. Expected: period between Wed and Fri...
This is a problem in `holidayManagement.php`. Steps to reproduce, assuming today is 2021-12-08: 1. Click on December 6. 2. Click on December 8. Expected: A holiday interval is created between...
The current CSV export feature is buggy. Many issues boil down to the fact that the table is generated on the client side and encoded in a data URI. Browsers...
Add a new table inside the user details report. It will show the hours devoted to every project by the selected user, in the selected time period, split by weeks....