2
0
forked from Wavyzz/dolibarr
Commit Graph

39551 Commits

Author SHA1 Message Date
Laurent Destailleur (aka Eldy)
9ec4575c43 Merge branch '16.0' of git@github.com:/Dolibarr/dolibarr.git into 17.0 2024-12-02 01:38:41 +01:00
Günter Lukas
4962dd1a81 Fix #29353 (#32151)
Hidden extrafields are NULL on update. Can only happen with extrafields in positions of commercial elements (facture, propal, commande, etc)
2024-12-02 00:48:13 +01:00
Mohamed DAOUD
b8089532ff Enhance Custom Report Filter Editor (#32154)
* Enhance filter editor

* add trans keys

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-12-01 23:32:32 +01:00
Mathieu Moulin
6337a987d8 Fix handling of boolean extrafields in list filters (#32109)
* Fix show payment URL in massaction context when not one email per recipient

* Debug v20 - fix param for filter on boolean

* FIX : Fix case when the value of a extrafields of the type 'boolean', 'select' or other have an option with a value equal to '0'.
It's not reselected when the filter is set.

* Revert "Fix show payment URL in massaction context when not one email per recipient"

This reverts commit 0986d487f1.

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
Co-authored-by: kkhelifa <kkhelifa@open-dsi.fr>
2024-12-01 23:28:49 +01:00
Frédéric FRANCE
01297eeb86 fix phpstan (#32188)
* fix phpstan

* fix typos

* add phpdoc

* cut long line
2024-12-01 23:15:27 +01:00
Laurent Destailleur (aka Eldy)
f5ef2eee49 Debug v21 2024-12-01 15:47:01 +01:00
Laurent Destailleur (aka Eldy)
f933d0f636 Missing the placeholder 2024-12-01 15:09:27 +01:00
Frédéric FRANCE
462101289e Merge branch 'develop' into fix_updatelines_propal 2024-11-30 21:06:27 +01:00
Laurent Destailleur (aka Eldy)
b56ac12093 The $empty param must follow same rules than other select component. 2024-11-30 14:24:13 +01:00
Laurent Destailleur (aka Eldy)
4337141b04 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-11-30 14:02:54 +01:00
Laurent Destailleur (aka Eldy)
be9d72e3b6 The $empty param must follow same rules than other select component. 2024-11-30 13:44:24 +01:00
Joachim Kueter
18775c06ea FIX #31890 store empty line extrafields (#32152)
* FIX #31890 store empty line extrafields

If a line extrafield had originally some contents, after deleting it and submitting it as empty, the extrafield was not stored but the original contents kept

* corrected whitespace
2024-11-30 13:06:36 +01:00
Frédéric FRANCE
63e5e0ab77 add phpdoc (#32139)
* add phpdoc

* clean baseline
2024-11-30 12:55:27 +01:00
Laurent Destailleur (aka Eldy)
07536ea01a Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-11-29 15:25:49 +01:00
Laurent Destailleur (aka Eldy)
546a68eafb Fix the amount in linke is not correctly formatted. 2024-11-29 15:11:36 +01:00
Frédéric FRANCE
ced5574172 Merge branch 'develop' into phpstan_doc_ui 2024-11-29 14:57:13 +01:00
nateogroup-antoine
c983cfff50 Typo in log : SERVICES_ARE_ECOMMERCE_200238EC => SERVICE_ARE_ECOMMERCE_200238EC and set shipment origin for shipment created by api on an order (#32143)
* Update functions.lib.php

* set shipment origin for shipment created by api on an order
2024-11-29 14:50:25 +01:00
Frédéric FRANCE
9874e67acb add phpdoc (#32138)
* add phpdoc

* add phpdoc
2024-11-29 14:48:33 +01:00
Frédéric FRANCE
c0b42287c1 add phpdoc (#32137) 2024-11-29 14:47:53 +01:00
Frédéric FRANCE
4d885d1e34 add phpdoc (#32136) 2024-11-29 14:47:33 +01:00
Frédéric FRANCE
82f54e707e Update extrafields.class.php (#32135) 2024-11-29 14:45:26 +01:00
Laurent Destailleur (aka Eldy)
c73cff0781 Debug v21 2024-11-28 22:51:11 +01:00
Laurent Destailleur (aka Eldy)
11b4492c0e Fix warning. 2024-11-28 19:56:28 +01:00
Frédéric FRANCE
17e31c1d91 Merge branch 'develop' into extrafields_object_filter 2024-11-28 18:34:12 +01:00
Frédéric FRANCE
46925fad15 Merge branch 'develop' into phpstan_doc_ui 2024-11-28 18:15:24 +01:00
Laurent Destailleur (aka Eldy)
cd946f9829 Doc 2024-11-28 16:44:19 +01:00
Frédéric FRANCE
8a4ced4419 Merge branch 'develop' into fix_updatelines_propal 2024-11-28 12:49:25 +01:00
Frédéric FRANCE
286c3d1093 fix sql ticket list (#32080)
* fix sql ticket list

* fix sql ticket list

* fix phpstan

* fix

* fix
2024-11-28 12:11:50 +01:00
Laurent Destailleur (aka Eldy)
ee96925995 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-11-28 11:38:43 +01:00
Laurent Destailleur (aka Eldy)
16cbc512a2 Doc 2024-11-28 11:38:07 +01:00
Zephyriony
d343807a04 FIX Linked elements not up to date (#32118)
* FIX Linked elements not up to date 

If you add a linked element, it won't appear without this correction, and if you delete an element, it won't disappear. You're forced to refresh the page to have the links updated, which is rather unpleasant.

* Update actions_dellink.inc.php

* Update actions_dellink.inc.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-28 11:16:34 +01:00
Frédéric FRANCE
1b6ee9e654 fix phpdoc (#32097)
* fix phpdoc

* Update accountancycategory.class.php

* fix phpstan

* fix phpstan

* fix phpstan

* fix phan

* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-28 11:15:56 +01:00
Zephyriony
d434cd4b50 FIX Bug page_y url (#32119)
* FIX Bug page_y url

In some cases, 'reposition' modified the url by assigning variables other than page_y, for example : 
https://XXX/ticket/card.php?id=2158&action=dellink&token=e88288a7e4488ebafb81a80fa5f58913&dellinkid=20308.60009765625.60009765625&page_y=2113.60009765625

* Update lib_foot.js.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-28 11:06:44 +01:00
HENRY Florian
96d60b92f4 fix: when create separate extarfields, if already exists always return false error (#32103) 2024-11-27 22:39:52 +01:00
Frédéric FRANCE
8d5c5cf447 Merge branch 'develop' into extrafields_object_filter 2024-11-27 22:06:10 +01:00
Frédéric FRANCE
13b8f5feff keep only commonobject property oldcopy (#32123)
* clean properties

* clean properties

* clean properties

* clean properties

* clean phpcs

* clean phan

* clean code

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-27 21:59:41 +01:00
Laurent Destailleur (aka Eldy)
92c1af15a7 Test 2024-11-27 21:04:59 +01:00
Laurent Destailleur (aka Eldy)
998da221a2 Test 2024-11-27 21:03:30 +01:00
Laurent Destailleur (aka Eldy)
f28928daeb Test 2024-11-27 20:29:04 +01:00
Frédéric France
076ae6a3c2 fix 2024-11-27 20:20:41 +01:00
Laurent Destailleur (aka Eldy)
e901cbdfa8 Test 2024-11-27 20:14:12 +01:00
Frédéric France
4c97950f2a fix 2024-11-27 20:10:41 +01:00
Frédéric France
da8ac80588 fix merge 2024-11-27 18:59:23 +01:00
Frédéric France
edd1a50324 Merge remote-tracking branch 'upstream/develop' into extrafields_object_filter 2024-11-27 18:57:47 +01:00
Frédéric France
365873a48d fix 2024-11-27 18:53:43 +01:00
Laurent Destailleur (aka Eldy)
25a7e9ef15 Try to fix phan 2024-11-27 18:52:49 +01:00
Frédéric France
8bfb3251d1 Merge remote-tracking branch 'upstream/develop' into extrafields_object_filter 2024-11-27 18:30:25 +01:00
Laurent Destailleur (aka Eldy)
461d26dd0f Try to fix phan 2024-11-27 18:27:10 +01:00
Frédéric France
02937ac100 fix phpstan 2024-11-27 18:25:18 +01:00
Laurent Destailleur
c9d0842102 Debug v21 - Placeholder management code for product is now completed 2024-11-26 21:22:41 +01:00