Changes

m
no edit summary
Line 8: Line 8:     
{{TemplateDocUser}}
 
{{TemplateDocUser}}
This page describe how to build an ODT document template to build documents using ODT generation.
+
This page describe how to build an ODT or ODS document (Format for OpenOffice, LibreOffice, ...) template to build documents, using ODT/ODS generation.
    
To know how to build a PDF template, see page [[Create a PDF document template]]. Building a PDF template require PHP development knowledge, but not building an ODT template.
 
To know how to build a PDF template, see page [[Create a PDF document template]]. Building a PDF template require PHP development knowledge, but not building an ODT template.
 +
 +
* ODT is the format of documents generated by LibreOffice Writer for example.
 +
* ODS is the format of documents generated by LibreOffice Calc for example.
 +
You can you both of them to generated a templatethat can be used by Dolubarr...
    
==Prerequisite==
 
==Prerequisite==
    
*Dolibarr: 3.1+
 
*Dolibarr: 3.1+
*OpenOffice: 3.2+, LibreOffice, ...
+
*LibreOffice or any ODT or ODS editor (OpenOffice, ...)
    
==Create your document==
 
==Create your document==