Laurent Destailleur
d527f05041
Look and feel v21
2024-10-16 00:36:07 +02:00
Laurent Destailleur
87735a9ab2
Accept image in direct upload form
2024-10-15 21:00:11 +02:00
Laurent Destailleur
7f9759aa81
Maxi debug of the email notification feature an dlook and feel v21
2024-10-15 20:28:05 +02:00
Laurent Destailleur
e57ba5aa16
Fix phan
2024-10-15 17:30:07 +02:00
Laurent Destailleur
0bee83c121
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-10-15 16:39:41 +02:00
Laurent Destailleur
04ea424979
Removed not used $langs
2024-10-15 16:35:21 +02:00
MDW
cad13e85e3
Qual: Fix smtps.class ( #31403 )
...
# Qual: Fix smtps.class
Fix most phan notices in smtps.class
2024-10-15 15:49:41 +02:00
MDW
0524358377
Qual: Fix phan notices in dolgraph class ( #31399 )
...
# Qual: Fix phan notices in dolgraph class
This fixes most notices in the dolgraph class.
2024-10-15 15:46:19 +02:00
Laurent Destailleur
53a1d06678
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-10-15 15:41:31 +02:00
Frédéric FRANCE
f3f7b67ce2
add missing dol_escape_all ( #31406 )
2024-10-15 15:39:47 +02:00
Frédéric FRANCE
0b1d243a7a
add translations count ( #31398 )
2024-10-15 15:39:29 +02:00
MDW
6f6826e387
Fix: ci phan notice ( #31400 )
...
# Fix: ci phan notice
is ok to be used for .
2024-10-15 15:38:43 +02:00
Laurent Destailleur
231a561712
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-10-15 14:22:46 +02:00
Laurent Destailleur
e731910ede
Miscellaneous fix on PDf template (trans, position column, warning)
2024-10-15 14:14:07 +02:00
Laurent Destailleur
3c74d67ca5
FIX Show twice the technical ID
2024-10-15 11:28:17 +02:00
Laurent Destailleur
3daefb2929
FIX Show twice the technical ID
2024-10-15 11:27:38 +02:00
Laurent Destailleur
ff8bef75cb
Trans
2024-10-15 00:56:51 +02:00
Laurent Destailleur
86a90692ef
FIX Support for PDF_ADD_POSITION was not complete
2024-10-15 00:18:05 +02:00
Laurent Destailleur
1a2ac35985
Look and feel v21 - text to select email template into the placeholder
2024-10-15 00:13:53 +02:00
Laurent Destailleur
ec53c62a7e
Debug layout feature for v21
2024-10-15 00:07:08 +02:00
Laurent Destailleur
fad083e29b
Debug layout feature for v21
2024-10-14 23:38:14 +02:00
Laurent Destailleur
530fb167a2
NEW Support option PDF_ADD_POSITION on shipment espadon template
2024-10-14 22:38:51 +02:00
Laurent Destailleur
ac1526d0d1
FIX selectSupplierOrderStatus to work with special status '6,7'
2024-10-14 22:35:28 +02:00
Laurent Destailleur
9ed4894adc
Doc
2024-10-14 22:12:00 +02:00
Laurent Destailleur
046166f483
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-10-14 21:38:12 +02:00
Laurent Destailleur
916014707d
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-10-14 21:18:24 +02:00
Laurent Destailleur
b099e103b3
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-10-14 21:00:26 +02:00
Regis Houssin
7b81cccc55
FIX uniformize and check delete contact action ( #31384 )
...
* FIX uniformize and check delete contact action
* FIX syntax error
* FIX missing private contact checking
* FIX missing show errors
* FIX missing "oldcopy" for trigger
* FIX missing private contact filter in selectcontact
2024-10-14 16:45:46 +02:00
Laurent Destailleur
80ced1cc22
FIX convert amount into text when using numberwords
2024-10-14 12:53:42 +02:00
lamrani abdelwadoud
39e021feba
NEW Share msg "not found" for widgets and add a button to add new record when none exists ( #31309 )
...
* New msg displayed on widghet
* update msg
* comment code on box_fediverse
* comment code on box_fediverse and delete code langs
* fix errors
* remove underscore before comparing files
* update boxes for get messages and buttons
* continue adding button for widgets
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-10-14 11:56:59 +02:00
Elisée Chemin
7c7dcd0af8
Fixed an issue where removing a ressource with the same id as the assigned user would remove the user
2024-10-14 10:22:43 +02:00
MDW
53cfbc35be
Qual: Fix several phan & stan notices ( #31308 )
...
* Qual: Fix several phan & stan notices
# Qual: Fix several phan & stan notices
Several fixes in files while fixing UnknownClass notices
* Qual: Update prepare_head PHPDoc return types
# Qual: Update prepare_head PHPDoc return types
Provide detailed array return types for prepare_head functions.
* Fix new phan notice
* Better loadLangs typing and fix call to loadLangs
* Fix new issues (stats)
* Other fixes of new issues
* Qual: update phan baseline
2024-10-14 01:59:44 +02:00
Sylvain Legrand
995f131ad2
Add getDolGlobalFloat function ( #31357 )
...
When we need to store float constant !
2024-10-14 01:58:08 +02:00
Alexandre SPANGARO
5dfe870c4c
NEW Invoice - Generate payment information - Structured communication ( #31376 )
...
* NEW Invoice - Generate payment information - Structured communication
* fix tabs/space
* Add $substitutionarray['__PAYMENT_STRUCTURED_COMMUNICATION__']
* Fix travis
* Move to specific file functions_be.lib.php
* Fix function use
* Fix code
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-10-14 01:39:03 +02:00
Laurent Destailleur
4a2043e7a0
Merge
2024-10-14 01:21:40 +02:00
Laurent Destailleur
47500d56f3
Doc
2024-10-14 01:15:54 +02:00
MDW
8609df383a
Qual: fix phan notices ( #31368 )
...
* Qual: fix phan notices
# Qual: fix phan notices
Fix phan/phpstan notices, mostly in html,formmail
* Ignore phpstan exception
2024-10-14 00:36:42 +02:00
IC-Mathieu
9c0704ee56
NEW : care grandchild ( #31314 )
...
* NEW_CARE_GRANDCHILD
* Update commonobject.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-10-13 21:10:42 +02:00
Frédéric FRANCE
820333b02f
fix variants sql init ( #31319 )
...
* fix variants sql init
* add setup
* add setup
* add setup
* update class
* update list
* update list
* update list
* update class
* fix typos
* fix translations
* fix html
* fix update
* fix sql
* fix extrafields
* fix extrafields
2024-10-13 21:08:55 +02:00
UltraViolet33
33c6d95b1c
Backport Fix wrong invoice status when invoice has discount ( #31323 )
...
Co-authored-by: Ulysse Valdenaire <uvaldenaire@easya.solutions >
2024-10-13 21:04:17 +02:00
Zephyriony
f3f41ec546
NEW Hide completed items in Link to ( #31329 )
...
* NEW Hide completed items in Link to
Hide completed items in Link to to avoid endless lists of elements
* Update html.form.class.php
* Update html.form.class.php
2024-10-13 21:01:57 +02:00
Laurent Destailleur
a255e9b5c8
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-10-13 20:58:40 +02:00
Laurent Destailleur
ffcc1ee11c
CSS
2024-10-13 20:52:55 +02:00
Laurent Destailleur
069edfcf2a
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-10-13 20:32:52 +02:00
Ferran Marcet
b2c59aa934
Fix: Does not filter correctly by project contacts ( #31340 )
...
* Fix: Grand total correction
* Fix: Does not filter correctly by project contacts
2024-10-13 20:31:23 +02:00
hansemschnokeloch
6ba48c5db2
refactor redundant code ( #31331 )
2024-10-13 19:38:38 +02:00
Laurent Destailleur
6ef95acc43
Doc
2024-10-13 19:23:51 +02:00
Laurent Destailleur
e63fcc9fed
Debug v20
2024-10-13 19:20:47 +02:00
Laurent Destailleur
e46553079a
FIX CSS
2024-10-13 18:37:21 +02:00
Laurent Destailleur
959392ff26
FIX Clear of option THEME_ELDY_USEBORDERONTABLE
2024-10-13 18:37:10 +02:00