phpreport icon indicating copy to clipboard operation
phpreport copied to clipboard

Web tool for project time tracking and project management.

Results 100 phpreport issues
Sort by recently updated
recently updated
newest added

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...

type: enhancement
component: backend
use case: data management

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...

type: bug
component: frontend
use case: reports

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...

type: bug
component: frontend
use case: reports

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: ``` |...

component: frontend
component: backend
component: web services
type: feature
use case: reports

[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...

type: bug
component: frontend
use case: reports

[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...

type: enhancement
component: backend
use case: reports

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...

type: bug
component: frontend
use case: reports
important

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 |...

component: frontend
component: backend
component: web services
type: feature
use case: reports

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...

type: enhancement
component: frontend

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...

component: frontend
component: backend
component: web services
type: feature
use case: reports