* NEW : TakePOS - add buttons to allow keyboard usage for discounts
* modern html
* remove useless code
---------
Co-authored-by: Christophe Battarel <christophe@altairis.fr>
* FIX can not show group when MULTICOMPANY_TRANSVERSE_MODE
* FIX wrong permissions with multicompany MULTICOMPANY_TRANSVERSE_MODE
* FIX better check for the "read" permission
* FIX only a superadmin can manage users in transverse mode
* FIX this is not "create" but "write"
* FIX use the new function hasRight
* FIX wrong check
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
* Fix: Enforce/use int nature of BookKeeping(Line)::$piece_num
* Fix typing in hookmanager class
* Improve DolHooksCollector phpdoc
* Fix PhanTypePossiblyInvalidDimOffset by testing index's existence
* Ignore PhanTypePossiblyInvalidDimOffset that phan can not detect
* Allow to be null, initialise instead of unset
When creating a new supplier order, even if the default reglement_mode is set for this supplier, the reglement_mode for the new order is not set.
As It is for the cond_reglement
I don't understand why my update is ok, but IT IS !
* FIX Add CSV download link to stock at date table
* Update array values to strings for joining
* Fix array and string formatting
* Fix space after comma
* FIX stock at date csv download
Removed .htaccess and requirement for modrewrite
Added output url parameter which takes csv as argument
updated GETPOST(,'int') calls to GETPOSTINT()
* FIX stock at date csv download
Removed .htaccess and requirement for modrewrite
Added output url parameter which takes csv as argument
updated GETPOST(,'int') calls to GETPOSTINT()
* FIX removed extra 'int' parameter from GETPOSTINT()
* Fix wrapped stock values in price(price2num($stock,'MS'))
* Fix error in php code
* Fix missed wrapping some stock levels tin price(...)
* Update stockatdate.php
---------
Co-authored-by: brad <brad@endurotags.com.au>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
* Fix#29279 Not admin that can create group have disabled button for group creation
* Update eldy.lib.php
---------
Co-authored-by: Jon Bendtsen <xcodeauthor@jonb.dk>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
* Add handdling of multiple autocopy mail to in CMailFile class __construct function
* Change mail to autocopy to for leaves
* Remove new param and set $sendtobcc to MAIN_MAIL_AUTOCOPY_HOLIDAY_TO
* first push select not saved
* add working merge
* ass merge of contact for task
* fix typo
* add of merge timespent
* Fix integration error + use of good SelectTasks
* fix precommit
* Fix CI
* fix CI
* fix bad change
* fix to make merge only an update
* remove useless field update
* fix empty array
* fix CI
* fix unused code
---------
Co-authored-by: Hystepik <lmarcouiller@nltechno.com>