Commit Graph

351 Commits

Author SHA1 Message Date
Laurent Destailleur (aka Eldy)
4e6d3217bc Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-12-02 01:58:06 +01:00
Laurent Destailleur (aka Eldy)
5c321cc678 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2024-12-02 01:52:08 +01:00
Lucas Marcouiller
1080d0718c Fix no display of extrafields in bankentries_list (#32149)
* Fix no display of extrafields in bankentries_list

* fix error

* fix comment

---------

Co-authored-by: Hystepik <lmarcouiller@nltechno.com>
2024-11-29 17:03:25 +01:00
Laurent Destailleur
d04e0a7ac2 Debug v21 2024-11-21 04:45:11 +01:00
MDW
56dc321665 Qual: Fix phan notices (in order of appearance) (#31768)
* Qual: Fix phan notices (in order of appearance)

* Qual: Fix phan notices (in order of appearance)/2
2024-11-12 00:35:14 +01:00
Frédéric FRANCE
1adc883b56 add baseline exclude for phpstan (#31632)
* add baseline exclude for phpstan

* update

* update

* update

* update

* update

* merge

* restore one filter

* delete old errors

* fix

* fix

* fix

* $moreforfilter can t be empty

* fix

* enable check

* refresh baseline

* add phpdoc

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-04 23:53:20 +01:00
Laurent Destailleur
dd7fae3cdd Fix new button must be disabled if BANK_DISABLE_DIRECT_INPUT is on 2024-10-30 14:07:27 +01:00
Laurent Destailleur
6a7fac3545 Fix #31609 2024-10-28 19:15:44 +01:00
MDW
0ac595364b Qual: Fix phan/phpstan notices in class files (part 1) (#31501)
* Ignore phpstan configuration for spelling

* Qual: Fix phan notices in class files
2024-10-25 21:00:02 +02:00
MDW
42bb4fbf3e Qual: Enable & fix or ignore Invalid DimOffset (#31176)
* Qual: Enable & fix or ignore Invalid DimOffset

# Qual: Enable & fix or ignore Invalid DimOffset

The Invalid DimOffset notices occur when array keys are defined and
the index used is not amongst the known array keys.

This PR enables these notices and fixes array definitions when needed,
or ignores the notices locally if it's a false positive, or in the
baseline.txt when it does not seem to be a false positive so that
it can be fixed later

* Nullable object typing in function signature not ok for 7.0/8.4

Can't user '?User' as argument type for PHP7.0 which is required by PHP8.4.
Therefore, removing the typing specification in the function definition

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-09-29 21:52:31 +02:00
Laurent Destailleur
397ccc576f FIX Remove wrong button 2024-09-24 13:24:44 +02:00
Laurent Destailleur
59477a2055 FIX Remove wrong button 2024-09-24 13:23:37 +02:00
Laurent Destailleur
10065e413b center 2024-09-15 13:28:37 +02:00
Laurent Destailleur
f6ae913056 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-09-15 13:18:28 +02:00
Laurent Destailleur
411e0eac86 Fix placeholder 2024-09-15 13:03:04 +02:00
Laurent Destailleur
490deb8ef6 Debug v20 token on reconcile 2024-09-15 12:52:27 +02:00
Laurent Destailleur
90c3b342f2 Debug v20 token on reconcile 2024-09-15 12:51:13 +02:00
Laurent Destailleur
2ad1c61976 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-09-15 12:33:25 +02:00
Laurent Destailleur
3612113e1c css 2024-09-15 12:32:27 +02:00
Laurent Destailleur
8ab740a95f Export inventory 2024-08-29 10:46:10 +02:00
Laurent Destailleur
2d8f07ff55 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2024-08-29 10:40:42 +02:00
Laurent Destailleur
c0be147c02 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-08-27 20:01:25 +02:00
Laurent Destailleur
4a2e001f1c Fix missing $object 2024-08-27 19:52:53 +02:00
Laurent Destailleur
e783a2da16 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2024-08-27 19:41:25 +02:00
Laurent Destailleur
917c3fb67f FIX Debug extrafields for bank lines 2024-08-27 12:11:44 +02:00
Laurent Destailleur
0542c956dc CSS 2024-07-29 01:21:08 +02:00
Laurent Destailleur
416bfe020b Fix css 2024-07-29 01:00:49 +02:00
Lucas Marcouiller
a671c91d3e QUAL bankline category table name (#30419)
* FIX bankline category table name

* remove bad space

---------

Co-authored-by: Hystepik <lmarcouiller@nltechno.com>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-07-28 17:43:46 +02:00
Laurent Destailleur
9e01c45df6 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-07-28 16:56:07 +02:00
Laurent Destailleur
e5e1f385b5 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2024-07-28 16:49:12 +02:00
Regis Houssin
ad74c915b9 FIX missing $object and $action for hook parameters (#30484)
* FIX missing $object and $action for hook parameters

* FIX same missing and wrong object name

* FIX again the same missing

* FIX uniformize hook parameters
2024-07-28 16:35:18 +02:00
Laurent Destailleur
cb5f1aad5a Fix trans 2024-07-26 02:41:08 +02:00
Laurent Destailleur
eba49c22e7 CSS 2024-07-26 02:21:58 +02:00
Frédéric FRANCE
f99beb9023 fix expects int (#30304) 2024-07-06 14:30:13 +02:00
Alexandre SPANGARO
96afcaa476 Better comments (#30200)
* Fix language

* Fix language

* Fix language

* Fix language

* Fix language

* Fix language

* Fix language

* CI Missing language key

* Update eventorganization.lang

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-06-30 21:02:50 +02:00
Laurent Destailleur
20d71bd381 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-06-25 11:17:05 +02:00
Laurent Destailleur
fc5c3d2e35 Doc 2024-06-25 11:16:45 +02:00
Marc
46c950c7ff NEW #24946 (#30102)
* FIX #24946

* FIX #24946
2024-06-25 11:16:34 +02:00
Zephyriony
4a643c8780 FIX #30067 (#30075) 2024-06-19 03:13:47 +02:00
Laurent Destailleur
a8872ea4aa Debug v20 2024-06-02 22:09:11 +02:00
Laurent Destailleur
7945e3800c Debug v20 2024-06-02 19:21:29 +02:00
Laurent Destailleur
4991850bc7 Look and feel v20 2024-06-02 19:16:06 +02:00
Laurent Destailleur
084ba11820 css 2024-06-02 19:09:46 +02:00
Laurent Destailleur
6dba01d85a Debug v20 2024-06-02 12:59:38 +02:00
Laurent Destailleur
102263b3e5 Debug v20 2024-06-02 12:43:45 +02:00
Laurent Destailleur
bc77ac9ce6 Debug v20 2024-05-13 23:49:35 +02:00
Laurent Destailleur
b3fd3b6940 Fix use user photo 2024-05-01 18:47:56 +02:00
Laurent Destailleur
e3daa23949 Look and feel v20 2024-04-30 09:45:28 +02:00
Laurent Destailleur
8ff36d2dca Debug v20 2024-04-30 02:47:03 +02:00
Laurent Destailleur
5c66d59557 Doc 2024-04-30 01:14:18 +02:00