Mathieu Moulin
6ee1d83dff
Fix ajax selectobject with commonobjectline objects ( #29941 )
...
* Fix ajax selectobject with commonobjectline objects
* Clean code : put in another branch
* Parent element defined for CommonObjectLines
* Clean code
* Clean code
* Parent element defined for CommonObjectLines
* Parent element defined for CommonObjectLines
* Clean code
* getElementProperties for commonObjectLines
* Remove changes to split into multiple PRs
* fix mistake in previous commit
* fix mistakes (thanks pre-commit)
* fix mistakes (thanks again pre-commit)
* Update html.form.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-10-26 17:03:34 +02:00
Laurent Destailleur
649adf7736
NEW Can define the text on tooltip on a yesno check.
2024-10-26 14:05:51 +02:00
Josep Lluís
e8080657ec
NEW Add thirdparty state in substitution array ( #31549 )
...
* Add thirdparty state in substitution array
Add thirdparty state in substitution array
* Update functions.lib.php
2024-10-26 13:11:21 +02:00
MDW
28e78d6cb4
Qual: Fix phan/stan notices for conferenceorbooth, facture-re, productcustomerprice ( #31541 )
2024-10-25 14:18:17 +02:00
Frédéric FRANCE
bc06268df6
fix concat and CI 🔧 ( #31469 )
...
* fix concat
* fix overwrite
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-10-20 00:20:48 +02:00
Laurent Destailleur
22c4d8f814
Merge
2024-10-19 14:56:14 +02:00
Laurent Destailleur
11d01197e3
Split code to avoid false positive
2024-10-19 14:51:30 +02:00
Alain Rihs
1ef98c3a6f
Update functions.lib.php ( #31455 )
...
The language key for the foreign currency does not exist alone but always with the amount. In order to solve this, I propose the following code with a new key: __MULTICURRENCY_CODE__
2024-10-19 01:58:27 +02:00
MDW
11c43e8c63
Fix: ticket.class phan/phpstan notices ( #31448 )
...
* Qual: Fix ticket.class notices
* Do not analyze custom
* Fix: Correct reference to cache (+phpdoc)
* Update baseline, ignore everything in custom
* Qual: Fix notices in files related to ticket class
2024-10-19 01:21:41 +02:00
Norbert Penel
3b172d9020
Update functions.lib.php ( #31461 )
...
Help for developers who doesn't understand the changes in getElementProperties
2024-10-19 01:04:45 +02:00
Laurent Destailleur
d97ff764ab
Do not show qty 0 is zero.
2024-10-17 13:37:23 +02:00
Laurent Destailleur
3ef895d8c4
Debug v21
2024-10-17 03:57:13 +02:00
Laurent Destailleur
4f772f15e0
Look and feel v21
2024-10-16 17:26:00 +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
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
Laurent Destailleur
ec53c62a7e
Debug layout feature for v21
2024-10-15 00:07:08 +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
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
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
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
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
UltraViolet33
a38af69395
use target='blank' for mailto links ( #31342 )
...
Co-authored-by: Ulysse Valdenaire <uvaldenaire@easya.solutions >
2024-10-13 17:41:22 +02:00
MDW
611019ec4d
Qual: Fix WARNING messages in syslog - add getCallerInfoString() ( #31351 )
...
* Qual: Fix dolIsTms() call with empty string
# Qual: Fix dolIsTms() call with empty string
The dolibarr log indicated that dolIsTms() was called with the
empty string:
- Add code to log the caller in the log;
- Fix the dolIsTms() calls by updating project/element.php
* Fix comparison of ''<0
# Fix comparison of ''<0
As ''<0 is true, non-existing errors were added resulting in
Try to add a message in stack, but value to add is empty message
in the log.
2024-10-13 17:17:37 +02:00
MDW
d7b2f95baf
Qual: Fix phan notices ( #31372 )
...
* fix llx_webhook_target-webhook.sql
* Fix commande/list & facture-rec.class
* Fix bonprelevement
* Qual: Fix prelevement/create notices
* Qual: fix quadridetail notices & update baseline
* Qual: Fix CommonDocGenerator notices
* Qual: Fix commoninvoice and commonobjectline notices (phan/phpstan)
---------
Co-authored-by: Frédéric FRANCE <frederic34@users.noreply.github.com >
2024-10-13 16:45:42 +02:00
Laurent Destailleur
740bfe3442
Fix style section in html header lost
2024-10-13 02:01:14 +02:00
Laurent Destailleur
fc8e85158d
NEW Can set parameters with setup type yesno.
2024-10-12 01:50:18 +02:00
Laurent Destailleur
7ec900d1de
comment
2024-10-11 12:24:45 +02:00
UltraViolet33
615d13d815
Fix: complete fix for #31117 ( #31300 )
...
* Fix: complete fix for #31117
Use getSommePaiement(), getSumCreditNotesUsed() and getSumDepositsUsed() to get already paid amount of invoice
to display correct invoice status
* fix for PHPStan
---------
Co-authored-by: Ulysse Valdenaire <uvaldenaire@easya.solutions >
2024-10-09 01:55:38 +02:00
Laurent Destailleur
8ba82ecfa0
Enhancement for textbrowser
2024-10-08 20:58:09 +02:00
Laurent Destailleur
efe6571e16
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-10-08 20:49:01 +02:00
Laurent Destailleur
21eb8e585f
Fix detection of text browser with w3m
2024-10-08 20:48:37 +02:00
Laurent Destailleur
e79292cb19
Enhance vat edition
2024-10-08 09:59:46 +02:00
John BOTELLA
7faa9bad67
Fix 20.0 Action buttion url autocomplete (button dropdown part04) ( #31266 )
...
* Fix dol get action buttion url autocomplette
* change mailto
* change mailto
* Remove anonymous function
* Remove anonymous function
* Update functions.lib.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-10-07 15:42:17 +02:00
Laurent Destailleur
a7db9f8b75
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-10-07 15:23:41 +02:00
Laurent Destailleur
081d3fabfc
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-10-07 15:20:16 +02:00
Laurent Destailleur
b07cc82058
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-10-07 15:17:49 +02:00
Laurent Destailleur
58cc96cd33
QUAL All $conf->global->module->enabled are replaced with isModEnabled()
2024-10-07 14:40:29 +02:00
Laurent Destailleur
63d4b5e3d8
FIX Backport fix fatal error on price with some truncating setup
2024-10-06 22:17:26 +02:00
MDW
34e3717dda
Qual: Fix phan/phpstan notices ( #31289 )
...
* Qual: Fix phan/phpstan notices
# Qual: Fix phan/phpstan notices
Fix several phan/phpstan notices
* Fix spelling in Changelog
2024-10-06 13:03:43 +02:00
MDW
f70c945931
Qual: Fix phan/stan notices ( #31271 )
...
# Qual: Fix phan/stan notices in relation with UnknownObjectMethodCall
Fix notices in classes with UnknownObjectMethodCall notices or classes
related with these.
2024-10-05 18:55:36 +02:00
Frédéric FRANCE
7fe28032d1
phpstan ( #31276 )
...
* phpstan
* phpstan
2024-10-05 18:49:54 +02:00
Mohamed DAOUD
4a7ad31f85
NEW Stars Field for Module Builder ( #31216 )
...
* stars field for modulebuilder
* Update commonobject.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-10-04 18:37:41 +02:00