You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ho...@apache.org on 2020/07/22 17:27:05 UTC

[ofbiz-plugins] branch trunk updated (cb502ca -> d349811)

This is an automated email from the ASF dual-hosted git repository.

holivier pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git.


    from cb502ca  Documented: ofbiz-plugins / MyPortal, remove docbook migrated to asciidoc (only a short introduction) (OFBIZ-11587)
     new 8d6c36b  Documented: ofbiz-plugins / ProjectMgr, migration of docbook help files to asciidoc, most of files have been directly included in project-mgr.adoc. (OFBIZ-11587)
     new d349811  Documented: migrate help link to asciidoc user manual for Plugin ProjectMgr (OFBIZ-11587)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/asciidoc/plugins-user-manual.adoc             |   3 +
 ..._PROJECTMGR_MyTasks.xml => HELP_PROJECTMGR.xml} |  15 +-
 projectmgr/data/ProjectMgrHelpData.xml             | 153 +--------------------
 projectmgr/data/helpdata/HELP_PROJECTMGR.xml       |  89 ------------
 .../data/helpdata/HELP_PROJECTMGR_MyTimesheet.xml  |  33 -----
 .../data/helpdata/HELP_PROJECTMGR_Project.xml      |  90 ------------
 .../helpdata/HELP_PROJECTMGR_ProjectBilling.xml    |  33 -----
 .../helpdata/HELP_PROJECTMGR_ProjectContent.xml    |  38 -----
 .../HELP_PROJECTMGR_ProjectEditProject.xml         |  30 ----
 .../HELP_PROJECTMGR_ProjectMailingList.xml         |  38 -----
 .../data/helpdata/HELP_PROJECTMGR_ProjectNotes.xml |  38 -----
 .../helpdata/HELP_PROJECTMGR_ProjectOrders.xml     |  30 ----
 .../helpdata/HELP_PROJECTMGR_ProjectPhases.xml     |  33 -----
 .../helpdata/HELP_PROJECTMGR_ProjectResources.xml  |  33 -----
 .../HELP_PROJECTMGR_ProjectSubProjects.xml         |  38 -----
 .../data/helpdata/HELP_PROJECTMGR_ProjectTasks.xml |  30 ----
 .../data/helpdata/HELP_PROJECTMGR_Projects.xml     |  30 ----
 .../data/helpdata/HELP_PROJECTMGR_Requests.xml     |  30 ----
 .../data/helpdata/HELP_PROJECTMGR_Resources.xml    |  38 -----
 .../data/helpdata/HELP_PROJECTMGR_Skills.xml       |  38 -----
 projectmgr/data/helpdata/HELP_PROJECTMGR_Tasks.xml |  30 ----
 .../data/helpdata/HELP_PROJECTMGR_TimeSheets.xml   |  30 ----
 projectmgr/data/helpdata/HELP_PROJECTMGR_main.xml  |  30 ----
 projectmgr/documents/ProjectMgr.xml                |  47 -------
 .../src/docs/asciidoc/_include/prjm_intro.adoc     |  72 ++++++++++
 .../src/docs/asciidoc/_include/prjm_project.adoc   |  64 +++++++++
 projectmgr/src/docs/asciidoc/project-mgr.adoc      |  80 +++++++++++
 projectmgr/widget/CommonScreens.xml                |   4 +
 projectmgr/widget/CustRequestScreens.xml           |   9 +-
 projectmgr/widget/ProjectScreens.xml               |  12 +-
 projectmgr/widget/ResourceScreens.xml              |   1 +
 projectmgr/widget/TaskScreens.xml                  |   5 +-
 projectmgr/widget/TimeSheetScreens.xml             |   1 +
 33 files changed, 256 insertions(+), 989 deletions(-)
 rename projectmgr/data/{helpdata/HELP_PROJECTMGR_MyTasks.xml => HELP_PROJECTMGR.xml} (68%)
 delete mode 100644 projectmgr/data/helpdata/HELP_PROJECTMGR.xml
 delete mode 100644 projectmgr/data/helpdata/HELP_PROJECTMGR_MyTimesheet.xml
 delete mode 100644 projectmgr/data/helpdata/HELP_PROJECTMGR_Project.xml
 delete mode 100644 projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectBilling.xml
 delete mode 100644 projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectContent.xml
 delete mode 100644 projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectEditProject.xml
 delete mode 100644 projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectMailingList.xml
 delete mode 100644 projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectNotes.xml
 delete mode 100644 projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectOrders.xml
 delete mode 100644 projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectPhases.xml
 delete mode 100644 projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectResources.xml
 delete mode 100644 projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectSubProjects.xml
 delete mode 100644 projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectTasks.xml
 delete mode 100644 projectmgr/data/helpdata/HELP_PROJECTMGR_Projects.xml
 delete mode 100644 projectmgr/data/helpdata/HELP_PROJECTMGR_Requests.xml
 delete mode 100644 projectmgr/data/helpdata/HELP_PROJECTMGR_Resources.xml
 delete mode 100644 projectmgr/data/helpdata/HELP_PROJECTMGR_Skills.xml
 delete mode 100644 projectmgr/data/helpdata/HELP_PROJECTMGR_Tasks.xml
 delete mode 100644 projectmgr/data/helpdata/HELP_PROJECTMGR_TimeSheets.xml
 delete mode 100644 projectmgr/data/helpdata/HELP_PROJECTMGR_main.xml
 delete mode 100644 projectmgr/documents/ProjectMgr.xml
 create mode 100644 projectmgr/src/docs/asciidoc/_include/prjm_intro.adoc
 create mode 100644 projectmgr/src/docs/asciidoc/_include/prjm_project.adoc
 create mode 100644 projectmgr/src/docs/asciidoc/project-mgr.adoc


[ofbiz-plugins] 02/02: Documented: migrate help link to asciidoc user manual for Plugin ProjectMgr (OFBIZ-11587)

Posted by ho...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

holivier pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git

commit d349811a26f40bb4a4491a62e889b68c1fab101e
Author: holivier <ho...@apache.org>
AuthorDate: Fri May 1 18:34:00 2020 +0200

    Documented: migrate help link to asciidoc user manual for Plugin
    ProjectMgr (OFBIZ-11587)
    
    All files have been migrated to asciidoc format and help link now point
    to the html file generated from the asciidoc files
    
    In the global Help Docbook index tree, change Project help page to a
    short page with a link to the new help
    
    Remove docbook help files for PROJECTMGR
---
 ...TMGR_ProjectBilling.xml => HELP_PROJECTMGR.xml} |  18 +--
 projectmgr/data/ProjectMgrHelpData.xml             | 153 +--------------------
 projectmgr/data/helpdata/HELP_PROJECTMGR.xml       |  89 ------------
 .../data/helpdata/HELP_PROJECTMGR_MyTasks.xml      |  30 ----
 .../data/helpdata/HELP_PROJECTMGR_MyTimesheet.xml  |  33 -----
 .../data/helpdata/HELP_PROJECTMGR_Project.xml      |  90 ------------
 .../helpdata/HELP_PROJECTMGR_ProjectContent.xml    |  38 -----
 .../HELP_PROJECTMGR_ProjectEditProject.xml         |  30 ----
 .../HELP_PROJECTMGR_ProjectMailingList.xml         |  38 -----
 .../data/helpdata/HELP_PROJECTMGR_ProjectNotes.xml |  38 -----
 .../helpdata/HELP_PROJECTMGR_ProjectOrders.xml     |  30 ----
 .../helpdata/HELP_PROJECTMGR_ProjectPhases.xml     |  33 -----
 .../helpdata/HELP_PROJECTMGR_ProjectResources.xml  |  33 -----
 .../HELP_PROJECTMGR_ProjectSubProjects.xml         |  38 -----
 .../data/helpdata/HELP_PROJECTMGR_ProjectTasks.xml |  30 ----
 .../data/helpdata/HELP_PROJECTMGR_Projects.xml     |  30 ----
 .../data/helpdata/HELP_PROJECTMGR_Requests.xml     |  30 ----
 .../data/helpdata/HELP_PROJECTMGR_Resources.xml    |  38 -----
 .../data/helpdata/HELP_PROJECTMGR_Skills.xml       |  38 -----
 projectmgr/data/helpdata/HELP_PROJECTMGR_Tasks.xml |  30 ----
 .../data/helpdata/HELP_PROJECTMGR_TimeSheets.xml   |  30 ----
 projectmgr/data/helpdata/HELP_PROJECTMGR_main.xml  |  30 ----
 projectmgr/documents/ProjectMgr.xml                |  47 -------
 projectmgr/widget/CommonScreens.xml                |   4 +
 projectmgr/widget/CustRequestScreens.xml           |   9 +-
 projectmgr/widget/ProjectScreens.xml               |  12 +-
 projectmgr/widget/ResourceScreens.xml              |   1 +
 projectmgr/widget/TaskScreens.xml                  |   5 +-
 projectmgr/widget/TimeSheetScreens.xml             |   1 +
 29 files changed, 37 insertions(+), 989 deletions(-)

