ldestailleur
783dbd5ccf
Fix missing where on rowid
2025-10-04 02:33:28 +02:00
Frédéric FRANCE
c18c6fe8dc
use TRIGGER_PREFIX if available when updating notes ( #35585 )
2025-10-02 16:14:27 +02:00
Florian Mortgat
89757d5cbf
NEW: hooks showInputExtraField and showOutputExtraField to override ExtraFields::show(Input|Output)Field ( #35496 )
...
* NEW: hooks `showInputExtraField` and `showOutputExtraField` to override `ExtraFields::showInputField` and `ExtraFields::showOutputField`
* Fix inter-hook interference with 'showOptionals' because resPrint isn't output right after calling executeHooks
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-09-29 23:31:26 +02:00
Frédéric FRANCE
dd67cab64f
fix set project for actioncomm ( #35543 )
2025-09-29 21:07:00 +02:00
Frédéric FRANCE
a8b4ae7dfb
clean code ( #35534 )
...
* clean code
* clean code
* clean code
* clean code
* clean code
2025-09-28 20:58:18 +02:00
Frédéric FRANCE
8fa1df6560
clean code ( #35518 )
...
* clean code
* fix
* fix
* clean code
2025-09-28 13:58:30 +02:00
Frédéric FRANCE
6441c42323
clean code ( #35529 )
...
* clean code
* clean code
* clean code
2025-09-28 13:54:39 +02:00
ldestailleur
e45fe1f988
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2025-09-27 15:57:27 +02:00
ldestailleur
8b58b215b4
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-09-27 15:48:40 +02:00
ldestailleur
fe28e36638
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-09-27 15:42:44 +02:00
kkhelifa-opendsi
a9cd1d2bb9
New : Copy support of the deposit percent of the payment mode found in customer proposal, customer order and customer invoice to supplier proposal, order and invoice ( #35432 )
...
* New : Copy support of the deposit percent of the payment mode found in customer proposal, customer order and customer invoice to supplier proposal, order and invoice
* Correction pre-commit / travis CI
* Correction pre-commit / travis CI
* Correction pre-commit / travis CI
* Correction pre-commit / travis CI
2025-09-26 23:59:51 +02:00
HENRY Florian
0b69ed1612
fix: display of chkbxlst in edit with filter ( #35480 )
2025-09-26 21:01:45 +02:00
ldestailleur
f65903d006
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-09-26 01:23:02 +02:00
ldestailleur
9dd0c922da
Fix CI
2025-09-24 18:53:58 +02:00
ldestailleur
3b5d1eb315
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-09-24 16:35:44 +02:00
ldestailleur
77d956ce92
Clean code
2025-09-24 16:35:25 +02:00
Bradley Jarvis
4f81ffb308
FIX: Error on add contact ( #35460 )
...
* FIX: Error on add contact
Trigger COMMANDE_ADD_CONTACT causing error when adding a contact to and
order, this fix updates the COMMANDE prefix to ORDER
* FIX: delete contact
This fixes the trigger call for delete contact on orders
* FIX: Update patch
Updated to reflect recent PR to add TRIGGER_PREFIX to commande class
* Update commonobject.class.php
Reduce risk of regression
---------
Co-authored-by: brad <brad@endurotags.com.au >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-09-24 16:33:40 +02:00
ldestailleur
16a7431168
Add fields for actioncomm to fix #35422
2025-09-24 11:13:24 +02:00
Frédéric FRANCE
8fd4d0332d
clean code ( #35423 )
...
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
2025-09-21 23:22:33 +02:00
ldestailleur
842f57b866
Fix hack to avoid infinite loop in restler when xdebug is on
2025-09-21 15:26:47 +02:00
ldestailleur
49051ff165
Removed deprecated property ->projet (replace with ->project)
2025-09-21 15:08:56 +02:00
ldestailleur
15f34dbbb0
QUAL: Removed deprecated properties user_valid, user->creation,
...
user_modification replaced with user_ceation_id, user_validation_id and
user_modification_id.
2025-09-21 14:58:38 +02:00
Frédéric FRANCE
1d56ed09f4
fix doc ( #35416 )
...
* fix doc
* Update commonobject.class.php
* Update mo.class.php
2025-09-21 12:12:37 +02:00
Frédéric FRANCE
e7ddb684e0
clean code ( #35387 )
...
* clean code
* clean code
* clean code
* clean code
* clean code
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-09-21 12:12:09 +02:00
Frédéric FRANCE
078da229c8
clean code ( #35352 )
...
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* Clean code
* Clean code
* clean code
* clean code
* clean code
* clean code
* clean code
2025-09-17 14:11:32 +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
Bradley Jarvis
89dda279a0
FIX: setShippingMethod tigger throwing error ( #35320 )
...
* FIX: setShippingMethod tigger throwing error
* Update commonobject.class.php
---------
Co-authored-by: brad <brad@endurotags.com.au >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-09-12 02:49:58 +02:00
Frédéric FRANCE
e81d5378cd
clean code contract class ( #35245 )
...
* clean code contract class
* clean code contract class
* clean code contract class
* clean code contract class
* clean code contract class
* clean code contract class
* clean code contract class
* clean code contract class
* clean code contract class
* clean code contract class
* clean code contract class
* clean code contract class
* clean code contract class
* clean code contract class
* clean code contract class
* clean code
* clean code
* clean code
* clean code
* clean code
* fix typo
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
2025-09-10 11:13:18 +02:00
Frédéric FRANCE
0e1478206a
clean code ( #35229 )
...
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-09-08 01:48:52 +02:00
ldestailleur
d7204bbb19
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-09-04 17:32:58 +02:00
ldestailleur
f82283a22e
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-09-04 17:32:04 +02:00
ldestailleur
5832cfc198
Fix CI
2025-09-04 15:36:54 +02:00
ldestailleur
d0a4541b28
Fix CI
2025-09-04 15:00:47 +02:00
Frédéric FRANCE
006a12d191
fix CI ( #35215 )
...
* fix CI
* Update fournisseur.commande.class.php
2025-09-04 13:22:32 +02:00
ldestailleur
8a1ec5634f
Clean code between subprice/pu_ht and subprice_ttc/pu_ttc
2025-09-03 22:29:36 +02:00
ldestailleur
b62c6fa8a9
Fix CI
2025-09-03 19:27:50 +02:00
ldestailleur
61a10cf58d
NEW Can view/list/edit the dispute status of an invoice
2025-09-03 18:27:40 +02:00
Frédéric FRANCE
568c65568a
clean code ( #35175 )
...
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
2025-09-02 22:51:34 +02:00
ldestailleur
68baff6630
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-08-28 14:53:56 +02:00
ldestailleur
affaa5da9b
FIX #35071
2025-08-28 14:50:44 +02:00
Frédéric FRANCE
7d04067b4e
fix CI (Travis) ( #35099 )
...
* fix test
* fix test
* fix test
* fix test
* fix test
* fix
* fix
* fix
2025-08-28 02:15:41 +02:00
ldestailleur
a1661e35e4
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-08-21 11:12:35 +02:00
ldestailleur
dd0679db44
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-08-21 11:09:10 +02:00
ldestailleur
7878d81e33
FIX #34986
2025-08-21 11:02:48 +02:00
Frédéric FRANCE
cc03c92614
fix update resource ( #35015 )
...
* fix update resource
* fix update resource
* fix update resource
* fix update resource
* fix update resource
* fix update resource
* fix update resource
* fix update resource
* fix update resource
* fix update resource
* fix update resource
* fix update resource
2025-08-20 19:02:08 +02:00
ldestailleur
b1b1504111
Enhance the stripe IPN on dispute
2025-08-17 16:10:14 +02:00
ldestailleur
9ccede6c90
Removed the deprecated array $MAP_ID_TO_CODE that was a duplicate of
...
array "array_flip($categ->MAP_ID)"
2025-08-17 03:45:36 +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