Warning, /office/calligraplan/doc/creatingproject.docbook is written in an unsupported language. File is not indexed.

0001 <sect2><title/>
0002 <para>A new project can be created by pressing the <emphasis>New Project</emphasis> button or selecting a <emphasis>project template</emphasis> in the <link linkend="startup-view">Startup View</link>.
0003 </para>
0004 <para>This will create a new project with default values defined in <ulink url="http://userbase.kde.org/Special:myLanguage/Plan/Manual/Configure Plan Dialog">Settings</ulink> or from values defined in the template. The Project Settings Dialog will open to enable you to define project specific properties like <emphasis>project name</emphasis>, <emphasis>manager</emphasis> and <emphasis>target times</emphasis>.
0005 </para>
0006 <para>When you create your first project, consider creating resources in a separate file. When you refer to this file in your project(s), you do not need to define your resources again, and you can coordinate resource usage across projects.
0007 </para>
0008 <para>See <link linkend="managing-resources">Managing Resources</link>.
0009 </para>
0010 <para>If you want to coordinate resource usage across projects, your project files must be stored in the same directory.
0011 </para>
0012 <para>A useful structure could be something like this:
0013 </para>
0014 <para><screen>
0015     Plan
0016     &nbsp;!-- Resources
0017     &nbsp;!      !-- SharedResources.plan
0018     &nbsp;!-- Taskmodules
0019     &nbsp;!      !-- Task modules (if any)
0020     &nbsp;!-- Templates
0021     &nbsp;!      !-- Project templates (if any)
0022     &nbsp;!-- Projects
0023     &nbsp;!      !-- &lt;project 1&gt;.plan
0024     &nbsp;!      !-- &lt;project 2&gt;.plan
0025     &nbsp;!      !-- etc
0026   </screen>
0027 </para>
0028 </sect2>