[ofbiz-plugins] branch trunk updated (42192da -> 94e7724)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-plugins] branch trunk updated (42192da -> 94e7724)

holivier
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 42192da  Improved: Added 400 for POST requests with no request body(OFBIZ-11328)
     new e314fc7  Documented: ofbiz-plugins / Scrum, migration of docbook help files to asciidoc (OFBIZ-11587)
     new 94e7724  Documented: migrate help link to asciidoc user manual for Plugin Scrum (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             |   1 +
 ...LP_SCRUM_NewProductEmail.xml => HELP_SCRUM.xml} |  27 +---
 scrum/data/helpdata/DEMO-CONTENT.xml               |  36 -----
 scrum/data/helpdata/HELP_ROOT.xml                  |  35 -----
 scrum/data/helpdata/HELP_SCRUM.xml                 | 123 ---------------
 scrum/data/helpdata/HELP_SCRUM_AddProdBacklog.xml  |  53 -------
 scrum/data/helpdata/HELP_SCRUM_AddProduct.xml      |  39 -----
 scrum/data/helpdata/HELP_SCRUM_AddSprint.xml       |  48 ------
 .../data/helpdata/HELP_SCRUM_AddSprintBacklog.xml  |  32 ----
 .../helpdata/HELP_SCRUM_CreateScrumProject.xml     |  32 ----
 .../HELP_SCRUM_DailyScrumMeetingMinute.xml         |  39 -----
 .../helpdata/HELP_SCRUM_EditBacklogItemContent.xml |  52 ------
 scrum/data/helpdata/HELP_SCRUM_EditProdBacklog.xml |  49 ------
 .../helpdata/HELP_SCRUM_EditProductContents.xml    |  52 ------
 .../helpdata/HELP_SCRUM_EditProjectContents.xml    |  52 ------
 scrum/data/helpdata/HELP_SCRUM_EditSprint.xml      |  32 ----
 .../data/helpdata/HELP_SCRUM_EditSprintBacklog.xml |  26 ---
 scrum/data/helpdata/HELP_SCRUM_FindResource.xml    |  58 -------
 scrum/data/helpdata/HELP_SCRUM_FindTimeSheet.xml   |  41 -----
 .../HELP_SCRUM_ListProductBacklogCategories.xml    |  56 -------
 scrum/data/helpdata/HELP_SCRUM_MyWork.xml          |  69 --------
 scrum/data/helpdata/HELP_SCRUM_OpenTest.xml        |  47 ------
 .../helpdata/HELP_SCRUM_ProductBacklogEmails.xml   |  48 ------
 scrum/data/helpdata/HELP_SCRUM_ProductEmails.xml   |  48 ------
 scrum/data/helpdata/HELP_SCRUM_ProductView.xml     |  37 -----
 scrum/data/helpdata/HELP_SCRUM_Project.xml         |  30 ----
 scrum/data/helpdata/HELP_SCRUM_SprintList.xml      |  45 ------
 scrum/data/helpdata/HELP_SCRUM_SprintMember.xml    |  41 -----
 scrum/data/helpdata/HELP_SCRUM_TaskView.xml        |  31 ----
 .../helpdata/HELP_SCRUM_ViewProdBacklogItem.xml    |  86 ----------
 scrum/data/helpdata/HELP_SCRUM_ViewProduct.xml     |  86 ----------
 scrum/data/helpdata/HELP_SCRUM_ViewSprint.xml      |  42 -----
 scrum/data/helpdata/HELP_SCRUM_defaultTasks.xml    |  56 -------
 scrum/data/scrumHelpData.xml                       | 175 +--------------------
 scrum/documents/Scrum.xml                          |  27 ----
 .../docs/asciidoc/_include/scrum-add-sprint.adoc   |  43 +++++
 .../_include/scrum-backlogItem-content.adoc        |  27 ++--
 .../asciidoc/_include/scrum-default-tasks.adoc     |  25 +--
 .../src/docs/asciidoc/_include/scrum-members.adoc  |  47 ++++++
 .../src/docs/asciidoc/_include/scrum-my-work.adoc  |  46 +++---
 .../docs/asciidoc/_include/scrum-open-test.adoc    |  42 +++--
 .../_include/scrum-product-backlog-item.adoc       |  74 +++++++++
 .../_include/scrum-product-categories.adoc         |  31 ++--
 .../asciidoc/_include/scrum-product-overview.adoc  |  31 ++++
 .../src/docs/asciidoc/_include/scrum-product.adoc  |  76 +++++++++
 .../asciidoc/_include/scrum-project-sprint.adoc    | 132 ++++++++++++++++
 .../docs/asciidoc/_include/scrum-timeSheet.adoc    |  12 +-
 scrum/src/docs/asciidoc/scrum.adoc                 |  93 +++++++++++
 scrum/widget/CommonScreens.xml                     |   5 +
 scrum/widget/OpenTestScreens.xml                   |   6 +-
 scrum/widget/ResourceScreens.xml                   |   5 +-
 scrum/widget/TaskScreens.xml                       |   5 +-
 scrum/widget/TimeSheetScreens.xml                  |   5 +-
 scrum/widget/scrumScreens.xml                      | 102 +++++++-----
 54 files changed, 699 insertions(+), 1859 deletions(-)
 rename scrum/data/{helpdata/HELP_SCRUM_NewProductEmail.xml => HELP_SCRUM.xml} (68%)
 delete mode 100644 scrum/data/helpdata/DEMO-CONTENT.xml
 delete mode 100644 scrum/data/helpdata/HELP_ROOT.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM_AddProdBacklog.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM_AddProduct.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM_AddSprint.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM_AddSprintBacklog.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM_CreateScrumProject.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM_DailyScrumMeetingMinute.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM_EditBacklogItemContent.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM_EditProdBacklog.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM_EditProductContents.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM_EditProjectContents.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM_EditSprint.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM_EditSprintBacklog.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM_FindResource.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM_FindTimeSheet.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM_ListProductBacklogCategories.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM_MyWork.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM_OpenTest.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM_ProductBacklogEmails.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM_ProductEmails.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM_ProductView.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM_Project.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM_SprintList.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM_SprintMember.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM_TaskView.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM_ViewProdBacklogItem.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM_ViewProduct.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM_ViewSprint.xml
 delete mode 100644 scrum/data/helpdata/HELP_SCRUM_defaultTasks.xml
 delete mode 100644 scrum/documents/Scrum.xml
 create mode 100644 scrum/src/docs/asciidoc/_include/scrum-add-sprint.adoc
 copy docs/asciidoc/plugins-developer-manual.adoc => scrum/src/docs/asciidoc/_include/scrum-backlogItem-content.adoc (59%)
 copy docs/asciidoc/plugins-developer-manual.adoc => scrum/src/docs/asciidoc/_include/scrum-default-tasks.adoc (58%)
 create mode 100644 scrum/src/docs/asciidoc/_include/scrum-members.adoc
 copy firstdatapaymentgateway/template/FirstDataPreAuthTemplate.json.ftl => scrum/src/docs/asciidoc/_include/scrum-my-work.adoc (52%)
 copy ecommerce/template/catalog/DetailImage.ftl => scrum/src/docs/asciidoc/_include/scrum-open-test.adoc (50%)
 create mode 100644 scrum/src/docs/asciidoc/_include/scrum-product-backlog-item.adoc
 copy ecommerce/template/email/EmailPayRetry.ftl => scrum/src/docs/asciidoc/_include/scrum-product-categories.adoc (56%)
 create mode 100644 scrum/src/docs/asciidoc/_include/scrum-product-overview.adoc
 create mode 100644 scrum/src/docs/asciidoc/_include/scrum-product.adoc
 create mode 100644 scrum/src/docs/asciidoc/_include/scrum-project-sprint.adoc
 copy myportal/src/docs/asciidoc/_include/portlet-calendar.adoc => scrum/src/docs/asciidoc/_include/scrum-timeSheet.adoc (77%)
 create mode 100644 scrum/src/docs/asciidoc/scrum.adoc

Reply | Threaded
Open this post in threaded view
|

[ofbiz-plugins] 01/02: Documented: ofbiz-plugins / Scrum, migration of docbook help files to asciidoc (OFBIZ-11587)

holivier
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 e314fc7c99cdf39a7cc21f83ea2de0a0ad24c8ea
Author: holivier <[hidden email]>
AuthorDate: Tue May 5 18:55:18 2020 +0200

    Documented: ofbiz-plugins / Scrum, migration of docbook help files
    to asciidoc
    (OFBIZ-11587)
   
    scrum.adoc created and re-organize adoc files to have them similar to
    menu name and menu items order
---
 docs/asciidoc/plugins-user-manual.adoc             |   1 +
 .../docs/asciidoc/_include/scrum-add-sprint.adoc   |  43 +++++++
 .../_include/scrum-backlogItem-content.adoc        |  28 ++---
 .../asciidoc/_include/scrum-default-tasks.adoc     |  28 ++---
 .../src/docs/asciidoc/_include/scrum-members.adoc  |  47 ++++++++
 .../src/docs/asciidoc/_include/scrum-my-work.adoc  |  32 ++---
 .../docs/asciidoc/_include/scrum-open-test.adoc    |  44 +++++++
 .../_include/scrum-product-backlog-item.adoc       |  74 ++++++++++++
 .../_include/scrum-product-categories.adoc         |  30 ++---
 .../asciidoc/_include/scrum-product-overview.adoc  |  31 +++++
 .../src/docs/asciidoc/_include/scrum-product.adoc  |  76 ++++++++++++
 .../asciidoc/_include/scrum-project-sprint.adoc    | 132 +++++++++++++++++++++
 .../docs/asciidoc/_include/scrum-timeSheet.adoc    |  28 ++---
 scrum/src/docs/asciidoc/scrum.adoc                 |  93 +++++++++++++++
 14 files changed, 605 insertions(+), 82 deletions(-)

diff --git a/docs/asciidoc/plugins-user-manual.adoc b/docs/asciidoc/plugins-user-manual.adoc
index 789622e..c30b58e 100644
--- a/docs/asciidoc/plugins-user-manual.adoc
+++ b/docs/asciidoc/plugins-user-manual.adoc
@@ -37,3 +37,4 @@ include::../../myportal/src/docs/asciidoc/my-portal.adoc[leveloffset=+1]
 
 include::../../projectmgr/src/docs/asciidoc/project-mgr.adoc[leveloffset=+1]
 
+include::../../scrum/src/docs/asciidoc/scrum.adoc[leveloffset=+1]
\ No newline at end of file
diff --git a/scrum/src/docs/asciidoc/_include/scrum-add-sprint.adoc b/scrum/src/docs/asciidoc/_include/scrum-add-sprint.adoc
new file mode 100644
index 0000000..83342b4
--- /dev/null
+++ b/scrum/src/docs/asciidoc/_include/scrum-add-sprint.adoc
@@ -0,0 +1,43 @@
+////
+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.
+////
+This screen includes details that need to create sprint.
+
+== Fields Description
+. "Sprint Name" field should contain the name of sprint.
+. "Description" field should contain the description of sprint.
+. "Start Date" field should contain the starting date of the sprint.
+. "End Date" field should contain the ending date of the sprint.
+. "How many Sprint Backlog(s)?" field should contain how many Sprint Backlog do you want from the top of Product Backlog.
+
+== How to create the sprint
+. Fill all of fields.
+. Click at the submit button.
+
+= Update Sprint.
+This part use to update Sprint backlog such as planned hours, ....
+
+. Product Name
+. Sprint Name
+. Sprint Goal
+. Status
+. Start Date
+. End date
+. Planned Hours  (Integer or floating point).
+. Sprint Length Weeks
+. Click the update button to update the Sprint Backlog.
diff --git a/docs/asciidoc/plugins-user-manual.adoc b/scrum/src/docs/asciidoc/_include/scrum-backlogItem-content.adoc
similarity index 56%
copy from docs/asciidoc/plugins-user-manual.adoc
copy to scrum/src/docs/asciidoc/_include/scrum-backlogItem-content.adoc
index 789622e..ec2c833 100644
--- a/docs/asciidoc/plugins-user-manual.adoc
+++ b/scrum/src/docs/asciidoc/_include/scrum-backlogItem-content.adoc
@@ -16,24 +16,22 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 ////
-= Apache OFBiz Plugins
-The Apache OFBiz Project
-Release trunk
-:imagesdir: ./images
-ifdef::backend-pdf[]
-:title-logo-image: image::OFBiz-Logo.svg[Apache OFBiz Logo, pdfwidth=4.25in, align=center]
-:source-highlighter: rouge
-endif::[]
-:toc:
-:sectnums:
+= Backlog Item Contents
+This screen use for uploading any contents that concern to the Backlog Item.
+The screen consists of :
 
-include::../../birt/src/docs/asciidoc/birt.adoc[leveloffset=+1]
+. Backlog Item Content List
+. Add Backlog Item Content
 
-include::../../ebay/src/docs/asciidoc/ebay.adoc[leveloffset=+1]
 
-include::../../ebaystore/src/docs/asciidoc/ebay-store.adoc[leveloffset=+1]
+== Backlog Item Content List
+To show the list of contents by Content Type Id and Content Name.
+There are 2 buttons in each content:
 
-include::../../myportal/src/docs/asciidoc/my-portal.adoc[leveloffset=+1]
+. Delete : To delete the uploaded content
+. Download : To download the uploaded content
 
-include::../../projectmgr/src/docs/asciidoc/project-mgr.adoc[leveloffset=+1]
 
+== Add Backlog Item Content
+To upload the content.
+The content can be classified by choosing the Content Type Id and Mime Type Id.
\ No newline at end of file
diff --git a/docs/asciidoc/plugins-user-manual.adoc b/scrum/src/docs/asciidoc/_include/scrum-default-tasks.adoc
similarity index 56%
copy from docs/asciidoc/plugins-user-manual.adoc
copy to scrum/src/docs/asciidoc/_include/scrum-default-tasks.adoc
index 789622e..2a868de 100644
--- a/docs/asciidoc/plugins-user-manual.adoc
+++ b/scrum/src/docs/asciidoc/_include/scrum-default-tasks.adoc
@@ -16,24 +16,20 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 ////
-= Apache OFBiz Plugins
-The Apache OFBiz Project
-Release trunk
-:imagesdir: ./images
-ifdef::backend-pdf[]
-:title-logo-image: image::OFBiz-Logo.svg[Apache OFBiz Logo, pdfwidth=4.25in, align=center]
-:source-highlighter: rouge
-endif::[]
-:toc:
-:sectnums:
+= Default Tasks
+This screen use for setting the task that will be generated automatically when the backlog is create.
+The screen consists of :
 
-include::../../birt/src/docs/asciidoc/birt.adoc[leveloffset=+1]
+. Create A Default Task button
+. Default Task List
 
-include::../../ebay/src/docs/asciidoc/ebay.adoc[leveloffset=+1]
 
-include::../../ebaystore/src/docs/asciidoc/ebay-store.adoc[leveloffset=+1]
+== Create A Default Task button
+To create a new default task.
+When click on the button the screen appears  Edit Default Task instates the Default Tasks List.
 
