Results 1 to 4 of 4

Thread: Project Stages

  1. #1
    olalekan is offline Junior Member
    Join Date
    Sep 2008
    Posts
    3

    Default Project Stages

    Is it possible to have projects have project stages like for instance i have a new project but i have phases like pre-sales phase, implememtation phase, post-sales phase.

    So that when i finish with the first phase i move on to second phase and be able to track all the tasks associated with the different phases of a single project.

    So basically i have one project with multiple phases, each phase will have its own project tasks.

    Is that possible in the Project management module of the community edition.


    Thank you

  2. #2
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Project Stages

    Hi olalekan

    Yes, it is possible but it requires programming.
    What do yo need to do?

    1. Create the custom field into Project module (project_stage_c, dropdown)
    2. Create the custom field into ProjectTask module (project _stage_c, dropdown)
    3. In ProjectTask editviewdefs.php add a displayParams to copy to Project project_stage_c when selecting a new Project
    4. In ProjectTask controller function action_editview add a code to define the project_stage_c when creating a new ProjectTask
    5. Add the project_stage_c into SearchForm of ProjectTask

    Let me know if you have doubt in some of these "Project Tasks"

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  3. #3
    olalekan is offline Junior Member
    Join Date
    Sep 2008
    Posts
    3

    Default Re: Project Stages

    Thank you very much Andres.

    I will try your method and let you know how it goes.

    Thank you

  4. #4
    olalekan is offline Junior Member
    Join Date
    Sep 2008
    Posts
    3

    Default Re: Project Stages

    Thank you Andres.

    Your suggestion worked.

    Thank you

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Sub-Tasks for Project Tasks
    By y2chuck in forum General Discussion
    Replies: 15
    Last Post: 2006-09-04, 02:38 PM

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
  •