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

[Trac import] Reported by: clopez Original date: Thursday, 08 November 2012 19:23 Hi! When you fill a task on PHPReport, the Time is shown as HH:MM For example a task...

type: enhancement
use case: tasks
wont fix

[Trac import] Reported by: clopez Original date: Monday, 26 March 2012 18:22 Steps to reproduce: - Create a new task on an empty day - Input a long text on...

type: bug
use case: tasks
wont fix

[Trac import] Reported by: jaragunde Original date: Thursday, 21 April 2011 18:06 Steps to reproduce: 1. Create a task with any correct data. 2. Clone that task and fill it...

type: bug
component: frontend
use case: tasks
wont fix

[Trac import] Reported by: jaragunde Original date: Wednesday, 13 October 2010 19:50 Under certain circumstances, which I don't know yet, the init date is set in the AJAX interface but...

type: bug
component: frontend
use case: tasks
important
wont fix

[Trac import] Reported by: jaragunde Original date: Thursday, 15 April 2010 13:22 Now the DB doesn't allow overlapping tasks, and the interface shows an error after having tried to save...

type: enhancement
component: frontend
use case: tasks
wont fix

[Trac import] Reported by: agomez Original date: Tuesday, 06 April 2010 17:03 When choosing to clone a task in a certain day, the "telework" option is not cloned.

type: bug
component: frontend
use case: tasks
wont fix

[Trac import] Reported by: eocanha Original date: Tuesday, 16 March 2010 17:45 It'd be a very good idea to try to reproduce in some way the custom queries functionality that...

component: backend
type: feature
use case: reports

Certain DAO operations may throw SQL exceptions, one example is `PostgreSQLTaskDAO::create()`, which may throw `SQLUniqueViolationException` or `SQLQueryErrorException`. We currently let them flow up in the code, eventually crashing and resulting...

type: enhancement
component: backend

PHP Data Objects (PDO) define a consistent interface for accessing databases in PHP: https://www.php.net/manual/en/intro.pdo.php. It can access different database providers with the same interface, saving ourselves the hassle to code...

type: enhancement
component: backend

A deny service can be actionated very easily just adding a `?` in the description field of the task. Apache shows the next error: ``` ==> /var/log/apache2/phpreport-error.log

type: bug
important