* NEW Add tags / category on supplier invoice
* CI
* Fix condition if constant MAIN_USE_NEW_SUPPLIERMOD is used
* Fix link
* Fix typo
* Fix element type on export
* Fix element type on export
* NEW(mailing): Allow user to define the number of email sent by batch
* FIX: incompatibility with conf.php fie
* DEL: MAILING_LIMIT_SENDBYWEB constant from const.php page
* Define the const for all entities instead of specific entity
* Remove note
---------
Co-authored-by: Benjamin Falière <benjamin.faliere@altairis.fr>
* feat(commandeFournisseur): new set reopen function
* error : db begin instead of db prefix
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
* FIX: products with a single price by qty may have empty price when adding it in a commercial piece
* FIX: products with a single price by qty may have empty price when adding it in a commercial piece
* Documentation for table update
Examples and documentation on using tables
* Remove space
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
* Add sold amount on api call (V2)
other way to implement it
* Update api_bankaccounts.class.php
Use the non deprecated property name.
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
* 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
* FIX : If the global INVOICE_CAN_NEVER_BE_EDITED disabled the action 'modify' of a invoice, we test in the point of entry of the action and not after we make many useless tests
* Correction