-include::../../myportal/src/docs/asciidoc/my-portal.adoc[leveloffset=+1]
-
-include::../../projectmgr/src/docs/asciidoc/project-mgr.adoc[leveloffset=+1]
+== Default Tasks List
+To show Default Tasks List,when click it's name the screen appears  Edit Default Task.
 
+== Edit Default Task
+The screen appears the criteria that can be updated.
\ No newline at end of file
diff --git a/scrum/src/docs/asciidoc/_include/scrum-members.adoc b/scrum/src/docs/asciidoc/_include/scrum-members.adoc
new file mode 100644
index 0000000..3c598cc
--- /dev/null
+++ b/scrum/src/docs/asciidoc/_include/scrum-members.adoc
@@ -0,0 +1,47 @@
+////
+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.
+////
+= Scrum Members
+Any activity in any of the Scrum actions need people who are members of the project.
+
+So create the people which will be involved in the "Members Tab".
+You need to enter an existing person and company (partyGroup). +
+Persons and companies (PartyGroup) need to be added in the party component first before they can be used in the Scrum component.
+
+== Add members into scrum component
+The purpose of this is to add member into the scrum component.
+There are 3 screenlets to perform on the screen include with:
+
+. Find Scrum Member
+. Add Scrum Member
+. Scrum Members List
+
+
+== Find Scrum Member
+To find member who is in the Scrum Component.There 5 criterias to identify - Company,Last Name,First Name,Middle Name and Group Id.
+
+Then, click the button "Find" the solution will display on the Scrum Members List screenlet.
+
+== Add Scrum Member
+To add the member the Scrum Component by selecting at Company and Person and Group Id.
+Then, click the button "Add" the solution will display on the Scrum Members List screenlet.
+
+== Scrum Members List
+
+This screenlet will show all of member who are in the Scrum Component by default.
+There is the remove button for each list to remove member out form the Scrum Component.
\ No newline at end of file
diff --git a/docs/asciidoc/plugins-user-manual.adoc b/scrum/src/docs/asciidoc/_include/scrum-my-work.adoc
similarity index 52%
copy from docs/asciidoc/plugins-user-manual.adoc
copy to scrum/src/docs/asciidoc/_include/scrum-my-work.adoc
index 789622e..c9845db 100644
--- a/docs/asciidoc/plugins-user-manual.adoc
+++ b/scrum/src/docs/asciidoc/_include/scrum-my-work.adoc
@@ -16,24 +16,26 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 ////
-= Apache OFBiz Plugins
-The Apache OFBiz Project
-Release trunk
-:imagesdir: ./images
-ifdef::backend-pdf[]
-:title-logo-image: image::OFBiz-Logo.svg[Apache OFBiz Logo, pdfwidth=4.25in, align=center]
-:source-highlighter: rouge
-endif::[]
-:toc:
-:sectnums:
+= My Work
+This perform to work's information and update timesheet
 
-include::../../birt/src/docs/asciidoc/birt.adoc[leveloffset=+1]
+. Current Timesheet
+. Open task assigned to me
+. Assign an exist Task to me
+. Add a new weekly Timesheet
+. Timesheet list of
 
-include::../../ebay/src/docs/asciidoc/ebay.adoc[leveloffset=+1]
+== Current Timesheet
+To update a member's Timesheet and the set the task's status to complete when the task has been done.
 
-include::../../ebaystore/src/docs/asciidoc/ebay-store.adoc[leveloffset=+1]
+== Open task assigned to me
+To show all tasks belong to the member and the tasks have not set to complete.
 
-include::../../myportal/src/docs/asciidoc/my-portal.adoc[leveloffset=+1]
+== Assign an exist Task to me
+To select the task in the drop down list named "Task name" for assignment the the ownself.
 
-include::../../projectmgr/src/docs/asciidoc/project-mgr.adoc[leveloffset=+1]
+== Add a new weekly Timesheet
+To create a new Timesheet for user who login to the system.
 
+==  list of Timesheet
+To show all Timesheet for user who login to the system.
\ No newline at end of file
diff --git a/scrum/src/docs/asciidoc/_include/scrum-open-test.adoc b/scrum/src/docs/asciidoc/_include/scrum-open-test.adoc
new file mode 100644
index 0000000..067f308
--- /dev/null
+++ b/scrum/src/docs/asciidoc/_include/scrum-open-test.adoc
@@ -0,0 +1,44 @@
+////
+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.
+////
+= Open Test
+This Screen shows the list of completed backlogs that's mean all implementation tasks are set to completed.
+
+. Select a project you want and 'Find'.
+. After result appear Click on backlog to view backlog's details
+. you will see the 'How to test' field that will describe how you could test the backlog.
+
+You can also make an error task on the backlog's overview screen incase you found en error while you're testing.
+So the backlog will be disappear from the list.
+
+== Open test UI
+. Find Backlog
+. Backlog List
+
+=== Find Backlog
+To find the backlog which remains the task status is "test".
+
+=== Backlog List
+On the backlog list shows
+
+* Sprint Name
+ ** click on sprint's name the action will go to sprint's overview,
+* Backlog item
+ ** click on Backlog's name the action will go to the backlog's overview,
+* Status
+ ** to notify the backlog's status.
\ No newline at end of file
diff --git a/scrum/src/docs/asciidoc/_include/scrum-product-backlog-item.adoc b/scrum/src/docs/asciidoc/_include/scrum-product-backlog-item.adoc
new file mode 100644
index 0000000..33d5dee
--- /dev/null
+++ b/scrum/src/docs/asciidoc/_include/scrum-product-backlog-item.adoc
@@ -0,0 +1,74 @@
+////
+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.
+////
+= Product Backlog Item.
+These screens includes details that need for creating new product BacklogItem and display product BacklogItem list.
+
+
+== Product Backlog Items List
+This part use to display product backlog items
+
+. Click at product backlog item name when user need to update it and click back button to back to previous page. +
+  Clicking on BacklogItem open the screen for BacklogItem Detail, so you can:
+  * see an overview
+  * update it
+  * associate note, content, communication
+. Click delete button when user need to delete some product backlog items.
+
+
+== Product Backlog Item Overview
+On the product overview there are 8 sub menus -Overview,Update,Backlog,Billing,Default Tasks,Categories, Content,and Communications
+
+The product overview consist of:
+
+. Product Backlog Item Information
+. Product Backlog Email messages
+. Revisions List
+. Product Backlog Item Status List: Show the Product Backlog Item Status since the Product Backlog Item have created.
+. Tasks: List of task in the Product Backlog.
+. E-mail: List of the E-mails that belong to Product Backlog Item.
+. Backlog Item Content List: List of the E-mails that belong to Product Backlog Item.
+
+
+== Update Product BacklogItem
+This part use to update product backlog or back to previous page.
+
+. Enter product backlog name that user need to update.
+. Select open and closed date time that user need to update for calculating work hours of product backlog.
+. Click update button when insert all above fields.
+. Click back button when user need to back to previous page.
+
+
+== Add New Product Backlog Item
+This part use to add new product backlog item
+
+. Enter product backlog item name.
+. Enter priority of this product backlog item.
+. Click submit button when insert all above fields.
+
+include::scrum-backlogItem-content.adoc[leveloffset=+1]
+
+
+== Communication
+This screen use for communication e-mails.
+The screen consists of :
+
+. New Email Button: To create a new email.
+. Product Backlog Email: To show the sending e-mail that is sent to product owner include with Subject,Status Id,Form,To and
+   Created.
+
diff --git a/docs/asciidoc/plugins-user-manual.adoc b/scrum/src/docs/asciidoc/_include/scrum-product-categories.adoc
similarity index 55%
copy from docs/asciidoc/plugins-user-manual.adoc
copy to scrum/src/docs/asciidoc/_include/scrum-product-categories.adoc
index 789622e..58c939b 100644
--- a/docs/asciidoc/plugins-user-manual.adoc
+++ b/scrum/src/docs/asciidoc/_include/scrum-product-categories.adoc
@@ -16,24 +16,20 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 ////
-= Apache OFBiz Plugins
-The Apache OFBiz Project
-Release trunk
-:imagesdir: ./images
-ifdef::backend-pdf[]
-:title-logo-image: image::OFBiz-Logo.svg[Apache OFBiz Logo, pdfwidth=4.25in, align=center]
-:source-highlighter: rouge
-endif::[]
-:toc:
-:sectnums:
+= Categories
+== List of ProductBacklog Categories
+This screen use for classification of the ProductBacklog.
+The screen consists of :
 
-include::../../birt/src/docs/asciidoc/birt.adoc[leveloffset=+1]
+. New Category button
+. Product Backlog Categories
 
-include::../../ebay/src/docs/asciidoc/ebay.adoc[leveloffset=+1]
+== New Categories button
+To create a new categories.
+When click on the button the screen appears  Edit Product Backlog Category instates the Product Backlog Categories List.
 
-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]
+== Product Backlog Categories
+To show Product Backlog Categories List,when click it's number the screen appears  Edit Product Backlog Category.
 
+== Edit Product Backlog Category
+The screen appears the criteria named "Category" to create a new category.
\ No newline at end of file
diff --git a/scrum/src/docs/asciidoc/_include/scrum-product-overview.adoc b/scrum/src/docs/asciidoc/_include/scrum-product-overview.adoc
new file mode 100644
index 0000000..d4732cf
--- /dev/null
+++ b/scrum/src/docs/asciidoc/_include/scrum-product-overview.adoc
@@ -0,0 +1,31 @@
+////
+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.
+////
+= Product Overview
+On the product overview there are 8 sub menus -Overview,Update,Backlog,Billing,Default Tasks,Categories, Content,and Communications
+
+The product overview consist of:
+
+. Product Information: Show the product's information.
+. Backlogs Status Chart: Show backlogs' status in the pie chart concerning with open(yellow),be implement(blue),and finished(red).
+. Find Product Backlog Item: To find any Product backlog which belongs to the product.
+. Product Backlogs Item List: Product Backlogs Item List will show the backlogs which are not in the sprint by default.
+. Emails: List of the e-mails which are sent to the product owner who created the product.
+. Product Content List: List of the contents which concern to the product.
+. Project and Sprint List: To show the project which concerns this product and the sprint list which belong to project.
+
diff --git a/scrum/src/docs/asciidoc/_include/scrum-product.adoc b/scrum/src/docs/asciidoc/_include/scrum-product.adoc
new file mode 100644
index 0000000..f42e408
--- /dev/null
+++ b/scrum/src/docs/asciidoc/_include/scrum-product.adoc
@@ -0,0 +1,76 @@
+////
+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.
+////
+= Product
+In the Scrum component, First product owner must create or select a product to assign into project later.
+
+The Product Backlog is the master list of all functionality desired in the product, a Scrum team and
+its product owner begin by writing down everything they can think of easily
+
+== Product UI
+In product screen consist of.
+
+1. Add product button : For this button only product owner and scrum admin can see it. +
+   Click go to create product page
+2. Find product: You can find active product. You can find by productId or product name
+3. Product List: Show list active product and you can select the product to
+  * show an overview
+  * update product
+  * add some backlog item to your product
+  * ...
+
+include::scrum-product-overview.adoc[leveloffset=+2]
+
+=== Create New Product
+This screen includes details that need for creating new product and display product list.
+
+This part use to create new product.
+
+. Select company name that related to product owner.
+. Insert the product name and description.
+. Click submit button when insert above fields.
+
+=== Update Product
+This part use to update product.
+
+. The user can update product name and description.
+. Click submit button when insert above fields.
+
+=== Product Contents
+This screen use for uploading any contents that concern to the product.
+The screen consists of :
+
+. Product Content List
+  * Show the list of contents by Content Type Id and Content Name. +
+    There are 2 buttons in each content:
+    .. Delete : To delete the uploaded content
+    .. Download : To download the uploaded content
+. Add Product Content
+  * To upload the content. +
+    The content can be classified by choosing the Content Type Id and Mime Type Id.
+
+=== Communication
+This screen use for communication e-mails.
+The screen consists of :
+
+. New Email: To create a new email.
+  .. New Email: To insert the content to product owner.
+  .. E-mail Contents: To offer the uploading to attack the file to E-mail.
+. E-mail : To show the sending e-mail that is sent to product owner include with Subject,Status Id,Form,To and Created.
+
+
diff --git a/scrum/src/docs/asciidoc/_include/scrum-project-sprint.adoc b/scrum/src/docs/asciidoc/_include/scrum-project-sprint.adoc
new file mode 100644
index 0000000..dc694ed
--- /dev/null
+++ b/scrum/src/docs/asciidoc/_include/scrum-project-sprint.adoc
@@ -0,0 +1,132 @@
+////
+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/Sprint
+Now that we have a project backlog it is time to hold a project meeting.
+In this project meeting discuss the goals of the project, the organization and the product backlog items and
+the estimated hours to complete each item.
+
+Now create the project in the system and assign the members to the project with their roles.
+Attach the minutes of the meeting to the project.
+
+=== Sprint list (and project)
+The Sprint List list all the projects and for each the list of its Sprint.
+
+* It's possible to click on Project Name to open Project overview
+* It's possible to click on Sprint Name to open Sprint overview
+
+=== Project
+==== Create New Scrum Project
+This screen includes details of Scrum project information fields that user have to be filled and then press
+create button for creating new one.
+
+1. User can add Project Name, Description, Status, and Estimate Start Date
+2. Click 'Create' button when adding finish.
+3. There is project list to display relate with your project and user can update project than user created.
+
+==== Project Overview
+This screen displays Informations of the project.
+There are sprint, member and other.
+
+==== Project Contents
+This screen use for uploading any contents that concern to the project.
+The screen consists of :
+
+. Project Content List
+  * show the list of contents by Content Type Id and Content Name. +
+    There are 2 buttons in each content:
+    .. Delete : To delete the uploaded content
+    .. Download : To download the uploaded content
+. Add Project Content
+  * To upload the content. +
+    The content can be classified by choosing the Content Type Id and Mime Type Id.
+
+
+=== Sprint
+
+==== Sprint overview, Burndown Chart
+Keep an eye on the burndown chart if you are still on track.
+If not discuss with the product owner if backlog items have to be added or removed.
+
+A burn down chart is a graphical representation of work left to do versus time. +
+The outstanding work (or backlog) is often on the vertical axis, with time along the horizontal.
+
+That is, it is a run chart of outstanding work. +
+It is useful for predicting when all of the work will be completed.
+
+The hour burndown chart provides you with the following information:
+
+. Actual Hours -- The number of hours remaining until the version release date.
+. Planned Hours -- The minus of the previous planned hours and the current actual hours.
+. Ideal Hours -- The ideal burndown. This is computed with the remaining estimates,
+                not the original estimates of the hours remaining at the version's start date.
+. Daily Completed -- The total time worked by the team (the current actual hours).
+
+==== Create the first sprint
+Now that there is a project we can look at creating the (first) sprint.
+Have a Sprint meeting, define what should be implemented in the (first) sprint and how it should be implemented
+
+Create now the (first) sprint in the system and enter also the number of backlog items which will be included in this sprint.
+Attach the minutes of the meeting to the project.
+
+. "Add Sprint" button, press it if you want to create the sprint (Only Scrum Master can see this button).
+. "List of Sprint" form, contained and display the all of sprint in the system.
+
+include::scrum-add-sprint.adoc[leveloffset=+3]
+
+==== Member
+This screen includes
+
+* Add Sprint Backlog
+  . Select the Project Members Drop down list, then Role Type Id will auto appear.
+  . Set From date to member attack to the sprint and set Thru date to get the member out of the sprint
+* print member list.
+  . Show the print member list.There is a Remove button for set member out of the Sprint.
+
+==== Add Sprint Backlog
+This screen use to add product backlog item(s) that need in this sprint.
+
+. Enter number of product backlog item(s) that need in this sprint.
+. Click submit button when insert above field.
+. *product backlog item(s) that are stored in this sprint come from top of product backlog.
+
+==== Create tasks on the sprint backlog items
+In order to be able to enter actual hours it is required to create at least a single task on every sprint backlog item.
+
+==== Update daily the actual and planned hours
+Before going to the daily sprint meeting make sure the planned (backlog item) and actuals (tasks) are updated.
+
+==== Daily sprint meeting
+Have a daily sprint meeting where the three famous questions are answered and enter the answers in the system related to
+this sprint.
+
+Daily Scrum, brief, daily meetings (about 15 min) between the Scrum Master and the Scrum Team. +
+The purpose is to keep work flowing smoothly and eliminate any impediments.
+
+There are 3 perspectives to talk in meetings :
+
+. What have you accomplish since the last meeting?
+. What are you going to do before the next meeting?
+. What problem are you having with to task?
+
+=== Content data
+There is 3 level for uploading content.
+
+. Project Content
+. Product Content
+. Product Backlog Content
diff --git a/docs/asciidoc/plugins-user-manual.adoc b/scrum/src/docs/asciidoc/_include/scrum-timeSheet.adoc
similarity index 55%
copy from docs/asciidoc/plugins-user-manual.adoc
copy to scrum/src/docs/asciidoc/_include/scrum-timeSheet.adoc
index 789622e..62e643d 100644
--- a/docs/asciidoc/plugins-user-manual.adoc
+++ b/scrum/src/docs/asciidoc/_include/scrum-timeSheet.adoc
@@ -16,24 +16,14 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 ////
-= Apache OFBiz Plugins
-The Apache OFBiz Project
-Release trunk
-:imagesdir: ./images
-ifdef::backend-pdf[]
-:title-logo-image: image::OFBiz-Logo.svg[Apache OFBiz Logo, pdfwidth=4.25in, align=center]
-:source-highlighter: rouge
-endif::[]
-:toc:
-:sectnums:
+= TimeSheet
+== Timesheet screen consists of.
+. Find TimeSheet
+. Timesheet List
 
