helpcenter/Web/Controls/Help/GettingStarted/Projects/GettingStartedProjects.ascx

658 lines
56 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register TagPrefix="cc" TagName="OOPrj" Src="~/Controls/Help/Tags/onlyoffice-projects/onlyoffice-projects.ascx" %>
<%@ Register TagPrefix="cc" TagName="CreatePrj" Src="~/Controls/Help/Tags/create-project/create-project.ascx" %>
<%@ Register TagPrefix="cc" TagName="ManageTeam" Src="~/Controls/Help/Tags/manage-team/manage-team.ascx" %>
<%@ Register TagPrefix="cc" TagName="PrjTeam" Src="~/Controls/Help/Tags/project-team/project-team.ascx" %>
<%@ Register TagPrefix="cc" TagName="RestrAccess" Src="~/Controls/Help/Tags/restrict-access/restrict-access.ascx" %>
<%@ Register TagPrefix="cc" TagName="PrivPrj" Src="~/Controls/Help/Tags/private-project/private-project.ascx" %>
<%@ Register TagPrefix="cc" TagName="FollowPrj" Src="~/Controls/Help/Tags/follow-project/follow-project.ascx" %>
<%@ Register TagPrefix="cc" TagName="EditPrj" Src="~/Controls/Help/Tags/edit-project/edit-project.ascx" %>
<%@ Register TagPrefix="cc" TagName="CreateMilest" Src="~/Controls/Help/Tags/create-milestone/create-milestone.ascx" %>
<%@ Register TagPrefix="cc" TagName="KeyMilest" Src="~/Controls/Help/Tags/key-milestone/key-milestone.ascx" %>
<%@ Register TagPrefix="cc" TagName="AssignTask" Src="~/Controls/Help/Tags/assign-task/assign-task.ascx" %>
<%@ Register TagPrefix="cc" TagName="EditTask" Src="~/Controls/Help/Tags/edit-task/edit-task.ascx" %>
<%@ Register TagPrefix="cc" TagName="TaskStatus" Src="~/Controls/Help/Tags/task-statuses/task-statuses.ascx" %>
<%@ Register TagPrefix="cc" TagName="DeleteTask" Src="~/Controls/Help/Tags/delete-task/delete-task.ascx" %>
<%@ Register TagPrefix="cc" TagName="AddSubtask" Src="~/Controls/Help/Tags/add-subtask/add-subtask.ascx" %>
<%@ Register TagPrefix="cc" TagName="CloseTask" Src="~/Controls/Help/Tags/close-task/close-task.ascx" %>
<%@ Register TagPrefix="cc" TagName="CreateDisc" Src="~/Controls/Help/Tags/create-discussion/create-discussion.ascx" %>
<%@ Register TagPrefix="cc" TagName="GenReport" Src="~/Controls/Help/Tags/generate-report/generate-report.ascx" %>
<%@ Register TagPrefix="cc" TagName="SuspendPrj" Src="~/Controls/Help/Tags/suspend-project/suspend-project.ascx" %>
<%@ Register TagPrefix="cc" TagName="ClosePrj" Src="~/Controls/Help/Tags/close-project/close-project.ascx" %>
<%@ Register TagPrefix="cc" TagName="DeletePrj" Src="~/Controls/Help/Tags/delete-project/delete-project.ascx" %>
<%@ Register TagPrefix="cc" TagName="PrjSettings" Src="~/Controls/Help/Tags/project-settings/project-settings.ascx" %>
<%@ Register TagPrefix="cc" TagName="Priority" Src="~/Controls/Help/Tags/set-priority/set-priority.ascx" %>
<%@ Register TagPrefix="cc" TagName="ModuleAccess" Src="~/Controls/Help/Tags/restrict-access-to-module/restrict-access-to-module.ascx" %>
<%@ Register TagPrefix="cc" TagName="PrjAccess" Src="~/Controls/Help/Tags/restrict-access-to-project/restrict-access-to-project.ascx" %>
<%@ Register TagPrefix="cc" TagName="LeadDisc" Src="~/Controls/Help/Tags/lead-discussion/lead-discussion.ascx" %>
<%@ Register TagPrefix="cc" TagName="Notify" Src="~/Controls/Help/Tags/notifications/notifications.ascx" %>
<%@ Register TagPrefix="cc" TagName="Gantt" Src="~/Controls/Help/Tags/gantt-chart/gantt-chart.ascx" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Projects. Getting Started";
MetaKeyWords = "manage projects, project team, plan milestones, add tasks, lead discussions, share documents, private project";
MetaDescription = "Organize and manage your company's workflow with Projects";
var guides = new GuidesModel();
guides.CaptionRelatedTips = "Related Tips & Tricks";
guides.Title = "Report Templates";
guides.RelatedTips = "Are you tired of generating reports manually? Now you can set up needed parameters once and regularly receive automatic reports by email.";
guides.LearnMore = "Learn more...";
(Page as BasePage).Guides = guides;
}
</script>
<div class="MainHelpCenter GettingStarted">
<ul class="TableOfContents">
<li><span class="gs_link gs_active" id="all">All</span></li>
<li><span class="gs_link" id="Overview">Overview</span></li>
<li><span class="gs_link" id="CreatingProject">Creating project</span></li>
<li><span class="gs_link" id="ManagingYourTeam">Managing your team</span></li>
<li><span class="gs_link" id="SchedulingWorkflow">Scheduling workflow</span></li>
<li><span class="gs_link" id="AssigningTasks">Assigning tasks</span></li>
<li><span class="gs_link" id="CreatingSubtasks">Creating subtasks</span></li>
<li><span class="gs_link" id="UsingGanttChart">Using Gantt chart</span></li>
<li><span class="gs_link" id="LeadingDiscussion">Leading discussion</span></li>
<li><span class="gs_link" id="ReportingProjectProgress">Reporting project progress</span></li>
<li><span class="gs_link" id="SuspendingClosingDeletingProject">Suspending/closing/deleting project</span></li>
<li><span class="gs_link" id="ChangingProjectSettings">Changing Projects module settings</span></li>
</ul>
<div class="keyword_block">
<ul>
<li><cc:OOPrj ID="OOPrj1" runat="server" /></li>
<li><cc:CreatePrj ID="CreatePrj1" runat="server" /></li>
<li><cc:ManageTeam ID="ManageTeam1" runat="server" /></li>
<li><cc:PrjTeam ID="PrjTeam1" runat="server" /></li>
<li><cc:RestrAccess ID="RestrAccess1" runat="server" /></li>
<li><cc:PrivPrj ID="PrivPrj1" runat="server" /></li>
<li><cc:FollowPrj ID="FollowPrj1" runat="server" /></li>
<li><cc:EditPrj ID="EditPrj1" runat="server" /></li>
<li><cc:CreateMilest ID="CreateMilest1" runat="server" /></li>
<li><cc:KeyMilest ID="KeyMilest1" runat="server" /></li>
<li><cc:AssignTask ID="AssignTask1" runat="server" /></li>
<li><cc:EditTask ID="EditTask1" runat="server" /></li>
<li><cc:TaskStatus ID="TaskStatus1" runat="server" /></li>
<li><cc:DeleteTask ID="DeleteTask1" runat="server" /></li>
<li><cc:AddSubtask ID="AddSubtask1" runat="server" /></li>
<li><cc:CloseTask ID="CloseTask1" runat="server" /></li>
<li><cc:CreateDisc ID="CreateDisc1" runat="server" /></li>
<li><cc:GenReport ID="GenReport1" runat="server" /></li>
<li><cc:SuspendPrj ID="SuspendPrj1" runat="server" /></li>
<li><cc:ClosePrj ID="ClosePrj1" runat="server" /></li>
<li><cc:DeletePrj ID="DeletePrj1" runat="server" /></li>
<li><cc:PrjSettings ID="PrjSettings1" runat="server" /></li>
<li><cc:Priority ID="Priority1" runat="server" /></li>
<li><cc:ModuleAccess ID="ModuleAccess1" runat="server" /></li>
<li><cc:PrjAccess ID="PrjAccess1" runat="server" /></li>
<li><cc:LeadDisc ID="LeadDisc1" runat="server" /></li>
<li><cc:Notify ID="Notify1" runat="server" /></li>
<li><cc:Gantt ID="Gantt1" runat="server" /></li>
</ul>
</div>
<div class="gs_content" id="Overview_block">
<h2>Overview</h2>
<div class="PortalHelp">
<p>A <b>project</b> is an unique group activity with a definite beginning and end designed to achieve a specific goal. As a rule, during its life each project goes through five main stages:</p>
<ul>
<li><b>Initiating</b>
<p>Defining the main goal and objectives of the project.</p></li>
<li><b>Planning</b>
<p>Developing a plan to execute the project: setting milestones, creating a project team, assigning tasks.</p></li>
<li><b>Executing</b>
<p>Completing the work according the developed plan.</p>
</li>
<li><b>Monitoring</b>
<p>Tracking and analyzing the project execution activities in order to define potential issues and make necessary corrections.</p>
</li>
<li><b>Closing</b>
<p>Accepting the result of the project execution and completing the project.</p>
</li>
</ul>
<p><b>Projects</b> is a project management tool developed to help you successfully carry out the project through all these stages: <a class="see_also" href="#SchedulingWorkflow_block">schedule your workflow</a>, <a class="see_also" href="#ManagingYourTeam_block">manage your project team</a> and <a class="see_also" href="#AssigningTasks_block">distribute tasks</a> between its members, track and <a class="see_also" href="#ReportingProjectProgress_block">report</a> project progress in order to achieve the main goal of the created project.</p>
<p>To access the <b>Projects</b> module from any portal page, use the drop-down list in the top left corner of the page and select the corresponding option.</p>
</div>
</div>
<div class="gs_content" id="CreatingProject_block">
<h2>Creating project</h2>
<div class="PortalHelp">
<p>The very first thing you should do to coordinate the workflow is to create a project. To do that,</p>
<ol>
<li>Click the <b>Create</b> button in the upper left corner and select the <b>Project</b> option from the drop-down list.
<div class="notehelp">
If you have previously created a template and want to apply it to a new project click the <b>Select</b> link under the <b>Select project template</b> caption and choose the necessary template. Use the search field to accelerate the search process. To learn more about how to create a template refer to <a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/groups-tipstricks-projects-similar-projects.aspx")%>">this article</a>.
</div></li>
<li>Specify your project <b>Title</b> and enter a short <b>Description</b>, if necessary.</li>
<li>Assign a <b>Project Manager</b>.
<p>To do that, open the corresponding drop-down list and select a person you need. Sort all users by group or use the filter field at the top to facilitate the search. Check the box near this field if you wish to notify the project manager by email.</p>
</li>
<li>Create a project <b>Team</b>.
<p>To start adding members to the project team, click the <b>Manage Team</b> link. Сheck the users you wish to add to your team. Use the filter field at the top to facilitate the search. Check the necessary group or the <b>Select All</b> option to add the users from the selected group or all the users respectively. Сlick the <b>Save</b> button. If you want to delete a user added by mistake, place the mouse cursor over the needed user and click the <img alt="Delete member icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/deletemember.png")%>" /> icon.</p>
<p>All the selected users will be notified by email.</p>
<div class="notehelp">
When creating a private project (this option is enabled by default), you can also set <a class="see_also" href="#ManagingYourTeam_block">access rights</a> for each team member.
</div>
<div class="screen_block">
<img alt="Create New Project" target="img11_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/NewProjects/small/NewProject.png")%>" />
<img alt="Create New Project" id="img11_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/NewProjects/big/NewProject.png")%>" />
<div target="img11_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
<li><b>Edit Project structure</b> if it's necessary.
<p>Click the <b>Add milestone</b> link and introduce it's 'Title' in the corresponding field, then set it's due date, choose the responsible person from the list and click the <b>Ok</b> button. You can easily <b>Edit</b>, <b>Add a task</b> to a new milestone or <b>Delete</b> it using the <img alt="Actions Icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/ActionsIcon.png")%>" /> icon.</p>
<p>To add a new task to the created milestone you can also move the mouse cursor over the milestone and click the <b>Task</b> link, enter the task title, select a responsible person and click the <b>Ok</b> button.</p>
<p>Use the <b>Add task</b> link situated under the <b>Tasks without milestones</b> caption if you want to add a task which won't belong to any milestone. Introduce the 'Title' of your task in the corresponding field, choose the responsible person from the list and click the <b>Ok</b> button.</p>
</li>
<li>Add tags: click the <b>Select</b> link in the <b>Tags</b> section, check necessary tags in the list of the existing ones or create new tags. To create a new tag, click the <b>Create new tag</b> link, enter the tag <b>Title</b> and click the <b>Create</b> button. When necessary tags are selected, click <b>Save</b>.
<p>This helps categorize the project and facilitate the search for the other users.</p>
</li>
<li>Check the <b>Save this project as private</b> box.
<p>This option is enabled by default. Use this option if you'd like to restrict access to the newly created project. In this case the project will be available only to the project administrator, the project manager and its members with <a class="see_also" href="#ManagingYourTeam_block">corresponding rights</a>. If you uncheck this box, the project will be available to all users who have access to the <b>Projects</b> module.</p>
</li>
<li>Check the <b>Follow this project</b> box, if you don't plan to participate in this project but need to keep track of it.</li>
<li>Check the <b>Notify Responsibles</b> box to notify the persons who are responsible for the added milestones and tasks. If no responsibles have been assigned when adding milestones and tasks to the project structure, this option is grayed out.</li>
<li>Click the <b>Save</b> button.</li>
</ol>
<div class="screen_block">
<img alt="Create New Project" target="img1_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/NewProjects/small/CreateProject.png")%>" />
<img alt="Create New Project" id="img1_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/NewProjects/big/CreateProject.png")%>" />
<div target="img1_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<div class="notehelp">
By default, only portal owner and administrators, who have full privileges to manage the portal or <b>Projects</b> module, can create new projects on the portal. Administrators can also allow all the <b>Project</b> module users to create new projects. To enable this option, click the <b>Settings</b> link at the left-side panel, select the <b>Common Settings</b> sub-section and turn on the <b>Any user can create a project</b> switcher.
</div>
<div class="inner_delimiter"></div>
<p>Making changes in your project when it is underway is as much inevitable as indispensable step in the project progress.</p>
<p>To adjust some project settings,</p>
<ol>
<li>open the project page clicking its title,</li>
<li>click the <img alt="Actions Icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/ActionsIcon.png")%>" /> icon to the right of the project title,</li>
<li>select the <b>Edit</b> option from the drop-down list,</li>
<li>make all the changes you need and click the <b>Save Project</b> button.</li>
</ol>
</div>
</div>
<div class="gs_content" id="ManagingYourTeam_block">
<h2>Managing your team</h2>
<div class="PortalHelp">
<p>One of the key factor to your project success is your <b>Team</b>. When your project is underway you might need to add or remove some team members. To do that,</p>
<ol>
<li>Switch to the <b>Team</b> tab on the project page.</li>
<li>Click the <b>Manage Team</b> link.</li>
<li>Add new users to your team.
<p>To do that, check the users you wish to add to your team from the list and click the <b>Save</b> button. Use the filter field at the top to facilitate the search. Check the necessary group or the <b>Select All</b> option to add the users from the selected group or all the users respectively.</p>
</li>
<li>Remove members from your team.
<p>To do that, uncheck the users you wish to remove from the list or click the <img alt="Actions Icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/ActionsIcon.png")%>" /> icon to the right of the user you wish to remove and select the <b>Remove the user from the team</b> option.</p>
</li>
<li>Click the <b>Save</b> button.</li>
</ol>
<div class="screen_block">
<img alt="Manage Team" target="img2_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/NewProjects/small/ManageTeam.png")%>" />
<img alt="Manage Team" id="img2_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/NewProjects/big/ManageTeam.png")%>" />
<div target="img2_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<p>By default, each project team member can view all content inside the selected project: milestones, tasks, documents, discussions and contacts.</p>
<p>To restrict the access just select the teammate you wish to set access rights for and click one of the links to the right:</p>
<ul>
<li><p><b>Discussions</b> - disable this option to restrict the access to the project discussions. If this option is enabled, a project member can view and comment discussions as well as start a new one.</p></li>
<li><p><b>Documents</b> - disable this option to restrict the access to the project documents and files. If this option is enabled, a project member can view, load and create documents.</p></li>
<li><p><b>All Tasks</b> - disable this option to restrict the access to all the project tasks. In this case the project member will be able to access tasks assigned to him/her only. If this option is enabled, a project member can view all tasks and set tasks to other teammates.</p></li>
<li><p><b>Milestones</b> - disable this option to restrict the access to the project milestones. In this case the project member will be able to access milestones with tasks assigned to him/her only.</p></li>
<li><p><b>Contacts</b> - disable this option to restrict the access to the CRM contacts <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/userguides/groups-guides-projects-link-with-contact.aspx")%>">linked with this project</a>. If this option is enabled, a project member can view the linked contacts and the available contact information.</p></li>
</ul>
<p>The same way you can set the access rights for each member of your project team unless he/she does not have projects administrator privileges.</p>
<div class="notehelp">
This function is available for <a class="see_also" href="#CreatingProject_block">private projects</a> only.
</div>
</div>
</div>
<div class="gs_content" id="SchedulingWorkflow_block">
<h2>Scheduling workflow</h2>
<div class="PortalHelp">
<p>Once the project is created, the next step is to schedule the workflow using the milestones. A milestone is a key point in the progress of a project.</p>
<p>To plan a new milestone,</p>
<ol>
<li>Click the <b>Create</b> button in the upper left corner and select the <b>Milestone</b> option from the drop-down list.</li>
<li>Specify your milestone <b>Title</b> and enter a short <b>Description</b>, if necessary.</li>
<li>Select the <b>Project</b> you need to add a milestone to.</li>
<li>Select the <b>Responsible</b> person you wish to assign the newly created milestone to. By default, the project manager is selected.</li>
<li>Set a desired <b>Due Date</b>.
<p>The due date of a milestone is the date by which all the tasks attached to it are supposed to be done.</p>
<p>To set a due date, use one of the available options: <b>Week</b>, <b>Month</b>, <b>Two months</b>, or select it from the calendar, or enter it manually in the following format <b><em>dd/mm/yyyy</em></b>.</p>
</li>
<li>Check the <b>Key milestone</b> option, if necessary.
<p>Use this option if you consider the newly created milestone to be more important than others. All the key milestones are marked by the red key icon placed near its title</p>
</li>
<li>If you want to be notified <b>48 hours before the due date</b> check the corresponding option.</li>
<li>Click the <b>Save</b> button.</li>
</ol>
<div class="screen_block">
<img alt="Schedule Workflow" target="img3_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/NewProjects/small/ScheduleWorkflow.png")%>" />
<img alt="Schedule Workflow" id="img3_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/NewProjects/big/ScheduleWorkflow.png")%>" />
<div target="img3_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<p>The created milestone will be added to the <b>Milestones</b> list. The same way as many milestones as you wish can be added to your project.</p>
<p>When all the task are done, you can close the milestone changing its status from <b>Open</b> to <b>Closed</b> in the <b>Milestones</b> list. All you need is to click the arrow <img alt="Blue Arrow" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/BlueArrow.png")%>" /> to the left of the milestone title and select the necessary status from the list.</p>
<div class="inner_delimiter"></div>
<p>If you need to shift a milestone,</p>
<ol>
<li>select the milestone you need from the <b>Milestones</b> list,</li>
<li>click the <img alt="Actions Icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/ActionsIcon.png")%>" /> icon to the right of the milestone title,</li>
<li>select the <b>Edit</b> option from the <b>Actions</b> drop-down list,</li>
<li>make all the changes you need and click the <b>Save Changes</b> button.</li>
</ol>
<p>To delete a milestone, choose the corresponding option from the <b>Actions</b> drop-down list.</p>
<div class="notehelp">
You can also delete several milestones at once instead of deleting them one by one. To do that, check the milestones you want to delete and press the <b>Delete</b> button above the milestone list.
</div>
</div>
</div>
<div class="gs_content" id="AssigningTasks_block">
<h2>Assigning tasks</h2>
<div class="PortalHelp">
<p>Once the project is created and the milestone is added, one more step is left. Distribute the tasks among the project team members.</p>
<p>To add a task,</p>
<ol>
<li>Click the <b>Create</b> button in the upper left corner and select the <b>Task</b> option from the drop-down list.</li>
<li>Specify your task <b>Title</b> and enter a short <b>Description</b>, if necessary.</li>
<li>Select the <b>Project</b> you need to add a task to.</li>
<li>Assign a task to one of the available <b>Milestones</b>.
<p>Use the <b>none</b> option if you don't want to attach this task to any milestone.</p>
</li>
<li>Select the responsible person you wish to assign this task to from the <b>Assigned to</b> list.
<p>You can assign the task to as <b>many</b> responsible persons as you wish selecting them from the list. To remove a person added by mistake from the list of the responsible persons, hover the mouse cursor on his/her name and click the <img alt="Delete icon - recycle bin" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/guide15/delete.png")%>" /> icon which appears to the left. All the responsible persons will be informed about a new task assigned to them by email.</p>
</li>
<li>Set a desired <b>Start Date</b> selecting it from the calendar, or entering it manually in the following format <b><em>dd/mm/yyyy</em></b>.</li>
<li>Set a desired <b>Due Date</b> using one of the available options: <b>Today</b>, <b>3 days</b>, <b>Week</b>, or selecting it from the calendar, or entering it manually in the following format <b><em>dd/mm/yyyy</em></b>.
</li>
<li>Check the <b>High</b> option to set the task priority.
<p>The <img alt="High Priority icon - Flash" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/flash.png")%>" /> icon will be added next to the task title in the <b>Tasks</b> list.</p>
</li>
<li>Click the <b>Save</b> button or use the <b>Save &amp Create New Task</b> button to save this task and start creating the new one right away.</li>
</ol>
<div class="screen_block">
<img alt="Assign Tasks" target="img4_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/NewProjects/small/AssignTasks.png")%>" />
<img alt="Assign Tasks" id="img4_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/NewProjects/big/AssignTasks.png")%>" />
<div target="img4_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<p>The created task will be added to the <b>Tasks</b> list. The same way as many tasks as you wish can be added to your project.</p>
<p>If a task does not have a due date but belongs to a milestone, this task in the list is marked with the <img alt="Task within Milestone Icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/TaskMilestoneIcon.png")%>" /> icon and is displayed with the milestone due date.</p>
<p>To quickly create a new task on the base of the existing one with all its contents, such as attached documents and subtasks, make use of the <b>Copy</b> feature. You'll be able to create an exact task duplicate or make some minor corrections to it (e.g. select another milestone, responsible person or due date); create similar tasks within the same project or move task copies to another project.</p>
<ol>
<li>select the task you need from the <b>Tasks</b> list,</li>
<li>click the <img alt="Actions Icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/ActionsIcon.png")%>" /> icon to the right of the task title,</li>
<li>select the <b>Copy</b> option from the <b>Actions</b> drop-down list,</li>
<li>change the task details, if necessary,</li>
<li>choose which items you want to be copied checking the <b>Documents</b> and/or <b>Subtasks</b> box,</li>
<li>click the <b>Copy</b> button to duplicate the task or use the <b>Replace</b> button to remove the original task and add the copied one instead of it.</li>
</ol>
<div class="inner_delimiter"></div>
<p>If you need to edit a task,</p>
<ol>
<li>select the task you need from the <b>Tasks</b> list,</li>
<li>click the <img alt="Actions Icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/ActionsIcon.png")%>" /> icon to the right of the task title,</li>
<li>select the <b>Edit</b> option from the <b>Actions</b> drop-down list,</li>
<li>make all the changes you need and click the <b>Save Changes</b> button.</li>
</ol>
<p>You can attach documents to your task. Open the task page and switch to the <b>Documents</b> tab on the top. Here you can:</p>
<ul>
<li>create a new document, spreadsheet or presentation clicking the <b>New file</b> link and selecting the file type from the list;</li>
<li>upload some documents from your hard disk drive clicking the <b>Upload file</b> link;</li>
<li>attach files from the project that your task belongs to.</li>
</ul>
<p>To manage documents attached to your task, place the mouse cursor over the attached document and use corresponding icons to perform the necessary action:</p>
<ul>
<li>open an existing document with the Online Editor clicking the <img alt="Edit document icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/editreporticon.png")%>" /> icon;</li>
<li>download an existing document to your hard disk drive clicking the <img alt="Download document icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/downloadreporticon.png")%>" /> icon;</li>
<li>delete an existing document clicking the <img alt="Delete document icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/deletereporticon.png")%>" /> icon.</li>
</ul>
<div class="notehelp">
You can also quickly move several tasks at once from one milestone to another. To do that, check the tasks that belong to the same milestone and press the <b>Move</b> button above the task list. In the confirmation window, select a different milestone and press the <b>Move to milestone</b> button.
</div>
<p>When the task is done, close it right in the <b>Tasks</b> list changing its status from <b>Open</b> to <b>Closed</b>. To do that, just click the arrow <img alt="Blue Arrow" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/BlueArrow.png")%>" /> to the left of the task title and select the necessary status from the list.</p>
<p>If some additional task statuses have been previously created by a full access or the 'Projects' module administrator, it's also possible to assign custom statuses to your tasks. To learn more on how to create and apply custom task statuses, you can refer to this <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/userguides/groups-guides-projects-task-statuses.aspx")%>">article</a>.</p>
<div class="notehelp">
You can also change the status for several tasks at once instead of changing statuses one by one. To do that, check the necessary tasks, press the <b>Change Status</b> button above the task list and select the necessary status.
</div>
<p>To delete a task, choose the corresponding option from the <b>Actions</b> drop-down list.</p>
<div class="notehelp">
You can also delete several tasks at once instead of deleting them one by one. To do that, check the tasks you want to delete and press the <b>Delete</b> button above the task list.
</div>
</div>
</div>
<div class="gs_content" id="CreatingSubtasks_block">
<h2>Creating subtasks</h2>
<div class="PortalHelp">
<p>Sometimes to complete a task you need to perform several steps or divide it into parts and distribute them among several persons. Creating subtasks will help you manage your to-do list and stay organized.</p>
<p>To create a subtask,</p>
<ol>
<li>Open the <b>Tasks</b> list clicking the corresponding option on the left side panel.</li>
<li>Select a desired task.
<p>To find a necessary task make use of our filter at the top of the list. Click the <b>Add Filter</b> button and select one of the options:</p>
<ul>
<li><p>use the <b>RESPONSIBLE</b> list to display the tasks assigned to <b>you</b>, to a certain <b>user</b> or a <b>group</b>, or the tasks with <b>no responsible</b>;</p></li>
<li><p>use the <b>CREATOR</b> list to display the tasks created by <b>you</b>, or by a certain <b>user</b>;</p></li>
<li><p>use the <b>PROJECT</b> list to display the tasks within <b>your projects</b>, or the projects you don't participate in, or the projects with a specified <b>tag</b>, or the projects <b>without tags</b>;</p></li>
<li><p>use the <b>MILESTONE</b> list to display all the tasks of the milestones with at least one task assigned to you, or tasks <b>without milestones</b>, or the ones assigned to a specified <b>milestone</b>;</p></li>
<li><p>use the <b>STATUS</b> list to display the tasks you are working on (<b>open</b>) or you have already completed (<b>closed</b>);</p></li>
<li><p>use the <b>DUE DATE</b> list to display the tasks with a specified <b>due date</b>; </p></li>
</ul>
<p>You can also enter a task name, entirely or partially, in the field and press the <b>Enter</b> key to find the necessary one.</p>
</li>
<li>Hover the cursor over the selected task and click the <b>Subtask</b> link which appears to the right of the task title.</li>
<li>Specify your subtask <b>Title</b>.</li>
<li>Select the responsible person you wish to assign this subtask to from the <b>Responsible</b> list.
</li>
<li>Click the <b>OK</b> button to the right.</li>
</ol>
<div class="screen_block">
<img alt="Create Subtasks" target="img5_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/NewProjects/small/CreateSubtasks.png")%>" />
<img alt="Create Subtasks" id="img5_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/NewProjects/big/CreateSubtasks.png")%>" />
<div target="img5_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<p>The created subtask will be added and displayed below the selected task. The subtask <b>due date</b> will coincide with the due date of the task you attached the subtask to and can <b>NOT</b> be altered.</p>
<p>You can continue adding subtasks right now using the field below or create other subtasks later using the <b>Add subtask</b> option in the <b>Actions</b> menu to the right of the task title.</p>
<p>To quickly duplicate an existing subtask within the same task, click the <img alt="Actions Icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/ActionsIcon.png")%>" /> icon to the right of the subtask title and select the <b>Copy</b> option from the <b>Actions</b> drop-down list. The copied subtask will be added and displayed below the original one.</p>
<p>If the task has changed and you need to move the subtask to another task, you can use the <b>Drag&Drop</b> function. To do this, hold the necessary subtask and manually drag it into another task.</p>
<div class="inner_delimiter"></div>
<p>If you need to edit a subtask,</p>
<ol>
<li>select the subtask you need from the list,</li>
<li>click the <img alt="Actions Icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/ActionsIcon.png")%>" /> icon to the right of the subtask title,</li>
<li>select the <b>Edit</b> option from the <b>Actions</b> drop-down list,</li>
<li>make all the changes you need and click the <b>OK</b> button.</li>
</ol>
<p>When the subtask is completed, close it checking the box to the left of its title.</p>
<p>To delete a subtask, choose the corresponding option from the <b>Actions</b> drop-down list.</p>
</div>
</div>
<div class="gs_content" id="UsingGanttChart_block">
<h2>Using Gantt chart</h2>
<div class="PortalHelp">
<p><b>Gantt Chart</b> is a bar chart used to illustrate a project schedule and dependency relationships between tasks.</p>
<p>The most simple way to open the <b>Gantt Chart</b> is to click the <b>Gantt Chart</b> link on the left side panel.</p>
<p>Alternatively, you can open the <b>Gantt Chart</b> proceeding in one of the following ways:</p>
<ol>
<li>Select your project from the <b>Projects</b> list.
<p>To find a necessary one make use of our filter at the top of the list clicking the <b>Add Filter</b> button and selecting one of the options:</p>
<ul>
<li><p>use the <b>STATUS</b> list to display the projects you are working on (<b>Active</b>), you have temporarily suspended the work on (<b>Paused</b>) or you have already completed (<b>Closed</b>);</p></li>
<li><p>use the <b>PROJECT MANAGER</b> list to display the projects managed by you or by a certain <b>user</b>;</p></li>
<li><p>use the <b>TEAM MEMBER</b> list to display the projects you or a certain <b>user</b> or <b>group</b> participate in;</p></li>
<li><p>use the <b>OTHER</b> list to display the projects you don't participate in but keep track of (<b>Followed</b>), or the projects with a specified <b>tag</b>, or the projects <b>without tags</b>; </p></li>
</ul>
<p>You can also enter a project title, entirely or partially, in the field and press the <b>Enter</b> key to find the necessary one.</p>
</li>
<li>Open the project page clicking its title.</li>
<li>Switch to the <b>Gantt Chart</b> tab on the project page.</li>
</ol>
<p>OR</p>
<ol>
<li>select a desired task from the <b>Tasks</b> list using the filter above,</li>
<li>open the task page clicking its title,</li>
<li>scroll down to the <b>Related Tasks</b> section,</li>
<li>click the <b>Move to Gantt Chart</b> link.</li>
</ol>
<p>The <b>Gantt Chart</b> will be opened:</p>
<div class="screen_block">
<img alt="Using Gantt Chart" target="img10_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/NewProjects/small/UsingGanttChart.png")%>" />
<img alt="Using Gantt Chart" id="img10_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/NewProjects/big/UsingGanttChart.png")%>" />
<div target="img10_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<p>Here you can:</p>
<ul>
<li>select one or several projects you wish to view the <b>Gantt Chart</b> for,</li>
<li>choose the activity details to display on the left side panel: responsible, start date, end date, status, priority,</li>
<li>get a panoramic view of all the project activities,</li>
<li>visually judge the project activity status: open/closed, active/overdue,</li>
<li>manage the project milestones and tasks: create, edit, close, reopen, delete etc,</li>
<li>link the tasks within your project to create the task dependencies.</li>
</ul>
<p>To learn more, refer to our <a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/groups-guides-projects-gantt-chart.aspx")%>">User Guide</a>.</p>
</div>
</div>
<div class="gs_content" id="LeadingDiscussion_block">
<h2>Leading discussion</h2>
<div class="PortalHelp">
<p>Once the project is underway any sort of problems or outstanding questions may occur. To find a right solution, discuss the issue with your project team.</p>
<p>To start a project-related discussion,</p>
<ol>
<li>Open the <b>Project</b> you wish to add a discussion to.</li>
<li>Click the <b>Create</b> button in the upper left corner and select the <b>Discussion</b> option from the drop-down list.</li>
<li>Specify your discussion <b>Title</b>.</li>
<li>Type in your message and edit it using the <b>Formatting Toolbar</b>.</li>
<li>Use the <b>Text Cut</b> button to select a part you wish to be shown on the <b>Discussions</b> page.
<p>To do that, select the part you wish to hide with the mouse and click the <b>Text Cut</b> button. The selected part will be highlighted. In this way only a short snippet of the post (not selected) was shown at the discussion list and feed pages.</p>
</li>
<li>Invite people to your discussion.
<p>All the project team members will be invited to the discussion automatically and listed below the discussion text field. If you need to remove some of them or invite the persons who don't take part in the project click the <b>Manage Subscribers</b> link.</p>
<ul>
<li><b>To invite some more people,</b>
<br />Сheck the users you wish to invite to your discussion and click the <b>Save</b> button. You can add users from a particular group or all the portal users checking the corresponding option on the right side of the window.
</li>
<li><b>To remove a subscriber,</b>
<br />Place the mouse cursor over the needed user and click the <img alt="Delete member icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/deletemember.png")%>" /> icon.
</li>
</ul>
<p>The people you've selected will be informed about the discussion created and the comments added to it.</p>
</li>
<li>add documents to the discussion:
<ul>
<li>create a new document, spreadsheet or presentation clicking the <b>New file</b> link and selecting the file type from the list;</li>
<li>upload some documents from your hard disk drive clicking the <b>Upload file</b> link;</li>
<li>attach files from the project that your discussion belongs to.</li>
</ul>
</li>
<li><b>Preview</b> the result and <b>save</b> your discussion.</li>
</ol>
<div class="screen_block">
<img alt="Lead Discussion" target="img6_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/NewProjects/small/LeadDiscussion.png")%>" />
<img alt="Lead Discussion" id="img6_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/NewProjects/big/LeadDiscussion.png")%>" />
<div target="img6_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<div class="inner_delimiter"></div>
<p>You can always edit the text of your discussion, manage its subscribers and attached documents. To do that,</p>
<ol>
<li>select your discussion from the <b>Discussions</b> list,</li>
<li>open the discussion page clicking its title (the <b>Comments</b> tab opens by default),</li>
<li>click the <img alt="Actions Icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/ActionsIcon.png")%>" /> icon to the right of the discussion title,</li>
<li>select the <b>Edit</b> option from the <b>Actions</b> drop-down list,</li>
<li>make all the changes you need and click the <b>Save Changes</b> button.</li>
</ol>
<p>If you need to notify a project member in the <b>Comments</b> section, you can use the <b>Mention</b> option. To do this, enter the '@' sign into the textfield. A list of other project members opens. Select the necessary person and click on it. The corresponding email address (specified in the profile) of the user will be automatically added into the comment as a link. Once the comment is posted, the mentioned user will be notified via chat, mail, and telegram.</p>
<p>To manage documents attached to your discussion, open the discussion page and switch to the <b>Documents</b> tab on the top. Place the mouse cursor over the attached document and use corresponding icons to perform the necessary action:</p>
<ul>
<li>open an existing document with the Online Editor clicking the <img alt="Edit document icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/editreporticon.png")%>" /> icon;</li>
<li>download an existing document to your hard disk drive clicking the <img alt="Download document icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/downloadreporticon.png")%>" /> icon;</li>
<li>delete an existing document clicking the <img alt="Delete document icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/deletereporticon.png")%>" /> icon.</li>
</ul>
<p>Its also possible to create a task on the base of the discussion. Open the discussion page, click the <img alt="Actions Icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/ActionsIcon.png")%>" /> icon next to the discussion title and use the <b>Create task on discussion</b> option from the menu.</p>
<p>To delete a discussion, choose the corresponding option from the <b>Actions</b> drop-down list.</p>
<p>If your discussion is no longer relevant, but you don't want to delete it because it contains some important information, use the <b>Archive</b> option in the drop-down list on the discussion page. All the discussion members will have an access to the discussion and all the files attached but won't be able to add new comments to it. If you want to resume the discussion, click the <img alt="Actions Icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/ActionsIcon.png")%>" /> icon and choose the <b>Open</b> option.</p>
</div>
</div>
<div class="gs_content" id="ReportingProjectProgress_block">
<h2>Reporting project progress</h2>
<div class="PortalHelp">
<p>To increase the chances for project success, once your project is created you need to constantly monitor its progress keeping up with what everyone is doing.</p>
<p>To do that, make use of the online office <b>Reports</b> system:</p>
<ol>
<li>open the <b>Reports</b> list clicking the corresponding link on the left-side panel,</li>
<li>select the needed report type on the left and configure report parameters on the right. To learn more about report types and their settings, please, visit <a class="links" target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/userguides/groups-guides-projects-report-types.aspx#step2")%>">this</a> page.</li>
<li>click the <b>Generate Report</b> button.</li>
</ol>
<div class="screen_block">
<img alt="Report Project Progress" target="img7_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/NewProjects/small/ReportProjectProgress.png")%>" />
<img alt="Report Project Progress" id="img7_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/NewProjects/big/ReportProjectProgress.png")%>" />
<div target="img7_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<p>Once the report is generated, click the <b>Open</b> link at the bottom right corner to view the report. The file will open in the <a class="links" target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/index.aspx")%>">Spreadsheet Editor</a> and you will be able to edit it, print or download if necessary. </p>
<ul>
<li>To print the report, click the <img alt="Print icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/printreport.png")%>" /> <b>Print</b> icon at the top toolbar.</li>
<li>To download the report, switch to the <b>File</b> tab at the top toolbar, select the <b>Download as...</b> option at the left sidebar and choose the necessary file format.</li>
</ul>
<div class="screen_block">
<img alt="Project Reports" target="img12_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/NewProjects/small/EditReport.png")%>" />
<img alt="Project Reports" id="img12_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/NewProjects/big/EditReport.png")%>" />
<div target="img12_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<p>All the generated reports can be found in the <b>Generated Reports</b> list (they are only accessible to the user who generated them). To manage your reports, move the mouse cursor over the necessary report in the list and use the icons next to the file:</p>
<ul>
<li><img alt="Edit report icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/editreporticon.png")%>" /> - to open the report using the <a class="links" target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/index.aspx")%>">Spreadsheet Editor</a>.</li>
<li><img alt="Download report icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/downloadreporticon.png")%>" /> - to download the report as the <em>.xlsx</em> file.</li>
<li><img alt="Delete report icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/deletereporticon.png")%>" /> - to delete the report.</li>
</ul>
<div class="screen_block">
<img alt="Generated Reports" target="img13_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/NewProjects/small/GeneratedReports.png")%>" />
<img alt="Generated Reports" id="img13_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/NewProjects/big/GeneratedReports.png")%>" />
<div target="img13_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<p>By default, all the generated reports are stored in the <b>My Documents</b> section of the <b>Documents</b> module. You can choose a certain folder to store project reports. To do that, </p>
<ol>
<li>click the <b>Settings</b> link at the left-side panel,</li>
<li>select the <b>Common Settings</b> sub-section,</li>
<li>in the <b>Personal Settings</b> section, click the <b>Choose</b> button next to the <b>Report Folder</b> field,</li>
<li>select one of the existing folders within the <b>My Documents</b> section and click the <b>OK</b> button.</li>
</ol>
<div class="notehelp">
You can set up needed parameters once and regularly receive automatic reports by email on certain date and time. To learn how it can be done refer to <a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/groups-tipstricks-projects-report-templates.aspx")%>">this article</a>.
</div>
</div>
</div>
<div class="gs_content" id="SuspendingClosingDeletingProject_block">
<h2>Suspending/closing/deleting project</h2>
<div class="PortalHelp">
<p>If you no longer work on your project, you may choose to either suspend or close it changing its status.</p>
<div class="notehelp">
All the project milestones and tasks should not necessarily be closed for you to be able to pause it, but you cannot close a project with the open tasks.
</div>
<p>To do that,</p>
<ol>
<li>select your project from the <b>Projects</b> list using the filter above.</li>
<li>click the arrow <img alt="Blue Arrow" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/BlueArrow.png")%>" /> to the left of the project title.</li>
<li>select an appropriate status from the drop-down list.</li>
</ol>
<p>The paused or closed project will be faded and moved to the end of the <b>Projects</b> list. But you can easily access its milestones and tasks and change its status back to <b>Active</b> anytime.</p>
<div class="screen_block">
<img alt="Change Project Status" target="img8_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/NewProjects/small/ChangeProjectStatus.png")%>" />
<img alt="Change Project Status" id="img8_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/NewProjects/big/ChangeProjectStatus.png")%>" />
<div target="img8_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<p>If you wish to delete your project permanently,</p>
<ol>
<li>select your project from the <b>Projects</b> list,</li>
<li>open the project page clicking its title,</li>
<li>click the <img alt="Actions Icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/ActionsIcon.png")%>" /> icon to the right of the project title,</li>
<li>select the <b>Delete</b> option from the drop-down list,</li>
<li>confirm the operation.</li>
</ol>
<p>It's also possible to delete several projects at once. To do that check the projects you want to delete in the list and press the <b>Delete</b> button above the project list.</p>
<div class="notehelp">
If you decide to delete a project, keep in mind that the project with all its tasks, milestones, files, discussions etc. will be lost with no possibility to restore.
</div>
</div>
</div>
<div class="gs_content" id="ChangingProjectSettings_block">
<h2>Changing Projects module settings</h2>
<div class="PortalHelp">
<p>By default, all portal users can access the <b>Projects</b> module. There are 5 different access levels inside it: <b>guest</b> (an external user with view-only permissions), <b>user</b> (a portal user not participating in any project), <b>project team member</b>, <b>project manager</b> and <b>project administrator</b>.</p>
<p>Being a <b>guest</b> you may perform the following operations:</p>
<ul class="list_getstart">
<li>view projects available to all portal members or private ones (where he is a project team member);</li>
<li>add comments and subscribe to tasks and discussions belonging to projects he/she can access.</li>
</ul>
<p>Being a <b>user</b> you may perform the following operations:</p>
<ul class="list_getstart">
<li>view all content (except private projects);</li>
<li>add comments in discussions;</li>
<li>follow necessary projects;</li>
<li>select a start page in the <b>Projects</b> module;</li>
<li>select a folder to store project reports.</li>
</ul>
<p>To select a start page,</p>
<ol>
<li>click the <b>Settings</b> link at the left-side panel,</li>
<li>select the <b>Common Settings</b> sub-section,</li>
<li>In the <b>Personal Settings</b> section, select the necessary start page from the list. The following options are available: Tasks, Projects, Discussions and Time Tracking. By default, the <b>Tasks</b> option is selected.</li>
</ol>
<p>Being a <b>project team member</b> you may perform the following operations:</p>
<ul class="list_getstart">
<li>perform all user operations;</li>
<li>add tasks and assign them to yourself or other team members;</li>
<li>manage tasks created by you/assigned to you;</li>
<li>start new discussions;</li>
<li>add/remove your own files.</li>
</ul>
<p>Being a <b>project manager</b> you may perform the following operations:</p>
<ul class="list_getstart">
<li>perform team member operations;</li>
<li>add/remove people from project team;</li>
<li>manage tasks, milestones, discussions, comments inside a project;</li>
<li>change project status;</li>
<li>edit project settings;</li>
<li>set access rights to project team members (for private project only).</li>
</ul>
<p>Being a <b>project administrator</b> you may perform the following operations:</p>
<ul class="list_getstart">
<li>perform project manager operations;</li>
<li>create/edit/delete projects;</li>
<li>assign project manager;</li>
<li>create and edit <a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/groups-tipstricks-projects-similar-projects.aspx")%>">project templates</a>;</li>
<li>fully manage all content across all projects (manage team, tasks, milestones etc.);</li>
<li>adjust common settings for the <b>Projects</b> module.</li>
</ul>
<p>To change common settings of the <b>Projects</b> module,</p>
<ol>
<li>click the <b>Settings</b> link at the left-side panel,</li>
<li>select the <b>Common Settings</b> sub-section,</li>
<li>set necessary options:
<ul>
<li><b>Any user can create a project</b> - by default, this option is disabled. Turn on the switcher if you want to allow all users to create new projects.</li>
<li><b>Hide Entities In Paused Projects</b> - by default, this option is enabled. Turn off the switcher if you want to display entities of the paused projects.</li>
</ul>
</li>
</ol>
<p>But being a <b>portal owner/full access administrator</b> you can restrict access to the <b>Projects</b> for some users or even disable this module, if you don't need it at all.</p>
<p>To restrict access to the <b>Projects</b> module,</p>
<ol>
<li>click the <b>Settings</b> link at the left-side panel,</li>
<li>select the <b>Portal Access Rights</b> sub-section,</li>
<li>go to <b>Projects</b> section,</li>
<li>check the <b>Users from list</b> radio button,</li>
<li>select the users you wish to grant access to,
<p>To do that, use one of the available options;</p>
<ul>
<li>use the <b>Add user</b> link if you wish to grant access to one or more people;</li>
<li>use the <b>Add group</b> link if you wish to grant access to all portal users, or to one or more groups.</li>
</ul>
</li>
</ol>
<p>To disable the <b>Projects</b> module just switch to the <b>Modules &amp Tools</b> section selecting the corresponding option on the left-side panel, uncheck the <b>Projects</b> module and click the <b>Save</b> button.</p>
<div class="screen_block">
<img alt="Change Projects Module Settings" target="img9_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/NewProjects/small/ChangeProjectsModuleSettings.png")%>" />
<img alt="Change Projects Module Settings" id="img9_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/NewProjects/big/ChangeProjectsModuleSettings.png")%>" />
<div target="img9_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</div>
</div>
</div>