diff --git a/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectBilling.xml b/projectmgr/data/HELP_PROJECTMGR.xml
similarity index 68%
rename from projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectBilling.xml
rename to projectmgr/data/HELP_PROJECTMGR.xml
index f4cb70e..cf70e91 100644
--- a/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectBilling.xml
+++ b/projectmgr/data/HELP_PROJECTMGR.xml
@@ -7,9 +7,9 @@ regarding copyright ownership.  The ASF licenses this file
 to you under the Apache License, Version 2.0 (the
 "License"); you may not use this file except in compliance
 with the License.  You may obtain a copy of the License at
-   
+
 http://www.apache.org/licenses/LICENSE-2.0
-   
+
 Unless required by applicable law or agreed to in writing,
 software distributed under the License is distributed on an
 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -17,17 +17,17 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0" 
-    xmlns:xl="http://www.w3.org/1999/xlink" 
+<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0"
+    xmlns:xl="http://www.w3.org/1999/xlink"
     xmlns:xi="http://www.w3.org/2001/XInclude"
     xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
     xmlns="http://docbook.org/ns/docbook">
-        <title>Project Mgr: Project - billing</title>
-        <para>
-            This screen shows all hours registered to the various tasks in the project by all participants.
-        </para>
+        <title>Project Manager Help redirection</title>
         <para>
-            From here the Project Manager processes all time entries for further processing regarding invoicing and cost accounting.
+            The project manager allows you to manage a project which in its simplest form consists out of phases and tasks.
         </para>
+    <para>Project Help has been migrated to a new system, you can access it by using
+      <link xl:href="https://ci.apache.org/projects/ofbiz/site/trunk/ofbizdoc/html5/user-manual.html#_project_manager">OFBiz user documentation site / Project Manager</link>
+    </para>
 </section>
 
diff --git a/projectmgr/data/ProjectMgrHelpData.xml b/projectmgr/data/ProjectMgrHelpData.xml
index ff85469..3cebc5c 100644
--- a/projectmgr/data/ProjectMgrHelpData.xml
+++ b/projectmgr/data/ProjectMgrHelpData.xml
@@ -19,157 +19,12 @@ under the License.
 -->
 <entity-engine-xml>
 
-    <DataResource dataResourceId="HELP_PROJECTMGR" localeString="en" dataResourceTypeId="OFBIZ_FILE" 
-        objectInfo="plugins/projectmgr/data/helpdata/HELP_PROJECTMGR.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS"
+    <DataResource dataResourceId="HELP_PROJECTMGR" localeString="en" dataResourceTypeId="OFBIZ_FILE"
+        objectInfo="plugins/projectmgr/data/HELP_PROJECTMGR.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS"
         dataResourceName="ProjectMgr Overview" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="HELP_PROJECTMGR" contentTypeId="DOCUMENT" contentName="Project Manager" templateDataResourceId="HELP_TEMPL" 
+    <Content contentId="HELP_PROJECTMGR" contentTypeId="DOCUMENT" contentName="Project Manager" templateDataResourceId="HELP_TEMPL"
         dataResourceId="HELP_PROJECTMGR" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
     <ContentAssoc contentId="HELP_ROOT" contentIdTo="HELP_PROJECTMGR" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000"/>