-include::../../birt/src/docs/asciidoc/birt.adoc[leveloffset=+1]
-
-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]
+== Find TimeSheet
+To find the required timesheet.
 
+== Timesheet List
+To show the timesheet.
+There is the To Complete button for setting the timesheet.
\ No newline at end of file
diff --git a/scrum/src/docs/asciidoc/scrum.adoc b/scrum/src/docs/asciidoc/scrum.adoc
new file mode 100644
index 0000000..377a14e
--- /dev/null
+++ b/scrum/src/docs/asciidoc/scrum.adoc
@@ -0,0 +1,93 @@
+////
+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.
+////
+
+= The Scrum Component.
+:doctype: book
+:sectnums:
+:toc: left
+:icons: font
+:experimental:
+:sourcedir: .
+
+== Introduction
+
+The purpose of this component is to have a web based and ERP integrated access and recording for all information related to
+your Scrum project development. +
+The Scrum development methodology itself is described in any of the following documents:
+
+. http://www.scrum.org/scrumguides/[Scrum guide] (various languages)
+. http://www.scrumalliance.org/pages/what_is_scrum[Scrum in 30 seconds.]
+. http://www.softhouse.se/Uploades/Scrum_eng_webb.pdf[Scrum in 5 minutes]
+
+Below follows a list how the system should be used and at what time you have to update the information within the Scrum component.
+
+
+== Administration
+
+include::_include/scrum-timeSheet.adoc[leveloffset=+2]
+
+include::_include/scrum-default-tasks.adoc[leveloffset=+2]
+
+include::_include/scrum-members.adoc[leveloffset=+2]
+
+== Product Backlog.
+Before anything can start a product backlog is required which will need a product to be created first.
+So create a product assign the it to a product owner which was created in the Scrum member section.
+Then go to the backlog and create the backlog items.
+
+include::_include/scrum-product.adoc[leveloffset=+2]
+
+include::_include/scrum-product-backlog-item.adoc[leveloffset=+2]
+
+include::_include/scrum-product-categories.adoc[leveloffset=+2]
+
+include::_include/scrum-project-sprint.adoc[]
+
+include::_include/scrum-my-work.adoc[leveloffset=+1]
+
+== Task
+The view task show Task description.
+
+=== View Task
+. New Task button : To create new task.
+. Task information.
+. Sprint Backlog Item Note.
+. Task Attachements.
+
+include::_include/scrum-open-test.adoc[leveloffset=+1]
+
+
+== Sprint Demonstration and Evaluation meeting
+At the end of a sprint demonstrate the system to the product owner and interested parties.
+The product owner will incorporate comments into the current backlog list.
+The team and Scrum master will evaluate the sprint so lessons can be learned for the next sprint.
+
+Determine also which tasks were not completed and return them to the product backlog to be included in a next sprint.
+
+The sprint will be repeated until the project is complete.
+
+== Security
+In the Scrum component there are security roles to access in the Scrum component.
+
+1. Product Owner can create product, project, and assign member in project.
+2. Scrum Master can do anything on the project.
+3. Scrum admin can do anything on Scrum component
+4. Scrum team can assign task to yourself and view project.
+
+

Reply | Threaded
Open this post in threaded view
|

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

holivier
In reply to this post by holivier
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 94e77248e554f3c0a3588736a9b49c41c920d4b5
Author: holivier <[hidden email]>
AuthorDate: Thu Sep 10 19:02:24 2020 +0200

    Documented: migrate help link to asciidoc user manual for Plugin
    Scrum (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 Scrum help page to a
    short page with a link to the new help
   
    Remove docbook help files for Scrum
---
 ...LP_SCRUM_NewProductEmail.xml => HELP_SCRUM.xml} |  27 +---
 scrum/data/helpdata/DEMO-CONTENT.xml               |  36 -----
 scrum/data/helpdata/HELP_ROOT.xml                  |  35 -----
 scrum/data/helpdata/HELP_SCRUM.xml                 | 123 ---------------
 scrum/data/helpdata/HELP_SCRUM_AddProdBacklog.xml  |  53 -------
 scrum/data/helpdata/HELP_SCRUM_AddProduct.xml      |  39 -----
 scrum/data/helpdata/HELP_SCRUM_AddSprint.xml       |  48 ------
 .../data/helpdata/HELP_SCRUM_AddSprintBacklog.xml  |  32 ----
 .../helpdata/HELP_SCRUM_CreateScrumProject.xml     |  32 ----
 .../HELP_SCRUM_DailyScrumMeetingMinute.xml         |  39 -----
 .../helpdata/HELP_SCRUM_EditBacklogItemContent.xml |  52 ------
 scrum/data/helpdata/HELP_SCRUM_EditProdBacklog.xml |  49 ------
 .../helpdata/HELP_SCRUM_EditProductContents.xml    |  52 ------
 .../helpdata/HELP_SCRUM_EditProjectContents.xml    |  52 ------
 scrum/data/helpdata/HELP_SCRUM_EditSprint.xml      |  32 ----
 .../data/helpdata/HELP_SCRUM_EditSprintBacklog.xml |  26 ---
 scrum/data/helpdata/HELP_SCRUM_FindResource.xml    |  58 -------
 scrum/data/helpdata/HELP_SCRUM_FindTimeSheet.xml   |  41 -----
 .../HELP_SCRUM_ListProductBacklogCategories.xml    |  56 -------
 scrum/data/helpdata/HELP_SCRUM_MyWork.xml          |  69 --------
 scrum/data/helpdata/HELP_SCRUM_OpenTest.xml        |  47 ------
 .../helpdata/HELP_SCRUM_ProductBacklogEmails.xml   |  48 ------
 scrum/data/helpdata/HELP_SCRUM_ProductEmails.xml   |  48 ------
 scrum/data/helpdata/HELP_SCRUM_ProductView.xml     |  37 -----
 scrum/data/helpdata/HELP_SCRUM_Project.xml         |  30 ----
 scrum/data/helpdata/HELP_SCRUM_SprintList.xml      |  45 ------
 scrum/data/helpdata/HELP_SCRUM_SprintMember.xml    |  41 -----
 scrum/data/helpdata/HELP_SCRUM_TaskView.xml        |  31 ----
 .../helpdata/HELP_SCRUM_ViewProdBacklogItem.xml    |  86 ----------
 scrum/data/helpdata/HELP_SCRUM_ViewProduct.xml     |  86 ----------
 scrum/data/helpdata/HELP_SCRUM_ViewSprint.xml      |  42 -----
 scrum/data/helpdata/HELP_SCRUM_defaultTasks.xml    |  56 -------
 scrum/data/scrumHelpData.xml                       | 175 +--------------------
 scrum/documents/Scrum.xml                          |  27 ----
 scrum/widget/CommonScreens.xml                     |   5 +
 scrum/widget/OpenTestScreens.xml                   |   6 +-
 scrum/widget/ResourceScreens.xml                   |   5 +-
 scrum/widget/TaskScreens.xml                       |   5 +-
 scrum/widget/TimeSheetScreens.xml                  |   5 +-
 scrum/widget/scrumScreens.xml                      | 102 +++++++-----
 40 files changed, 94 insertions(+), 1784 deletions(-)

diff --git a/scrum/data/helpdata/HELP_SCRUM_NewProductEmail.xml b/scrum/data/HELP_SCRUM.xml
similarity index 68%
rename from scrum/data/helpdata/HELP_SCRUM_NewProductEmail.xml
rename to scrum/data/HELP_SCRUM.xml
index bf78986..7ebb362 100644
--- a/scrum/data/helpdata/HELP_SCRUM_NewProductEmail.xml
+++ b/scrum/data/HELP_SCRUM.xml
@@ -7,9 +7,9 @@
     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
@@ -21,27 +21,16 @@
     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>New Email Help</title>
+    <title>SCRUM Component Help redirection</title>
     <section>
-        <title>New E-mail</title>
+        <title>Introduction</title>
         <para>
-            The screen consists of :
-            <orderedlist>
-                <listitem><para>New Email</para></listitem>
-                <listitem><para>E-mail Contents</para></listitem>
-            </orderedlist>
+            The purpose of this component is to have a web based and ERP integrated access and recording for all information
+            related to your Scrum project development.
         </para>
-    </section>
-    <section>
-        <title>New Email</title>
-        <para>
-            To insert the content to product owner.
-        </para>
-    </section>
-    <section>
-        <title>E-mail Contents</title>
         <para>
-            To offer the uploading to attack the file to E-mail.
+            Scrum 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#_the_scrum_component">OFBiz user documentation site / Scrum component</link>
         </para>
     </section>
 </section>
