Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - sollarkate

Pages: [1]
1
How To's / Re: Change "Start date" when "Start work"
« on: July 16, 2010, 04:03:59 am »
TABLE project_tasks
  `start_date` datetime NOT NULL default '0000-00-00 00:00:00',
  `started_on` DATETIME DEFAULT NULL,

I thought that the first one refer to "the date you manually input as start date in any task", but i'm talking about the second field. am i wrong? Is it used for anything?

2
How To's / Re: Change "Start date" when "Start work"
« on: July 15, 2010, 07:41:03 am »
table project_tasks, field started_on
it looks like that a ''Started on" field in reporting refers to it
Is it used somewhere? Can it keep the time a task was started (a time slot opened for it)?

3
How To's / Automaticaly pause all tasks at a specific time
« on: July 15, 2010, 07:12:35 am »
How can i automaticaly pause all tasks of all users at a specific time (day end)?

4
How To's / Total task execution time in custom records
« on: July 15, 2010, 06:49:42 am »
How can i add a total task execution time field to my custom records?
I can't find a proper field there. Is it possible?

5
How To's / "General time slots" with tasks
« on: July 14, 2010, 07:48:25 am »
"General time slots" are for workspaces now. Is it possible to use them with tasks? how can i do this?

6
How To's / Re: Change "Start date" when "Start work"
« on: July 14, 2010, 04:55:12 am »
Can you please tell me how to do this or at least point where to search?

7
How To's / Change "Start date" when "Start work"
« on: July 13, 2010, 11:07:24 am »
Is it possible to change "Start date" field of the task when you press "Start work" if it was empty before te start? Should it be some kind of a hack or some built in feature?

Pages: [1]