-    
-    <DataResource dataResourceId="PROJECTMGR_main" localeString="en" dataResourceTypeId="OFBIZ_FILE" 
-        objectInfo="plugins/projectmgr/data/helpdata/HELP_PROJECTMGR_main.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" 
-        dataResourceName="ProjectMgr Main Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="PROJECTMGR_main" contentTypeId="DOCUMENT" contentName="Main: open projects" templateDataResourceId="HELP_TEMPL" 
-        dataResourceId="PROJECTMGR_main" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_PROJECTMGR" contentIdTo="PROJECTMGR_main" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="PROJECTMGR_main"/>
-    
-    <DataResource dataResourceId="PROJECTMGR_MyTasks" localeString="en" dataResourceTypeId="OFBIZ_FILE" 
-        objectInfo="plugins/projectmgr/data/helpdata/HELP_PROJECTMGR_MyTasks.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" 
-        dataResourceName="ProjectMgr My Tasks Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="PROJECTMGR_MyTasks" contentTypeId="DOCUMENT" contentName="My Tasks" templateDataResourceId="HELP_TEMPL" 
-        dataResourceId="PROJECTMGR_MyTasks" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_PROJECTMGR" contentIdTo="PROJECTMGR_MyTasks" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="PROJECTMGR_MyTasks"/>
-    
-    <DataResource dataResourceId="PROJECTMGR_MyTimes" localeString="en" dataResourceTypeId="OFBIZ_FILE" 
-        objectInfo="plugins/projectmgr/data/helpdata/HELP_PROJECTMGR_MyTimesheet.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" 
-        dataResourceName="ProjectMgr My Timesheet Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="PROJECTMGR_MyTimes" contentTypeId="DOCUMENT" contentName="My Timesheets" templateDataResourceId="HELP_TEMPL" 
-        dataResourceId="PROJECTMGR_MyTimes" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_PROJECTMGR" contentIdTo="PROJECTMGR_MyTimes" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="PROJECTMGR_MyTimesheet"/>
-    
-    <!-- regarding projects -->
-    <DataResource dataResourceId="PROJECTMGR_Projects" localeString="en" dataResourceTypeId="OFBIZ_FILE" 
-        objectInfo="plugins/projectmgr/data/helpdata/HELP_PROJECTMGR_Projects.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" 
-        dataResourceName="ProjectMgr Find Project Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="PROJECTMGR_Projects" contentTypeId="DOCUMENT" contentName="Projects" templateDataResourceId="HELP_TEMPL" 
-        dataResourceId="PROJECTMGR_Projects" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_PROJECTMGR" contentIdTo="PROJECTMGR_Projects" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="PROJECTMGR_FindProject"/>
-    
-    <DataResource dataResourceId="PROJECTMGR_EProject" localeString="en" dataResourceTypeId="OFBIZ_FILE" 
-        objectInfo="plugins/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectEditProject.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" 
-        dataResourceName="ProjectMgr Find Project Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="PROJECTMGR_EProject" contentTypeId="DOCUMENT" contentName="Edit Project" templateDataResourceId="HELP_TEMPL" 
-        dataResourceId="PROJECTMGR_EProject" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="PROJECTMGR_Projects" contentIdTo="PROJECTMGR_EProject" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="PROJECTMGR_EditProject"/>
-    
-    <DataResource dataResourceId="PROJECTMGR_Project" localeString="en" dataResourceTypeId="OFBIZ_FILE" 
-        objectInfo="plugins/projectmgr/data/helpdata/HELP_PROJECTMGR_Project.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" 
-        dataResourceName="ProjectMgr Find Project Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="PROJECTMGR_Project" contentTypeId="DOCUMENT" contentName=" Project Summary" templateDataResourceId="HELP_TEMPL" 
-        dataResourceId="PROJECTMGR_Project" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="PROJECTMGR_Projects" contentIdTo="PROJECTMGR_Project" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="PROJECTMGR_projectView"/>
-    
-    <DataResource dataResourceId="PROJECTMGR_Mailing" localeString="en" dataResourceTypeId="OFBIZ_FILE" 
-        objectInfo="plugins/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectMailingList.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" 
-        dataResourceName="ProjectMgr Project Phases Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="PROJECTMGR_Mailing" contentTypeId="DOCUMENT" contentName="Mailing" templateDataResourceId="HELP_TEMPL" 
-        dataResourceId="PROJECTMGR_Mailing" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="PROJECTMGR_Project" contentIdTo="PROJECTMGR_Mailing" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="PROJECTMGR_FindMailingList"/>
-    
-    <DataResource dataResourceId="PROJECTMGR_Phases" localeString="en" dataResourceTypeId="OFBIZ_FILE" 
-        objectInfo="plugins/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectPhases.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" 
-        dataResourceName="ProjectMgr Project Phases Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="PROJECTMGR_Phases" contentTypeId="DOCUMENT" contentName="Phases" templateDataResourceId="HELP_TEMPL" 
-        dataResourceId="PROJECTMGR_Phases" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="PROJECTMGR_Project" contentIdTo="PROJECTMGR_Phases" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="PROJECTMGR_FindPhase"/>
-    
-    <DataResource dataResourceId="PROJECTMGR_Tasks" localeString="en" dataResourceTypeId="OFBIZ_FILE" 
-        objectInfo="plugins/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectTasks.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" 
-        dataResourceName="ProjectMgr Project Tasks Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="PROJECTMGR_Tasks" contentTypeId="DOCUMENT" contentName="Tasks" templateDataResourceId="HELP_TEMPL" 
-        dataResourceId="PROJECTMGR_Tasks" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="PROJECTMGR_Project" contentIdTo="PROJECTMGR_Tasks" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="PROJECTMGR_EditProjectTasks"/>
-    
-    <DataResource dataResourceId="PROJECTMGR_Orders" localeString="en" dataResourceTypeId="OFBIZ_FILE" 
-        objectInfo="plugins/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectOrders.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" 
-        dataResourceName="ProjectMgr Project Orders Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="PROJECTMGR_Orders" contentTypeId="DOCUMENT" contentName="Orders" templateDataResourceId="HELP_TEMPL" 
-        dataResourceId="PROJECTMGR_Orders" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="PROJECTMGR_Project" contentIdTo="PROJECTMGR_Orders" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="PROJECTMGR_EditProjectOrders"/>
-    
-    <DataResource dataResourceId="PROJECTMGR_Resources" localeString="en" dataResourceTypeId="OFBIZ_FILE" 
-        objectInfo="plugins/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectResources.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" 
-        dataResourceName="ProjectMgr Project Resources Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="PROJECTMGR_Resources" contentTypeId="DOCUMENT" contentName="Resources" templateDataResourceId="HELP_TEMPL" 
-        dataResourceId="PROJECTMGR_Resources" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="PROJECTMGR_Project" contentIdTo="PROJECTMGR_Resources" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="PROJECTMGR_ListWorkEffortPartyAssigns"/>
-    
-    <DataResource dataResourceId="PROJECTMGR_Content" localeString="en" dataResourceTypeId="OFBIZ_FILE" 
-        objectInfo="plugins/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectContent.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" 
-        dataResourceName="ProjectMgr SProject Content Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="PROJECTMGR_Content" contentTypeId="DOCUMENT" contentName="Content" templateDataResourceId="HELP_TEMPL" 
-        dataResourceId="PROJECTMGR_Content" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="PROJECTMGR_Project" contentIdTo="PROJECTMGR_Content" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="PROJECTMGR_EditProjectContents"/>
-    
-    <DataResource dataResourceId="PROJECTMGR_Notes" localeString="en" dataResourceTypeId="OFBIZ_FILE" 
-        objectInfo="plugins/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectNotes.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" 
-        dataResourceName="ProjectMgr Project Notes Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="PROJECTMGR_Notes" contentTypeId="DOCUMENT" contentName="Notes" templateDataResourceId="HELP_TEMPL" 
-        dataResourceId="PROJECTMGR_Notes" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="PROJECTMGR_Project" contentIdTo="PROJECTMGR_Notes" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="PROJECTMGR_EditWorkEffortNotes"/>
-    
-    <DataResource dataResourceId="PROJECTMGR_Subs" localeString="en" dataResourceTypeId="OFBIZ_FILE" 
-        objectInfo="plugins/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectSubProjects.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" 
-        dataResourceName="ProjectMgr Sub projects Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="PROJECTMGR_Subs" contentTypeId="DOCUMENT" contentName="Sub projects" templateDataResourceId="HELP_TEMPL" 
-        dataResourceId="PROJECTMGR_Subs" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="PROJECTMGR_Project" contentIdTo="PROJECTMGR_Subs" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="PROJECTMGR_ListSubProjects"/>
-    
-    <DataResource dataResourceId="PROJECTMGR_Billing" localeString="en" dataResourceTypeId="OFBIZ_FILE" 
-        objectInfo="plugins/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectBilling.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" 
-        dataResourceName="ProjectMgr Project Billing Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="PROJECTMGR_Billing" contentTypeId="DOCUMENT" contentName="Billing" templateDataResourceId="HELP_TEMPL" 
-        dataResourceId="PROJECTMGR_Billing" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="PROJECTMGR_Project" contentIdTo="PROJECTMGR_Billing" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="PROJECTMGR_projectBilling"/>
-    
-    <!-- regarding tasks -->
-    <DataResource dataResourceId="PROJECTMGR_Tasks" localeString="en" dataResourceTypeId="OFBIZ_FILE" 
-        objectInfo="plugins/projectmgr/data/helpdata/HELP_PROJECTMGR_Tasks.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" 
-        dataResourceName="ProjectMgr Find Task Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="PROJECTMGR_Tasks" contentTypeId="DOCUMENT" contentName="Tasks" templateDataResourceId="HELP_TEMPL" 
-        dataResourceId="PROJECTMGR_Tasks" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_PROJECTMGR" contentIdTo="PROJECTMGR_Tasks" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="PROJECTMGR_FindTask"/>
-    
-    <DataResource dataResourceId="PROJECTMGR_Resources" localeString="en" dataResourceTypeId="OFBIZ_FILE" 
-        objectInfo="plugins/projectmgr/data/helpdata/HELP_PROJECTMGR_Resources.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" 
-        dataResourceName="ProjectMgr Resource Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="PROJECTMGR_Resources" contentTypeId="DOCUMENT" contentName="Resources" templateDataResourceId="HELP_TEMPL" 
-        dataResourceId="PROJECTMGR_Resources" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_PROJECTMGR" contentIdTo="PROJECTMGR_Resources" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="PROJECTMGR_FindResource"/>
-    
-    <!-- regarding timesheets -->
-    <DataResource dataResourceId="PROJECTMGR_Timesheet" localeString="en" dataResourceTypeId="OFBIZ_FILE" 
-        objectInfo="plugins/projectmgr/data/helpdata/HELP_PROJECTMGR_Timesheets.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" 
-        dataResourceName="ProjectMgr Timesheet Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="PROJECTMGR_Timesheet" contentTypeId="DOCUMENT" contentName="Timesheets" templateDataResourceId="HELP_TEMPL" 
-        dataResourceId="PROJECTMGR_Timesheet" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_PROJECTMGR" contentIdTo="PROJECTMGR_Timesheet" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="PROJECTMGR_FindTimesheet"/>
-    
-    <!-- regarding skills -->
-    <DataResource dataResourceId="PROJECTMGR_Skills" localeString="en" dataResourceTypeId="OFBIZ_FILE" 
-        objectInfo="plugins/projectmgr/data/helpdata/HELP_PROJECTMGR_Skills.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" 
-        dataResourceName="ProjectMgr Edit Skill Types Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="PROJECTMGR_Skills" contentTypeId="DOCUMENT" contentName="Skill Types" templateDataResourceId="HELP_TEMPL" 
-        dataResourceId="PROJECTMGR_Skills" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_PROJECTMGR" contentIdTo="PROJECTMGR_Skills" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="PROJECTMGR_EditSkillTypes"/>
-    
-    <!-- regarding requests -->
-    <DataResource dataResourceId="PROJECTMGR_Requests" localeString="en" dataResourceTypeId="OFBIZ_FILE" 
-        objectInfo="plugins/projectmgr/data/helpdata/HELP_PROJECTMGR_Requests.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" 
-        dataResourceName="ProjectMgr Requests Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="PROJECTMGR_Requests" contentTypeId="DOCUMENT" contentName="Request List" templateDataResourceId="HELP_TEMPL" 
-        dataResourceId="PROJECTMGR_Requests" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_PROJECTMGR" contentIdTo="PROJECTMGR_Requests" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum="000" mapKey="PROJECTMGR_RequestList"/>
-    
+
 
 </entity-engine-xml>