\ No newline at end of file
diff --git a/scrum/data/helpdata/DEMO-CONTENT.xml b/scrum/data/helpdata/DEMO-CONTENT.xml
deleted file mode 100644
index 643a2e9..0000000
--- a/scrum/data/helpdata/DEMO-CONTENT.xml
+++ /dev/null
@@ -1,36 +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>DEMO DATA CONTENT</title>
-    <para>
-        This is the demo data content file. There is 3 level for uploading content.
-    </para>
-    <section>
-        <orderedlist>
-            <listitem><para>Project Content</para></listitem>
-            <listitem><para>Product Content</para></listitem>
-            <listitem><para>Product Backlog Content</para></listitem>
-        </orderedlist>
-    </section>
-</section>
\ No newline at end of file
diff --git a/scrum/data/helpdata/HELP_ROOT.xml b/scrum/data/helpdata/HELP_ROOT.xml
deleted file mode 100644
index b3ac520..0000000
--- a/scrum/data/helpdata/HELP_ROOT.xml
+++ /dev/null
@@ -1,35 +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>Welcome to the SCRUM help system</title>
-    <section>
-        <para>If you arrived at this page without selecting the index,
-            then a specific help page was not yet available</para>
-    </section>
-    <section>
-        <para>
-            This system will provide you context sensitive help throughout the
-            system.
-        </para>
-    </section>
-</section>
\ No newline at end of file
diff --git a/scrum/data/helpdata/HELP_SCRUM.xml b/scrum/data/helpdata/HELP_SCRUM.xml
deleted file mode 100644
index a9a334b..0000000
--- a/scrum/data/helpdata/HELP_SCRUM.xml
+++ /dev/null
@@ -1,123 +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>Welcome to the SCRUM Component help system</title>
-    <section>
-        <title>Introduction</title>
-        <para>
-            The purpose of this component is to have a web based and ERP integrated access and recording for all information
-            related to your Scrum project development. The Scrum development methodology itself is described in any of the following documents:
-            <orderedlist>
-                <listitem><para><link xl:href="http://www.scrum.org/scrumguides/">Scrum guide</link> (various languages)</para></listitem>
-                <listitem><para><link xl:href="http://www.scrumalliance.org/pages/what_is_scrum">Scrum in 30 seconds.</link></para></listitem>
-                <listitem><para><link xl:href="http://www.softhouse.se/Uploades/Scrum_eng_webb.pdf">Scrum in 5 minutes</link></para></listitem>
-            </orderedlist>
-        </para>
-        <para>
-            Below follows a list how the system should be used and at what time you have to update the information within the Scrum component.
-        </para>
-    </section>
-    <section>
-        <title>Create the available Scrum members</title>
-        <para>
-            Any activity in any of the Scrum actions need people who are members of the project. So create the people which will be involved in the "Members Tab".
-            You need to enter an existing person and company (partyGroup). Persons and companies (PartyGroup) need to be added in the party component first before they can be used in the Scrum component.
-        </para>
-    </section>
-    <section>
-        <title>Create the product Backlog.</title>
-        <para>
-            Before anything can start a product backlog is required which will need a product to be created first.
-            So create a product assign the it to a product owner which was created in the Scrum member section.
-            Then go to the backlog and create the backlog items.
-        </para>
-    </section>
-    <section>
-        <title>Create the project</title>
-        <para>
-            Now that we have a project backlog it is time to hold a project meeting. In this project meeting discuss the goals of the project,
-            the organization and the product backlog items and the estimated hours to complete each item.
-        </para>
-        <para>
-            Now create the project in the system and assign the members to the project with their roles. Attach the minutes of the meeting to the project.
-        </para>
-    </section>
-    <section>
-        <title>Create the first sprint</title>
-        <para>
-            Now that there is a project we can look at creating the (first) sprint.
-            Have a Sprint meeting, define what should be implemented in the (first) sprint and how it should be implemented
-        </para>
-        <para>
-            Create now the (first) sprint in the system and enter also the number of backlog items which will be included in this sprint. Attach the minutes of the meeting to the project.
-        </para>
-    </section>
-    <section>
-        <title>Create tasks on the sprint backlog items</title>
-        <para>
-            In order to be able to enter actual hours it is required to create at least a single task on every sprint backlog item.
-        </para>
-    </section>
-    <section>
-        <title>Update daily the actual and planned hours</title>
-        <para>
-            Before going to the daily sprint meeting make sure the planned (backlog item) and actuals (tasks) are updated.
-        </para>
-    </section>
-    <section>
-        <title>Daily sprint meeting</title>
-        <para>
-            Have a daily sprint meeting where the three famous questions are answered and enter the answers in the system related to this sprint.
-        </para>
-    </section>
-    <section>
-        <title>Sprint burndown chart</title>
-        <para>
-            Keep an eye on the burndown chart if you are still on track. If not discuss with the product owner if backlog items have to be added or removed.
-        </para>
-    </section>
-    <section>
-        <title>Sprint Demonstration and Evaluation meeting</title>
-        <para>
-            At the end of a sprint demonstrate the system to the product owner and interested parties. The product owner will incorporate comments into the current backlog list.
-            The team and Scrum master will evaluate the sprint so lessons can be learned for the next sprint.
-        </para>
-        <para>
-            Determine also which tasks were not completed and return them to the product backlog to be included in a next sprint.
-        </para>
-    </section>
-    <para>
-        The sprint will be repeated until the project is complete.
-    </para>
-    <section>
-        <title>Security</title>
-        <para>
-            In the Scrum component there are security roles to access in the Scrum component.
-        </para>
-        <para>1. Product Owner can create product, project, and assign member in project.</para>
-        <para>2. Scrum Master can do anything on the project.</para>
-        <para>3. Scrum admin can do anything on Scrum component</para>
-        <para>4. Scrum team can assign task to yourself and view project.</para>
-    </section>
-
-</section>
\ No newline at end of file
diff --git a/scrum/data/helpdata/HELP_SCRUM_AddProdBacklog.xml b/scrum/data/helpdata/HELP_SCRUM_AddProdBacklog.xml
deleted file mode 100644
index b3efbfc..0000000
--- a/scrum/data/helpdata/HELP_SCRUM_AddProdBacklog.xml
+++ /dev/null
@@ -1,53 +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>Create New Product Backlog</title>
-    <para>
-        This screen includes details that need for creating new product backlog and display product backlog list.
-    </para>
-    <section>
-        <title>Update Product</title>
-        <para>This part use to update product.</para>
-        <orderedlist>
-            <listitem><para>The user can update product name and description.</para></listitem>
-            <listitem><para>Click submit button when insert above fields.</para></listitem>
-        </orderedlist>
-    </section>
-    <section>
-        <title>Add New Product Backlog</title>
-        <para>This part use to create new product backlog.</para>
-        <orderedlist>
-            <listitem><para>Enter product backlog item name.*The Product Backlog is the master list of all functionality desired in the product, a Scrum team and its product owner begin by writing down everything they can think of easily.</para></listitem>
-            <listitem><para>Click submit button when insert above field.</para></listitem>
-        </orderedlist>
-    </section>
-    <section>
-        <title>Product Backlog List</title>
-        <para>This part use to display product backlog.</para>
-        <orderedlist>
-            <listitem><para>Click at product backlog name when user need to update product backlog page.</para></listitem>
-            <listitem><para>Click at delete button when user need to delete some product backlogs.</para></listitem>
-        </orderedlist>
-    </section>
-</section>
diff --git a/scrum/data/helpdata/HELP_SCRUM_AddProduct.xml b/scrum/data/helpdata/HELP_SCRUM_AddProduct.xml
deleted file mode 100644
index 1cacb71..0000000
--- a/scrum/data/helpdata/HELP_SCRUM_AddProduct.xml
+++ /dev/null
@@ -1,39 +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>Create New Product</title>
-    <para>
-        This screen includes details that need for creating new product and display product list.
-    </para>
-    <section>
-        <title>Add New Product</title>
-        <para>This part use to create new product.</para>
-        <orderedlist>
-            <listitem><para>Select company name that related to product owner.</para></listitem>
-            <listitem><para>Insert the product name and description.</para></listitem>
-            <listitem><para>Click submit button when insert above fields.</para></listitem>
-        </orderedlist>
-    </section>
-    
-    </section>
\ No newline at end of file
diff --git a/scrum/data/helpdata/HELP_SCRUM_AddSprint.xml b/scrum/data/helpdata/HELP_SCRUM_AddSprint.xml
deleted file mode 100644
index 4937b06..0000000
--- a/scrum/data/helpdata/HELP_SCRUM_AddSprint.xml
+++ /dev/null
@@ -1,48 +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>Create Sprint Screen</title>
-    <para>
-        This screen includes details that need to create sprint.
-    </para>
-    <section>
-        <title>Fields Description</title>
-        <para>This part use to explain the meaning of fields in create sprint form.</para>
-        <orderedlist>
-            <listitem><para>"Sprint Name" field should contain the name of sprint.</para></listitem>
-            <listitem><para>"Description" field should contain the description of sprint.</para></listitem>
-            <listitem><para>"Start Date" field should contain the starting date of the sprint.</para></listitem>
-            <listitem><para>"End Date" field should contain the ending date of the sprint.</para></listitem>
-            <listitem><para>"How many Sprint Backlog(s)?" field should contain how many Sprint Backlog do you want from the top of Product Backlog.</para></listitem>
-        </orderedlist>
-    </section>
-    <section>
-        <title>How to create the sprint</title>
-        <para>This part use to explain how to create the sprint.</para>
-        <orderedlist>
-            <listitem><para>Fill all of fields.</para></listitem>
-            <listitem><para>Click at the submit button.</para></listitem>
-        </orderedlist>
-    </section>
-    </section>
diff --git a/scrum/data/helpdata/HELP_SCRUM_AddSprintBacklog.xml b/scrum/data/helpdata/HELP_SCRUM_AddSprintBacklog.xml
deleted file mode 100644
index 75f60ec..0000000
--- a/scrum/data/helpdata/HELP_SCRUM_AddSprintBacklog.xml
+++ /dev/null
@@ -1,32 +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>Add Sprint Backlog</title>
-    <para>This screen use to add product backlog item(s) that need in this sprint.</para>
-    <orderedlist>
-            <listitem><para>Enter number of product backlog item(s) that need in this sprint.</para></listitem>
-            <listitem><para>Click submit button when insert above field.</para></listitem>
-            <listitem><para>*product backlog item(s) that are stored in this sprint come from top of product backlog.</para></listitem>
-        </orderedlist>
-    </section>
\ No newline at end of file
diff --git a/scrum/data/helpdata/HELP_SCRUM_CreateScrumProject.xml b/scrum/data/helpdata/HELP_SCRUM_CreateScrumProject.xml
deleted file mode 100644
index c675140..0000000
--- a/scrum/data/helpdata/HELP_SCRUM_CreateScrumProject.xml
+++ /dev/null
@@ -1,32 +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>Create New Scrum Project</title>
-    <para>
-        This screen includes details of Scrum project information fields that user have to be filled and then press create button for creating new one.
-    </para>
-    <para>1. User can add Project Name, Description, Status, and Estimate Start Date</para>
-    <para>2. Click 'Create' button when adding finish.</para>
-    <para>3. There is project list to display relate with your project and user can update project than user created.</para>
-</section>
diff --git a/scrum/data/helpdata/HELP_SCRUM_DailyScrumMeetingMinute.xml b/scrum/data/helpdata/HELP_SCRUM_DailyScrumMeetingMinute.xml
deleted file mode 100644
index 68660f8..0000000
--- a/scrum/data/helpdata/HELP_SCRUM_DailyScrumMeetingMinute.xml
+++ /dev/null
@@ -1,39 +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>Daily Scrum Meeting Minute Help</title>
-    <para>
-        Daily Scrum, brief, daily meetings (about 15 min) between
-        the Scrum Master and the Scrum Team. The purpose is to keep
-        work flowing smoothly and eliminate any impediments.
-        There are 3 perspectives to talk in meetings :
-    </para>
-    <section>
-        <orderedlist>
-            <listitem><para>What have you accomplish since the last meeting?</para></listitem>
-            <listitem><para>What are you going to do before the next meeting?</para></listitem>
-            <listitem><para>What problem are you having with to task?</para></listitem>
-        </orderedlist>
-    </section>
-</section>
\ No newline at end of file
diff --git a/scrum/data/helpdata/HELP_SCRUM_EditBacklogItemContent.xml b/scrum/data/helpdata/HELP_SCRUM_EditBacklogItemContent.xml
deleted file mode 100644
index 29b54ac..0000000
--- a/scrum/data/helpdata/HELP_SCRUM_EditBacklogItemContent.xml
+++ /dev/null
@@ -1,52 +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>Contents Help</title>
-    <section>
-        <title>Backlog Item Contents</title>
-        <para>
-            This screen use for uploading any contents that concern to the Backlog Item.
-            The screen consists of :
-            <orderedlist>
-                <listitem><para>Backlog Item Content List</para></listitem>
-                <listitem><para>Add Backlog Item Content</para></listitem>
-            </orderedlist>
-        </para>
-    </section>
-    <section>
-        <title>Backlog Item Content List</title>
-        <para>
-            To show the list of contents by Content Type Id and Content Name. There are 2 buttons in each content:
-            <orderedlist>
-                <listitem><para>Delete : To delete the uploaded content</para></listitem>
-                <listitem><para>Download : To download the uploaded content</para></listitem>
-            </orderedlist>
-        </para>
-    </section>
-    <section>
-        <title>Add Backlog Item Content</title>
-        <para>
-            To upload the content. The content can be classified by choosing the Content Type Id and Mime Type Id.
-        </para>
-    </section>
-</section>
\ No newline at end of file
diff --git a/scrum/data/helpdata/HELP_SCRUM_EditProdBacklog.xml b/scrum/data/helpdata/HELP_SCRUM_EditProdBacklog.xml
deleted file mode 100644
index a21ceb9..0000000
--- a/scrum/data/helpdata/HELP_SCRUM_EditProdBacklog.xml
+++ /dev/null
@@ -1,49 +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>Update product backlog , Add and Update product backlog item.</title>
-    <para>This page includes three part for updating product backlog, adding and updating new product backlog item.</para>
-    <section>
-        <title>Update Product Backlog</title>
-        <para>This part use to update product backlog or back to previous page.</para>
-        <orderedlist>
-            <listitem><para>Enter product backlog name that user need to update.</para></listitem>
-            <listitem><para>Select open and closed date time that user need to update for calculating work hours of product backlog.</para></listitem>
-            <listitem><para>Click update button when insert all above fields.</para></listitem>
-            <listitem><para>Click back button when user need to back to previous page.</para></listitem>
-        </orderedlist>
-    </section>
-    <section>
-        <title>Add New Product Backlog Item</title>
-        <para>This part use to add new product backlog item</para>
-        <orderedlist>
-            <listitem><para>Enter product backlog item name.</para></listitem>
-            <listitem><para>Enter priority of this product backlog item.</para></listitem>
-            <listitem><para>Click submit button when insert all above fields.</para></listitem>
-        </orderedlist>
-    </section>
-    <section>
-        <title>Product Backlog Items List</title>
-        <para>This part use to display product backlog items</para>
-        <orderedlist>
-            <listitem><para>Click at product backlog item name when user need to update it and click back button to back to previous page.</para></listitem>
-            <listitem><para>Click delete button when user need to delete some product backlog items.</para></listitem>
-        </orderedlist>
-    </section>
-    </section>
\ No newline at end of file
diff --git a/scrum/data/helpdata/HELP_SCRUM_EditProductContents.xml b/scrum/data/helpdata/HELP_SCRUM_EditProductContents.xml
deleted file mode 100644
index 1105055..0000000
--- a/scrum/data/helpdata/HELP_SCRUM_EditProductContents.xml
+++ /dev/null
@@ -1,52 +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>Contents Help</title>
-    <section>
-        <title>Product Contents</title>
-        <para>
-            This screen use for uploading any contents that concern to the product.
-            The screen consists of :
-            <orderedlist>
-                <listitem><para>Product Content List</para></listitem>
-                <listitem><para>Add Product Content</para></listitem>
-            </orderedlist>
-        </para>
-    </section>
-    <section>
-        <title>Product Content List</title>
-        <para>
-            To Show the list of contents by Content Type Id and Content Name. There are 2 buttons in each content:
-            <orderedlist>
-                <listitem><para>Delete : To delete the uploaded content</para></listitem>
-                <listitem><para>Download : To download the uploaded content</para></listitem>
-            </orderedlist>
-        </para>
-    </section>
-    <section>
-        <title>Add Product Content</title>
-        <para>
-            To upload the content. The content can be classified by choosing the Content Type Id and Mime Type Id.
-        </para>
-    </section>
-</section>
\ No newline at end of file
diff --git a/scrum/data/helpdata/HELP_SCRUM_EditProjectContents.xml b/scrum/data/helpdata/HELP_SCRUM_EditProjectContents.xml
deleted file mode 100644
index 980fcd9..0000000
--- a/scrum/data/helpdata/HELP_SCRUM_EditProjectContents.xml
+++ /dev/null
@@ -1,52 +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>Contents Help</title>
-    <section>
-        <title>Project Contents</title>
-        <para>
-            This screen use for uploading any contents that concern to the project.
-            The screen consists of :
-            <orderedlist>
-                <listitem><para>Project Content List</para></listitem>
-                <listitem><para>Add Project Content</para></listitem>
-            </orderedlist>
-        </para>
-    </section>
-    <section>
-        <title>Project Content List</title>
-        <para>
-            To show the list of contents by Content Type Id and Content Name. There are 2 buttons in each content:
-            <orderedlist>
-                <listitem><para>Delete : To delete the uploaded content</para></listitem>
-                <listitem><para>Download : To download the uploaded content</para></listitem>
-            </orderedlist>
-        </para>
-    </section>
-    <section>
-        <title>Add Project Content</title>
-        <para>
-            To upload the content. The content can be classified by choosing the Content Type Id and Mime Type Id.
-        </para>
-    </section>
-</section>
\ No newline at end of file
diff --git a/scrum/data/helpdata/HELP_SCRUM_EditSprint.xml b/scrum/data/helpdata/HELP_SCRUM_EditSprint.xml
deleted file mode 100644
index 359b902..0000000
--- a/scrum/data/helpdata/HELP_SCRUM_EditSprint.xml
+++ /dev/null
@@ -1,32 +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>Update Sprint.</title>
-    <para>This  use for updating the Sprint.</para>
-    <orderedlist>
-        <listitem><para>Product Name</para></listitem>
-        <listitem><para>Sprint Name</para></listitem>
-        <listitem><para>Sprint Goal</para></listitem>
-        <listitem><para>Status</para></listitem>
-        <listitem><para>Start Date</para></listitem>
-        <listitem><para>End date</para></listitem>
-        <listitem><para>Planned Hours</para></listitem>
-        <listitem><para>Sprint Length Weeks</para></listitem>
-    </orderedlist>
-</section>
\ No newline at end of file
diff --git a/scrum/data/helpdata/HELP_SCRUM_EditSprintBacklog.xml b/scrum/data/helpdata/HELP_SCRUM_EditSprintBacklog.xml
deleted file mode 100644
index 11ff3f7..0000000
--- a/scrum/data/helpdata/HELP_SCRUM_EditSprintBacklog.xml
+++ /dev/null
@@ -1,26 +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>Update Sprint backlog.</title>
-    <para>This part use to update Sprint backlog such as planned hours, ....</para>
-    <orderedlist>
-        <listitem><para>Enter Planned Hours field (Integer or floating point).</para></listitem>
-        <listitem><para>Click the update button to update the Sprint Backlog.</para></listitem>
-    </orderedlist>
-</section>
\ No newline at end of file
diff --git a/scrum/data/helpdata/HELP_SCRUM_FindResource.xml b/scrum/data/helpdata/HELP_SCRUM_FindResource.xml
deleted file mode 100644
index 37d82ce..0000000
--- a/scrum/data/helpdata/HELP_SCRUM_FindResource.xml
+++ /dev/null
@@ -1,58 +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 Members menu in Scrum component</title>
-    <section>
-        <title>Add members into scrum component</title>
-        <para>
-            The purpose of this is to add member into the scrum component. There are 3 screenlets to perform on the screen include with:
-            <orderedlist>
-                <listitem><para>Find Scrum Member</para></listitem>
-                <listitem><para>Add Scrum Member</para></listitem>
-                <listitem><para>Scrum Members List</para></listitem>
-            </orderedlist>
-        </para>
-
-    </section>
-    <section>
-        <title>Find Scrum Member</title>
-        <para>
-            To find member who is in the Scrum Component.There 5 criterias to identify - Company,Last Name,First Name,Middle Name and Group Id.
-            Then, click the button "Find" the solution will display on the Scrum Members List screenlet.
-        </para>
-    </section>
-    <section>
-        <title>Add Scrum Member</title>
-        <para>
-            To add the member the Scrum Component by selecting at Company and Person and Group Id.
-            Then, click the button "Add" the solution will display on the Scrum Members List screenlet.
-        </para>
-    </section>
-    <section>
-        <title>Scrum Members List</title>
-        <para>
-            This screenlet will show all of member who are in the Scrum Component by default.
-            There is the remove button for each list to remove member out form the Scrum Component.
-        </para>
-    </section>
-</section>
diff --git a/scrum/data/helpdata/HELP_SCRUM_FindTimeSheet.xml b/scrum/data/helpdata/HELP_SCRUM_FindTimeSheet.xml
deleted file mode 100644
index e1d0586..0000000
--- a/scrum/data/helpdata/HELP_SCRUM_FindTimeSheet.xml
+++ /dev/null
@@ -1,41 +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>Time Sheet help</title>
-    <para>In the screen to show the backlog list for testing</para>
-    <section>
-        <title>Timesheet screen consists of.</title>
-        <orderedlist>
-            <listitem><para>Find TimeSheet</para></listitem>
-            <listitem><para>Timesheet List</para></listitem>
-        </orderedlist>
-    </section>
-    <section>
-        <title>Find TimeSheet</title>
-        <para>
-            To find the required timesheet.
-        </para>
-    </section>
-    <section>
-        <title>Timesheet List</title>
-        <para>
-            To show the timesheet. There is the To Complete button for setting the timesheet.
-        </para>
-    </section>
-</section>
\ No newline at end of file
diff --git a/scrum/data/helpdata/HELP_SCRUM_ListProductBacklogCategories.xml b/scrum/data/helpdata/HELP_SCRUM_ListProductBacklogCategories.xml
deleted file mode 100644
index ad3436d..0000000
--- a/scrum/data/helpdata/HELP_SCRUM_ListProductBacklogCategories.xml
+++ /dev/null
@@ -1,56 +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>List of ProductBacklog Categories Help</title>
-    <section>
-        <title>List of ProductBacklog Categories</title>
-        <para>
-            This screen use for classification of the ProductBacklog.
-            The screen consists of :
-            <orderedlist>
-                <listitem><para>New Categories button</para></listitem>
-                <listitem><para>Product Backlog Categories</para></listitem>
-            </orderedlist>
-        </para>
-    </section>
-    <section>
-        <title>New Categories button</title>
-        <para>
-            To create a new categories. When click on the button the screen appears
-            Edit Product Backlog Category instates the Product Backlog Categories List.
-        </para>
-    </section>
-    <section>
-        <title>Product Backlog Categories</title>
-        <para>
-            To show Product Backlog Categories List,when click it's number the screen appears
-            Edit Product Backlog Category.
-        </para>
-    </section>
-    <section>
-        <title>Edit Product Backlog Category</title>
-        <para>
-            The screen appears the criteria named "Category" to create a new category.
-        </para>
-    </section>
-</section>
\ No newline at end of file
diff --git a/scrum/data/helpdata/HELP_SCRUM_MyWork.xml b/scrum/data/helpdata/HELP_SCRUM_MyWork.xml
deleted file mode 100644
index acf67b4..0000000
--- a/scrum/data/helpdata/HELP_SCRUM_MyWork.xml
+++ /dev/null
@@ -1,69 +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>MyWork</title>
-    <section>
-        <title></title>
-        <para>
-            This perform to work's information and update timesheet
-            <orderedlist>
-                <listitem><para>Current Timesheet</para></listitem>
-                <listitem><para>Open task assigned to me</para></listitem>
-                <listitem><para>Assign an exist Task to me</para></listitem>
-                <listitem><para>Add a new weekly Timesheet</para></listitem>
-                <listitem><para>Timesheet list of</para></listitem>
-            </orderedlist>
-        </para>
-    </section>
-    <section>
-        <title>Current Timesheet</title>
-        <para>
-            To update a member's Timesheet and the set the task's status to complete when
-            the task has been done.
-        </para>
-    </section>
-    <section>
-        <title>Open task assigned to me</title>
-        <para>
-            To show all tasks belong to the member and the tasks have not set to complete.
-        </para>
-    </section>
-    <section>
-        <title>Assign an exist Task to me</title>
-        <para>
-            To select the task in the drop down list named "Task name" for assignment the the ownself.
-        </para>
-    </section>
-    <section>
-        <title>Add a new weekly Timesheet</title>
-        <para>
-            To create a new Timesheet for user who login to the system.
-        </para>
-    </section>
-    <section>
-        <title>Timesheet list of</title>
-        <para>
-            To show all Timesheet for user who login to the system.
-        </para>
-    </section>
-</section>
\ No newline at end of file
diff --git a/scrum/data/helpdata/HELP_SCRUM_OpenTest.xml b/scrum/data/helpdata/HELP_SCRUM_OpenTest.xml
deleted file mode 100644
index 16d10d5..0000000
--- a/scrum/data/helpdata/HELP_SCRUM_OpenTest.xml
+++ /dev/null
@@ -1,47 +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>Open Test help</title>
-    <para>This Screen shows the list of completed backlogs that's mean all implementation tasks are set to completed.
-       Select a project you want and 'Find'. After result appear Click on backlog to view backlog's details and you will see
-       the 'How to test' field that will describe how you could test the backlog. You can also make an error task on the backlog's overview screen
-       incase you found en error while you're testing. So the backlog will be disappear from the list.
-    </para>
-    <section>
-        <title>The Open test screen consists of.</title>
-        <orderedlist>
-            <listitem><para>Find Backlog</para></listitem>
-            <listitem><para>Backlog List</para></listitem>
-        </orderedlist>
-    </section>
-    <section>
-        <title>Find Backlog</title>
-        <para>
-            To find the backlog which remains the task status is "test".
-        </para>
-    </section>
-    <section>
-        <title>Backlog List</title>
-        <para>
-            On the backlog list shows Sprint Name - click on sprint's name the action will go to sprint's overview,
-            Backlog item - click on Backlog's name the action will go to the backlog's overview,
-            and Status - to notify the backlog's status.
-        </para>
-    </section>
-</section>
\ No newline at end of file
diff --git a/scrum/data/helpdata/HELP_SCRUM_ProductBacklogEmails.xml b/scrum/data/helpdata/HELP_SCRUM_ProductBacklogEmails.xml
deleted file mode 100644
index 7cd71ac..0000000
--- a/scrum/data/helpdata/HELP_SCRUM_ProductBacklogEmails.xml
+++ /dev/null
@@ -1,48 +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>Communication Help</title>
-    <section>
-        <title>Communication</title>
-        <para>
-            This screen use for communication e-mails.
-            The screen consists of :
-            <orderedlist>
-                <listitem><para>New Email Button</para></listitem>
-                <listitem><para>Product Backlog Email</para></listitem>
-            </orderedlist>
-        </para>
-    </section>
-    <section>
-        <title>New Email Button</title>
-        <para>
-            To create a new email.
-        </para>
-    </section>
-    <section>
-        <title>Product Backlog Email</title>
-        <para>
-            To show the sending e-mail that is sent to product owner include with Subject,Status Id,Form,To and Created.
-        </para>
-    </section>
-</section>
\ No newline at end of file
diff --git a/scrum/data/helpdata/HELP_SCRUM_ProductEmails.xml b/scrum/data/helpdata/HELP_SCRUM_ProductEmails.xml
deleted file mode 100644
index ec004fe..0000000
--- a/scrum/data/helpdata/HELP_SCRUM_ProductEmails.xml
+++ /dev/null
@@ -1,48 +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>Communication Help</title>
-    <section>
-        <title>Communication</title>
-        <para>
-            This screen use for communication e-mails.
-            The screen consists of :
-            <orderedlist>
-                <listitem><para>New Email</para></listitem>
-                <listitem><para>E-mail</para></listitem>
-            </orderedlist>
-        </para>
-    </section>
-    <section>
-        <title>New Email</title>
-        <para>
-            To create a new email.
-        </para>
-    </section>
-    <section>
-        <title>Add Product Content</title>
-        <para>
-            To show the sending e-mail that is sent to product owner include with Subject,Status Id,Form,To and Created.
-        </para>
-    </section>
-</section>
\ No newline at end of file
diff --git a/scrum/data/helpdata/HELP_SCRUM_ProductView.xml b/scrum/data/helpdata/HELP_SCRUM_ProductView.xml
deleted file mode 100644
index c164579..0000000
--- a/scrum/data/helpdata/HELP_SCRUM_ProductView.xml
+++ /dev/null
@@ -1,37 +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>Product help</title>
-    <section>
-        <para>
-            In the Scrum component, First product owner must create product to assign into project later.
-        </para>
-        <section>
-            <para>In product screen consist of.</para>
-            <para>1. Add product button : For this button only product owner and scrum admin can see it. Click go to create product page </para>
-            <para>2. Find product : You can find active product. You can find by productId or product name</para>
-            <para>3. Product List : Show list active product and you can select the product to update and add the backlog to your product</para>
-        </section>
-        
-    </section>
-</section>
\ No newline at end of file
diff --git a/scrum/data/helpdata/HELP_SCRUM_Project.xml b/scrum/data/helpdata/HELP_SCRUM_Project.xml
deleted file mode 100644
index a86f730..0000000
--- a/scrum/data/helpdata/HELP_SCRUM_Project.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 help</title>
-    <section>
-        <para>
-            This screen displays Informations of the project. There are sprint, member and other.
-        </para>
-    </section>
-</section>
\ No newline at end of file
diff --git a/scrum/data/helpdata/HELP_SCRUM_SprintList.xml b/scrum/data/helpdata/HELP_SCRUM_SprintList.xml
deleted file mode 100644
index a01e4b7..0000000
--- a/scrum/data/helpdata/HELP_SCRUM_SprintList.xml
+++ /dev/null
@@ -1,45 +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>Sprint List Screen</title>
-    <para>
-        This screen includes the details of particular forms.
-    </para>
-    <section>
-        <title>Description</title>
-        <para>This part use to explain the meaning of the buttons/forms/fields in Sprint List Screen.</para>
-        <orderedlist>
-            <listitem><para>"Add Sprint" button, press it if you want to create the sprint (Only Scrum Master can see this button).</para></listitem>
-            <listitem><para>"List of Sprint" form, contained and display the all of sprint in the system.</para></listitem>
-        </orderedlist>
-    </section>
-    <section>
-        <title>How to add the Sprint</title>
-        <para>This part use to explain how to add the Sprint. Scrum Master is only one who has permission to add the Sprint</para>
-        <orderedlist>
-            <listitem><para>Login as Scrum Master.</para></listitem>
-            <listitem><para>Click at the "Add Sprint" button.</para></listitem>
-        </orderedlist>
-    </section>
-    </section>
diff --git a/scrum/data/helpdata/HELP_SCRUM_SprintMember.xml b/scrum/data/helpdata/HELP_SCRUM_SprintMember.xml
deleted file mode 100644
index 1f77bda..0000000
--- a/scrum/data/helpdata/HELP_SCRUM_SprintMember.xml
+++ /dev/null
@@ -1,41 +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>Sprint Member</title>
-    <para>
-        This screen includes Add Sprint Backlog and Sprint member list.
-    </para>
-    <section>
-        <title>Add Sprint Backlog</title>
-        <para>This part use for updating sprint member.</para>
-        <orderedlist>
-            <listitem><para>Select the Project Members Drop down list, then Role Type Id will auto appear.</para></listitem>
-            <listitem><para>Set From date to member attack to the sprint and set Thru date to get the member out of the sprint</para></listitem>
-        </orderedlist>
-    </section>
-    <section>
-        <title>Sprint member list</title>
-        <para>Show the print member list.There is a Remove button for set member out of the Sprint.</para>
-    </section>
-</section>
diff --git a/scrum/data/helpdata/HELP_SCRUM_TaskView.xml b/scrum/data/helpdata/HELP_SCRUM_TaskView.xml
deleted file mode 100644
index b83bdb0..0000000
--- a/scrum/data/helpdata/HELP_SCRUM_TaskView.xml
+++ /dev/null
@@ -1,31 +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>View Task help</title>
-    <para>The view task show Task description.</para>
-    <section>
-        <title>In View Task screen consist of.</title>
-        <orderedlist>
-            <listitem><para>New Task button : To create new task.</para></listitem>
-            <listitem><para>Task information.</para></listitem>
-            <listitem><para>Sprint Backlog Item Note.</para></listitem>
-            <listitem><para>Task Attachements.</para></listitem>
-        </orderedlist>
-    </section>
-</section>
\ No newline at end of file
diff --git a/scrum/data/helpdata/HELP_SCRUM_ViewProdBacklogItem.xml b/scrum/data/helpdata/HELP_SCRUM_ViewProdBacklogItem.xml
deleted file mode 100644
index 9b44a40..0000000
--- a/scrum/data/helpdata/HELP_SCRUM_ViewProdBacklogItem.xml
+++ /dev/null
@@ -1,86 +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>Product Backlog Item Overview</title>
-    <section>
-        <title></title>
-        <para>
-            On the product overview there are 8 sub menus -Overview,Update,Backlog,Billing,Default Tasks,Categories,
-            Content,and Communications
-        </para>
-        <para>
-            The product overview consist of:
-            <orderedlist>
-                <listitem><para>Product Backlog Item Information</para></listitem>
-                <listitem><para>Product Backlog Email messages</para></listitem>
-                <listitem><para>Revisions List</para></listitem>
-                <listitem><para>Product Backlog Item Status List</para></listitem>
-                <listitem><para>Tasks</para></listitem>
-                <listitem><para>E-mail</para></listitem>
-                <listitem><para>Backlog Item Content List</para></listitem>
-            </orderedlist>
-        </para>
-    </section>
-    <section>
-        <title>Product Backlog Item Information</title>
-        <para>
-            Show the Product Backlog Item information.
-        </para>
-    </section>
-    <section>
-        <title>Product Backlog Email messages</title>
-        <para>
-            Show Product Backlog Email .
-        </para>
-    </section>
-    <section>
-        <title>Revisions List</title>
-        <para>
-            
-        </para>
-    </section>
-    <section>
-        <title>Product Backlog Item Status List</title>
-        <para>
-            Show the Product Backlog Item Status since the Product Backlog Item have created.
-        </para>
-    </section>
-    <section>
-        <title>Tasks</title>
-        <para>
-            List of task in the Product Backlog.
-        </para>
-    </section>
-    <section>
-        <title>E-mail</title>
-        <para>
-            List of the E-mails that belong to Product Backlog Item.
-        </para>
-    </section>
-    <section>
-        <title>Backlog Item Content List</title>
-        <para>
-            List of the E-mails that belong to Product Backlog Item.
-        </para>
-    </section>
-</section>
diff --git a/scrum/data/helpdata/HELP_SCRUM_ViewProduct.xml b/scrum/data/helpdata/HELP_SCRUM_ViewProduct.xml
deleted file mode 100644
index 1d8d52f..0000000
--- a/scrum/data/helpdata/HELP_SCRUM_ViewProduct.xml
+++ /dev/null
@@ -1,86 +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>Product Overview</title>
-    <section>
-        <title></title>
-        <para>
-            On the product overview there are 8 sub menus -Overview,Update,Backlog,Billing,Default Tasks,Categories,
-            Content,and Communications
-        </para>
-        <para>
-            The product overview consist of:
-            <orderedlist>
-                <listitem><para>Product Information</para></listitem>
-                <listitem><para>Backlogs Status Chart</para></listitem>
-                <listitem><para>Find Product Backlog Item</para></listitem>
-                <listitem><para>Product Backlogs Item List</para></listitem>
-                <listitem><para>Emails</para></listitem>
-                <listitem><para>Product Content List</para></listitem>
-                <listitem><para>Project and Sprint List</para></listitem>
-            </orderedlist>
-        </para>
-    </section>
-    <section>
-        <title>Product Information</title>
-        <para>
-            Show the product's information.
-        </para>
-    </section>
-    <section>
-        <title>Backlogs Status Chart</title>
-        <para>
-            Show backlogs' status in the pie chart concerning with open(yellow),be implement(blue),and finished(red).
-        </para>
-    </section>
-    <section>
-        <title>Find Product Backlog Item</title>
-        <para>
-            To find any Product backlog which belongs to the product.
-        </para>
-    </section>
-    <section>
-        <title>Product Backlogs Item List</title>
-        <para>
-            Product Backlogs Item List will show the backlogs which are not in the sprint by default.
-        </para>
-    </section>
-    <section>
-        <title>Emails</title>
-        <para>
-            List of the e-mails which are sent to the product owner who created the product.
-        </para>
-    </section>
-    <section>
-        <title>Product Content List</title>
-        <para>
-            List of the contents which concern to the product.
-        </para>
-    </section>
-    <section>
-        <title>Project and Sprint List</title>
-        <para>
-            To show the project which concerns this product and the sprint list which belong to project.
-        </para>
-    </section>
-</section>
diff --git a/scrum/data/helpdata/HELP_SCRUM_ViewSprint.xml b/scrum/data/helpdata/HELP_SCRUM_ViewSprint.xml
deleted file mode 100644
index 5ace1c2..0000000
--- a/scrum/data/helpdata/HELP_SCRUM_ViewSprint.xml
+++ /dev/null
@@ -1,42 +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>Sprint View Screen</title>
-    <para>
-        This screen the details of sprint.
-    </para>
-    <section>
-        <title>Burndown Chart</title>
-        <para>A burn down chart is a graphical representation of work left to do versus time.
-        The outstanding work (or backlog) is often on the vertical axis, with time along the horizontal.
-        That is, it is a run chart of outstanding work. It is useful for predicting when all of the work will be completed.</para>
-        <para>The hour burndown chart provides you with the following information:</para>
-        <orderedlist>
-            <listitem><para>Actual Hours -- The number of hours remaining until the version release date.</para></listitem>
-            <listitem><para>Planned Hours -- The minus of the previous planned hours and the current actual hours.</para></listitem>
-            <listitem><para>Ideal Hours -- The ideal burndown. This is computed with the remaining estimates, not the original estimates of the hours remaining at the version's start date.</para></listitem>
-            <listitem><para>Daily Completed -- The total time worked by the team (the current actual hours).</para></listitem>
-        </orderedlist>
-    </section>
-    </section>
diff --git a/scrum/data/helpdata/HELP_SCRUM_defaultTasks.xml b/scrum/data/helpdata/HELP_SCRUM_defaultTasks.xml
deleted file mode 100644
index a63b31b..0000000
--- a/scrum/data/helpdata/HELP_SCRUM_defaultTasks.xml
+++ /dev/null
@@ -1,56 +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>Default Tasks Help</title>
-    <section>
-        <title>Default Tasks</title>
-        <para>
-            This screen use for setting the task that will be generated automatically when the backlog is create.
-            The screen consists of :
-            <orderedlist>
-                <listitem><para>Create A Default Task button</para></listitem>
-                <listitem><para>Default Task List</para></listitem>
-            </orderedlist>
-        </para>
-    </section>
-    <section>
-        <title>Create A Default Task button</title>
-        <para>
-            To create a new default task. When click on the button the screen appears
-            Edit Default Task instates the Default Tasks List.
-        </para>
-    </section>
-    <section>
-        <title>Default Tasks List</title>
-        <para>
-            To show Default Tasks List,when click it's name the screen appears
-            Edit Default Task.
-        </para>
-    </section>
-    <section>
-        <title>Edit Default Task</title>
-        <para>
-            The screen appears the criteria that can be updated.
-        </para>
-    </section>
-</section>
\ No newline at end of file
diff --git a/scrum/data/scrumHelpData.xml b/scrum/data/scrumHelpData.xml
index f57bf2a..2cb13d7 100644
--- a/scrum/data/scrumHelpData.xml
+++ b/scrum/data/scrumHelpData.xml
@@ -7,9 +7,9 @@
     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
