Plugin: Manual Generator
From iDempiere en
- Developer: Carlos Ruiz
- Status: Production, up to date with release 7.1
- License: GPLv2
- Sources: github
- JAR:: jar file
Description
Generates an OpenOffice Writer manual from dictionary based on designed templates.
Configuration
- Download into a known folder the templates from the URL https://github.com/globalqss/globalqss-idempiere-plugins/tree/master/org.globalqss.idempiere.ManualGenerator/templates
- Adapt the templates for your company preferences (logo, headers, fonts, etc)
- Add a System Configurator record with name QSS_TEMPLATE_FOLDER_GENERATE_MANUAL and the value pointing to the templates folder, for example /opt/idempiere-server/templates
Usage
Just run the new process in the menu with name "Manual Generator"
At the end download the generated file FullManual.odt
How to Install
Felix console
To install the plugin using the felix console you can download the plugin jar from org.globalqss.idempiere.ManualGenerator_7.1.0.202001121447.jar and use the felix console to install as usual.
OSGi console
From the OSGi console, which you can usually access using:
telnet localhost 12612
You can install the plugin directly using:
install https://github.com/globalqss/globalqss-idempiere-plugins/releases/download/release-7.1/org.globalqss.idempiere.ManualGenerator_7.1.0.202001121447.jar
And then start the plugin just installed