Commit Graph

148416 Commits

Author SHA1 Message Date
Laurent Destailleur
d37b717844 Debug v23 2025-10-13 21:57:19 +02:00
Laurent Destailleur
a74147f146 Fix ci 2025-10-13 21:13:50 +02:00
Laurent Destailleur
099a7b650c Clean setup pages 2025-10-13 21:11:09 +02:00
Laurent Destailleur
6595b1aa66 Clean setup pages 2025-10-13 21:03:14 +02:00
Laurent Destailleur
bb073c6fd1 Clean setup to reduce puplicate pages 2025-10-13 20:33:05 +02:00
Laurent Destailleur
68560aa946 Clean setup pages 2025-10-13 20:25:03 +02:00
Laurent Destailleur
ef9e74c4d4 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-10-13 19:55:25 +02:00
Laurent Destailleur
53537873c4 Add anchor 2025-10-13 19:53:08 +02:00
Laurent Destailleur
4b4bb7faf6 FIX Status if thirdparty not synchronized with status WON of
opportunity.
2025-10-13 15:21:24 +02:00
Laurent Destailleur
470f1b4aa9 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-10-13 15:08:16 +02:00
Laurent Destailleur
9f6f781e01 FIX The status of customer was not synchronized with opportunity status 2025-10-13 15:07:45 +02:00
Laurent Destailleur
ac164d4ee2 FIX Missing begin transaction, The status of customer was not
synchronized with opportunity status
2025-10-13 15:00:26 +02:00
Laurent Destailleur
41634d08ca NEW Add option PROJECT_CAN_ALWAYS_LINK_TO_ALL_CUSTOMERS 2025-10-13 14:30:45 +02:00
Laurent Destailleur
938e6e0b77 PERF Remove distinct and join in list of agenda events 2025-10-13 13:14:08 +02:00
Laurent Destailleur
b78f30e8af Debug v23 2025-10-13 11:49:07 +02:00
Laurent Destailleur
cba68f31bb Debug v23 2025-10-13 11:39:08 +02:00
Laurent Destailleur
394e35d00b Clean code 2025-10-13 11:34:57 +02:00
Laurent Destailleur
580d0d4fa8 Replace function img_pdf with img_picto 2025-10-13 11:12:30 +02:00
Laurent Destailleur
d57bb824d7 Fix CSS regression. The arrow was no more visible with image using font
awesome.
2025-10-12 22:01:16 +02:00
Laurent Destailleur
85fbc62222 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2025-10-12 21:32:09 +02:00
Laurent Destailleur
bc2049c93d Trans 2025-10-12 21:31:54 +02:00
Laurent Destailleur
de1c933a9b css 2025-10-12 21:30:58 +02:00
Laurent Destailleur
8a0dde736b Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-10-12 20:24:44 +02:00
Laurent Destailleur
7e910ae975 Fix responsive 2025-10-12 20:24:28 +02:00
Laurent Destailleur
a510a70350 Fix the price in module browser 2025-10-12 19:35:21 +02:00
Laurent Destailleur
15acc37e62 Fix the price in module browser 2025-10-12 19:33:45 +02:00
Laurent Destailleur
bdfab3c467 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-10-12 18:50:02 +02:00
ldestailleur
538fc37242 FIX prices must be HT in dolistore browser 2025-10-12 17:12:00 +02:00
ldestailleur
4cac3d3544 Fix embedded tool to search module 2025-10-12 15:54:27 +02:00
ldestailleur
62a3d7242d Debug the embeded dolistore search tool 2025-10-12 15:47:16 +02:00
ldestailleur
67c1960483 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2025-10-12 14:12:24 +02:00
ldestailleur
951c3a36cc Fix look and feel 2025-10-12 14:12:15 +02:00
ldestailleur
435d10b887 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2025-10-12 13:57:49 +02:00
ldestailleur
2d805806b3 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-10-12 13:54:14 +02:00
ldestailleur
ae0d3b4133 FIX Deletion of a donation. Button was disabled. 2025-10-12 13:53:41 +02:00
Laurent Destailleur
3e1a6edd84 Update security.txt 2025-10-12 03:16:45 +02:00
atm-corentin
049fe9f201 Fix : Display supplier prices for shared products in multicompany context (#35600)
* Update SQL join condition for supplier prices to respect multi-entity context.

* Update SQL join condition for product supplier prices to use correct entity.

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-10-11 17:58:19 +02:00
ldestailleur
ae39bedf27 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2025-10-11 15:31:48 +02:00
ldestailleur
bbec15ee91 Fix regression in accounting transfer 2025-10-11 15:31:32 +02:00
Alexandre SPANGARO
b77850521b FIX Accountancy - Print subledger balance return general balance (#35712)
* FIX Accountancy - Print subledger balance return general balance

* Update pdf_balance.modules.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-10-11 15:31:04 +02:00
Philippe Grand
c4abb3f8c3 Fix: prevent "Cannot access offset of type string on string" in param_ihm.php (#35702)
* Fix: prevent "Cannot access offset of type string on string" in param_ihm.php

- Added validation to handle cases where $tmparray items are strings instead of arrays
- Normalized entries to ensure each item has a 'label' and 'picto' key
- Defaulted 'picto' to "generic" when missing
- Prevents fatal error under PHP 8 when accessing $val['label'] or $val['picto']

* fix codesniffer issue

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-10-11 15:30:52 +02:00
ldestailleur
92b158d1fc Fix img picto 2025-10-11 14:58:23 +02:00
ldestailleur
e0c2fe14f9 Trans 2025-10-11 14:53:14 +02:00
ldestailleur
4dec03b9f9 Clean ci workflow files 2025-10-11 14:27:37 +02:00
ldestailleur
9e24aed800 Fix CI 2025-10-11 14:16:27 +02:00
ldestailleur
c363096d36 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2025-10-11 14:13:57 +02:00
ldestailleur
5824cc3449 Fix regression 2025-10-11 14:13:45 +02:00
Wilson
e3ad771149 NEW Allow omission of ODT template name when generating ODT and PDF (#35701)
Presently, Invoice PDF/ODT is generated with template name just before file extension.
This creates an issue where Mass Actions is also unable to perform Send By Email, or PDF Merge.
This pull request is inspired by this forum post:

https://www.dolibarr.org/forum/t/how-to-remove-omit-odt-templete-name-from-auto-document-generated/22735

Co-authored-by: Wilson <wilson@Wilsons-MacBook-Air.local>
2025-10-11 14:03:54 +02:00
ldestailleur
617d6e677f Try to reduce conflict and compatiblity pb by keeping old function name 2025-10-11 13:55:16 +02:00
ldestailleur
042f4c8822 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2025-10-11 13:53:33 +02:00