@@ -19,175 +19,10 @@
 -->
 <entity-engine-xml>
 
-    <DataResource dataResourceId="HELP_SCRUM" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS"
+    <DataResource dataResourceId="HELP_SCRUM" localeString="en" dataResourceTypeId="OFBIZ_FILE"
+        objectInfo="plugins/scrum/data/HELP_SCRUM.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS"
         dataResourceName="SCRUM Help system root" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="HELP_SCRUM" contentTypeId="DOCUMENT" templateDataResourceId="HELP_TEMPL"
+    <Content contentId="HELP_SCRUM" contentTypeId="DOCUMENT" templateDataResourceId="HELP_TEMPL"
         dataResourceId="HELP_SCRUM" localeString="en" statusId="CTNT_IN_PROGRESS" contentName="Scrum" mimeTypeId="text/html"/>
     <ContentAssoc contentId="HELP_ROOT" contentIdTo="HELP_SCRUM" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" mapKey="SCRUM_Sprints"/>
-    <!-- === Project === -->
-    <DataResource dataResourceId="HELP_SCRUM_PROJECT" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_Project.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Project" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="HELP_SCRUM_PROJECT" contentTypeId="DOCUMENT" contentName="Project" templateDataResourceId="HELP_TEMPL" dataResourceId="HELP_SCRUM_PROJECT" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM" contentIdTo="HELP_SCRUM_PROJECT" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_viewScrumProject"/>
-    
-    <DataResource dataResourceId="HELP_SCRUM_PRODUCT" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_ProductView.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Product" mimeTypeId="text/xml" isPublic="Y"/>
-    <Content contentId="HELP_SCRUM_PRODUCT" contentTypeId="DOCUMENT" contentName="Product" templateDataResourceId="HELP_TEMPL" dataResourceId="HELP_SCRUM_PRODUCT" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM" contentIdTo="HELP_SCRUM_PRODUCT" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_main"/>
-    
-    <DataResource dataResourceId="SCRUM_CreteScrProj" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_CreateScrumProject.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Create Scrum Project Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_CreteScrProj" contentTypeId="DOCUMENT" contentName="Create Scrum Project Help" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_CreteScrProj" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM_PROJECT" contentIdTo="SCRUM_CreteScrProj" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_editScrumProject"/>
-    
-    <DataResource dataResourceId="SCRUM_AddProdBacklog" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_AddProdBacklog.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Create Scrum Product Backlog Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_AddProdBacklog" contentTypeId="DOCUMENT" contentName="Create Scrum Product Backlog Help" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_AddProdBacklog" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM_PRODUCT" contentIdTo="SCRUM_AddProdBacklog" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_AddProdBacklog"/>
-    
-    <DataResource dataResourceId="SCRUM_EditProduct" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_AddProdBacklog.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Edit Scrum Product Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_EditProduct" contentTypeId="DOCUMENT" contentName="Create Scrum Product Backlog Help" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_AddProdBacklog" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM_PRODUCT" contentIdTo="SCRUM_EditProduct" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_EditProduct"/>
-    
-    <DataResource dataResourceId="SCRUM_EditProBacklog" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_EditProdBacklog.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Create Scrum Product Backlog Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_EditProBacklog" contentTypeId="DOCUMENT" contentName="Edit Scrum Product Backlog Help" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_EditProBacklog" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM_PRODUCT" contentIdTo="SCRUM_EditProBacklog" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_EditProdBacklog"/>
-
-    <DataResource dataResourceId="SCRUM_EDIT_SPB" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_EditSprintBacklog.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Edit Sprint Backlog Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_EDIT_SPB" contentTypeId="DOCUMENT" contentName="Edit Sprint Backlog Help" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_EDIT_SPB" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM_PROJECT" contentIdTo="SCRUM_EDIT_SPB" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_EditSprintBacklog"/>
-    
-    <DataResource dataResourceId="SCRUM_EditSprint" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_EditSprint.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Edit Sprint" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_EditSprint" contentTypeId="DOCUMENT" contentName="Edit Sprint" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_EditSprint" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM_PROJECT" contentIdTo="SCRUM_EditSprint" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_EditSprint"/>
-
-    <DataResource dataResourceId="SCRUM_AddSprintBL" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_AddSprintBacklog.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Add Sprint Backlog Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_AddSprintBL" contentTypeId="DOCUMENT" contentName="Add Sprint Backlog Help" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_AddSprintBL" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM" contentIdTo="SCRUM_AddSprintBL" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_AddSprintBacklog"/>
-    
-    <DataResource dataResourceId="SCRUM_AddSprint" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_AddSprint.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Add Sprint Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_AddSprint" contentTypeId="DOCUMENT" contentName="Add Sprint Help" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_AddSprint" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM" contentIdTo="SCRUM_AddSprint" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_AddSprint"/>
-    
-    <DataResource dataResourceId="SCRUM_AddProduct" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_AddProduct.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Create Scrum Product Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_AddProduct" contentTypeId="DOCUMENT" contentName="Create Scrum Product Help" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_AddProduct" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM_PRODUCT" contentIdTo="SCRUM_AddProduct" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_AddProduct"/>
-    
-    <DataResource dataResourceId="SCRUM_SprintList" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_SprintList.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Sprint List Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_SprintList" contentTypeId="DOCUMENT" contentName="Sprint List Help" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_SprintList" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM" contentIdTo="SCRUM_SprintList" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_SprintList"/>
-    
-    <DataResource dataResourceId="SCRUM_ViewSprint" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_ViewSprint.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Sprint View Help" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_ViewSprint" contentTypeId="DOCUMENT" contentName="Sprint View Help" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_ViewSprint" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM" contentIdTo="SCRUM_ViewSprint" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_ViewSprint"/>
-    
-    <DataResource dataResourceId="SCRUM_OpenTest" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_OpenTest.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Open Test" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_OpenTest" contentTypeId="DOCUMENT" contentName="Open Test" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_OpenTest" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM" contentIdTo="SCRUM_OpenTest" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_openTest"/>
-    
-    <DataResource dataResourceId="SCRUM_TaskView" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_TaskView.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="View Task" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_TaskView" contentTypeId="DOCUMENT" contentName="View Task" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_TaskView" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM" contentIdTo="SCRUM_TaskView" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_taskView"/>
-    
-    <DataResource dataResourceId="SCRUM_FindResource" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_FindResource.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Member" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_FindResource" contentTypeId="DOCUMENT" contentName="Member" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_FindResource" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM" contentIdTo="SCRUM_FindResource" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_FindResource"/>
-    
-    <DataResource dataResourceId="SCRUM_MyWork" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_MyWork.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="MyWork" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_MyWork" contentTypeId="DOCUMENT" contentName="MyWork" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_MyWork" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM" contentIdTo="SCRUM_MyWork" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_MyWork"/>
-    
-    <DataResource dataResourceId="SCRUM_FindTimeSheet" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_FindTimeSheet.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="TimeSheet" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_FindTimeSheet" contentTypeId="DOCUMENT" contentName="TimeSheet" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_FindTimeSheet" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM" contentIdTo="SCRUM_FindTimeSheet" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_FindTimeSheet"/>
-    
-    <DataResource dataResourceId="SCRUM_ViewProduct" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_ViewProduct.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Product Overview" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_ViewProduct" contentTypeId="DOCUMENT" contentName="Product Overview" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_ViewProduct" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM_PRODUCT" contentIdTo="SCRUM_ViewProduct" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_ViewProduct"/>
-    
-    <DataResource dataResourceId="SCRUM_defaultTasks" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_defaultTasks.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Default Tasks" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_defaultTasks" contentTypeId="DOCUMENT" contentName="Default Tasks" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_defaultTasks" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM_PRODUCT" contentIdTo="SCRUM_defaultTasks" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_defaultTasks"/>
-        
-    <DataResource dataResourceId="SCRUM_editDefTask" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_defaultTasks.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Edit Default Task" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_editDefTask" contentTypeId="DOCUMENT" contentName="Edit Default Task" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_editDefTask" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM_PRODUCT" contentIdTo="SCRUM_editDefTask" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_editDefaultTask"/>
-    
-    <DataResource dataResourceId="SCRUM_ListBackCate" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_ListProductBacklogCategories.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="List Product Backlog Categories" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_ListBackCate" contentTypeId="DOCUMENT" contentName="List Product Backlog Categories" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_ListBackCate" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM_PRODUCT" contentIdTo="SCRUM_ListBackCate" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_ListProductBacklogCategories"/>
-    
-    <DataResource dataResourceId="SCRUM_EditBackCate" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_ListProductBacklogCategories.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Edit Product Backlog Categories" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_EditBackCate" contentTypeId="DOCUMENT" contentName="Edit Product Backlog Categories" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_EditBackCate" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM_PRODUCT" contentIdTo="SCRUM_EditBackCate" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_EditProductBacklogCategory"/>
-    
-    <DataResource dataResourceId="SCRUM_EditProContent" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_EditProductContents.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Edit Product Contents" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_EditProContent" contentTypeId="DOCUMENT" contentName="Edit Product Contents" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_EditProContent" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM_PRODUCT" contentIdTo="SCRUM_EditProContent" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_EditProductContents"/>
-    
-    <DataResource dataResourceId="SCRUM_ProductEmails" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_ProductEmails.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Communication Product Emails" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_ProductEmails" contentTypeId="DOCUMENT" contentName="Communication Product Emails" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_ProductEmails" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM_PRODUCT" contentIdTo="SCRUM_ProductEmails" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_ProductEmails"/>
-    
-    <DataResource dataResourceId="SCRUM_NewProEmail" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_NewProductEmail.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="New Emails" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_NewProEmail" contentTypeId="DOCUMENT" contentName="New Emails" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_NewProEmail" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM_PRODUCT" contentIdTo="SCRUM_NewProEmail" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_NewProductEmail"/>
-    
-    <DataResource dataResourceId="SCRUM_EditProjCon" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_EditProjectContents.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Edit Product Content" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_EditProjCon" contentTypeId="DOCUMENT" contentName="Edit Product Content" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_EditProjCon" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM_PROJECT" contentIdTo="SCRUM_EditProjCon" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_EditProjectContents"/>
-    
-    <DataResource dataResourceId="SCRUM_EditBkItemCon" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_EditBacklogItemContent.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Edit Product Item Content" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_EditBkItemCon" contentTypeId="DOCUMENT" contentName="Edit Product Item Content" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_EditBkItemCon" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM_PRODUCT" contentIdTo="SCRUM_EditBkItemCon" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_EditBacklogItemContent"/>
-    
-    <DataResource dataResourceId="SCRUM_ViewBkItem" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_ViewProdBacklogItem.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="View Product Backlog Item" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_ViewBkItem" contentTypeId="DOCUMENT" contentName="View Product Backlog Item" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_ViewBkItem" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM_PRODUCT" contentIdTo="SCRUM_ViewBkItem" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_ViewProdBacklogItem"/>
-    
-    <DataResource dataResourceId="SCRUM_ViewBkItem" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_ViewProdBacklogItem.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="View Product Backlog Item" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_ViewBkItem" contentTypeId="DOCUMENT" contentName="View Product Backlog Item" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_ViewBkItem" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM_PRODUCT" contentIdTo="SCRUM_ViewBkItem" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_ViewProdBacklogItem"/>
-    
-    <DataResource dataResourceId="SCRUM_ProdBKEmail" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_ProductBacklogEmails.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Product Backlog Communications" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_ProdBKEmail" contentTypeId="DOCUMENT" contentName="Product Backlog Communications" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_ProdBKEmail" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM_PRODUCT" contentIdTo="SCRUM_ProdBKEmail" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_ProductBacklogEmails"/>
-    
-    <DataResource dataResourceId="SCRUM_SprintMember" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_SprintMember.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Sprint Member" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_SprintMember" contentTypeId="DOCUMENT" contentName="Sprint Member" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_SprintMember" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM_PROJECT" contentIdTo="SCRUM_SprintMember" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_SprintMember"/>
-    
-    <DataResource dataResourceId="SCRUM_Minute" localeString="en" dataResourceTypeId="OFBIZ_FILE"
-        objectInfo="plugins/scrum/data/helpdata/HELP_SCRUM_DailyScrumMeetingMinute.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="Daily Scrum Meeting Minute" mimeTypeId="text/xml" isPublic="Y" />
-    <Content contentId="SCRUM_Minute" contentTypeId="DOCUMENT" contentName="Daily Scrum Meeting Minute" templateDataResourceId="HELP_TEMPL" dataResourceId="SCRUM_Minute" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
-    <ContentAssoc contentId="HELP_SCRUM_PROJECT" contentIdTo="SCRUM_Minute" contentAssocTypeId="TREE_CHILD" fromDate="2010-01-01 01:01:01" sequenceNum="000" mapKey="SCRUM_DailyScrumMeetingMinute"/>
 </entity-engine-xml>
diff --git a/scrum/documents/Scrum.xml b/scrum/documents/Scrum.xml
deleted file mode 100644
index af0f21f..0000000
--- a/scrum/documents/Scrum.xml
+++ /dev/null
@@ -1,27 +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>The Scrum Component.</title>
-    <xi:include href="../data/helpdata/HELP_SCRUM_AddProdBacklog.xml" />
-</chapter>
diff --git a/scrum/widget/CommonScreens.xml b/scrum/widget/CommonScreens.xml
index f997b7d..0f77c97 100644
--- a/scrum/widget/CommonScreens.xml
+++ b/scrum/widget/CommonScreens.xml
@@ -37,6 +37,7 @@ under the License.
                 <set field="applicationMenuName" value="ScrumAppBar" global="true"/>
                 <set field="applicationMenuLocation" value="component://scrum/widget/scrumMenus.xml" global="true"/>
                 <set field="applicationTitle" from-field="uiLabelMap.ScrumApplication" global="true"/>
+                <set field="helpAnchor" from-field="helpAnchor" default-value="_the_scrum_component"/>
             </actions>
             <widgets>
                 <include-screen name="ApplicationDecorator" location="component://commonext/widget/CommonScreens.xml"/>
@@ -68,6 +69,7 @@ under the License.
         <section>
             <actions>
                 <set field="headerItem" value="Sprints"/>
+                <set field="helpAnchor" value="_projectsprint"/>
                 <set field="workEffortId" from-field="parameters.projectId"/>
                 <entity-one entity-name="WorkEffort" value-field="project"/>
             </actions>
@@ -144,6 +146,7 @@ under the License.
         <section>
             <actions>
                 <set field="headerItem" value="products"/>
+                <set field="helpAnchor" value="_product_backlog"/>
                 <entity-one entity-name="Product" value-field="product">
                     <field-map field-name="productId" from-field="parameters.productId"/>
                 </entity-one>
@@ -454,6 +457,7 @@ under the License.
         <section>
             <actions>
                 <set field="headerItem" value="MyWork"/>
+                <set field="helpAnchor" value="_my_work"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -481,6 +485,7 @@ under the License.
             </condition>
             <actions>
                 <set field="headerItem" value="openTest"/>
+                <set field="helpAnchor" value="_open_test"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
diff --git a/scrum/widget/OpenTestScreens.xml b/scrum/widget/OpenTestScreens.xml
index 48fab27..def71e7 100644
--- a/scrum/widget/OpenTestScreens.xml
+++ b/scrum/widget/OpenTestScreens.xml
@@ -40,6 +40,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleDefaultTasks"/>
                 <set field="tabButtonItem" value="defaultTasks"/>
+                <set field="helpAnchor" value="_default_tasks"/>
                 <entity-one entity-name="Product" value-field="product"/>
             </actions>
             <widgets>
@@ -62,6 +63,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleEditDefaultTasks"/>
                 <set field="tabButtonItem" value="defaultTasks"/>
+                <set field="helpAnchor" value="_default_tasks"/>
                 <set field="workEffortId" from-field="parameters.workEffortId"/>
                 <entity-one entity-name="Product" value-field="product"/>
             </actions>
@@ -125,7 +127,7 @@ under the License.
             </widgets>
         </section>
      </screen>
-    
+
      <screen name="defaultTaskScrum">
         <section>
             <condition>
@@ -150,7 +152,7 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="editDefaultTaskScrum">
         <section>
             <actions>
diff --git a/scrum/widget/ResourceScreens.xml b/scrum/widget/ResourceScreens.xml
index 8db0023..535f89d 100644
--- a/scrum/widget/ResourceScreens.xml
+++ b/scrum/widget/ResourceScreens.xml
@@ -24,6 +24,7 @@ under the License.
         <section>
             <actions>
                 <set field="headerItem" value="admin"/>
+                <set field="helpAnchor" value="_scrum_members"/>
                 <set field="titleProperty" value="PageTitleScrumMember"/>
                 <set field="labelTitleProperty" value="scrumResourceName"/>
                 <set field="workEffortId" from-field="parameters.projectId"/>
@@ -76,7 +77,7 @@ under the License.
                                         </screenlet>
                                     </fail-widgets>
                                 </section>
-                                
+
                             </fail-widgets>
                         </section>
                     </decorator-section>
@@ -319,7 +320,7 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="QuickAddParty">
         <section>
             <condition>
diff --git a/scrum/widget/TaskScreens.xml b/scrum/widget/TaskScreens.xml
index 3012d1a..8bfd5c9 100644
--- a/scrum/widget/TaskScreens.xml
+++ b/scrum/widget/TaskScreens.xml
@@ -316,6 +316,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="ScrumTaskSummary"/>
                 <set field="tabButtonItem" value="taskView"/>
+                <set field="helpAnchor" value="_task_2"/>
                 <set field="workEffortId" from-field="parameters.taskId"/>
                 <entity-and entity-name="CustRequestWorkEffort" list="custRequestWorkEffort">
                     <field-map field-name="workEffortId" from-field="workEffortId"/>
@@ -418,8 +419,8 @@ under the License.
         </section>
     </screen>
     <screen name="InfoTestTaskNote">
-        <section>        
-        <actions>      
+        <section>
+        <actions>
                 <entity-one entity-name="WorkEffort" value-field="task"/>
                 <set field="taskId" from-field="task.workEffortId"/>
             </actions>
diff --git a/scrum/widget/TimeSheetScreens.xml b/scrum/widget/TimeSheetScreens.xml
index 69d752a..0424041 100644
--- a/scrum/widget/TimeSheetScreens.xml
+++ b/scrum/widget/TimeSheetScreens.xml
@@ -25,6 +25,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleFindTimeSheet"/>
                 <set field="headerItem" value="admin"/>
+                <set field="helpAnchor" value="_current_timesheet"/>
                 <set field="labelTitleProperty" value="ScrumFindTimeSheet"/>
                 <set field="tabButtonItem" value="timesheets"/>
                 <script location="component://scrum/groovyScripts/ListTimeSheets.groovy"/>
@@ -61,8 +62,8 @@ under the License.
             <widgets>
                 <decorator-screen name="CommonAdminDecorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <screenlet title="${uiLabelMap.PageTitleTimesheet} ${uiLabelMap.CommonNbr} ${timesheet.timesheetId} ${uiLabelMap.CommonWeek}: ${weekNumber}
-                        ${uiLabelMap.CommonFrom} ${groovy:timesheet.get(&quot;fromDate&quot;).toString().substring(0,10)} ${uiLabelMap.CommonTo}
+                        <screenlet title="${uiLabelMap.PageTitleTimesheet} ${uiLabelMap.CommonNbr} ${timesheet.timesheetId} ${uiLabelMap.CommonWeek}: ${weekNumber}
+                        ${uiLabelMap.CommonFrom} ${groovy:timesheet.get(&quot;fromDate&quot;).toString().substring(0,10)} ${uiLabelMap.CommonTo}
                         ${groovy:timesheet.get(&quot;thruDate&quot;).toString().substring(0,10)} ${uiLabelMap.PartyParty} : ${partyNameViewMap.lastName} ${partyNameViewMap.firstName} ${partyNameViewMap.middleName} [${timesheet.partyId}]">
                             <section>
                                 <condition>
diff --git a/scrum/widget/scrumScreens.xml b/scrum/widget/scrumScreens.xml
index 2533b24..3cf99bd 100644
--- a/scrum/widget/scrumScreens.xml
+++ b/scrum/widget/scrumScreens.xml
@@ -25,6 +25,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleProjectAndSprintList"/>
                 <set field="headerItem" value="Sprints"/><!--this highlights the selected menu-item with name "Sprints" -->
+                <set field="helpAnchor" value="_sprint"/>
                 <set field="partyId" from-field="userLogin.partyId"/>
                 <set field="permissionMap.projectId" from-field="parameters.projectId"/>
                 <set field="workEffortId" from-field="parameters.projectId"/>
@@ -68,12 +69,13 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="AddSprint">
         <section>
             <actions>
                 <set field="titleProperty" value="PageTitleAddSprint"/>
                 <set field="tabButtonItem" value="editProject"/>
+                <set field="helpAnchor" value="_create_the_first_sprint"/>
                 <set field="sprintId" from-field="parameters.sprintId"/>
                 <entity-one entity-name="WorkEffort" value-field="projectWorkEffort">
                     <field-map field-name="workEffortId" from-field="parameters.projectId"/>
@@ -106,12 +108,13 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="ViewSprint">
         <section>
             <actions>
                 <set field="titleProperty" value="PageTitleSprintOverview"/>
                 <set field="tabButtonItem" value="SprintSummary"/>
+                <set field="helpAnchor" value="_sprint"/>
                 <set field="permissionMap.sprintId" from-field="parameters.sprintId"/>
                 <entity-one entity-name="WorkEffort" value-field="sprintStatus">
                     <field-map field-name="workEffortId" from-field="parameters.sprintId"/>
@@ -209,7 +212,7 @@ under the License.
                                                         </screenlet>
                                                     </fail-widgets>
                                                 </section>
-                                                
+
                                             </widgets>
                                             <fail-widgets>
                                                 <screenlet>
@@ -304,12 +307,13 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="EditSprint">
         <section>
             <actions>
                 <set field="titleProperty" value="PageTitleEditSprint"/>
                 <set field="tabButtonItem" value="EditSprint"/>
+                <set field="helpAnchor" value="_sprint"/>
                 <set field="sprintId" from-field="parameters.sprintId"/>
             </actions>
             <widgets>
@@ -334,11 +338,12 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="AddSprintBacklog">
         <section>
         <actions>
             <set field="titleProperty" value="PageTitleAddSprintBacklog"/>
+            <set field="helpAnchor" value="_add_sprint_backlog"/>
             <entity-one entity-name="WorkEffort" value-field="sprintInfo">
                 <field-map field-name="workEffortId" from-field="parameters.sprintId"></field-map>
             </entity-one>