\ No newline at end of file
diff --git a/projectmgr/data/helpdata/HELP_PROJECTMGR.xml b/projectmgr/data/helpdata/HELP_PROJECTMGR.xml
deleted file mode 100644
index 4824df4..0000000
--- a/projectmgr/data/helpdata/HELP_PROJECTMGR.xml
+++ /dev/null
@@ -1,89 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-   
-http://www.apache.org/licenses/LICENSE-2.0
-   
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0" 
-    xmlns:xl="http://www.w3.org/1999/xlink" 
-    xmlns:xi="http://www.w3.org/2001/XInclude"
-    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
-    xmlns="http://docbook.org/ns/docbook">
-        <title>Project Manager Introduction</title>
-        <para>
-            The project manager allows you to manage a project which in its simplest form consists out of phases and tasks.
-        </para>
-        <para>
-            A project consists out of one or more phases of which each phase can have one or more tasks.
-            A task always has a single parentPhase.
-            Time registration is only done on a task level.
-        </para>
-        <para>
-            Estimated and actual dates are only maintained at the task level. For reporting they are calculated to the higher levels. Project views are created to support this.
-        </para>
-        <section>
-          <title>Status management</title>
-            <para>Status is managed at task level, Project and Phase statuses shown on screen are tasks status compilation. Task statuses are :
-              <itemizedlist>
-                <listitem ><para>PTS_CREATED, ...Created : after task creation</para></listitem>
-                <listitem ><para>PTS_CREATED_UA, Unassigned : currently not used by an automatic process</para></listitem>
-                <listitem ><para>PTS_CREATED_AS, Assigned : after a resource is assigned</para></listitem>
-                <listitem ><para>PTS_CREATED_IP, In Progress : after a time entry is created on the task</para></listitem>
-                <listitem ><para>PTS_COMPLETED, .Completed : Manually changed by button</para></listitem>
-                <listitem ><para>PTS_ON_HOLD, ...On Hold : </para></listitem>
-                <listitem ><para>PTS_CANCELLED, .Cancelled : </para></listitem>
-              </itemizedlist>
-            </para>
-            <para>Project or Phase is completed if all included tasks are completed (or cancelled)</para>
-        </section>
-
-        <section>
-          <title>Resources</title>
-            <para>You can describe a customer (company and contact) and who provides the task (named provider) in the resource portlet. To be able to associate someone to a project he should have, 
-                  two (or more) project roleType, first PROJECT_TEAM to appear in Party drop-down, and at least one of the PROJECT_TEAM sub-roles for the second drop-down. 
-                  Look at parameters section to have the complete project roletypes list.<br />
-                  Go to the party profile to associate a role type to a party.
-            </para>
-        </section>
-
-        <section>
-          <title>Parameters :</title> 
-          <para>
-            <itemizedlist>
-              <listitem >
-                <para>RoleType with PROJECT_TEAM as parentTypeId, used in a lot of screens; default proposed roleTypes are : 
-                  <itemizedlist>
-                      <listitem ><para>CLIENT% : used to select parties which appears in Projects Parties info, client side</para></listitem>
-                      <listitem ><para>CLIENT_MANAGER : user login associated to a project with this roleType view it in ListCustomerProjects</para></listitem>
-                      <listitem ><para>CLIENT_ANALYST : same as CLIENT_MANAGER for ListCustomerProjects</para></listitem>
-                      <listitem ><para>CLIENT_BILLING : partyId which will be invoiced; same as CLIENT_MANAGER for ListCustomerProjects; appears in Company part of Project Parties info, other CLIENT% role appears in contact part</para></listitem>
-                      <listitem ><para>PROVIDER% : all parties which provide the project. In Projects Parties info, provider part, all roleType not equals to CLIENT% will appear</para></listitem>
-                      <listitem ><para>PROVIDER_MANAGER : currently no process or specific selection</para></listitem>
-                      <listitem ><para>PROVIDER_ACCOUNTING : currently no process or specific selection</para></listitem>
-                      <listitem ><para>PROVIDER_ANALYST : currently no process or specific selection</para></listitem>
-                      <listitem ><para>PROVIDER_FUNCTIONAL : currently no process or specific selection</para></listitem>
-                      <listitem >
-                        <para>PROVIDER_VALIDATOR or PROVIDER_TESTER: used to define at project level who will validate a task, 
-                              used when assigning a party to a task with status not equals to "PAS_COMPLETED", if the party has not this role,
-                              all parties with this role at the project level will be added to this task 
-                              (this action is done by ECA, commented in default configuration, if you want it un-comment it)</para></listitem>
-                  </itemizedlist>
-                </para></listitem>
-            </itemizedlist>
-          </para>
-        </section>
-</section>
-
diff --git a/projectmgr/data/helpdata/HELP_PROJECTMGR_MyTasks.xml b/projectmgr/data/helpdata/HELP_PROJECTMGR_MyTasks.xml
deleted file mode 100644
index cc5cb19..0000000
--- a/projectmgr/data/helpdata/HELP_PROJECTMGR_MyTasks.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-   
-http://www.apache.org/licenses/LICENSE-2.0
-   
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0" 
-    xmlns:xl="http://www.w3.org/1999/xlink" 
-    xmlns:xi="http://www.w3.org/2001/XInclude"
-    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
-    xmlns="http://docbook.org/ns/docbook">
-        <title>xProject Mgr: My tasks</title>
-        <para>
-            This overview outlines all tasks the user has been assigned to.
-        </para>
-</section>
-
diff --git a/projectmgr/data/helpdata/HELP_PROJECTMGR_MyTimesheet.xml b/projectmgr/data/helpdata/HELP_PROJECTMGR_MyTimesheet.xml
deleted file mode 100644
index d6d5b8b..0000000
--- a/projectmgr/data/helpdata/HELP_PROJECTMGR_MyTimesheet.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-   
-http://www.apache.org/licenses/LICENSE-2.0
-   
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0" 
-    xmlns:xl="http://www.w3.org/1999/xlink" 
-    xmlns:xi="http://www.w3.org/2001/XInclude"
-    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
-    xmlns="http://docbook.org/ns/docbook">
-        <title>Project Mgr: My Timesheets</title>
-        <para>
-            Here the user enters the hours worked on tasks. 
-        </para>
-        <para>
-            It also provides an overview of all timesheets the user has filled out. It also shows the status of the timesheets.
-        </para>
-</section>
-
diff --git a/projectmgr/data/helpdata/HELP_PROJECTMGR_Project.xml b/projectmgr/data/helpdata/HELP_PROJECTMGR_Project.xml
deleted file mode 100644
index d11c782..0000000
--- a/projectmgr/data/helpdata/HELP_PROJECTMGR_Project.xml
+++ /dev/null
@@ -1,90 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-   
-http://www.apache.org/licenses/LICENSE-2.0
-   
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0" 
-    xmlns:xl="http://www.w3.org/1999/xlink" 
-    xmlns:xi="http://www.w3.org/2001/XInclude"
-    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
-    xmlns="http://docbook.org/ns/docbook">
-        <title>Project Mgr: Project - summary</title>
-        <para>
-            This dashboard gives a one page overview of project details, resources, phases and task. 
-            It is also the starting point to navigate to the various sub screens related to a project.
-        </para>
-        <section>
-            <title>Sub screens</title>
-            <para>Following sub screens are provided:</para>
-            <itemizedlist>
-                <listitem><para>Gantt chart</para></listitem>
-                <listitem><para>Mailing List</para></listitem>
-                <listitem><para>Phases</para></listitem>
-                <listitem><para>Tasks</para></listitem>
-                <listitem><para>Orders</para></listitem>
-                <listitem><para>Resources</para></listitem>
-                <listitem><para>Content</para></listitem>
-                <listitem><para>Notes</para></listitem>
-                <listitem><para>Sub projects</para></listitem>
-                <listitem><para>Billing</para></listitem>
-            </itemizedlist>
-        </section>
-        <section>
-            <title>Project Information</title>
-            <para>This section provides detailed information about the project, e.g. the type and scope, the description and planned and actual start and end dates 
-            and planned and actual hours
-            </para>
-        </section>
-        <section>
-            <title>Resources</title>
-            <para>This section provides detailed information about the participants (organizations and persons) of the project. 
-            For the participating persons this section provides information regarding the role in the project and the hours registered and processed.
-            </para>
-        </section>
-        <section>
-            <title>Sub projects</title>
-            <para>This section provides detailed information about the project that are registered as sub projects of the project.
-            </para>
-        </section>
-        <section>
-            <title>Phases</title>
-            <para>This section provides an overview of the phases of the project, incl. status, priority, start and end date and the hours planned and registered.
-            </para>
-        </section>
-        <section>
-            <title>Task</title>
-            <para>This section provides provides an overview of the tasks of the project, incl. status, priority, start and end date, the first assigned resource
-            and hours planned and registered.
-            </para>
-        </section>
-        <section>
-            <title>Notes</title>
-            <para>This section provides detailed information about notes registered with the project.
-            </para>
-        </section>
-        <section>
-            <title>Content</title>
-            <para>This section provides an overview of content (documents and other files)registered with the project.
-            </para>
-        </section>
-        <section>
-            <title>Orders</title>
-            <para>This section provides an overview of orders linked to the project.
-            </para>
-        </section>
-</section>
-
diff --git a/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectContent.xml b/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectContent.xml
deleted file mode 100644
index d782a56..0000000
--- a/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectContent.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-   
-http://www.apache.org/licenses/LICENSE-2.0
-   
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0" 
-    xmlns:xl="http://www.w3.org/1999/xlink" 
-    xmlns:xi="http://www.w3.org/2001/XInclude"
-    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
-    xmlns="http://docbook.org/ns/docbook">
-        <title>Project Mgr: Project - content</title>
-        <para>
-            The project manager allows you to manage a project which in its simplest form consists out of phases and tasks.
-        </para>
-        <para>
-            A project consists out of one or more phases of which each phase can have one or more tasks.
-            A task always has a single parentPhase.
-            Time registration is only done on a task level.
-        </para>
-        <para>
-            Estimated and actual dates are only maintained at the task level. For reporting they are calculated to the higher levels. Project views are created to support this.
-        </para>
-</section>
-
diff --git a/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectEditProject.xml b/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectEditProject.xml
deleted file mode 100644
index b2f4537..0000000
--- a/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectEditProject.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-   
-http://www.apache.org/licenses/LICENSE-2.0
-   
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0" 
-    xmlns:xl="http://www.w3.org/1999/xlink" 
-    xmlns:xi="http://www.w3.org/2001/XInclude"
-    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
-    xmlns="http://docbook.org/ns/docbook">
-        <title>Project Mgr: Project - edit info</title>
-        <para>
-            The Project Manager can edit various details regarding the project.
-        </para>
-</section>
-
diff --git a/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectMailingList.xml b/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectMailingList.xml
deleted file mode 100644
index 09947a4..0000000
--- a/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectMailingList.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-   
-http://www.apache.org/licenses/LICENSE-2.0
-   
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0" 
-    xmlns:xl="http://www.w3.org/1999/xlink" 
-    xmlns:xi="http://www.w3.org/2001/XInclude"
-    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
-    xmlns="http://docbook.org/ns/docbook">
-        <title>Project Mgr: Project - find mailing list</title>
-        <para>
-            The project manager allows you to manage a project which in its simplest form consists out of phases and tasks.
-        </para>
-        <para>
-            A project consists out of one or more phases of which each phase can have one or more tasks.
-            A task always has a single parentPhase.
-            Time registration is only done on a task level.
-        </para>
-        <para>
-            Estimated and actual dates are only maintained at the task level. For reporting they are calculated to the higher levels. Project views are created to support this.
-        </para>
-</section>
-
diff --git a/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectNotes.xml b/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectNotes.xml
deleted file mode 100644
index ad69ed9..0000000
--- a/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectNotes.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-   
-http://www.apache.org/licenses/LICENSE-2.0
-   
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0" 
-    xmlns:xl="http://www.w3.org/1999/xlink" 
-    xmlns:xi="http://www.w3.org/2001/XInclude"
-    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
-    xmlns="http://docbook.org/ns/docbook">
-        <title>Project Mgr: Project - notes</title>
-        <para>
-            The project manager allows you to manage a project which in its simplest form consists out of phases and tasks.
-        </para>
-        <para>
-            A project consists out of one or more phases of which each phase can have one or more tasks.
-            A task always has a single parentPhase.
-            Time registration is only done on a task level.
-        </para>
-        <para>
-            Estimated and actual dates are only maintained at the task level. For reporting they are calculated to the higher levels. Project views are created to support this.
-        </para>
-</section>
-
diff --git a/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectOrders.xml b/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectOrders.xml
deleted file mode 100644
index 1ee9719..0000000
--- a/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectOrders.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-   
-http://www.apache.org/licenses/LICENSE-2.0
-   
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0" 
-    xmlns:xl="http://www.w3.org/1999/xlink" 
-    xmlns:xi="http://www.w3.org/2001/XInclude"
-    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
-    xmlns="http://docbook.org/ns/docbook">
-        <title>Project Mgr: Project - orders</title>
-        <para>
-            This screen provides an overview of all orders related to the project.
-        </para>
-</section>
-
diff --git a/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectPhases.xml b/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectPhases.xml
deleted file mode 100644
index b4ff170..0000000
--- a/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectPhases.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-   
-http://www.apache.org/licenses/LICENSE-2.0
-   
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0" 
-    xmlns:xl="http://www.w3.org/1999/xlink" 
-    xmlns:xi="http://www.w3.org/2001/XInclude"
-    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
-    xmlns="http://docbook.org/ns/docbook">
-        <title>Project Mgr: Project - phases</title>
-        <para>
-            This screen provides an overview of the phases of the project.
-        </para>
-        <para>
-            The Project Manager can manage all phases in the project here, e.g. defining new phases.
-        </para>
-</section>
-
diff --git a/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectResources.xml b/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectResources.xml
deleted file mode 100644
index 9464aaf..0000000
--- a/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectResources.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-   
-http://www.apache.org/licenses/LICENSE-2.0
-   
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0" 
-    xmlns:xl="http://www.w3.org/1999/xlink" 
-    xmlns:xi="http://www.w3.org/2001/XInclude"
-    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
-    xmlns="http://docbook.org/ns/docbook">
-        <title>Project Mgr: Project - resources</title>
-        <para>
-            This screen provides an overview of all participants in the project.
-        </para>
-        <para>
-            From here the Project Manager can add new resources to the project, or end the participation of existing project members.
-        </para>
-</section>
-
diff --git a/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectSubProjects.xml b/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectSubProjects.xml
deleted file mode 100644
index 378b852..0000000
--- a/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectSubProjects.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-   
-http://www.apache.org/licenses/LICENSE-2.0
-   
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0" 
-    xmlns:xl="http://www.w3.org/1999/xlink" 
-    xmlns:xi="http://www.w3.org/2001/XInclude"
-    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
-    xmlns="http://docbook.org/ns/docbook">
-        <title>Project Mgr: Project - sub projects</title>
-        <para>
-            The project manager allows you to manage a project which in its simplest form consists out of phases and tasks.
-        </para>
-        <para>
-            A project consists out of one or more phases of which each phase can have one or more tasks.
-            A task always has a single parentPhase.
-            Time registration is only done on a task level.
-        </para>
-        <para>
-            Estimated and actual dates are only maintained at the task level. For reporting they are calculated to the higher levels. Project views are created to support this.
-        </para>
-</section>
-
diff --git a/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectTasks.xml b/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectTasks.xml
deleted file mode 100644
index 9f22f04..0000000
--- a/projectmgr/data/helpdata/HELP_PROJECTMGR_ProjectTasks.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-   
-http://www.apache.org/licenses/LICENSE-2.0
-   
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0" 
-    xmlns:xl="http://www.w3.org/1999/xlink" 
-    xmlns:xi="http://www.w3.org/2001/XInclude"
-    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
-    xmlns="http://docbook.org/ns/docbook">
-        <title>Project Mgr: Project - tasks</title>
-        <para>
-            This screen provides an overview of all tasks associated to the project.
-        </para>
-</section>
-
diff --git a/projectmgr/data/helpdata/HELP_PROJECTMGR_Projects.xml b/projectmgr/data/helpdata/HELP_PROJECTMGR_Projects.xml
deleted file mode 100644
index 4462aaa..0000000
--- a/projectmgr/data/helpdata/HELP_PROJECTMGR_Projects.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-   
-http://www.apache.org/licenses/LICENSE-2.0
-   
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0" 
-    xmlns:xl="http://www.w3.org/1999/xlink" 
-    xmlns:xi="http://www.w3.org/2001/XInclude"
-    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
-    xmlns="http://docbook.org/ns/docbook">
-        <title>Project Mgr: Find Projects</title>
-        <para>
-            This screen provides an overview of all projects the user is participating in.
-        </para>
-</section>
-
diff --git a/projectmgr/data/helpdata/HELP_PROJECTMGR_Requests.xml b/projectmgr/data/helpdata/HELP_PROJECTMGR_Requests.xml
deleted file mode 100644
index 9c0f737..0000000
--- a/projectmgr/data/helpdata/HELP_PROJECTMGR_Requests.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-   
-http://www.apache.org/licenses/LICENSE-2.0
-   
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0" 
-    xmlns:xl="http://www.w3.org/1999/xlink" 
-    xmlns:xi="http://www.w3.org/2001/XInclude"
-    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
-    xmlns="http://docbook.org/ns/docbook">
-        <title>Project Mgr: Requests</title>
-        <para>
-            This screen provides an overview of all customer request regarding projects.
-        </para>
-</section>
-
diff --git a/projectmgr/data/helpdata/HELP_PROJECTMGR_Resources.xml b/projectmgr/data/helpdata/HELP_PROJECTMGR_Resources.xml
deleted file mode 100644
index 72b14c6..0000000
--- a/projectmgr/data/helpdata/HELP_PROJECTMGR_Resources.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-   
-http://www.apache.org/licenses/LICENSE-2.0
-   
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0" 
-    xmlns:xl="http://www.w3.org/1999/xlink" 
-    xmlns:xi="http://www.w3.org/2001/XInclude"
-    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
-    xmlns="http://docbook.org/ns/docbook">
-        <title>Project Mgr: Find Resources</title>
-        <para>
-            The project manager allows you to manage a project which in its simplest form consists out of phases and tasks.
-        </para>
-        <para>
-            A project consists out of one or more phases of which each phase can have one or more tasks.
-            A task always has a single parentPhase.
-            Time registration is only done on a task level.
-        </para>
-        <para>
-            Estimated and actual dates are only maintained at the task level. For reporting they are calculated to the higher levels. Project views are created to support this.
-        </para>
-</section>
-
diff --git a/projectmgr/data/helpdata/HELP_PROJECTMGR_Skills.xml b/projectmgr/data/helpdata/HELP_PROJECTMGR_Skills.xml
deleted file mode 100644
index c296e39..0000000
--- a/projectmgr/data/helpdata/HELP_PROJECTMGR_Skills.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-   
-http://www.apache.org/licenses/LICENSE-2.0
-   
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0" 
-    xmlns:xl="http://www.w3.org/1999/xlink" 
-    xmlns:xi="http://www.w3.org/2001/XInclude"
-    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
-    xmlns="http://docbook.org/ns/docbook">
-        <title>Project Mgr: Edit Skill Type</title>
-        <para>
-            The project manager allows you to manage a project which in its simplest form consists out of phases and tasks.
-        </para>
-        <para>
-            A project consists out of one or more phases of which each phase can have one or more tasks.
-            A task always has a single parentPhase.
-            Time registration is only done on a task level.
-        </para>
-        <para>
-            Estimated and actual dates are only maintained at the task level. For reporting they are calculated to the higher levels. Project views are created to support this.
-        </para>
-</section>
-
diff --git a/projectmgr/data/helpdata/HELP_PROJECTMGR_Tasks.xml b/projectmgr/data/helpdata/HELP_PROJECTMGR_Tasks.xml
deleted file mode 100644
index 2352cee..0000000
--- a/projectmgr/data/helpdata/HELP_PROJECTMGR_Tasks.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-   
-http://www.apache.org/licenses/LICENSE-2.0
-   
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0" 
-    xmlns:xl="http://www.w3.org/1999/xlink" 
-    xmlns:xi="http://www.w3.org/2001/XInclude"
-    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
-    xmlns="http://docbook.org/ns/docbook">
-        <title>Project Mgr: Tasks</title>
-        <para>
-            This screen provides an overview of all tasks in the module
-        </para>
-</section>
-
diff --git a/projectmgr/data/helpdata/HELP_PROJECTMGR_TimeSheets.xml b/projectmgr/data/helpdata/HELP_PROJECTMGR_TimeSheets.xml
deleted file mode 100644
index 0dfa7be..0000000
--- a/projectmgr/data/helpdata/HELP_PROJECTMGR_TimeSheets.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-   
-http://www.apache.org/licenses/LICENSE-2.0
-   
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0" 
-    xmlns:xl="http://www.w3.org/1999/xlink" 
-    xmlns:xi="http://www.w3.org/2001/XInclude"
-    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
-    xmlns="http://docbook.org/ns/docbook">
-        <title>Project Mgr: Timesheets</title>
-        <para>
-            This screen provides an overview of all timesheets registered with the application by all project participants.
-        </para>
-</section>
-
diff --git a/projectmgr/data/helpdata/HELP_PROJECTMGR_main.xml b/projectmgr/data/helpdata/HELP_PROJECTMGR_main.xml
deleted file mode 100644
index 2f2c583..0000000
--- a/projectmgr/data/helpdata/HELP_PROJECTMGR_main.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-   
-http://www.apache.org/licenses/LICENSE-2.0
-   
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0" 
-    xmlns:xl="http://www.w3.org/1999/xlink" 
-    xmlns:xi="http://www.w3.org/2001/XInclude"
-    xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
-    xmlns="http://docbook.org/ns/docbook">
-       <title>The Project Manager Main screen.</title>
-        <para>
-        This is the startup screen of the project manager. It will show all active projects with some statistical data.
-        </para>
-</section>
-
diff --git a/projectmgr/documents/ProjectMgr.xml b/projectmgr/documents/ProjectMgr.xml
deleted file mode 100644
index 5a60982..0000000
--- a/projectmgr/documents/ProjectMgr.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-   
-http://www.apache.org/licenses/LICENSE-2.0
-   
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<chapter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    version="5.0" xmlns:xl="http://www.w3.org/1999/xlink" 
-    xmlns:xi="http://www.w3.org/2001/XInclude"
-    xsi:schemaLocation="http://docbook.org/ns/docbook ../../content/dtd/docbook.xsd"
-    xmlns="http://docbook.org/ns/docbook">
-    <title>Project Manager</title>
-    <xi:include href="../data/helpdata/HELP_PROJECTMGR.xml" />
-    <xi:include href="../data/helpdata/HELP_PROJECTMGR_main.xml" />
-    <xi:include href="../data/helpdata/HELP_PROJECTMGR_MyTasks.xml"/>
-    <xi:include href="../data/helpdata/HELP_PROJECTMGR_MyTimesheet.xml"/>
-    <xi:include href="../data/helpdata/HELP_PROJECTMGR_Projects.xml"/>
-    <xi:include href="../data/helpdata/HELP_PROJECTMGR_Project.xml"/>
-    <xi:include href="../data/helpdata/HELP_PROJECTMGR_ProjectBilling.xml"/>
-    <xi:include href="../data/helpdata/HELP_PROJECTMGR_ProjectContent.xml"/>
-    <xi:include href="../data/helpdata/HELP_PROJECTMGR_ProjectEditProject.xml"/>
-    <xi:include href="../data/helpdata/HELP_PROJECTMGR_ProjectMailingList.xml"/>
-    <xi:include href="../data/helpdata/HELP_PROJECTMGR_ProjectNotes.xml"/>
-    <xi:include href="../data/helpdata/HELP_PROJECTMGR_ProjectOrders.xml"/>
-    <xi:include href="../data/helpdata/HELP_PROJECTMGR_ProjectPhases.xml"/>
-    <xi:include href="../data/helpdata/HELP_PROJECTMGR_ProjectResources.xml"/>
-    <xi:include href="../data/helpdata/HELP_PROJECTMGR_ProjectSubProjects.xml"/>
-    <xi:include href="../data/helpdata/HELP_PROJECTMGR_ProjectTasks.xml"/>
-    <xi:include href="../data/helpdata/HELP_PROJECTMGR_Requests.xml"/>
-    <xi:include href="../data/helpdata/HELP_PROJECTMGR_Resources.xml"/>
-    <xi:include href="../data/helpdata/HELP_PROJECTMGR_Skills.xml"/>
-    <xi:include href="../data/helpdata/HELP_PROJECTMGR_Tasks.xml"/>
-    <xi:include href="../data/helpdata/HELP_PROJECTMGR_TimeSheets.xml"/>
-</chapter>
diff --git a/projectmgr/widget/CommonScreens.xml b/projectmgr/widget/CommonScreens.xml
index 78740c8..64a33e4 100644
--- a/projectmgr/widget/CommonScreens.xml
+++ b/projectmgr/widget/CommonScreens.xml
@@ -45,6 +45,7 @@ under the License.
                 <set field="applicationMenuName" value="ProjectMgrAppBar" global="true"/>
                 <set field="applicationMenuLocation" value="component://projectmgr/widget/ProjectMenus.xml" global="true"/>
                 <set field="applicationTitle" from-field="uiLabelMap.ProjectMgrApplication" global="true"/>
