Results 1 to 5 of 5

Thread: Tasks and project tasks import/export

  1. #1
    eduardonicolich is offline Junior Member
    Join Date
    Dec 2005
    Posts
    2

    Lightbulb Tasks and project tasks import/export

    Does anybody knows if there is some module for import and expor tasks and project tasks in csv format? I think it would be easier to manage tasks in sugarcrm using this feature because there's a lot of task management and project management softwares, like ganttproject, that exports in this format.

    I can't do it mysejf so, if anybody likes the idea and has the ability to develop this, please contact me.

    Thanks to everyone.

  2. #2
    Pentrez is offline Sugar Community Member
    Join Date
    Feb 2006
    Location
    Minneapolis
    Posts
    26

    Default Re: Tasks and project tasks import/export

    I would be interested in this as well.

    It all comes down to reporting capabilities wiithin or outside Sugar CRM. Any bridge that facilitate this is welcome. For instance we are using a mindmapping software, which is excellent, and well integrated with Outlook. I have no intention of giving up the use of this mindmapping software, which, in turns, forces me to keep putting tasks/activities in Outlook.

    It is fine with me right now, but SugarCRM would benefit by making me a more " captive" user. At the very least, it is a must for the outlook plugin to add tasks synchronization.

    In our case, it is the difference between jumping 100 % for SugarCRM or continue using our Outllok-CRM software ( In our case Teamscope - the latter is a CRM built within Outlook ).

    MH

  3. #3
    avwa is offline Junior Member
    Join Date
    Mar 2006
    Posts
    2

    Default Re: Tasks and project tasks import/export

    in modules/Project/index.php you will see the following lines:
    // get rid of the export link in the listview
    $sugar_config['disable_export'] = true;
    comment out the second line.

    you will then need to create
    function create_export_query($order_by, $where)
    in modules/Project/Project.php. The code in the function will be the same as that in the create_list_query function in that file.

    That should give you the export link under the Projects list and should open the csv file when it's clicked.

    You can do the same under ProjectTask which will give you the link under the Project tasks listview (but not for project tasks subpanel under a project)

  4. #4
    Ghazaleh is offline Member
    Join Date
    Mar 2009
    Posts
    12

    Default Re: Tasks and project tasks import/export

    Hallo everybody,

    I have a big problem. I am working with Filemaker Pro and I have export projects data. I have to import that in SugarCRM in Projects modules. BUT there is no import option in Projects modules.I´ve searched many website to find out how could be possible to fix this problem. Can anybody help me?

    Thaks alot,
    Ghazaleh

  5. #5
    crmsiva's Avatar
    crmsiva is offline A Sugar Hero
    Join Date
    Jan 2009
    Location
    Chennai, India
    Posts
    1,130

    Default Re: Tasks and project tasks import/export

    Hi

    Check this

    I hope this helps

    I already replied your post. Please check.

Thread Information

Users Browsing this Thread

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

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
  •