Commit Graph

15607 Commits

Author SHA1 Message Date
ldestailleur
273e82a566 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-08-16 22:14:23 +02:00
ldestailleur
677e5a7cb9 Fix css and missing replyto into the banner 2025-08-16 21:59:41 +02:00
ldestailleur
e8d4ef4115 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2025-08-15 18:46:02 +02:00
ldestailleur
ee52d31f18 NEW On invoice, show also nb of credit notes notyet converted for
consumption
2025-08-15 18:43:58 +02:00
Frédéric FRANCE
51034c05f9 clean code (#34966) 2025-08-15 17:31:07 +02:00
HENRY Florian
e3953f684b fix: with MAIN_MAIL_ADD_INLINE_IMAGES_IF_IN_MEDIAS and multicompany image are not find on send mail (#34946) 2025-08-14 19:03:37 +02:00
ldestailleur
feeaf19e6d Debug the signature feature (broken) for shipment 2025-08-14 16:24:53 +02:00
ldestailleur
c4ca358e25 Debug v23 2025-08-13 23:36:17 +02:00
ldestailleur
cda2717155 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-08-13 19:54:21 +02:00
ldestailleur
6d564c0e43 Fix use same encoding for all strings in email ack of payment. 2025-08-13 19:53:16 +02:00
ldestailleur
733cbff07a Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-08-12 13:31:21 +02:00
ldestailleur
1da6ead1e9 Try to FIX #34880 FIX #34910 differently because in higher version the
retained var is totalpaid and not sumpayed.
2025-08-12 04:14:02 +02:00
ldestailleur
2427553211 The property $sumpayed (duplicate of $totalpaid), $sumdeposit
(duplicate of $totaldeposits) and $sumcreditnote (duplicate of
$totalcreditnotes) has been removed (there are replaced with the
property that was a duplication of (same for $sumpayed_multicurrency,
$sumdeposit_multicurrency, $sumcreditnote_multicurrency).
2025-08-12 04:08:38 +02:00
ldestailleur
ddbe0427b7 Doc 2025-08-11 19:36:44 +02:00
Laurent Destailleur
d4469f34e0 Fix error message 2025-08-11 00:26:19 +02:00
Laurent Destailleur
654d3eda8a Fix error message 2025-08-11 00:25:37 +02:00
ldestailleur
92542ac528 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2025-08-10 12:02:27 +02:00
ldestailleur
9153a938ed NEW Add the widget funnel of opportunities 2025-08-10 12:01:27 +02:00
Yamil Esteban Garcia
2823b9d0d6 Modifications made to allow search by EAN even when selecting in the product variants module to hide product variants #34567 (#34612)
* Error: When creating an invoice for a supplier order with a negative value #30516

Error: When creating an invoice for a supplier order with a negative value #30516

* Update html.form.class.php

Modifications made related to the issue
Search for variants by EAN #34567

* Update html.form.class.php

I change :

if(getDolGlobalString('SEARCH_VARIANTS_OF_EAN13')){
with
if (getDolGlobalString('SEARCH_VARIANTS_OF_EAN13')) {

and 

SEARCH_VARIANTS_OF_EAN13
into
PRODUIT_ATTRIBUTES_HIDECHILD_BUT_ALLOW_SEARCH_IN_EAN13

* Update html.form.class.php

* Update html.form.class.php

* Update html.form.class.php

* Update html.form.class.php

* Update html.form.class.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-08-10 10:31:26 +02:00
ldestailleur
1ac9179323 NEW Enhanced layout feature for emailing 2025-08-09 19:39:03 +02:00
ldestailleur
929dbe94e7 Fix CI warnings 2025-08-09 16:53:09 +02:00
ldestailleur
a23e79f081 Fix warning 2025-08-09 14:12:23 +02:00
ldestailleur
12743f30e4 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-08-09 14:09:21 +02:00
ldestailleur
1ddf739183 Fix CI 2025-08-09 13:56:11 +02:00
ldestailleur
dea09e6e36 Clean code 2025-08-08 01:03:34 +02:00
ldestailleur
040f67e393 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-08-07 20:03:30 +02:00
ldestailleur
944c47c876 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-08-07 19:31:18 +02:00
ldestailleur
990462fb9a Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2025-08-07 16:18:25 +02:00
ldestailleur
c064540d4b Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2025-08-07 16:17:11 +02:00
ldestailleur
267871e805 Prepare code for simplification 2025-08-07 15:26:57 +02:00
HENRY Florian
5024aee975 fix: with MAIN_MAIL_ADD_INLINE_IMAGES_IF_IN_MEDIAS and multicompany image are not find on send mail (#34894) 2025-08-07 14:42:20 +02:00
Frédéric FRANCE
944cc36b9c clean code (#34886)
* clean code

* clean code

* clean code

* clean code

* clean code

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-08-06 22:01:32 +02:00
ldestailleur
5599b72603 Fix CI 2025-08-06 20:44:25 +02:00
ldestailleur
bd999c21a2 Fix CI 2025-08-06 19:49:31 +02:00
ldestailleur
d03af36d95 Fix use of const trigger to avoid compatibility pb in future. 2025-08-06 19:08:01 +02:00
ldestailleur
8bf946dab0 Doc on TRIGGER_PREFIX 2025-08-06 18:47:18 +02:00
ldestailleur
829054a653 Fix phan error 2025-08-06 14:30:59 +02:00
ldestailleur
fe8c21c2d4 Fix warnings 2025-08-06 13:46:55 +02:00
ldestailleur
2bd0ab34b4 Try to fix warning 2025-08-06 13:33:15 +02:00
ldestailleur
16e7c54947 Fix warnings 2025-08-06 13:19:01 +02:00
ldestailleur
96708d985b Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-08-06 12:47:55 +02:00
ldestailleur
da4b339641 Fix CI 2025-08-06 12:47:10 +02:00
ldestailleur
9e4eb43dbc Fix CI 2025-08-06 12:46:49 +02:00
ldestailleur
73a67e0ab2 Fix warnings 2025-08-06 12:45:49 +02:00
ldestailleur
a8173ff888 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2025-08-06 12:39:32 +02:00
ldestailleur
d0aa0df4f6 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-08-06 12:37:00 +02:00
ldestailleur
e7228fc213 Complete list of file for unalterable process. 2025-08-06 12:30:04 +02:00
Marc
1dbe6e579a FIX #34843 (#34875)
* FIX #34564

* FIX #34843

* Fix code formating

* Fix php-stan

* Code improvement

* Correcting formating

* Last correction (i hope!)
2025-08-06 12:12:09 +02:00
ldestailleur
3298062561 Fix regression 2025-08-06 01:20:57 +02:00
ldestailleur
969f0315df Clean code 2025-08-05 13:47:44 +02:00