William Mead
3922b855da
Fixed intervention online signature position ( #30926 )
...
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-09-13 03:11:10 +02:00
William Mead
72aec91064
NEW shipment signed status update ( #30928 )
...
* Added event message
* Added CommonSignedObject trait. Updated LibStatut method. Removed unnecessary properties.
* Added SHIPPING_MODIFY notification
* Refactored to use setSignedStatus method
* Updated PHPDoc. Removed unnecessary properties. Added contributor details.
* Added signed status to shipping list
* Added signed status to fetch method
* Fixed type
* Added signed status to notification message
* Updated EN localization
* Fixed static property
* Added event message localization
* Updated EN localization
* Updated PHPDoc
* Added signed status for use in tooltip
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-09-13 03:09:53 +02:00
MDW
f89245b354
Qual: Fix some CommonIncoterm/DocGenerator/People typings ( #30940 )
...
* Fix extraparams property typing
* Fix argument typing
* Fix 'status' argument type in calls to dolGetButtonTitle
* Fix argument2 for price to 1 (was 2)
* Fix deliveryreceipt argument
* Fix PHPDoc dol_sort_array
* Fix range for int argument
* Fix arg type for str_pad and add some PHPDoc
* Fix natsort value for dol_sort_array
* Fix arguments on calls to dol_sort_array
* Reduce phpstan exceptions
* Qual: Add type hints for Stripe objects
# Qual: Add type hints for Stripe objects
Suggest the more specific implementation of the StripObject.
* Typing, initialisation
* Qual: Fix undeclared variables
* Update phan baseline
* Update baseline
* Qual: Add type hints for Stripe objects
# Qual: Add type hints for Stripe objects
Suggest the more specific implementation of the StripObject.
* Add PHPDoc for host class properties
* Ignore false positive (phan) for deprecated property
* Improve typing
* Update baseline
2024-09-13 03:09:23 +02:00
William Mead
93b93e8c3f
Qual intervention deprecated warnings ( #30935 )
...
* Fixed passing null
* Fixed deprecated $date
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-09-13 02:52:27 +02:00
Laurent Destailleur
ee9a5b05d0
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-09-12 22:06:27 +02:00
Laurent Destailleur
1f33c81038
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-09-12 22:06:18 +02:00
William Mead
7600157b5a
Qual isolate ExpeditionLigne class to separate file ( #30877 )
...
* Moved expedition line class to separate file. Removed unnecessary requires.
* Updated PHPDoc
* Fixed PHPDoc
* Fixed PHPDoc
* Fixed undeclared variable
* Fixed type
* Fixed PHPDoc
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-09-12 22:04:35 +02:00
Laurent Destailleur
6a15df3a52
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-09-12 22:01:08 +02:00
Laurent Destailleur
5b4c404957
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-09-12 21:59:59 +02:00
Laurent Destailleur
1b24270a46
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2024-09-12 21:59:42 +02:00
Laurent Destailleur
65e5899442
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2024-09-12 21:58:28 +02:00
Marc de Lima Lucio
d17890f05b
FIX: purge files cron: php warnings when rest module enabled ( #30919 )
2024-09-12 21:57:41 +02:00
Laurent Destailleur
cc63d3f8f5
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-09-12 21:50:57 +02:00
Laurent Destailleur
bf697f83eb
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-09-12 21:50:31 +02:00
Laurent Destailleur
ffcaeba4c3
Fix compatibility
2024-09-12 21:47:13 +02:00
Quentin-Seekness
7a8250aa00
Use NDF_CC_EMAILS on ndf approval ( #30937 )
2024-09-12 21:42:48 +02:00
Quentin-Seekness
5dd98765f2
Use NDF_CC_EMAILS on ndf approval ( #30937 )
2024-09-12 21:36:13 +02:00
Mohamed DAOUD
797ec9a709
fix-seo-meta-tags-sanitization ( #30924 )
...
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-09-12 21:35:38 +02:00
Lucas Marcouiller
ef2ec011f5
Fix #30828 bad save of contract id in ticket card ( #30916 )
...
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
2024-09-12 21:34:28 +02:00
Frédéric FRANCE
b0b6dcc6cf
FIX 🛟 phan ( #30921 )
2024-09-12 21:22:24 +02:00
Laurent Destailleur
cf0c27cb0c
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-09-12 21:21:33 +02:00
Maxime Kohlhaas
e4e5d1df8f
Fix : missing indexes on product_attribute_combination2val table ( #30936 )
...
* Fix : missing indexes on product_attribute_combination2val table
* Update 15.0.0-16.0.0.sql
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-09-12 21:21:18 +02:00
Laurent Destailleur
b4571580c1
Complete #30936
2024-09-12 21:21:11 +02:00
MDW
76eaf8bd8d
Qual: Fix phan notices in classes related to class using getNextValue. ( #30925 )
...
* FIX 🛟 phan
* getToolTip() can take null for $coc
* Fix uninitialized vars & arg types
* PHPDoc typing, argument fixes
* PHPDoc typing, argument fixes for AdherentType
* PHPDoc typing, argument fixes for AdherentStats
* Update baseline to enable adherent notices
* Fix PHPDoc typing in api_members
* Minor bug fixes, typing
* PHPDoc api_subscriptions
* PHPDoc Societe
* Ignore empty foreach notice
* Add initialiser
* Categorie is string, old int mode is deprecated
* Fix missing initialisations
* Fix missing initialisations adherents/note
* Fix typing (cast), initialisation of var
* Fix initialisations
* Fix argument types
* Improve array PHPDoc type
* PHPDoc array type
* PHPDoc: Improve typing
* Correct argument type to getNomUrl
* Improve typing for timespent
* Fix typing for getNextValue args
* Improve typing
* Fix typing hints contrat/card
* Update baseline
* Fix typing
* Fix extraparams property typing
* Fix argument typing
* Qual: Correct covariant type
* Impove typing for timespent
* Remove exclusion no longer matched (level 6)
---------
Co-authored-by: Frédéric FRANCE <frederic34@users.noreply.github.com >
2024-09-12 21:16:42 +02:00
ptibogxiv
7169c9258b
Fix for SHIPMENT_SUPPORTS_SERVICES option ( #30934 )
...
add correct quantity of service and not. 0 only for a service with the hidden option SHIPMENT_SUPPORTS_SERVICES activated
2024-09-12 21:13:03 +02:00
John BOTELLA
3380115908
Fix v20 php8 patch002 ( #30931 )
...
* Fix PHP 8 notices, warninngs, fatal
* precommit
* fix php 8 errors
* use this db
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-09-12 21:11:45 +02:00
John BOTELLA
aaa65ddf6b
Fix v20 php8 patch001 ( #30932 )
...
* Fix PHP 8 notices, warninngs, fatal
* precommit
2024-09-12 21:10:01 +02:00
ptibogxiv
d40e0c6026
Fix api_setup.class.php ( #30938 )
...
new fix because old disappared
2024-09-12 21:09:28 +02:00
Laurent Destailleur
9505325b6d
Debug v20 - Fix sql
2024-09-12 16:36:32 +02:00
Laurent Destailleur
e94423fd3a
Debug v20 - Fix sql
2024-09-12 16:36:03 +02:00
Laurent Destailleur
e4227c6913
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-09-12 16:30:57 +02:00
Laurent Destailleur
e735d17dd2
Debug v20 - Fix security and compatibility
2024-09-12 16:30:13 +02:00
Laurent Destailleur
b4283251f6
Remove html jpicker file (contains javascript)
2024-09-12 15:06:32 +02:00
Laurent Destailleur
94cdc284b3
Better log and fix search of contact for emailcollector
2024-09-12 12:32:33 +02:00
Laurent Destailleur
df1f157028
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-09-12 03:28:43 +02:00
Laurent Destailleur
f2c757cbc2
Debug v20
2024-09-12 03:28:17 +02:00
Laurent Destailleur
c2c0d0d7dd
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-09-12 03:17:51 +02:00
Laurent Destailleur
9cb9ccca0b
Debug v20 - Fix regression
2024-09-12 03:17:22 +02:00
Laurent Destailleur
bb481a58c4
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-09-12 02:33:26 +02:00
Laurent Destailleur
de19578a93
Debug v20
2024-09-12 02:33:06 +02:00
Laurent Destailleur
3bf7bab967
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-09-12 02:21:46 +02:00
Laurent Destailleur
a52963020d
Doc
2024-09-12 02:21:14 +02:00
Laurent Destailleur
b1ee18864f
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-09-12 01:43:43 +02:00
Laurent Destailleur
0d62dc8ecd
Give an help to allow to fix charset regression.
2024-09-12 01:41:30 +02:00
Laurent Destailleur
cbf3cbfa1f
Better debug log
2024-09-12 01:33:58 +02:00
Laurent Destailleur
c8bae560f1
Debug v20
2024-09-11 17:59:12 +02:00
Laurent Destailleur
eef52208ea
Debug v20
2024-09-11 17:03:00 +02:00
Laurent Destailleur
2bd701a87f
Debug v20
2024-09-11 16:46:16 +02:00
Laurent Destailleur
90dcb105f0
Fix option INVOICE_DISABLE_REPLACEMENT
2024-09-11 15:56:04 +02:00
Laurent Destailleur
f1e8ad5b4c
Doc
2024-09-11 15:00:33 +02:00