mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-18 23:41:28 +01:00
* CLOSE #33506 add a constant holding the ratio to resize images in ODT templates A new Dolibarr constant MAIN_DOC_ODT_IMAGE_RATIO is taken in consideration for ODT templates. This constant holds a number that is multiplied when computing the size of images in ODT templates. All doc_generic_*_odt_modules.php files have been updated to call the setImage Method with a new parameter $ratio The method setImage in the file odt.php has been modified to have a new parameter $ratio and use it to compute the image size * FIX #33506 wrong branch some other files needed to be changed in the develop branch * FIX #33506 PR errors fixed * FIX #33506 codesniffer errors fixed * QUAL #33506 completed method comment
Module Builder
This is a module to provide embedded tools to develop your own application/features inside Dolibarr ERP CRM software. It provides tools for module developers to kickstart their project and give an hands-on sample of which features Dolibarr has to offer for module development.
If you don't need to develop your own module/application, you just don't need this.
After enabling this module, you should find features to generate or edit modules/application from menu Home - Tools - Module builder