Laurent Destailleur
e707544cca
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-11-24 18:26:03 +01:00
Laurent Destailleur
79b2056d39
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-11-24 18:25:41 +01:00
Laurent Destailleur
112028aa7e
FIX #35096 #36393 Add minimal fields required asthe class is used by
...
custom reports
2025-11-24 18:24:15 +01:00
Laurent Destailleur
0c8581f80d
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2025-11-24 16:23:07 +01:00
Laurent Destailleur
c096fd29e4
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-11-24 16:18:01 +01:00
Laurent Destailleur
d5a438ff00
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-11-24 16:17:38 +01:00
Laurent Destailleur
b9e6243ec8
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2025-11-24 16:16:00 +01:00
Laurent Destailleur
9394f24cf7
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2025-11-24 16:15:26 +01:00
Laurent Destailleur
b1a4520059
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2025-11-24 16:10:29 +01:00
Laurent Destailleur
2935a245a3
Merge branch '16.0' of git@github.com:/Dolibarr/dolibarr.git into 17.0
2025-11-24 16:07:46 +01:00
Laurent Destailleur
5589ed71b2
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2025-11-24 16:07:22 +01:00
Laurent Destailleur
32f160355b
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2025-11-24 16:03:52 +01:00
MDW
4f5c32973f
Qual: Improve type hints and cache arrays in html.form.class.php ( #36384 )
...
* Qual: Improve type hints and cache arrays in html.form.class.php
- Added detailed type hints for cache arrays
- Fixed a typo in the comment for the 'num' property
- Ensured consistent type casting for integer values in cache arrays
(fixes phpstan notices)
* Qual: Add type casting in donation modules
Following cache type improvement:
- Added type casting in donation modules
2025-11-24 15:05:55 +01:00
Laurent Destailleur
1b9f546dce
Debug v23
2025-11-24 01:46:27 +01:00
Laurent Destailleur
6904df8a45
Fix CI
2025-11-23 03:05:28 +01:00
Laurent Destailleur
aaa5e7aeb2
Fix CI
2025-11-23 01:30:40 +01:00
Laurent Destailleur
6a23983969
Fix warning
2025-11-23 01:06:58 +01:00
iLLixM
0e8d4461c4
Fix: Prevent negative payment amount in EPC-QR Code ( #36364 )
2025-11-21 18:34:24 +01:00
Frédéric FRANCE
9d4260c858
fix Ci ( #36354 )
...
* fix Ci
* Update html.form.class.php
* fix
* remove duplicate
2025-11-21 17:26:29 +01:00
Laurent Destailleur
99d44d9cf8
spellcheck war
2025-11-21 12:38:53 +01:00
Laurent Destailleur
f68f7c3da8
Debug v23
2025-11-21 01:02:48 +01:00
Eric - CAP-REL
c8acd48e34
setErrors does not exists, same solution as dolibarr v19.0 ( #36107 )
...
* setErrors does not exists, same solution as dolibarr v19.0
* reload ci
* reload ci 2
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
Co-authored-by: lvessiller-opendsi <lvessiller@open-dsi.fr >
2025-11-20 23:58:15 +01:00
Laurent Destailleur
b77e3a4cca
Merge branch 'develop' into new-api-rest-tokens
2025-11-20 21:31:20 +01:00
Laurent Destailleur
1c6cc1a554
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-11-20 20:32:40 +01:00
Laurent Destailleur
99efd1acec
Fix CI
2025-11-20 20:29:45 +01:00
Laurent Destailleur
c94b977000
Fix CI
2025-11-20 16:23:47 +01:00
Laurent Destailleur
0bfd72a995
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-11-20 12:00:49 +01:00
Laurent Destailleur
10c0de4467
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-11-20 11:55:18 +01:00
Laurent Destailleur
ae131796d6
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-11-20 11:51:51 +01:00
iLLixM
8d038f32bc
FIX #33148 - partial payments are taken into account in EPC QR codes ( #36338 )
...
When generating EPC QR codes on an invoice, any partial payments already made are taken into account. The remaining balance (the value of "Remaining unpaid") is then entered as the amount in the EPC QR code.
2025-11-20 01:49:24 +01:00
Frédéric FRANCE
46d6714fe0
clean code ( #36317 )
...
* clean code
* clean code
* clean doc
* clean doc
* clean doc
* clean doc
* fix
* fix
* fix
* fix
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-11-20 01:47:46 +01:00
Laurent Destailleur
71fd5f2f62
Merge branch 'develop' into new-api-rest-tokens
2025-11-19 21:26:41 +01:00
kkhelifa-opendsi
548bb94e4f
NEW: Rework of the management of the card and fields on the web portal ( #36076 )
...
* NEW: Rework of the management of the card and fields on the web portal
* Correction pre-commit check
* Correction affichage logo login
* Ajout hook
* Ajout params fonction FormWebPortal::convertAllLink()
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction travis
* Correction travis
* Correction travis
* Correction travis
* Correction
* Fix get options of sellist by AJAX in webportal scope
* Correction pre-commit
* Correction pre-commit
* Add hook and change hook name for viewImage controller
* Correction phan
* Corrections
* Corrections
2025-11-19 15:14:53 +01:00
Charlène Benke
da77a93205
extrafields type link fail if object not internal ( #36315 )
...
without send the classpath we have an error on selectforforms function
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-11-19 14:55:37 +01:00
Günter Lukas
eb2d345330
Fix #36282 : Update shipment reference handling in commondocgenerator ( #36283 )
...
* Update shipment reference handling in commondocgenerator
* Refactor order reference assignment for clarity
* Refactor origin object handling in shipment array
* Refactor origin object handling in shipment array
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-11-19 14:49:16 +01:00
Frédéric FRANCE
b449edad3a
enhance reminders create ( #36321 )
...
* enhance reminders create
* enhance reminders create
* enhance reminders create
* enhance reminders create
* enhance reminders create
* clean js
* clean js
* clean js
* clean js
* clean js
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-11-19 14:47:41 +01:00
MDW
96e35c7a33
Fix: PhanTypeMismatchProperty error in invoice creation ( #36323 )
...
* 🐛 Fix PhanTypeMismatchProperty error in invoice creation
The error occurred due to incorrect type handling in the invoice creation process. The changes fix this by properly handling the subtype field as an integer. This ensures type consistency and prevents potential runtime errors.
* FIX: Correct assignment to linkedObjectsIds in card.php
# FIX: Correct assignment to linkedObjectsIds in card.php
Modified the structure of linkedObjectsIds to include the rowid as a key to match the property type.
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-11-19 14:16:00 +01:00
Laurent Destailleur
fc8cc70d7e
Clean code
2025-11-19 12:50:32 +01:00
Laurent Destailleur
dd39b91e5a
Fix ci
2025-11-19 11:40:02 +01:00
Laurent Destailleur
75d1f27730
Fix CI
2025-11-19 11:16:24 +01:00
Laurent Destailleur
37dca42aee
Doc
2025-11-19 11:05:26 +01:00
Laurent Destailleur
613a4bab2d
Fix CI
2025-11-19 10:57:11 +01:00
Laurent Destailleur
bcde1eb545
NEW Add filter on agenda event progression on agenda page
2025-11-18 21:59:47 +01:00
Laurent Destailleur
235233eaf8
WIP LNE
2025-11-18 15:37:37 +01:00
Laurent Destailleur
81527a9fe9
Clean code
2025-11-18 12:03:23 +01:00
Frédéric FRANCE
8d459e469d
clean code ( #36260 )
...
* clean code
* clean code
* clean code
* clean code
* fix $val might not be defined
* fix phpstan errors reported
* fix phpstan errors reported
* fix phpstan errors reported
* fix phpstan errors reported
* fix phpstan errors reported
* fix phpstan errors reported
* ignore phpstan reported for later
* clean code
* clean code
* clean code
* clean
* test
2025-11-18 11:41:28 +01:00
Laurent Destailleur
9f555e03bd
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-11-18 02:52:44 +01:00
Laurent Destailleur
e96db77fda
Look and feel Debug v23
2025-11-18 02:49:47 +01:00
MDW
c92b87dfec
Qual: (commonnumrefgenerator): Add abstract method getExample ( #36271 )
...
- `getExample()`: Returns an example of the numbering format
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-11-17 22:03:08 +01:00
lvessiller-opendsi
30ecf80732
FIX keep user who validate proposal on update ( #36257 )
2025-11-14 15:53:31 +01:00