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

When a task is deleted there is no way to undo that in the UI. For that reason, delete operations are not auto-saved, so users can still refresh the browser...

component: frontend
type: feature
use case: tasks
to review

This feature would be useful for users who begin the day of work working on what they left the previous evening. They can already copy the previous day, then delete...

component: frontend
type: feature
use case: tasks
backlog

This is part of a feature present in phpreport 1.x that was never ported to 2.x. Other supporting code for that feature was removed in commits 395911eeddf8cb084418c7586838508d51ce0ea3 and 3a213b5003b12adc7c3af6629f3417efdc2bf697. The...

type: bug
component: frontend
component: backend
use case: data management

It would be good to ask for user confirmation when leaving the holiday management screen, in case there are unsaved changes. It's specially interesting because there is no visual feedback...

type: enhancement
component: frontend
use case: holidays
backlog

User emails are required by the task creation reminder feature implemented in #334, which sends those reminders via email. That was implemented by appending a certain "@domain.com" to the user...

type: enhancement
component: backend
use case: data management
backlog

PhpReport doesn't currently support internationalization (i18n) at all. It ships in English and cannot be translated easily, only by translating the strings in source code directly. Back when we wrote...

component: frontend
type: feature
backlog

When a project goes beyond its end date, it should either be closed or extended (end date changes). For that reason, we're proposing to implement a periodic task to check...

component: backend
type: feature
use case: data management
backlog

When users double-click a task in the user tasks report, it should take them to the tasks page in that date, so they can edit the task.

type: enhancement
component: frontend
use case: reports

I've detected that sometimes an error is reported when saving tasks, but there's no apparent error. If you reload the page, you can see that the tasks had actually been...

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

There is a number of PHP warnings/notices in the web server log. These are just some of them: ``` [11-Sep-2018 11:24:37 UTC] PHP Notice: Undefined offset: 0 in /var/www/html/phpreport/model/dao/ExtraHourDAO/PostgreSQLExtraHourDAO.php on...

type: enhancement
component: backend