Templates
Uit Covide
This module allows users to manage their address templates by positioning logo, adding footer text, giving margins, etc. This is further used by:
- • address module at “address/inc/relationCard.php”
- • finance module
Templates_data
Class file: data.php</br> This class has methods for saving templates, getting and searching finance templates, getting and saving template settings, getting, listing and deleting template files; and reads/writes “templates”, “templates_settings”, “templates_files” tables for the purpose.
Templates_output
Class file: output.php</br> This class has methods for printing templates as a pdf file for which html2pdf module is required. This class also has methods to show templates list, show edit form for template settings, show edit form for templates, etc. This takes help from Layout_data, Layout_venster, Layout_table, Address_data, Classification_data classes.
