This is an automated email from the ASF dual-hosted git repository.
jleroux 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 b049b93 Improved: Update information in README.md files from removed pages in wiki b049b93 is described below commit b049b93b55ed72bc87be9d1dcadc463eaf91ee70 Author: Jacques Le Roux <[hidden email]> AuthorDate: Sat Aug 29 17:37:33 2020 +0200 Improved: Update information in README.md files from removed pages in wiki --- assetmaint/README.md | 15 +++++++++++---- ecommerce/README.md | 2 +- lucene/README.md | 3 +-- myportal/README.md | 13 ++++++++++++- projectmgr/README.md | 47 ++++++++++++++++++++++++++++++++++++++++++++++- scrum/README.md | 8 +++++--- solr/README.md | 6 +++++- 7 files changed, 81 insertions(+), 13 deletions(-) diff --git a/assetmaint/README.md b/assetmaint/README.md index 8d7d778..f5e6e04 100644 --- a/assetmaint/README.md +++ b/assetmaint/README.md @@ -1,7 +1,14 @@ <img src="https://camo.githubusercontent.com/b313d4ec52b77b5024e2988aaf76720258233e69/68747470733a2f2f6f6662697a2e6170616368652e6f72672f696d616765732f6f6662697a5f6c6f676f2e706e67" alt="Apache OFBiz" /> # Assetmaint component -The asset management and maintenance application enables organisations to -maintain a register of all kinds of assets. It enables them to plan maintenance -and keep track of allocations and use. Integrates with the accounting module -regarding depreciation bookings. \ No newline at end of file +The asset management and maintenance application enables organisations to maintain a register of all kinds of assets. It enables them to plan maintenance and keep track of allocations and use. Integrates with the accounting module regarding depreciation bookings. + + +## Features + + Asset registration + Maintenance planning + Depreciation calculation and registration + Meter registrations + Allocation registration + diff --git a/ecommerce/README.md b/ecommerce/README.md index a99e454..79441e5 100644 --- a/ecommerce/README.md +++ b/ecommerce/README.md @@ -2,7 +2,7 @@ # Ecommerce component -## more information +## More information How to use Janrain Engage Social Login. 1.Get API Key from http://www.janrain.com/products/engage/social-login. diff --git a/lucene/README.md b/lucene/README.md index acec03d..6c1aa6e 100644 --- a/lucene/README.md +++ b/lucene/README.md @@ -1,6 +1,5 @@ <img src="https://camo.githubusercontent.com/b313d4ec52b77b5024e2988aaf76720258233e69/68747470733a2f2f6f6662697a2e6170616368652e6f72672f696d616765732f6f6662697a5f6c6f676f2e706e67" alt="Apache OFBiz" /> # Lucene component -This OFBiz component enables integrators to enhance indexing and search/find capabilities -regarding OFBiz data elements +This component enables integrators to enhance indexing and search/find capabilities regarding OFBiz data elements based on integrated Apache Lucene features and functionalities. diff --git a/myportal/README.md b/myportal/README.md index a072769..771688c 100644 --- a/myportal/README.md +++ b/myportal/README.md @@ -1,4 +1,15 @@ <img src="https://camo.githubusercontent.com/b313d4ec52b77b5024e2988aaf76720258233e69/68747470733a2f2f6f6662697a2e6170616368652e6f72672f696d616765732f6f6662697a5f6c6f676f2e706e67" alt="Apache OFBiz" /> # MyPortal component -This OFBiz component enables organisations to provide their users with a self service starting point. +This component enables organisations to provide their users with a self service starting point. + +Enabling both internal (employees) and external (customers, sub-contractors) to manage their own profile for the back-end applications of OFBizâ„¢, register time spent on projects and manufacturing tasks and manage their schedule and tasks. + +## Features + + Page management (application admin) + Time registration + Tasks execution + Profile management + + diff --git a/projectmgr/README.md b/projectmgr/README.md index 06a37d0..dec6f01 100644 --- a/projectmgr/README.md +++ b/projectmgr/README.md @@ -1,5 +1,50 @@ <img src="https://camo.githubusercontent.com/b313d4ec52b77b5024e2988aaf76720258233e69/68747470733a2f2f6f6662697a2e6170616368652e6f72672f696d616765732f6f6662697a5f6c6f676f2e706e67" alt="Apache OFBiz" /> # ProjectMgr component -This OFBiz component enables organisations to manage projects, project phases and project tasks. +This component enables organisations to manage projects, project phases and project tasks. + +The Project Management application enables organisations to manage their internal and external projects in a professional manner. It allows them to collaborate with their customers on projects. Approved time spent on external (time/material) projects will generate invoices in the Accounting application of OFBiz. + +- [ ] We need to either remove the information below or extend it to all other components. Accounting is another such case... + +## Features + + Resource assignement to projects + Resource allocation to tasks + Approval of time spent on tasks + Gantt charts for projects, phases and tasks + Time registration with different rates + Generate invoice from a project + Project copy + Project, project phases and tasks show planned and actual time spent + Project templates + +## Data sets + +### seed +Needs to be loaded first + + generic configuration: https://svn.apache.org/repos/asf/ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrTypeData.xml + permissions configuration: https://svn.apache.org/repos/asf/ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrSecurityPermissionSeedData.xml + portlet configuration: https://svn.apache.org/repos/asf/ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrPortletData.xml + help screens configuration: https://svn.apache.org/repos/asf/ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrHelpData.xml + +### seed-initial +none + +### extseed +none + +###demo +Loaded after extseed. For security reason don't load credentials in production! + + generic demo data: https://svn.apache.org/repos/asf/ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml + demo permissions: https://svn.apache.org/repos/asf/ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrSecurityGroupDemoData.xml + demo user passwords: https://svn.apache.org/repos/asf/ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrDemoPasswordData.xml + + + + + + diff --git a/scrum/README.md b/scrum/README.md index 3341e63..97948ae 100644 --- a/scrum/README.md +++ b/scrum/README.md @@ -1,19 +1,21 @@ <img src="https://camo.githubusercontent.com/b313d4ec52b77b5024e2988aaf76720258233e69/68747470733a2f2f6f6662697a2e6170616368652e6f72672f696d616765732f6f6662697a5f6c6f676f2e706e67" alt="Apache OFBiz" /> # Scrum component -This OFBiz component enables organisations to manage agile project, product backlogs and sprints. +This component enables organisations to manage agile project, product backlogs and sprints. ## How to install the revision of task function. # Deprecated this needs to be adapted to Git # +- [ ] We need to adapt the information below from Svn to Git + ### Server requirements -1. subversion +1. Git ### Installation (On server) -1. Install subversion +1. Install Git 2. Hook script setting 2.1 post-commit file is hook script file that will work when users commit source code to subversion repository. Copy post-commit file from "scrum/data/hookscripts/post-commit" to hooks folder of repository and then edit file following : diff --git a/solr/README.md b/solr/README.md index c6f9468..910e18e 100644 --- a/solr/README.md +++ b/solr/README.md @@ -1,7 +1,11 @@ <img src="https://camo.githubusercontent.com/b313d4ec52b77b5024e2988aaf76720258233e69/68747470733a2f2f6f6662697a2e6170616368652e6f72672f696d616765732f6f6662697a5f6c6f676f2e706e67" alt="Apache OFBiz" /> # Solr component -This OFBiz component leverages Apache Solr indexing capabilities. +This component leverages Apache Solr indexing capabilities. ## more information More information about the Apache Solr product can be found at: http://lucene.apache.org/solr/ + +## Related wiki page + +[Search Engine Optimisation, SEO in ecommerce](https://cwiki.apache.org/confluence/display/OFBIZ/Search+Engine+Optimisation%2C+SEO+in+ecommerce "SEO") \ No newline at end of file |
Free forum by Nabble | Edit this page |