+                <set field="helpAnchor" from-field="helpAnchor" default-value="_project_manager"/>
                 <set field="my" value="My" global="true"/>
             </actions>
             <widgets>
@@ -165,6 +166,7 @@ under the License.
         <section>
             <actions>
                 <set field="headerItem" value="mytasks"/>
+                <set field="helpAnchor" value="_my_tasks"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -216,6 +218,7 @@ under the License.
             <actions>
                 <set field="headerItem" value="timesheet"/>
                 <set field="timesheetId" from-field="parameters.timesheetId"/>
+                <set field="helpAnchor" value="_my_timesheets"/>
                 <entity-one entity-name="Timesheet" value-field="timesheet"/>
                 <entity-one entity-name="PartyNameView" value-field="partyName">
                     <field-map field-name="partyId" from-field="timesheet.partyId"/>
@@ -282,6 +285,7 @@ under the License.
             <actions>
                 <set field="parameters.currentStatus" value="_NA_"/>
                 <set field="headerItem" value="main"/>
+                <set field="helpAnchor" value="_projectmgr_in_ui"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
diff --git a/projectmgr/widget/CustRequestScreens.xml b/projectmgr/widget/CustRequestScreens.xml
index 5ab38d2..70d26ad 100644
--- a/projectmgr/widget/CustRequestScreens.xml
+++ b/projectmgr/widget/CustRequestScreens.xml
@@ -20,7 +20,7 @@ under the License.
 
 <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xmlns="http://ofbiz.apache.org/Widget-Screen" xsi:schemaLocation="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen.xsd">
