Commit Graph

7 Commits

Author SHA1 Message Date
Ralf Becker
61a9cfa844 fixed not shown day-sum (caused by 0 == "ts_id") 2013-10-04 07:13:57 +00:00
Ralf Becker
61003cccca * Timesheet/PostgreSQL: fix SQL error when selecting a timerange 2013-10-04 07:13:07 +00:00
Ralf Becker
20aeab138d * Timesheet: fixed SQL error when deleting a user and transfering his data to an other user 2013-03-07 12:40:52 +00:00
Ralf Becker
955fc6be8a missing deleteaccount hook for timesheets 2013-01-24 09:28:51 +00:00
Ralf Becker
5b1d72c25d * Timesheet: if linked via ProjectManager, behave identical as if project was set in own GUI, fixed setting project to none to also unset project-title and blur 2012-05-30 08:28:25 +00:00
Klaus Leithoff
116f12aa8b * timesheet: fixed wrong sum for timesheets;
> > > the retrieval of the summary (sum of duration and sum of price) has to take care that the customfield table is not joined, as the join causes a multiplication of the sum per customfield found; joining of the cutomfield table is triggered by criteria being set with either a string or an array, for this reason we set it to false, and pass the criteria as filter
2012-03-05 12:17:08 +00:00
Ralf Becker
e12e0d8fb5 fixed sometimes not working setting of multiple status (timesheet_bo::read($td_id) require ts_id as parameter not array("ts_id" => $ts_id)!) 2011-06-08 11:19:38 +00:00