Plan/Manual/Creating a Project: Difference between revisions

From KDE UserBase Wiki
(created)
 
mNo edit summary
Line 1: Line 1:
A new project can be created by pressing the ''New Project'' button in the [[Special:myLanguage/Plan/Manual/Startup View|Startup View]].
A new project can be created by pressing the ''New Project'' button in the [[Special:myLanguage/Plan/Manual/Startup View|Startup View]].


This will create a new project with default values defined in [[Special:myLanguage/Plan/Manual/Configure Plan Dialog|Settings]]. The [[Special:myLanguage/Plan/Manual/Project Settings Dialog|project settings]] dialog will open to enable you to define project specific properties like ''project name'', ''manager'' and ''target times''.
This will create a new project with default values defined in [[Special:myLanguage/Plan/Manual/Configure Plan Dialog|Settings]]. The [[Special:myLanguage/Plan/Manual/Project Settings Dialog|project settings dialog]] will open to enable you to define project specific properties like ''project name'', ''manager'' and ''target times''.
 
When you create you first project, consider creating resources in a separate file. When you refere to this file in your project(s), you do not need to define your resources again, and you can coordinate resource usage across projects.
See [[Special:myLanguage/Plan/Manual/Managing Resources|Managing Resources]].
 
If you want to coordinate resource usage across projects, your project files must be stored in the same directory.
A useful structure could be something like this:
{{Output|1=<nowiki>
plan
  !-- resources
  !      !-- SharedResources.plan
  !-- projects
          !-- <project 1>.plan
          !-- <project 2>.plan
          !-- etc
</nowiki>}}
----
{{Prevnext2|prevpage=Plan/Manual/Context Help|prevtext=Context Help
                  |index=Plan/Manual|indextext=Contents
                  |nextpage=Plan/Manual/Managing Resources|nexttext=Managing Resources}}
 
[[Category:Office]]

Revision as of 08:45, 18 January 2018

A new project can be created by pressing the New Project button in the Startup View.

This will create a new project with default values defined in Settings. The project settings dialog will open to enable you to define project specific properties like project name, manager and target times.

When you create you first project, consider creating resources in a separate file. When you refere to this file in your project(s), you do not need to define your resources again, and you can coordinate resource usage across projects. See Managing Resources.

If you want to coordinate resource usage across projects, your project files must be stored in the same directory. A useful structure could be something like this:

plan
   !-- resources
   !      !-- SharedResources.plan
   !-- projects
          !-- <project 1>.plan
          !-- <project 2>.plan
          !-- etc