2
0
forked from Wavyzz/dolibarr
Commit Graph

34632 Commits

Author SHA1 Message Date
Laurent Destailleur
7722f0e7d4 Fix syntax error 2024-03-01 01:11:41 +01:00
Laurent Destailleur
eae14a4022 Fix test on country similarty for MQ and GP 2024-02-29 23:45:02 +01:00
Laurent Destailleur
df8a6bd336 Fix warning 2024-02-29 20:39:21 +01:00
Sébastien NASSIET
632b06c5d8 ajout unitprice dans import FIX #28382 (#28531) 2024-02-29 20:22:38 +01:00
Laurent Destailleur
b6a056799c Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2024-02-29 20:09:56 +01:00
Laurent Destailleur
15a578e6ac Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
Conflicts:
	htdocs/accountancy/bookkeeping/balance.php
2024-02-29 20:09:44 +01:00
Laurent Destailleur
c3ad0bc9e7 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
Conflicts:
	htdocs/core/class/commonobject.class.php
2024-02-29 20:07:53 +01:00
Laurent Destailleur
0e0a7b0d21 Clean code 2024-02-29 20:05:37 +01:00
Laurent Destailleur
034d6d8174 Fix bad property name 2024-02-29 19:54:41 +01:00
Laurent Destailleur
650a55bb1d Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-02-29 19:49:58 +01:00
Laurent Destailleur
821f327da4 Fix name of webservice 2024-02-29 19:47:58 +01:00
thomas-Ngr
a0fc77cd76 Fix Form::load_cache_vatrates() countries dict (#28528) 2024-02-29 19:40:51 +01:00
Laurent Destailleur
284fb49f60 Try a better fix for #28526 2024-02-29 19:35:34 +01:00
Laurent Destailleur
9a41edfdc4 Add code for better transition of using user_creation_id and
user_modification_id
2024-02-29 18:22:48 +01:00
Laurent Destailleur
4c116e1577 Doc 2024-02-29 17:59:17 +01:00
Frédéric FRANCE
ed3b04a1c7 fix phpstan (#28525) 2024-02-29 16:59:32 +01:00
Laurent Destailleur
ef224a7a45 Clean code 2024-02-29 16:48:52 +01:00
Laurent Destailleur
4d10fe3bba Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-02-29 15:48:50 +01:00
Laurent Destailleur
6f2c09affe Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
Conflicts:
	htdocs/adherents/subscription/card.php
2024-02-29 15:47:50 +01:00
Laurent Destailleur
cbc951b543 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-02-29 15:46:14 +01:00
Laurent Destailleur
a562452832 Try to restore consistency into isModEnabled. The array must contains
old name -> new name
2024-02-29 15:45:27 +01:00
Frédéric FRANCE
c5fccd4110 fix phpstan (#28516)
* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan
2024-02-29 15:26:53 +01:00
Laurent Destailleur
3944eb3625 NEW Support a date selector with type 'html' 2024-02-29 15:16:51 +01:00
Hasanuzzaman Sattar
042ef30a9f FIX #28518 (#28520)
* #28518

* Update interface_50_modTicket_TicketEmail.class.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-02-29 14:41:59 +01:00
Laurent Destailleur
9557ef56a7 Move lib into lib file 2024-02-29 13:36:21 +01:00
Laurent Destailleur
6c01459e9e Can hide the legend 2024-02-29 13:03:04 +01:00
Laurent Destailleur
697540efa8 Fix use of customreports in include 2024-02-29 11:52:53 +01:00
Laurent Destailleur
a365800967 CSS 2024-02-29 02:57:13 +01:00
Laurent Destailleur
708ebb3a89 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-02-29 00:53:09 +01:00
Laurent Destailleur
0580ac2ca6 Better accessibility 2024-02-29 00:52:56 +01:00
Frédéric FRANCE
32a4947590 fix phpstan (#28514)
* fix phpstan

* fix phpstan

* fix phpstan
2024-02-28 23:42:23 +01:00
MDW
7391ad42ed Qual: Enable detection of deprecated modulename & GETPOST(...,'int') (#28457)
* Qual: Enable detection of deprecated modulename & GETPOST(...,'int')

# Qual: Enable detection of deprecated modulename & GETPOST(...,'int')

Enable phan rules to verify deprecated modulename usage and GETPOST(...,'int')
usage in the code.

* Qual: Try type hint on  to help avoid notification

* Qual: Accept 3 parameters for GETPOST to GETPOSTINT conversion

* Qual: Convert GETPOST(...,'int',VALUE) to GETPOSTINT(...,VALUE)

# Qual: Convert GETPOST(...,'int',VALUE) to GETPOSTINT(...,VALUE)

Following the update to the fixer to also convert GETPOST... with 3 parameters.
The files are now converted.
2024-02-28 23:25:16 +01:00
Sylvain Legrand
e827f0a5ab Use the date pre-fill function also in edit mode (#28470)
* Use the date pre-fill function also in edit mode

Supports date prefill function (with last found dates) in row edit mode

* Update objectline_edit.tpl.php
2024-02-28 23:02:46 +01:00
Frédéric FRANCE
20c1992aec fix translate with memcached and multilangs (#28510)
* fix translate with memcached and multilangs

* fix
2024-02-28 22:56:00 +01:00
MDW
1b4a1510ec Modify module mapping principle (#28511) 2024-02-28 22:47:28 +01:00
Frédéric FRANCE
eb6aa92359 fix isModEnabled for all case (#28465)
* Update conf.class.php

* new test

* new test

* new test

* ficheinter not fichinter
2024-02-28 21:43:23 +01:00
lamrani abdelwadoud
d4a548a48f Fix return method select_conditions_paiements (#28495) 2024-02-28 20:57:03 +01:00
Frédéric FRANCE
eda3b8e161 fix phpstan (#28497) 2024-02-28 20:36:53 +01:00
lamrani abdelwadoud
946abbfbd1 Fix variable and return in method (#28498) 2024-02-28 20:33:36 +01:00
lamrani abdelwadoud
c8f8286fa3 Fix return type in howdocuments (#28500) 2024-02-28 20:23:49 +01:00
lamrani abdelwadoud
67d6c98899 FIX return by adding null (#28502) 2024-02-28 20:22:17 +01:00
lamrani abdelwadoud
aea79e6fbf FIX return type of return by adding null in return (#28503) 2024-02-28 20:21:29 +01:00
Laurent Destailleur
b666d17eed FIX #28504 2024-02-28 20:18:35 +01:00
Laurent Destailleur
6c5855c99f Clean code 2024-02-28 20:07:26 +01:00
lamrani abdelwadoud
b41020a801 Fix method by changing return type (#28507)
* FIX return method getListOfCharacterSet by adding null type

* Fix return method getListOfCollation by adding return null
2024-02-28 20:05:33 +01:00
lamrani abdelwadoud
7c36864ff9 FIX saveFile by adding null in return (#28508)
* FIX saveFile by adding null in return

* Update html_generic.modules.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-02-28 20:03:26 +01:00
lamrani abdelwadoud
c0cd4e1aaa Fix return method by adding type int (#28493) 2024-02-28 16:52:30 +01:00
Frédéric FRANCE
d4ced85527 fix phpstan (#28473) 2024-02-28 16:19:38 +01:00
MDW
0b2ce5c2ae Fix: author email (#28479) 2024-02-28 16:07:46 +01:00
Frédéric FRANCE
01b2e4a62c fix phpstan (#28480) 2024-02-28 16:07:02 +01:00