phpreport
phpreport copied to clipboard
Web tool for project time tracking and project management.
There are certain kinds of data that we are storing using floating-point datatypes. We should generally avoid that, as they are imprecise and we could lose data. We should analyze...
Example, in *Report user tasks*, one can sort the output table by date (asc), and the output could become something like: * 02/01/2020 * 16/10/2019 * 30/12/2019 The expected output...
Given a project with the following distribution of hours: * week 1: 40h * week 2: 40h * week 3: 0h Steps to reproduce: 1. Open project details for that...
This report would show the time devoted by some users to every project during a period of time. Users would be listed in rows, and projects in columns: ``` |...
[Trac import] Reported by: jaragunde Original date: Tuesday, 04 December 2012 17:30 There is a possible way to trick the date validators and allow users to send a start date...
[Trac import] Reported by: jaragunde Original date: Monday, 19 September 2011 19:45 It would be useful to add a way to group hours in a project by task type (we...
In the tasks screen, if you enter a task with a story like "[phpreport]", it will break the project details report of the corresponding project, so it won't show the...
Add a new table to the project details report that contains task type information per user on the selected project and time period: ``` | | development | maintenance |...
It would be good to check the validity of the code we generate, I'm pretty sure we will find multiple issues or things we could improve. We can use the...
The accumulated hours report shows data for every active user in the system. It gets less manageable as the organization grows, so it would be a good idea to add...