Defines a complete reports/documents system for WAMP applications
...Based on templates created using OpenOffice (.odt files): templates can be of any size (A4, A3...) and multipage.
On templates::
- Simple substitution based on couples #field#/value
- Blocks and nested blocks duplication (any deep) or deletion
- Pictures substitution
The HTML User Inteface is build by System and can be easy added at existing php applications.
This system is DB driven, using 2 tables to define all templates
To add a new document is only required to update DB.
Sources in github https://github.com/msillano/odtReportSQL
Install:
download all files in www/my_app/
see install.txt file...