phpreport
phpreport copied to clipboard
Web tool for project time tracking and project management.
[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...
[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...
[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...
[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...
[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...
[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.
[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...
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...
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...
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