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
Klaus Leithoff
b94b6dfc15
commit some french lang file stuff; provided by Thomas Chaillot, Spirea
2013-08-27 08:56:50 +00:00
Klaus Leithoff
80507e91cf
russian translations provided by Vladimir Gavrilov (MBC-Group)
2013-06-17 12:38:47 +00:00
Klaus Leithoff
2348c8e1ac
* Timesheet: fix for missing preset title
2013-06-10 13:12:34 +00:00
Ralf Becker
b395515623
* Timesheet: allow to add timesheets starting yesterday and end today (no warning end-time before start-time)
2013-05-24 07:07:37 +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
64fc5c272d
merged translations from trunk
2013-02-18 15:57:00 +00:00
Ralf Becker
899bde0cc4
merged translations and other uncommited ones
2013-02-08 19:04:52 +00:00
Ralf Becker
955fc6be8a
missing deleteaccount hook for timesheets
2013-01-24 09:28:51 +00:00
Ralf Becker
059787d27c
* All apps: merged missing translations from other apps or branches
2013-01-18 13:56:44 +00:00
Ralf Becker
8e1d4f9824
should fix Fatal error: Cannot use string offset as an array in line 671
2012-10-14 08:20:33 +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
Ralf Becker
8e39494fd0
fixed bug in timesheet, success/error message of set category or status was not shown
2011-04-19 09:57:21 +00:00
Oscar Manuel Gómez Senovilla
b113030cf9
tracker #2789
2011-01-02 15:11:27 +00:00
Nathan Gray
2302a198ef
Backport 29600 - Update importexport names/classes to reflect changes in importexport
2010-09-07 22:01:28 +00:00
Ralf Becker
90afb89d71
update versions to 1.8
2010-09-05 16:26:30 +00:00
Nathan Gray
1d4190276c
- Update importexport names/classes to reflect changes in importexport
2010-03-22 15:12:01 +00:00
Ralf Becker
676d76ff7c
removed no longer used file, which will crash anyway because of old botimesheet class name
2010-03-21 10:07:02 +00:00
Nathan Gray
0b79a0466d
Make changing status for whole query work
2010-02-22 23:02:25 +00:00
Ralf Becker
936c636ffd
display upload failed (because post_max_size of webserver exceeded) message from etemplate, could be nicer but way better then before
2010-02-05 03:34:17 +00:00
Jörg Lehrke
75746226a4
Use egw_time for InfoLog, tracking backend and Tracker
2010-02-04 12:08:03 +00:00
Oscar Manuel Gómez Senovilla
26fab43836
Lang update
2010-02-03 18:57:36 +00:00
Klaus Leithoff
2bd5449c40
fix to control the existence of content start_time/end_time before trying to construct a dateobject
2009-12-14 16:25:12 +00:00
Nathan Gray
7217a92079
Implement new link hook view_list, to be able to be taken to a list of entries
2009-12-08 23:19:06 +00:00
Nathan Gray
30be48f6e6
Implement options so link_query() can be limited
2009-12-08 23:18:51 +00:00
Oscar Manuel Gómez Senovilla
613ad14467
Recover history from rev 28598
2009-12-02 20:19:38 +00:00
Oscar Manuel Gómez Senovilla
feacf14d20
Temporary removal to recover history from rev 28598
2009-12-02 20:18:56 +00:00
Oscar Manuel Gómez Senovilla
7ec6262f11
Update for spanish translation
2009-11-30 06:46:00 +00:00
Oscar Manuel Gómez Senovilla
30dd2980e6
Fixing missing svn add
2009-11-28 18:01:57 +00:00
Oscar Manuel Gómez Senovilla
852bfce1ed
Move lang files for timesheet
2009-11-28 18:00:08 +00:00
Oscar Manuel Gómez Senovilla
31bc2ff512
tracker #2349
2009-11-18 19:40:17 +00:00
Stefan Becker
92da2abb2e
"fixed bug with predefined status"
2009-11-14 18:02:21 +00:00
Klaus Leithoff
97accfe464
handle timesheet viewtype short, when creating entries with save & new
2009-11-04 13:02:05 +00:00
Ralf Becker
8d2194f191
Fixed daylight saving change error using new egw_time class:
...
At the date when the change occured - yesterday ;-) - starttimes where
wrong by one hour, because difference of timestamp of daystart and
current time was one hour more (because of the switch)
2009-10-26 08:17:06 +00:00
Ralf Becker
20e655c466
Default and forced preferences for nearly all apps
2009-10-19 17:04:11 +00:00
Stefan Becker
3312bcd595
fixed problem with edit button in timesheets
2009-10-01 14:29:30 +00:00
Klaus Leithoff
d19bfc8abf
controlling the col filter for ts_project if projectmanager integration is full, because of strange search results when switching from full to both and back
2009-09-28 09:25:24 +00:00
Ralf Becker
42d898da8c
Linked filter for timesheet (analog to infolog one, using nextmatch
...
custom filter with a link-entry widget)
2009-09-26 11:17:19 +00:00
Klaus Leithoff
d9531fb421
fix for timesheet edit tabs problem; tabs showed, even if set to readonly;
2009-09-24 12:42:54 +00:00
Klaus Leithoff
9ed090d1a6
fix for a reported problem at the german list: with ldap store, the filter for owner did not only filter for the selected user, but additionaly the groupmembers of a group with the matching id.
2009-09-22 13:40:03 +00:00
Stefan Becker
46f8530437
fixed some problems with the history functions
2009-09-13 10:48:40 +00:00
Stefan Becker
ccabb6d5f7
added History Log for timesheet
2009-09-10 08:20:27 +00:00
Oscar Manuel Gómez Senovilla
2386a28cc5
Update Czech translation for trunk. Tracker #1956
2009-09-09 22:12:43 +00:00
Stefan Becker
51f0999141
added hirachie for status and option, that only admin can change accounted status timesheets
2009-09-08 09:23:41 +00:00
Stefan Becker
ecb0d4fa05
added no status filter to filter options
2009-08-17 18:46:47 +00:00
Stefan Becker
2618570931
added a predifined status for a new Timesheet
2009-08-17 18:33:50 +00:00
Ralf Becker
232252475f
patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6).
...
Patch is mostly created by script in egroupware/doc/fix_depricated.php in separate commit.
I do NOT advice to apply this patch to a production system (it's commited to trunk!), as the automatic modified regular expressions have a good change to break something ...
2009-06-08 16:21:14 +00:00