2
0
forked from Wavyzz/dolibarr
Commit Graph

2819 Commits

Author SHA1 Message Date
ldestailleur
5245289ef8 Setup page 2025-10-09 15:19:02 +02:00
ldestailleur
091787d65d Clean setup info 2025-10-09 14:54:05 +02:00
ldestailleur
62a16aadff Trans 2025-10-08 21:35:25 +02:00
ldestailleur
51be9b6a44 Label 2025-10-08 13:38:55 +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
ldestailleur
67e185a30f Better tooltip 2025-09-28 15:33:56 +02:00
ldestailleur
bf98e2b1d5 Debug setup reminders v23 2025-09-20 19:33:05 +02:00
ldestailleur
297d43d514 Debug v23 2025-09-20 19:12:43 +02:00
ldestailleur
d3de333f54 Trans 2025-09-20 15:56:19 +02:00
ldestailleur
34a34efec5 Enhance AI setup and log report 2025-09-20 15:01:26 +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
74cc569329 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-09-15 18:14:11 +02:00
ldestailleur
bc61123efe Trans 2025-09-09 01:58:29 +02:00
ldestailleur
824fd01a1f Doc 2025-09-09 01:40:32 +02:00
Frédéric FRANCE
a1be1ff6bd add reminder by sms (#35236)
* add reminder by sms

* fix url dolistore
2025-09-05 12:03:14 +02:00
ldestailleur
5b4295912e Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-09-02 22:39:16 +02:00
ldestailleur
5e38d0134e Trans 2025-09-02 12:51:51 +02:00
ldestailleur
f729d33dcc Clean setup of antivirus 2025-08-30 17:14:57 +02:00
ldestailleur
61f907c347 NEW Add option API_ENABLE_COUNT_CALLS 2025-08-21 13:05:47 +02:00
ldestailleur
73823bbe35 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-08-20 18:50:41 +02:00
ldestailleur
3557c7efa9 Trans 2025-08-20 18:25:24 +02:00
ldestailleur
30a47b174c Fix trans 2025-08-20 18:25:04 +02:00
ldestailleur
70bbb36d22 Fix trans 2025-08-20 17:51:02 +02:00
ldestailleur
0512428c53 Help missing 2025-08-20 17:47:24 +02:00
ldestailleur
01861c26b9 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2025-08-16 22:14:47 +02:00
ldestailleur
273e82a566 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-08-16 22:14:23 +02:00
Laurent Destailleur
6fd796d5bf NEW More information on the user credential section 2025-08-16 05:22:04 +02:00
ldestailleur
c8e1749d5a Trans 2025-08-15 19:05:34 +02:00
ldestailleur
feeaf19e6d Debug the signature feature (broken) for shipment 2025-08-14 16:24:53 +02:00
Laurent Destailleur
7c917ef07c Trans 2025-08-14 04:34:26 +02:00
Lucas Marcouiller
cbd600ec8c NEW Add a page to edit http security headers of application (#34941)
* New main http security headers page

* fix CI

* Fix CI

---------

Co-authored-by: Lucas Marcouiller <lmarcouiller@dolicloud.com>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-08-14 04:06:11 +02:00
ldestailleur
7c710a91d7 Sync transifex 2025-08-14 00:24:14 +02:00
Lucas Marcouiller
74fee3403d Fix webhook trigger history implementation (#34748)
* Fix webhook trigger hioistory implementation

* add lang + fix Ci

* fix Ci

* fix CI

* add param comment

* Fix CI

* Fix CI

* try fix CI

* Fix CI phan

* fix phan

* fix phan

* fix CI

* fix CI

* Fix phpstan

* fix stan

* fix stan on,card

* fix CI

* Update admin.lang

* Update admin.lang

* Fix CI

* fix CI

* Fix permissions of webhook + Webhook trigger history tooltip

* Fix CI

* fix php-stan=

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-08-12 05:18:23 +02:00
ldestailleur
e4c023b3c4 Clean setup pages 2025-08-11 15:14:16 +02:00
ldestailleur
80d269f24d NEW Show the link to download the zip of a module on module setup 2025-08-10 17:18:25 +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
53ee283828 Solve hang on setup page when the dns_get_record call is blocked by the
firewall.
2025-08-08 23:11:56 +02:00
Maxime Kohlhaas
1a4226ff64 NEW : add extrafield option "empty on clone" (#34866)
* NEW : add extrafield option "empty on clone"

* NEW : empty extrafield value on clone

* Fix : missing parameter in function call

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-08-04 16:48:11 +02:00
sonikf
30b4796385 NEW: PDF Show customer balance on invoice date (#34800)
* NEW: PDF Invoice show customer balance

* NEW: PDF Invoice show customer balance

* NEW: PDF Invoice show customer balance

* NEW: PDF Invoice show customer balance

* NEW: PDF Invoice show customer balance

* NEW: PDF Invoice show customer balance

* fix pre-commit

* fix pre-commit

* fix pre-commit

* fix pre-commit

* fix pre-commit

* fix PhanPluginDuplicateExpressionAssignmentOperation

* fix PhanPluginDuplicateExpressionAssignmentOperation

* fix PhanPluginDuplicateExpressionAssignmentOperation

* fix Travis CI

* fix Travis CI

* fix Travis CI

* fix Travis CI

* fix Travis CI

* fix Travis CI

* remove global $db

* remove global $db

* remove global $db

* fix $multicurrency_tx (array<float>|float) in isset() is not nullable.

* fix $multicurrency_tx (array<float>|float) in isset() is not nullable.
2025-08-04 13:11:57 +02:00
ldestailleur
d96d61d161 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-07-28 15:27:25 +02:00
ldestailleur
55a80e2624 Doc 2025-07-28 01:16:49 +02:00
ldestailleur
ab8b4feca0 Enhance module datapolicy 2025-07-24 12:35:41 +02:00
ldestailleur
f6e9280ac4 Fix emailcollector 2025-07-22 03:43:41 +02:00
ldestailleur
8f3b65976a Fix emailcollector 2025-07-22 03:43:10 +02:00
ldestailleur
fa12e7ddeb Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-07-21 18:47:46 +02:00
moreauftheobald
d4f9fd424f QUAL: OpenID Setup fused in Security Setup + Module removed -- WIP (#34422)
* FIX: OpenID Setup fused in Security Setup + Module removed...

* FIX: OpenID Setup fused in Security Setup + Module removed... WIP

* FIX: OpenID Setup fused in Security Setup + Module removed... WIP

---------

Co-authored-by: Theobald <f.moreau@theobald-groupe.com>
2025-07-20 20:09:53 +02:00
sonikf
2353a0c111 fix and keep consistency of translation strings (#34770)
* fix translation

* retain translation consistency

* fix translation

* fix typo

* fix typo

* fix trans

* fix lang

* fix typo

* remove duplicate

* Update index.php

* Update index.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-07-20 15:57:52 +02:00
ldestailleur
5883d0b4da Link to barcode init 2025-07-18 02:27:00 +02:00
ldestailleur
7b7d8e8fd4 Fix missing trans 2025-07-18 00:33:40 +02:00
ldestailleur
ee6adcf306 Trans 2025-07-17 23:44:22 +02:00