Results 1 to 3 of 3

Thread: "DUE TIME" Column in MY OPEN TASKS

  1. #1
    da.ne. is offline Junior Member
    Join Date
    Apr 2009
    Posts
    2

    Exclamation "DUE TIME" Column in MY OPEN TASKS

    Is there any way to get the DUE TIME for each task displayed in the "My open tasks" pane in the Home Module?

    Thanks a lot for your help.

  2. #2
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: "DUE TIME" Column in MY OPEN TASKS

    open modules/Tasks/Dashlets/MyTasksDashlet/MyTaskDashlet.data.php and add the lines betweeen //KUSKE in the following snippet.

    PHP Code:
         'date_due' => array('width'   => '15',
             
    'label'   => 'LBL_DUE_DATE',
             
    'default' => true),
    //KUSKE
        
    'time_due' => array('width'   => '15',
             
    'label'   => 'LBL_DUE_TIME',
             
    'default' => true),
    //KUSKE 
    Harald Kuske
    Pre-Sales Engineer Central Europe

    SUGARCRM Deutschland GmbH
    Erika-Mann-Str. 53, 80636 Munich, Germany
    Email: hkuske@sugarcrm.com
    Home: http://www.sugarcrm.com


  3. #3
    da.ne. is offline Junior Member
    Join Date
    Apr 2009
    Posts
    2

    Default Re: "DUE TIME" Column in MY OPEN TASKS

    Thanks a lot! I'll try it out.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 2008-11-25, 07:05 PM
  2. Replies: 2
    Last Post: 2008-07-25, 06:47 PM
  3. Replies: 0
    Last Post: 2007-03-30, 05:03 PM
  4. Messed up "My Open Tasks" subpanel
    By mrtopher in forum Help
    Replies: 4
    Last Post: 2006-08-04, 03:41 PM
  5. Replies: 0
    Last Post: 2006-06-26, 09:32 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •