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
The following commit(s) were added to refs/heads/trunk by this push:
new cf28c48 Documented: Synchronize wiki page End User Documentation
(OFBIZ-12059)
cf28c48 is described below
commit cf28c487ba4e9949bb97197af01303c056c6907c
Author: holivier <[email protected]>
AuthorDate: Mon Nov 16 17:06:03 2020 +0100
Documented: Synchronize wiki page End User Documentation (OFBIZ-12059)
- Add assetm.adoc with only overview for plugin assetmaint
- Completed projectmgr overview
---
.../src/docs/asciidoc/assetm.adoc | 25 +++-------------------
assetmaint/widget/CommonScreens.xml | 2 +-
docs/asciidoc/plugins-user-manual.adoc | 2 ++
.../src/docs/asciidoc/_include/prjm_intro.adoc | 1 +
4 files changed, 7 insertions(+), 23 deletions(-)
diff --git a/docs/asciidoc/plugins-user-manual.adoc
b/assetmaint/src/docs/asciidoc/assetm.adoc
similarity index 51%
copy from docs/asciidoc/plugins-user-manual.adoc
copy to assetmaint/src/docs/asciidoc/assetm.adoc
index 1a3ea4c..9b87200 100644
--- a/docs/asciidoc/plugins-user-manual.adoc
+++ b/assetmaint/src/docs/asciidoc/assetm.adoc
@@ -16,27 +16,8 @@ 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
+= Asset Maintenance plugin
-: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:
+Assets are items of value that are owned by the business.
-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::../../example/src/docs/asciidoc/example.adoc[leveloffset=+1]
-
-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
+The Asset Maintenance application is used to schedule and trace all
maintenance activities on assets.
diff --git a/assetmaint/widget/CommonScreens.xml
b/assetmaint/widget/CommonScreens.xml
index 2c0d44f..fdca884 100644
--- a/assetmaint/widget/CommonScreens.xml
+++ b/assetmaint/widget/CommonScreens.xml
@@ -39,7 +39,7 @@ under the License.
<set field="applicationMenuName" value="AssetMaintAppBar"
global="true"/>
<set field="applicationMenuLocation"
value="component://assetmaint/widget/AssetmaintMenus.xml" global="true"/>
<set field="applicationTitle"
from-field="uiLabelMap.AssetMaintApplication"/>
- <set field="helpAnchor" from-field="helpAnchor"
default-value="_apache_ofbiz_plugins"/>
+ <set field="helpAnchor" from-field="helpAnchor"
default-value="_asset_maintenance_plugin"/>
</actions>
<widgets>
<include-screen name="ApplicationDecorator"
location="component://commonext/widget/CommonScreens.xml"/>
diff --git a/docs/asciidoc/plugins-user-manual.adoc
b/docs/asciidoc/plugins-user-manual.adoc
index 1a3ea4c..8147173 100644
--- a/docs/asciidoc/plugins-user-manual.adoc
+++ b/docs/asciidoc/plugins-user-manual.adoc
@@ -27,6 +27,8 @@ endif::[]
:toc:
:sectnums:
+include::../../assetmaint/src/docs/asciidoc/assetm.adoc[leveloffset=+1]
+
include::../../birt/src/docs/asciidoc/birt.adoc[leveloffset=+1]
include::../../ebay/src/docs/asciidoc/ebay.adoc[leveloffset=+1]
diff --git a/projectmgr/src/docs/asciidoc/_include/prjm_intro.adoc
b/projectmgr/src/docs/asciidoc/_include/prjm_intro.adoc
index f705fce..a6147b4 100644
--- a/projectmgr/src/docs/asciidoc/_include/prjm_intro.adoc
+++ b/projectmgr/src/docs/asciidoc/_include/prjm_intro.adoc
@@ -24,6 +24,7 @@ A task always has a single parentPhase. +
Time registration is only done on a task level.
Estimated and actual dates are only maintained at the task level. +
+Assign tasks to team members; report project activities with timesheets and
calendars. +
For reporting they are calculated to the higher levels. +
Project views are created to support this.