@@ -362,12 +367,13 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="editScrumProject">
         <section>
             <actions>
                 <set field="titleProperty" value="PageTitleEditScrumProject"/>
                 <set field="headerItem" value="main"/>
+                <set field="helpAnchor" value="_create_new_scrum_project"/>
                 <set field="tabButtonItem" value="editProject"/>
                 <set field="workEffortId" from-field="parameters.projectId"/>
                 <entity-and entity-name="WorkEffortAndProduct" list="workEffortList">
@@ -408,12 +414,13 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="viewScrumProject">
         <section>
             <actions>
                 <set field="titleProperty" value="PageTitleScrumProjectOverview"/>
                 <set field="tabButtonItem" value="projectSummary"/>
+                <set field="helpAnchor" value="_projectsprint"/>
                 <set field="workEffortId" from-field="parameters.projectId"/>
                 <set field="permissionMap.projectId" from-field="parameters.projectId"/>
                 <entity-and entity-name="WorkEffortAndProduct" list="projectList">
@@ -438,7 +445,7 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="sprintListInfo">
         <section>
             <widgets>
@@ -448,7 +455,7 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="productInfoList">
         <section>
             <widgets>
@@ -458,7 +465,7 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="tasksInfoList">
         <section>
             <actions>
@@ -482,12 +489,13 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="AddProdBacklog">
         <section>
             <actions>
                 <set field="titleProperty" value="PageTitleProductBacklog"/>
                 <set field="tabButtonItem" value="editProductBacklog"/>
+                <set field="helpAnchor" value="_product_ui"/>
                 <set field="productId" from-field="parameters.productId"/>
                 <entity-one entity-name="Product" value-field="product">
                     <field-map field-name="productId"/>
@@ -690,6 +698,7 @@ under the License.
                 <set field="titleProperty" value="PageTitleProductBacklogItemsOverview"/>
                 <property-map resource="ContentUiLabels" map-name="uiLabelMap" global="true"/>
                 <set field="tabButtonItem" value="view"/>
+                <set field="helpAnchor" value="_product_backlog_item_overview"/>
                 <set field="custRequestId" from-field="parameters.custRequestId"/>
                 <entity-and entity-name="CustRequestItem" list="custRequestItemList">
                     <field-map field-name="custRequestId" from-field="parameters.custRequestId"/>
@@ -702,7 +711,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"/>
@@ -755,7 +764,7 @@ under the License.
                     <decorator-section name="body">
                         <section>
                             <actions>
-                                
+
                                 <entity-one entity-name="WorkEffort" value-field="workEffort">
                                     <field-map field-name="workEffortId" from-field="sprintId"/>
                                 </entity-one>
@@ -861,6 +870,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleEditProductBacklogItems"/>
                 <set field="tabButtonItem" value="editProductBacklogItem"/>
+                <set field="helpAnchor" value="_product_backlog_item"/>
                 <set field="custRequestId" from-field="parameters.custRequestId"/>
                 <entity-and entity-name="CustRequestItem" list="custRequestItem">
                     <field-map field-name="custRequestId" from-field="parameters.custRequestId"/>
@@ -1023,13 +1033,14 @@ under the License.
                 <set field="titleProperty" value="PageTitleProductBacklogItemsContents"/>
                 <set field="tabButtonItem" value="productBacklogItemContent"/>
                 <set field="headerItem" value="request"/>
+                <set field="helpAnchor" value="_backlog_item_contents"/>
                 <set field="contentId" from-field="parameters.contentId"/>
                 <set field="custRequestId" from-field="parameters.custRequestId"/>
                 <set field="productId" from-field="parameters.productId"/>
                 <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"/>
@@ -1061,19 +1072,20 @@ under the License.
                                        <include-form name="ViewListCustRequestContent" location="component://scrum/widget/scrumForms.xml"/>
                                     </screenlet>
                                 </fail-widgets>
-                                
+
                       </section>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="ProductBacklogEmails">
         <section>
             <actions>
                 <set field="titleProperty" value="PageTitleProductBacklogItemsCommunication"/>
                 <set field="tabButtonItem" value="productBacklogItemComm"/>
+                <set field="helpAnchor" value="_communication_2"/>
                 <entity-and entity-name="CustRequestItem" list="custRequestItem">
                     <field-map field-name="custRequestId" from-field="parameters.custRequestId"/>
                 </entity-and>
@@ -1171,7 +1183,7 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="EditDeleteBacklogItem">
         <section>
             <actions>
@@ -1217,6 +1229,7 @@ under the License.
                 <set field="titleProperty" value="PageTitleScrumProjectContents"/>
                 <set field="tabButtonItem" value="projectContent"/>
                 <set field="headerItem" value="EditProjectContents"/>
+                <set field="helpAnchor" value="_project_contents"/>
                 <set field="contentId" from-field="parameters.contentId"/>
                 <set field="projectId" from-field="parameters.projectId" default-value="${parameters.workEffortId}"/>
                 <set field="workEffortId" from-field="parameters.projectId" default-value="${parameters.workEffortId}"/>
@@ -1252,7 +1265,7 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
      <screen name="ListProjectContent">
         <section>
             <actions>
@@ -1266,12 +1279,13 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="DailyScrumMeetingMinute">
         <section>
             <actions>
                 <set field="titleProperty" value="PageTitleDailyMeetingMinutes"/>
                 <set field="tabButtonItem" value="DailySprintMeetingMinute"/>
+                <set field="helpAnchor" value="_daily_sprint_meeting"/>
                 <set field="workEffortId" from-field="parameters.projectId"/>
                 <set field="sprintId" from-field="parameters.sprintId"/>
                 <entity-one entity-name="WorkEffort" value-field="project"/>
@@ -1310,11 +1324,12 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="ListDailyMeetingMinutes">
         <section>
             <actions>
                 <set field="tabButtonItem" value="SprintList"/>
+                <set field="helpAnchor" value="_daily_sprint_meeting"/>
                 <set field="workEffortId" from-field="parameters.projectId"/>
                 <entity-one entity-name="WorkEffort" value-field="project"/>
                 <entity-one entity-name="CustRequest" value-field="custRequest"/>
@@ -1324,7 +1339,7 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="ViewDailyMeetingMinutes">
         <section>
             <actions>
@@ -1352,7 +1367,7 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="ViewDailyScrumMeetingMinute">
         <section>
             <actions>
@@ -1395,11 +1410,12 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="EditSprintBacklog">
         <section>
             <actions>
                 <set field="tabButtonItem" value="SprintList"/>
+                <set field="helpAnchor" value="_add_sprint_backlog"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonProjectDecorator" location="${parameters.mainDecoratorLocation}">
@@ -1422,7 +1438,7 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="listResourcesProject">
         <section>
             <actions>
@@ -1547,6 +1563,7 @@ under the License.
             </condition>
             <actions>
                 <set field="titleProperty" value="PageTitleProduct"/>
+                <set field="helpAnchor" value="_product_backlog"/>
                 <set field="noConditionFind" value="Y"/>
                 <set field="parameters.statusId" default-value="PRODUCT_ACTIVE" from-field="parameters.statusId"/>
                 <script location="component://scrum/groovyScripts/ListCurrentProducts.groovy"/>
@@ -1595,6 +1612,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleEditProduct"/>
                 <set field="tabButtonItem" value="edit"/>
+                <set field="helpAnchor" value="_product_ui"/>
                 <entity-one entity-name="Product" value-field="product"/>
                 <set field="permissionMap.productId" from-field="parameters.productId"/>
                 <script location="component://scrum/groovyScripts/ListScrumRolesPersonAndCompany.groovy"/>
@@ -1769,7 +1787,7 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="ViewTotalBacklog">
         <section>
             <actions>
@@ -1792,7 +1810,7 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="ListProdBacklog">
         <section>
             <actions>
@@ -1848,9 +1866,9 @@ under the License.
                                     <include-form name="FindProductBilling" location="component://scrum/widget/scrumForms.xml"/>
                                 </screenlet>
                                 <screenlet id="hoursNotYetBilled" title="${uiLabelMap.PageTitleHoursNotYetBilled} ${uiLabelMap.CommonInformation}
-                                     : ${uiLabelMap.WorkEffortTimeBillFromParty} ${companyMap.groupName} [${companyMap.partyId}] ${uiLabelMap.WorkEffortTimeBillToParty}
-                                     ${partyMap.groupName} ${partyMap.lastName} ${partyMap.firstName} [${partyMap.partyId}] : ${uiLabelMap.CommonFromDate}
-                                     ${groovy: if(fromDate) (fromDate).toString().substring(0,10)} ${uiLabelMap.CommonThruDate}
+                                     : ${uiLabelMap.WorkEffortTimeBillFromParty} ${companyMap.groupName} [${companyMap.partyId}] ${uiLabelMap.WorkEffortTimeBillToParty}
+                                     ${partyMap.groupName} ${partyMap.lastName} ${partyMap.firstName} [${partyMap.partyId}] : ${uiLabelMap.CommonFromDate}
+                                     ${groovy: if(fromDate) (fromDate).toString().substring(0,10)} ${uiLabelMap.CommonThruDate}
                                      ${groovy: if(thruDate) (thruDate).toString().substring(0,10)}" collapsible="true">
                                     <include-form name="HoursNotYetBilled" location="component://scrum/widget/scrumForms.xml"/>
                                 </screenlet>
@@ -1932,6 +1950,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleProductBacklogCategories"/>
                 <set field="tabButtonItem" value="categories"/>
+                <set field="helpAnchor" value="_list_of_productbacklog_categories"/>
                 <entity-one entity-name="Product" value-field="product"/>
                 <set field="productId" from-field="product.productId"/>
             </actions>
@@ -1963,6 +1982,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleEditProductBacklogCategories"/>
                 <set field="tabButtonItem" value="categories"/>
+                <set field="helpAnchor" value="_list_of_productbacklog_categories"/>
                 <entity-one entity-name="Product" value-field="product"/>
                 <set field="productId" from-field="product.productId"/>
                 <entity-one entity-name="CustRequest" value-field="custRequest"/>
@@ -1990,6 +2010,7 @@ under the License.
                 <set field="titleProperty" value="PageTitleProductBacklogContents"/>
                 <set field="tabButtonItem" value="productContent"/>
                 <set field="headerItem" value="EditProductContent"/>
+                <set field="helpAnchor" value="_product_contents"/>
                 <set field="contentId" from-field="parameters.contentId"/>
                 <set field="productId" from-field="parameters.productId"/>
                 <entity-and entity-name="ProductContent" list="productContent">
@@ -2034,13 +2055,14 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="ProductEmails">
         <section>
             <actions>
                 <property-map resource="ContentUiLabels" map-name="uiLabelMap" global="true"/>
                 <set field="titleProperty" value="PageTitleProductBacklogCommunications"/>
                 <set field="tabButtonItem" value="productComm"/>
+                <set field="helpAnchor" value="_communication"/>
                 <set field="productId" from-field="parameters.productId"/>
                 <entity-one entity-name="Product" value-field="product"/>
                 <entity-condition entity-name="CommunicationEventAndProduct" list="commEvents">
@@ -2108,6 +2130,7 @@ under the License.
             <actions>
                 <property-map resource="ContentUiLabels" map-name="uiLabelMap" global="true"/>
                 <set field="tabButtonItem" value="productComm"/>
+                <set field="helpAnchor" value="_communication"/>
                 <set field="productId" from-field="parameters.productId"/>
                 <set field="titleProperty" value="PageTitleEditCommunication" />
                 <set field="target" from-field="parameters.target" default-value="updateEmailForProduct"/>
@@ -2128,7 +2151,7 @@ under the License.
                                 <set field="communicationEvent.partyIdFrom" from-field="partyIdFrom" />
                                 <set field="communicationEvent.partyIdTo" from-field="partyIdTo" />
                             </actions>
-                            <widgets/>
+                            <widgets/>
                         </section>
                         <container style="lefthalf">
                             <screenlet title="${uiLabelMap.ScrumNewEmail}">
@@ -2321,6 +2344,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleSprintMembers"/>
                 <set field="tabButtonItem" value="SprintMember"/>
+                <set field="helpAnchor" value="_member"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonSprintScreenDecorator" location="${parameters.mainDecoratorLocation}">
@@ -2485,7 +2509,7 @@ under the License.
                         <fail-widgets>
                             <screenlet title="${uiLabelMap.MarketingContactListCommStatus}">
                                 <include-form name="ListContactListCommStatuses" location="component://marketing/widget/ContactListForms.xml"/>
-                            </screenlet>                        
+                            </screenlet>
                         </fail-widgets>
                     </section>
                     <screenlet title="${uiLabelMap.PartyCommContent}">
@@ -2622,7 +2646,7 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="FindTotalBacklog">
         <section>
             <condition>
@@ -2696,9 +2720,9 @@ under the License.
                            </condition>
                            <widgets>
                                <screenlet id="totalHoursNotYetBilled" title="${uiLabelMap.PageTitleHoursNotYetBilled} ${uiLabelMap.CommonInformation}
-                                    : ${uiLabelMap.WorkEffortTimeBillFromParty} ${companyMap.groupName} [${companyMap.partyId}] ${uiLabelMap.WorkEffortTimeBillToParty}
-                                    ${partyMap.groupName} ${partyMap.lastName} ${partyMap.firstName} [${partyMap.partyId}] : ${uiLabelMap.CommonFromDate}
-                                    ${groovy: if(fromDate) (fromDate).toString().substring(0,10)} ${uiLabelMap.CommonThruDate}
+                                    : ${uiLabelMap.WorkEffortTimeBillFromParty} ${companyMap.groupName} [${companyMap.partyId}] ${uiLabelMap.WorkEffortTimeBillToParty}
+                                    ${partyMap.groupName} ${partyMap.lastName} ${partyMap.firstName} [${partyMap.partyId}] : ${uiLabelMap.CommonFromDate}
+                                    ${groovy: if(fromDate) (fromDate).toString().substring(0,10)} ${uiLabelMap.CommonThruDate}
                                     ${groovy: if(thruDate) (thruDate).toString().substring(0,10)}" collapsible="true">
                                    <include-form name="TotalHoursNotYetBilled" location="component://scrum/widget/scrumForms.xml"/>
                                </screenlet>
@@ -2797,10 +2821,10 @@ under the License.
                 <set field="titleProperty" value="ScrumQuickAddBacklog"/>
                 <set field="headerItem" value="admin"/>
                 <set field="tabButtonItem" value="quickAddBacklog"/>
-                <set field="formTarget" value="${groovy:
-                    if (parameters.unplanned.equals(&quot;Y&quot;))
+                <set field="formTarget" value="${groovy:
+                    if (parameters.unplanned.equals(&quot;Y&quot;))
                         formTarget=&quot;createQuickAddUnPlannedBacklog&quot;
-                    else
+                    else
                         formTarget=&quot;createQuickAddBacklog&quot;
                     }"/>
                 <script location="component://scrum/groovyScripts/QuickAddBacklog.groovy"/>