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 9c87fb8 Improved: Update build.gradle to the latest dependencies (OFBIZ-11903) new 2a7ea47 Documented: ofbiz-plugins / MyPortal, migration for the Help docbook file to asciidoc (only a short introduction) (OFBIZ-11587) new cb502ca Documented: ofbiz-plugins / MyPortal, remove docbook migrated to asciidoc (only a short introduction) (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 | 2 ++ myportal/data/helpdata/HELP_MYPORTAL.xml | 33 ---------------------- myportal/documents/MyPortal.xml | 32 --------------------- .../docs/asciidoc/_include/portlet-calendar.adoc | 11 ++++---- .../_include/portlet-system-info-notes.adoc | 31 ++++++++++++++++++++ .../src/docs/asciidoc/my-portal.adoc | 24 ++++++++-------- 6 files changed, 50 insertions(+), 83 deletions(-) delete mode 100644 myportal/data/helpdata/HELP_MYPORTAL.xml delete mode 100644 myportal/documents/MyPortal.xml copy solr/testdef/data/SolrTestsData.xml => myportal/src/docs/asciidoc/_include/portlet-calendar.adoc (81%) create mode 100644 myportal/src/docs/asciidoc/_include/portlet-system-info-notes.adoc copy docs/asciidoc/plugins-developer-manual.adoc => myportal/src/docs/asciidoc/my-portal.adoc (55%) |
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 2a7ea475d3a46df4e2dbb0f7d020ebfa2db8493f Author: holivier <[hidden email]> AuthorDate: Fri May 1 16:50:31 2020 +0200 Documented: ofbiz-plugins / MyPortal, migration for the Help docbook file to asciidoc (only a short introduction) (OFBIZ-11587) add in _include directory, two portlet help coming from other components (commonext and workeffort) --- docs/asciidoc/plugins-user-manual.adoc | 2 ++ .../docs/asciidoc/_include/portlet-calendar.adoc | 17 ++---------- .../_include/portlet-system-info-notes.adoc | 31 +++++++++++++++++++++ .../src/docs/asciidoc/my-portal.adoc | 32 +++++++++++----------- 4 files changed, 52 insertions(+), 30 deletions(-) diff --git a/docs/asciidoc/plugins-user-manual.adoc b/docs/asciidoc/plugins-user-manual.adoc index b5cc654..7803615 100644 --- a/docs/asciidoc/plugins-user-manual.adoc +++ b/docs/asciidoc/plugins-user-manual.adoc @@ -32,3 +32,5 @@ 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] diff --git a/docs/asciidoc/plugins-user-manual.adoc b/myportal/src/docs/asciidoc/_include/portlet-calendar.adoc similarity index 62% copy from docs/asciidoc/plugins-user-manual.adoc copy to myportal/src/docs/asciidoc/_include/portlet-calendar.adoc index b5cc654..a3aeae8 100644 --- a/docs/asciidoc/plugins-user-manual.adoc +++ b/myportal/src/docs/asciidoc/_include/portlet-calendar.adoc @@ -16,19 +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 -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: -include::../../birt/src/docs/asciidoc/birt.adoc[leveloffset=+1] += The Calendar Portlet -include::../../ebay/src/docs/asciidoc/ebay.adoc[leveloffset=+1] - -include::../../ebaystore/src/docs/asciidoc/ebay-store.adoc[leveloffset=+1] +This portlet provides an overview on a dayly/weekly/or month period. +You will see the particular view with the ability to add an event. \ No newline at end of file diff --git a/myportal/src/docs/asciidoc/_include/portlet-system-info-notes.adoc b/myportal/src/docs/asciidoc/_include/portlet-system-info-notes.adoc new file mode 100644 index 0000000..31f9cb5 --- /dev/null +++ b/myportal/src/docs/asciidoc/_include/portlet-system-info-notes.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. +//// + += The System Event Portlet + +This portlet shows changes which happened in the system for the logged on user. +The first two functions which are working now:. + +1. Incoming communication events (email, internal notes). +2. Tasks which are assigned either in projectmanager or workeffort. + + These event can be notified to the user even when not logged on to OFBiz by using a firefox plugin and when it changes the + employee is notified from within firefox + + The plugin: http://updatescanner.mozdev.org/en/index.html and it should check the following url: (adjust to your requirements) + + https://localhost:8443/myportal/control/showPortletSimpleDecorator?portalPortletId=SystemInfoNotes&USERNAME=admin&PASSWORD=ofbiz + + In the Flat Grey theme (only) notifications show in the header when they are available. diff --git a/docs/asciidoc/plugins-user-manual.adoc b/myportal/src/docs/asciidoc/my-portal.adoc similarity index 55% copy from docs/asciidoc/plugins-user-manual.adoc copy to myportal/src/docs/asciidoc/my-portal.adoc index b5cc654..de07d2e 100644 --- a/docs/asciidoc/plugins-user-manual.adoc +++ b/myportal/src/docs/asciidoc/my-portal.adoc @@ -16,19 +16,19 @@ 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: - -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] += My portal Plugin + +Within the 'my portal' application it is possible to create a collection of screens for a specific type of user of the system. + +Examples are a general employee, an account manager, a customer, a supplier etc... + +The system makes use of special portlets which can be arranged and selected/hidden by the logged on user. + +The MyPortal application is an example of what it's possible to do with OFBiz Portal technics +(integrated in ofbiz framework) + +== Some Portlet in other components + +include::_include/portlet-system-info-notes.adoc[leveloffset=+2] + +include::_include/portlet-calendar.adoc[leveloffset=+2] |
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 cb502cae037299a54ab462d927151b6c08bb2bd8 Author: holivier <[hidden email]> AuthorDate: Fri May 1 16:52:27 2020 +0200 Documented: ofbiz-plugins / MyPortal, remove docbook migrated to asciidoc (only a short introduction) (OFBIZ-11587) --- myportal/data/helpdata/HELP_MYPORTAL.xml | 33 -------------------------------- myportal/documents/MyPortal.xml | 32 ------------------------------- 2 files changed, 65 deletions(-) diff --git a/myportal/data/helpdata/HELP_MYPORTAL.xml b/myportal/data/helpdata/HELP_MYPORTAL.xml deleted file mode 100644 index 79e5621..0000000 --- a/myportal/data/helpdata/HELP_MYPORTAL.xml +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. ---> -<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0" - xmlns:xl="http://www.w3.org/1999/xlink" - xmlns:xi="http://www.w3.org/2001/XInclude" - xsi:schemaLocation="http://docbook.org/ns/docbook ../../content/dtd/docbook.xsd" - xmlns="http://docbook.org/ns/docbook"> - - - <title>The My portal application introduction.</title> - <para> - Within the 'my portal' application it is possible to create a collection of screens for a specific type of user of the system. - Examples are a general employee, an account manager, a customer, a supplier etc... - The system makes use of special portlets which can be arranged and selected/hidden by the logged on user. - </para> -</section> diff --git a/myportal/documents/MyPortal.xml b/myportal/documents/MyPortal.xml deleted file mode 100644 index e3fc40d..0000000 --- a/myportal/documents/MyPortal.xml +++ /dev/null @@ -1,32 +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="http://docbook.org/ns/docbook" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://docbook.org/ns/docbook ../../../applications/content/dtd/docbook.xsd"> - <title>The myportal Component</title> - <section> - <title>Introduction</title> - <para> - and a introduction paragraph in myportal - </para> - </section> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../data/helpdata/HELP_MYPORTAL.xml"/> -</chapter> |
Free forum by Nabble | Edit this page |