-    
+
     <screen name="ProjectRequestList">
         <section>
             <condition>
@@ -45,13 +45,14 @@ under the License.
             </fail-widgets>
         </section>
     </screen>
-    
+
     <screen name="RequestList">
         <section>
             <actions>
                 <set field="titleProperty" value="PageTitleListWorkEffortRequests"/>
                 <set field="tabButtonItem" value="requestlist"/>
                 <set field="headerItem" value="request"/>
+                <set field="helpAnchor" value="_project_requests"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonRequestDecorator" location="${parameters.mainDecoratorLocation}">
@@ -124,7 +125,7 @@ under the License.
                 <entity-condition entity-name="CustRequestAndContent" list="custRequestAndContents">
                     <condition-list combine="and">
                         <condition-expr field-name="custRequestId" from-field="custRequestId"/>
-                        <condition-expr field-name="fromDate" operator="less-equals" from-field="nowTimestamp"/>                        
+                        <condition-expr field-name="fromDate" operator="less-equals" from-field="nowTimestamp"/>
                         <condition-list combine="or">
                             <condition-expr field-name="thruDate" operator="greater-equals" from-field="nowTimestamp"/>
                             <condition-expr field-name="thruDate" from-field="null"/>
@@ -135,7 +136,7 @@ under the License.
             </actions>
             <widgets>
                 <decorator-screen name="CommonRequestDecorator" location="${parameters.mainDecoratorLocation}">
