Commit Graph

10069 Commits

Author SHA1 Message Date
Laurent Destailleur
4de515c4df Debug v23 2025-09-28 21:45:37 +02:00
Laurent Destailleur
38a7524846 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-09-28 20:01:36 +02:00
Laurent Destailleur
f30fb7a6a5 Test 2025-09-28 19:01:48 +02:00
Laurent Destailleur
54ad6ee3c9 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-09-28 18:44:05 +02:00
Laurent Destailleur
8db1c3eec2 Code comment 2025-09-28 18:42:49 +02:00
ldestailleur
e45fe1f988 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2025-09-27 15:57:27 +02:00
John BOTELLA
f8b9748d49 New doc for intuitive table line selection (#35491)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-09-26 23:55:43 +02:00
Dylan Bourdere
56a73c5cd9 fix: PHP warning in mail and card presend (#35474)
* fix: PHP warning in mail and card presend

* phpstan

* fix: PHP warning in mail and card presend
2025-09-26 20:48:54 +02:00
ldestailleur
a4d9b335ce Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-09-25 11:53:03 +02:00
Dylan Bourdere
0ba4c17e66 Fix some undefined array key warning (#35471)
* fix some undefined array key warning

* fix some undefined array key warning
2025-09-24 18:39:38 +02:00
ldestailleur
38082f52c5 Doc 2025-09-24 18:25:08 +02:00
Frédéric FRANCE
a7cebb70a9 fix usage of recipient translation (#35437)
* fix usage of recipient translation

* fix usage of recipient translation

* fix usage of recipient translation
2025-09-22 20:30:23 +02:00
ldestailleur
17d3a35a51 Fix select technical id 2025-09-22 13:38:27 +02:00
ldestailleur
137d3e579b CSS 2025-09-21 17:10:07 +02:00
ldestailleur
bf98e2b1d5 Debug setup reminders v23 2025-09-20 19:33:05 +02:00
ldestailleur
8390a19d59 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2025-09-20 19:13:26 +02:00
ldestailleur
297d43d514 Debug v23 2025-09-20 19:12:43 +02:00
ldestailleur
73f1b50ea1 Fix default mode is edit 2025-09-20 18:47:10 +02:00
Frédéric FRANCE
b9776e8a83 fix reminders sms (#35398)
* fix reminders sms

* fix reminders sms

* fix reminders sms

* fix reminders sms

* fix durations

* fix durations

* fix durations

* fix durations

* fix durations

* fix durations

* fix durations

* fix durations

* fix

* fix

* fix

* fix

* fix

* fix

* fix

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-09-20 18:38:10 +02:00
ldestailleur
f9cd8367ad Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-09-20 16:23:22 +02:00
ldestailleur
977f552d8b Fix warning and missing unit of delay 2025-09-19 16:19:06 +02:00
ldestailleur
7658c08f01 Fix class not found on smartphone 2025-09-19 15:46:37 +02:00
ldestailleur
d9d6192eaf Fix css 2025-09-19 15:43:29 +02:00
ldestailleur
2a6064b755 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-09-18 21:49:58 +02:00
ldestailleur
134243550b Try to restore options for stock inc/dev like in v21 2025-09-18 21:49:09 +02:00
ldestailleur
e9bd32e66c FIX can't save setup of odt template for stock 2025-09-18 20:35:09 +02:00
ldestailleur
f87fc4d9e3 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-09-18 19:49:45 +02:00
ldestailleur
8f4d36c1e8 Fix bad text for tooltip on stock increase/decrease option 2025-09-18 19:49:22 +02:00
ldestailleur
4a363478ae Clean code with rector 2025-09-18 16:26:38 +02:00
ldestailleur
b30aa97ba9 Clean code 2025-09-18 15:00:47 +02:00
ldestailleur
f665a0301e Clean code 2025-09-18 14:52:39 +02:00
ldestailleur
a441b412cc Clean code 2025-09-18 14:04:48 +02:00
ldestailleur
6c8e2a1320 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-09-18 13:54:44 +02:00
VIAL-GOUTEYRON Quentin
1874deef49 FIX delivery triggers and mail templates: correct inconsistencies in email triggers and templates` (#35264)
* `fix(delivery): correct inconsistencies in email triggers and templates`

**Body:**
- Adjusted email trigger names from `RECEPTION_*` to `SHIPPING_*`.
- Updated parameters and placeholders for shipment email tracking.
- Removed redundant `reception_send` entry in mail templates for shipping.

* `fix(delivery): update email triggers and templates for deliveries`

**Body:**
- Replaced email trigger `SHIPPING_SENTBYMAIL` with `DELIVERY_SENTBYMAIL`.
- Updated template references from `shipping_*` to `delivery_*` for consistency.
- Modified tracking ID format from `shi` to `del` in `card.php`.
- Added `MailToSendDelivery` language entry for email labels.
- Adjusted mail templates to include `delivery_send` entries.
2025-09-18 13:23:57 +02:00
ldestailleur
6ed764bedf Clean code 2025-09-18 11:40:56 +02:00
HENRY Florian
9af7b44714 fix: display seleted log level if warning (#35377) 2025-09-18 11:23:45 +02:00
ldestailleur
2572847b2a Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-09-17 18:29:07 +02:00
HENRY Florian
bf5a0c9ce7 fix: php 8 warning (#35363)
* fix: php 8 warning

* fix: php 8 warning

* fix: php 8 warning

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-09-17 18:16:48 +02:00
Laurent Destailleur
8e1cf72de0 Debug v23 2025-09-16 00:56:18 +02:00
ldestailleur
761804ce55 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2025-09-15 18:14:29 +02:00
ldestailleur
74cc569329 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-09-15 18:14:11 +02:00
Frédéric FRANCE
924e024db3 clean code (#35344)
* clean code

* clean code

* clean code

* clean code

* clean code
2025-09-15 16:16:42 +02:00
Frédéric FRANCE
21d50f1a58 clean code expedition class (#35327)
* clean code expedition class

* clean code expedition class

* clean code expedition class

* clean code expedition class

* clean code expedition class

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* clean code
2025-09-15 16:16:22 +02:00
ldestailleur
33ed1b2f1a Fix bad recording of custom CSS in webportal 2025-09-15 15:33:15 +02:00
ldestailleur
fa935c8820 bcmath is used by swiftmail authent, not implemented. 2025-09-14 20:13:11 +02:00
ldestailleur
a3881ef67b Clean code 2025-09-14 12:01:35 +02:00
Frédéric FRANCE
933ce868df add check in dolibarr phpinfo page (#35332)
* add check in phpinfo page

* Update phpinfo.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-09-14 11:59:26 +02:00
Frédéric FRANCE
c25aa82fc6 clean code (#35333)
* clean code

* clean code

* clean code
2025-09-13 20:57:27 +02:00
ldestailleur
92ffba11ca Remove old lang files that are too small (moved into other lang files) 2025-09-11 13:31:34 +02:00
ldestailleur
2760f0a6d9 Fix do not show value of last activation module if na 2025-09-11 12:48:52 +02:00