ldestailleur
59a20762c7
WIP add extrafield param aiprompt
2025-04-06 20:59:14 +02:00
ldestailleur
cb9dce6195
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-04-06 20:54:26 +02:00
ldestailleur
78909490c2
CSS
2025-04-06 20:54:16 +02:00
ThomasNgr-OpenDSI
b431b1bc90
FIX sales representatives can affect contacts from thirdparties they are not allowed to see ( #33353 )
...
* introduce method User::getAffectedThirdparties()
* Forbid to display thirdparties on contact tab is user has no right to see them
* add control in add_contacts
* fix precommit
* fix phan, phpstan
* fix travis + fix using wrong table
* Forbid to display thirdparties on contact tab is user has no right to see them (more secure way)
* try to fix TRAVIS
* more efficient way to check user is allowed to ad a socpeople
* remove dead code
2025-04-06 19:51:30 +02:00
JC Prieto
f4e43e3566
FIX: Update import_xlsx.modules.php ( #33439 )
...
* Update import_xlsx.modules.php
$keyfield must be always 'rowid' because we compare with $lastinsertid
* Update import_csv.modules.php
* Update import_csv.modules.php
I correct edition
* Update import_xlsx.modules.php
I correct edition
* Update import_csv.modules.php
* Update import_csv.modules.php
* Update import_xlsx.modules.php
* Update import_csv.modules.php
* Update import_xlsx.modules.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-04-06 19:45:35 +02:00
ldestailleur
c5830378ca
Code comment
2025-04-06 19:19:37 +02:00
ldestailleur
9582894136
Add constant SECURITY_WAF_ALLOW_QUOTES_IN_GET in WAF
2025-04-06 18:56:59 +02:00
ldestailleur
ffc5d2d326
Fix WAF
2025-04-06 18:40:18 +02:00
ldestailleur
b8c8735f57
Enhance WAF
2025-04-06 13:44:28 +02:00
ldestailleur
2f5eb74524
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2025-04-05 19:09:51 +02:00
ldestailleur
43716e856e
Bad order of code
2025-04-05 19:09:40 +02:00
ldestailleur
c24f269fb6
css
2025-04-05 18:24:06 +02:00
ldestailleur
54534044c7
Debug v22
2025-04-05 16:52:02 +02:00
ldestailleur
731c5e7985
Debug v22
2025-04-05 16:45:10 +02:00
ldestailleur
ca5585ed88
Debug v22
2025-04-05 16:42:55 +02:00
ldestailleur
dce4edf425
Introduce position for sub-modules
2025-04-05 16:41:45 +02:00
ldestailleur
2a082d37a5
Introduce position for sub-modules
2025-04-05 16:34:19 +02:00
ldestailleur
91f519b6fb
Debug v22
2025-04-05 16:30:22 +02:00
ldestailleur
7b759f439e
Depreciate module mod_facture_terre that is duplicate with mars.
2025-04-05 16:10:07 +02:00
ldestailleur
8c74643e5f
PERF Optimization to get next ref when there is reset on first month.
2025-04-05 15:29:41 +02:00
ldestailleur
cd5a645acc
Fix move default number to neon, argon has critical bug to fix first.
2025-04-05 14:09:47 +02:00
ldestailleur
d97ebb9a33
Fix trouble in migrationon. Fix pb with large database
2025-04-05 13:37:21 +02:00
ldestailleur
c7ec63b702
Look and feel v22
2025-04-05 12:55:04 +02:00
ldestailleur
ed651a450f
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2025-04-04 18:24:27 +02:00
ldestailleur
1f2bde4f65
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-04-04 18:22:56 +02:00
ldestailleur
4fd81b79be
Fix CI
2025-04-04 18:22:47 +02:00
Lucas Marcouiller
dce77a84b1
Fix add percent to Summarize feature ( #33731 )
...
* Fix add percent to Summarize feature
* fix
2025-04-04 18:16:29 +02:00
Frédéric FRANCE
8b1d8d7d19
add parameters ( #33729 )
2025-04-04 18:15:41 +02:00
William Mead
2ea30b0150
Removed redundant 'centpercent' class from ticket layouts to fix Safari rendering issues on macOS ( #33728 )
2025-04-04 18:15:21 +02:00
atm-adrien
36b90df84c
NEW : Add the possibility to merge PDF from the product list ( #33723 )
2025-04-04 18:14:26 +02:00
Frédéric FRANCE
275a994110
do not force reload extrafields if not needed ( #33716 )
...
* Update extrafields.class.php
* fix
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-04-04 15:32:42 +02:00
atm-irvine
a51e430e58
fix(evaluation): on list, removed getNomUrl for label column ( #33711 )
2025-04-04 15:30:07 +02:00
Frédéric FRANCE
5494affea9
Update card.php ( #33725 )
2025-04-04 15:29:41 +02:00
Frédéric FRANCE
47c1346699
add missing translation ( #33724 )
...
* add missing translation
* add missing translation
* add missing translation
2025-04-04 15:17:26 +02:00
Jyhere
16cd7c5b17
FIX: add missing createFrom hook when creating a supplier invoice ( #33708 )
...
* FIX: add missing createFrom hook when creating a supplier invoice
* Update card.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-04-04 15:16:21 +02:00
ldestailleur
ef95c311a7
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-04-03 21:09:46 +02:00
ldestailleur
3aa4bc0eca
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-04-03 21:05:01 +02:00
ldestailleur
174d6497b3
Signed-off-by: ldestailleur <eldy@destailleur.fr>
2025-04-03 21:04:35 +02:00
ldestailleur
7935ccdb75
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2025-04-03 21:02:15 +02:00
ldestailleur
4a88509ea0
Fix protection against bad % operator
2025-04-03 21:02:04 +02:00
ldestailleur
080fdacf1f
Fix protection for sprintf on bad % specifier
2025-04-03 21:00:00 +02:00
Mohamed DAOUD
4d48415218
Fix error management ( #33719 )
2025-04-03 20:33:34 +02:00
kkhelifa-opendsi
b712abad83
NEW: Add parameters for the hook selectProductsListWhere ( #33718 )
2025-04-03 20:32:55 +02:00
Frédéric FRANCE
1361fe414a
fix CI ( #33721 )
...
* Update treasuryjournal.php
* Update treasuryjournal.php
2025-04-03 20:30:25 +02:00
ldestailleur
94703556eb
Debug v22
2025-04-03 20:29:41 +02:00
ldestailleur
2af9cd5aab
Fix possible sql injection
2025-04-03 19:50:54 +02:00
ldestailleur
42a3b4c136
Doc
2025-04-03 17:50:50 +02:00
Lucas Marcouiller
712c4a111f
New add sumarize function to mail Ai Enhancements ( #33710 )
...
* New add sumarize function to mail Ai Enhancements
* fix translation
* fix CI
2025-04-03 17:34:09 +02:00
Alexandre SPANGARO
94d4b608d8
IHM options - Button for block not need reload of page ( #33705 )
2025-04-03 17:16:26 +02:00
Alexandre SPANGARO
d5b67dc35c
Module KnowledgeManagement - Add translation of permission ( #33704 )
2025-04-03 17:14:49 +02:00