-                    <decorator-section name="body">                        
+                    <decorator-section name="body">
                         <container style="lefthalf">
                             <screenlet title="${uiLabelMap.OrderRequestInformation}">
                                 <include-form name="RequestInfo" location="component://order/widget/ordermgr/CustRequestForms.xml"/>
diff --git a/projectmgr/widget/ProjectScreens.xml b/projectmgr/widget/ProjectScreens.xml
index 383572c..69147f6 100644
--- a/projectmgr/widget/ProjectScreens.xml
+++ b/projectmgr/widget/ProjectScreens.xml
@@ -25,6 +25,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleFindProject"/>
                 <set field="tabButtonItem" value="subprojects"/>
+                <set field="helpAnchor" value="_sub_projects"/>
                 <set field="labelTitleProperty" value="ProjectMgrProjectName"/>
                 <set field="projectId" from-field="parameters.projectId" default-value="${parameters.workEffortId}"/>
                 <entity-and entity-name="WorkEffort" list="projects">
@@ -50,6 +51,7 @@ under the License.
                 <set field="titleProperty" value="PageTitleFindProject"/>
                 <set field="labelTitleProperty" value="ProjectMgrProjectName"/>
                 <set field="workEffortId" from-field="parameters.projectId"/>
+                <set field="helpAnchor" value="_find_projects"/>
             </actions>
             <widgets>
                 <section>
@@ -84,6 +86,7 @@ under the License.
                 <property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/>
                 <set field="titleProperty" value="PageTitleEditProject"/>
                 <set field="tabButtonItem" value="editproject"/>
+                <set field="helpAnchor" value="_project_edit_info"/>
                 <set field="labelTitleProperty" value="PageTitleEditProject"/>
                 <set field="projectId" from-field="parameters.projectId" default-value="${parameters.workEffortId}"/>
                 <service service-name="getProject" result-map="result">
@@ -108,6 +111,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleProjectBilling"/>
                 <set field="tabButtonItem" value="billing"/>
+                <set field="helpAnchor" value="_project_billing"/>
                 <set field="labelTitleProperty" value="PageTitleProjectBilling"/>
                 <set field="projectId" from-field="parameters.projectId" default-value="${parameters.workEffortId}"/>
                 <script location="component://projectmgr/groovyScripts/ProjectBilling.groovy"/>
@@ -135,6 +139,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleEditTask"/>
                 <set field="tabButtonItem" value="tasks"/>
+                <set field="helpAnchor" value="_project_tasks"/>
                 <set field="labelTitleProperty" value="PageTitleFindTask"/>
                 <set field="projectId" from-field="parameters.projectId"/>
                 <entity-and entity-name="ProjectAndPhaseAndTask" list="tasks">
@@ -201,6 +206,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleEditProjectOrder"/>
                 <set field="tabButtonItem" value="orders"/>
+                <set field="helpAnchor" value="_project_orders"/>
                 <set field="headerItem" value="editProjectOrders"/>
                 <set field="labelTitleProperty" value="PageTitleListOrder"/>
                 <set field="projectId" from-field="parameters.projectId"/>
@@ -291,6 +297,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleEditPhase"/>
                 <set field="tabButtonItem" value="phases"/>
+                <set field="helpAnchor" value="_project_phases"/>
                 <set field="labelTitleProperty" value="PageTitleFindPhase"/>
                 <set field="projectId" from-field="parameters.projectId"/>
                 <service service-name="getProjectPhaseList" result-map="result">
@@ -382,6 +389,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="ProjectMgrProjectSummary"/>
                 <set field="tabButtonItem" value="projectView"/>
+                <set field="helpAnchor" value="_project_summary"/>
                 <set field="projectId" from-field="parameters.projectId" default-value="${parameters.workEffortId}"/>
                 <service service-name="getProject" result-map="result">
                     <field-map field-name="projectId" from-field="projectId"/>
@@ -1054,7 +1062,7 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="FindMailingList">
         <section>
             <actions>
@@ -1079,7 +1087,7 @@ under the License.
                                     <include-form location="component://projectmgr/widget/forms/ProjectForms.xml" name="ListMailingLists"/>
                                 </screenlet>
                             </widgets>
-                        </section>                                
+                        </section>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
diff --git a/projectmgr/widget/ResourceScreens.xml b/projectmgr/widget/ResourceScreens.xml
index 2f52723..8211086 100644
--- a/projectmgr/widget/ResourceScreens.xml
+++ b/projectmgr/widget/ResourceScreens.xml
@@ -24,6 +24,7 @@ under the License.
         <section>
             <actions>
                 <set field="titleProperty" value="PageTitleFindResource"/>
+                <set field="helpAnchor" value="_project_resources"/>
                 <set field="labelTitleProperty" value="ProjectMgrResourceName"/>
                 <set field="workEffortId" from-field="parameters.projectId"/>
                 <entity-condition entity-name="PartyRoleAndPartyDetail" list="resources">
diff --git a/projectmgr/widget/TaskScreens.xml b/projectmgr/widget/TaskScreens.xml
index 87b07ea..8906e50 100644
--- a/projectmgr/widget/TaskScreens.xml
+++ b/projectmgr/widget/TaskScreens.xml
@@ -162,6 +162,7 @@ under the License.
                 <set field="titleProperty" value="PageTitleFindTask"/>
                 <set field="headerItem" value="task"/>
                 <set field="tabButtonItem" value="find"/>
+                <set field="helpAnchor" value="_project_tasks"/>
                 <set field="labelTitleProperty" value="ProjectMgrListTasks"/>
             </actions>
             <widgets>
@@ -310,7 +311,7 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="ViewProjectTask">
         <section>
             <actions>
@@ -341,7 +342,7 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="TaskView">
         <section>
             <actions>
diff --git a/projectmgr/widget/TimeSheetScreens.xml b/projectmgr/widget/TimeSheetScreens.xml
index 1d7f37f..903faa7 100644
--- a/projectmgr/widget/TimeSheetScreens.xml
+++ b/projectmgr/widget/TimeSheetScreens.xml
@@ -25,6 +25,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleFindTimeSheet"/>
                 <set field="headerItem" value="timesheet"/>
+                <set field="helpAnchor" value="_timesheets"/>
                 <set field="labelTitleProperty" value="ProjectMgrFindTimeSheet"/>
             </actions>
             <widgets>


[ofbiz-plugins] 01/02: Documented: ofbiz-plugins / ProjectMgr, migration of docbook help files to asciidoc, most of files have been directly included in project-mgr.adoc. (OFBIZ-11587)

Posted by ho...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

holivier pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git

commit 8d6c36b624064e41526649e1bf7b0b6612f91b9d
Author: holivier <ho...@apache.org>
AuthorDate: Fri May 1 18:31:40 2020 +0200

    Documented: ofbiz-plugins / ProjectMgr, migration of docbook help files
    to asciidoc, most of files have been directly included in
    project-mgr.adoc. (OFBIZ-11587)
---
 docs/asciidoc/plugins-user-manual.adoc             |  3 +
 .../src/docs/asciidoc/_include/prjm_intro.adoc     | 72 +++++++++++++++++++
 .../src/docs/asciidoc/_include/prjm_project.adoc   | 64 +++++++++++++++++
 projectmgr/src/docs/asciidoc/project-mgr.adoc      | 80 ++++++++++++++++++++++
 4 files changed, 219 insertions(+)

diff --git a/docs/asciidoc/plugins-user-manual.adoc b/docs/asciidoc/plugins-user-manual.adoc
index 7803615..789622e 100644
--- a/docs/asciidoc/plugins-user-manual.adoc
+++ b/docs/asciidoc/plugins-user-manual.adoc
@@ -34,3 +34,6 @@ include::../../ebay/src/docs/asciidoc/ebay.adoc[leveloffset=+1]
 include::../../ebaystore/src/docs/asciidoc/ebay-store.adoc[leveloffset=+1]
 
 include::../../myportal/src/docs/asciidoc/my-portal.adoc[leveloffset=+1]
+
+include::../../projectmgr/src/docs/asciidoc/project-mgr.adoc[leveloffset=+1]
+
diff --git a/projectmgr/src/docs/asciidoc/_include/prjm_intro.adoc b/projectmgr/src/docs/asciidoc/_include/prjm_intro.adoc
new file mode 100644
index 0000000..f705fce
--- /dev/null
+++ b/projectmgr/src/docs/asciidoc/_include/prjm_intro.adoc
@@ -0,0 +1,72 @@
+////
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+////
+= Project Manager Introduction
+The project manager allows you to manage a project which in its simplest form consists out of phases and tasks.
+
+A project consists out of one or more phases of which each phase can have one or more tasks. +
+A task always has a single parentPhase. +
+Time registration is only done on a task level.
+
+Estimated and actual dates are only maintained at the task level. +
+For reporting they are calculated to the higher levels. +
+Project views are created to support this.
+
+== Status management
+Status is managed at task level, Project and Phase statuses shown on screen are tasks status compilation. +
+Task statuses are :
+
+|===
+| StatusId        | Status      |  Description
+| PTS_CREATED,    | Created     | after task creation
+| PTS_CREATED_UA  | Unassigned  | currently not used by an automatic process
+| PTS_CREATED_AS  | Assigned    | after a resource is assigned
+| PTS_CREATED_IP  | In Progress | after a time entry is created on the task
+| PTS_COMPLETED  .| Completed   |Manually changed by button
+| PTS_ON_HOLD     | On Hold     |
+| PTS_CANCELLED   |Cancelled    |
+|===
+
+Project or Phase is completed if all included tasks are completed (or cancelled)
+
+== Resources
+You can describe a customer (company and contact) and who provides the task (named provider) in the resource portlet.
+
+To be able to associate someone to a project he should have,  two (or more) project roleType, first PROJECT_TEAM to appear
+in Party drop-down, and at least one of the PROJECT_TEAM sub-roles for the second drop-down.
+
+Look at parameters section to have the complete project roletypes list.
+And go to the party profile to associate a role type to a party.
+
+== Parameters :
+* RoleType with PROJECT_TEAM as parentTypeId, used in a lot of screens; default proposed roleTypes are :
+** CLIENT% : used to select parties which appears in Projects Parties info, client side
+** CLIENT_MANAGER : user login associated to a project with this roleType view it in ListCustomerProjects
+** CLIENT_ANALYST : same as CLIENT_MANAGER for ListCustomerProjects
+** CLIENT_BILLING : partyId which will be invoiced; same as CLIENT_MANAGER for ListCustomerProjects; appears in Company part
+   of Project Parties info, other CLIENT% role appears in contact part
+** PROVIDER% : all parties which provide the project. In Projects Parties info, provider part, all roleType not equals to CLIENT%
+   will appear
+** PROVIDER_MANAGER : currently no process or specific selection
+** PROVIDER_ACCOUNTING : currently no process or specific selection
+** PROVIDER_ANALYST : currently no process or specific selection
+** PROVIDER_FUNCTIONAL : currently no process or specific selection
+** PROVIDER_VALIDATOR or PROVIDER_TESTER: used to define at project level who will validate a task,  used when assigning a party
+   to a task with status not equals to "PAS_COMPLETED", if the party has not this role, all parties with this role at the project
+   level will be added to this task. +
+   (this action is done by ECA, commented in default configuration, if you want it un-comment it)
diff --git a/projectmgr/src/docs/asciidoc/_include/prjm_project.adoc b/projectmgr/src/docs/asciidoc/_include/prjm_project.adoc
new file mode 100644
index 0000000..b986246
--- /dev/null
+++ b/projectmgr/src/docs/asciidoc/_include/prjm_project.adoc
@@ -0,0 +1,64 @@
+////
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+////
+= Project - summary
+This dashboard gives a one page overview of project details, resources, phases and task.
+It is also the starting point to navigate to the various sub screens related to a project.
+
+== Sub screens
+Following sub screens are provided:
+
+* Gantt chart
+* Mailing List
+* Phases
+* Tasks
+* Orders
+* Resources
+* Content
+* Notes
+* Sub projects
+* Billing
+
+== Project Information
+This section provides detailed information about the project, e.g.
+the type and scope, the description and planned and actual start and end dates  and planned and actual hours
+
+== Resources
+This section provides detailed information about the participants (organizations and persons) of the project.
+For the participating persons this section provides information regarding the role in the project and the hours registered
+ and processed.
+
+== Sub projects
+This section provides detailed information about the project that are registered as sub projects of the project.
+
+== Phases
+This section provides an overview of the phases of the project, incl.
+status, priority, start and end date and the hours planned and registered.
+
+== Task
+This section provides provides an overview of the tasks of the project, incl.
+status, priority, start and end date, the first assigned resource and hours planned and registered.
+
+== Notes
+This section provides detailed information about notes registered with the project.
+
+== Content
+This section provides an overview of content (documents and other files)registered with the project.
+
+== Orders
+This section provides an overview of orders linked to the project.
\ No newline at end of file
diff --git a/projectmgr/src/docs/asciidoc/project-mgr.adoc b/projectmgr/src/docs/asciidoc/project-mgr.adoc
new file mode 100644
index 0000000..5a83d4c
--- /dev/null
+++ b/projectmgr/src/docs/asciidoc/project-mgr.adoc
@@ -0,0 +1,80 @@
+////
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+////
+= Project Manager
+:doctype: book
+:sectnums:
+:toc: left
+:icons: font
+:experimental:
+:sourcedir: .
+
+include::_include/prjm_intro.adoc[leveloffset=+1]
+
+== ProjectMgr in UI
+=== Main screen.
+This is the startup screen of the project manager.
+It will show all active projects with some statistical data.
+
+=== My tasks
+This overview outlines all tasks the user has been assigned to.
+
+=== My Timesheets
+Here the user enters the hours worked on tasks.
+
+It also provides an overview of all timesheets the user has filled out. +
+It also shows the status of the timesheets.
+
+=== Find Projects
+This screen provides an overview of all projects the user is participating in.
+
+include::_include/prjm_project.adoc[leveloffset=+2]
+
+=== Project - billing
+This screen shows all hours registered to the various tasks in the project by all participants.
+
+From here the Project Manager processes all time entries for further processing regarding invoicing and
+cost accounting.
+
+=== Project - edit info
+The Project Manager can edit various details regarding the project.
+
+=== Project - orders
+This screen provides an overview of all orders related to the project.
+
+=== Project - phases
+This screen provides an overview of the phases of the project.
+
+The Project Manager can manage all phases in the project here, e.g. defining new phases.
+
+=== Project - resources
+This screen provides an overview of all participants in the project.
+
+From here the Project Manager can add new resources to the project, or end the participation of existing project members.
+
+=== Project - tasks
+This screen provides an overview of all tasks associated to the project.
+
+=== Project - Requests
+This screen provides an overview of all customer request regarding projects.
+
+=== Tasks
+This screen provides an overview of all tasks in the module
+
+=== Timesheets
+This screen provides an overview of all timesheets registered with the application by all project participants.