Laurent Destailleur
cbdda5d1a8
Fix the automatic nb of list
2024-11-16 23:23:14 +01:00
Laurent Destailleur
9f7d763652
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-11-16 21:55:40 +01:00
Alexandre SPANGARO
8642e77110
Accountancy personalized reports - Prepare menu ( #31932 )
...
* Accountancy personalized reports - Prepare menu
* Indent
2024-11-16 20:48:09 +01:00
omogenot
48f0f55b7c
NEW: Allow multiple extrafields deletion ( #31956 )
...
* Allow multiple extrafields deletion
If no element type parameter is given to the delete_label function, all occurences of the same extra field name are deleted at once. This simplifies the de-installation of a module that would have created multiple extra fields accros several element types.
* Update extrafields.class.php
Remove empty line whitespace
2024-11-16 20:13:40 +01:00
evarisk-kilyan
a811e061ca
fix: fatal on install step-5 ( #31954 )
...
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-11-16 18:58:24 +01:00
Laurent Destailleur
5aab141714
Clean code
2024-11-16 18:48:08 +01:00
Mathieu Moulin
a602309e04
Fix user::load_previous_next_ref() with MULTICOMPANY_TRANSVERSE_MODE bad sql query (cartesian product replaced by INNER JOIN) ( #31946 )
2024-11-16 18:19:59 +01:00
Thomas C.
976399c2d9
fix ( #31683 )
2024-11-16 10:57:03 +01:00
Lucas Marcouiller
1ec2b053b7
fix warning in html form class ( #31860 )
...
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
2024-11-16 10:45:29 +01:00
Frédéric FRANCE
4f5d3dddc7
fix tooltip ( #31933 )
2024-11-16 10:40:12 +01:00
Lucas Marcouiller
01687b396b
fiw warning for action message display ( #31865 )
...
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
2024-11-16 00:27:22 +01:00
Lucas Marcouiller
6f6997a017
fix projet/messaging.php warnings ( #31869 )
...
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
2024-11-16 00:15:43 +01:00
Mathieu Moulin
348981a419
Fix show payment URL in massaction context when not one email per recipient ( #31927 )
2024-11-16 00:06:15 +01:00
Mathieu Moulin
adf59f2599
Fix mod_facture_fournisseur_tulip::getExample & get_next_value if no object in parameter ( #31878 )
2024-11-16 00:00:05 +01:00
alex10843
5d9d282f1b
FIX: Takepos: set the country of the default customer ( #31915 )
...
* FIX: Takepos: set the country of the default customer
* Update modTakePos.class.php
---------
Co-authored-by: Alex - Solauv <vous@exemple.com >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-11-15 23:56:14 +01:00
MaximilienR-easya
c72efea880
Fix signature box when rounded param is set ( #31882 )
2024-11-15 23:48:10 +01:00
William Mead
038f8d5dff
Backported default ticket severity fix ( #31908 )
2024-11-15 23:44:08 +01:00
Bahfir Abbes
2cc02024f1
fix bug Module Builder creates invalid SQL when using chkbxlst #31545… ( #31923 )
...
* fix bug Module Builder creates invalid SQL when using chkbxlst #31545 in https://github.com/Dolibarr/dolibarr/issues/31545
* Update modulebuilder.lib.php
---------
Co-authored-by: abb <contact@ab1consult.com >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-11-15 23:37:41 +01:00
William Mead
bab49d66c5
Backported default ticket type fix ( #31912 )
2024-11-15 23:36:54 +01:00
Francis Appels
230eee4ead
FIX issue #28222 Edit date extrafield diplayed on all on lines ( #31914 )
...
* FIX issue #28222 Edit date extrafield diplayed on all on lines
* wrong id
2024-11-15 23:31:12 +01:00
Lucas Marcouiller
4b45a2a78c
fix php warning modCaptchaStandard class ( #31906 )
...
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
2024-11-15 23:08:20 +01:00
Mohamed DAOUD
62ba788c8f
fix stars extrafields on pdf ( #31913 )
2024-11-15 23:07:37 +01:00
Lucas Marcouiller
0507db75b5
fix php warning in dolGraph class ( #31911 )
...
* fix php warning in dolGraph class
* remove useless test
---------
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
2024-11-15 23:06:54 +01:00
Mohamed DAOUD
2f68e94cfd
fix include for website library pages ( #31891 )
2024-11-15 23:03:25 +01:00
moreauftheobald
4b9a5db62f
Tracking conf->module->enabled 1 ( #31895 )
...
* Fix Php 8 warning on commande dispach
* Tracking $conf->module->enabled
---------
Co-authored-by: Theobald <f.moreau@theobald-groupe.com >
2024-11-15 23:02:49 +01:00
moreauftheobald
9dee6b56af
Tracking conf->module->enabled 3 ( #31905 )
...
* Tracking $conf->module->enabled part 2
* Tracking $conf->module->enabled part 3
* Tracking $conf->module->enabled part 3
---------
Co-authored-by: Theobald <f.moreau@theobald-groupe.com >
2024-11-15 23:02:26 +01:00
moreauftheobald
ee65f40512
Tracking $conf->module->enabled part 2 ( #31899 )
...
Co-authored-by: Theobald <f.moreau@theobald-groupe.com >
2024-11-15 23:00:56 +01:00
Lucas Marcouiller
39d0debfd4
fix php warning in infobox.class ( #31907 )
...
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
2024-11-15 22:59:33 +01:00
Alarig Le Lay
206570dac5
Add new check for ldap sync ( #31925 )
...
Closes: https://github.com/Dolibarr/dolibarr/issues/30819
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr >
2024-11-15 22:33:24 +01:00
Lucas Marcouiller
f80dd66ecc
fix a warning in webhook trigger ( #31850 )
...
* fix a warnign in webhook trigger
* better fix
---------
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-11-15 16:44:57 +01:00
IC-faycal
3705d4a7ae
FIX issue Not check mandatory field in Select field. #31467 ( #31836 )
2024-11-15 16:05:39 +01:00
Rémi Champlon
f408803ae0
list contact check by module ( #31845 )
...
Co-authored-by: Rémi Champlon <r.champlon@vold.lu >
2024-11-15 16:02:11 +01:00
Frédéric FRANCE
ead048e1fd
fix calculate costs bom ( #31755 )
...
* fix calculate costs bom
* fix calculate costs bom
* Update bom.class.php
* fix
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-11-15 15:05:51 +01:00
Lucas Marcouiller
d9ee8a3838
Fix dol_dir_list_in_database to use filters for db ( #31835 )
...
* Fix dol_dir_list_in_database to use filters as an Universal Search String
* fix CI
* fix Ci
---------
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
2024-11-15 14:36:48 +01:00
Marc de Lima Lucio
ce9a1b3661
FIX: swiftmailer: correctly set errors-to header ( #31826 )
2024-11-15 14:10:35 +01:00
Frédéric FRANCE
ec91ed2af9
test action ( #31815 )
...
* NEW : Add category feature on Fichinter
category update
* Update viewcat.php
* Update categories.lang
* Update categorie.class.php
* Update categories.lang
* Update viewcat.php
* Update viewcat.php
* test action
* test action
* test action
* test action
* test action
* test action
* test action
* test action
* test action
* test action
* test action
* clean baseline
Debug v21
NEW: use Expedition::$date_shipping property in card and list (#31701 )
* NEW: use Expedition::$date_shipping property in card and list
* FIX: translation
* FIX: PHPStan rebutal
* FIX: not a great idea to copy and not edit comment
* FIX: on create, expected delivery date should precede sending date
* Update card.php
* Update list.php
* Update list.php
* Update list.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
clean baseline
clean baseline
clean baseline
* clean baseline
* clean baseline
* merge
* fix
* fix
* fix
* fix
* fix
* fix
* fix translations
* fix translations
* fix translations
* fix translations
* fix
* fix filters
* fix filters
* fix filters
* fix filters
* fix
---------
Co-authored-by: Charlène Benke <1179011+defrance@users.noreply.github.com >
2024-11-15 14:09:04 +01:00
Delthair
e2b6762b3c
ISSUE #31816 ( #31820 )
...
Bug correction to finalise step 5 of installation
2024-11-14 23:31:25 +01:00
HENRY Florian
b8f481b579
fix: php 8 warning on create object from table module builder ( #31817 )
...
* fix: php 8 wrning on create object form table module builder
* remove unwanted linebreak
* fix: remove warning on filed type checklbst show output list
2024-11-14 23:30:11 +01:00
Lucas Marcouiller
6b27108775
Fix bad values for dropdown css ( #31824 )
...
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
2024-11-14 23:26:18 +01:00
Frédéric FRANCE
54b10d48aa
clean module name ( #31823 )
2024-11-14 23:24:58 +01:00
Alexandre SPANGARO
70a96461af
NEW: Module Asset experimental ( #31821 )
2024-11-14 23:24:20 +01:00
MDW
a0f515ef12
Qual: Improve write_file typing (part 2) ( #30527 )
...
* Qual: Add abstract write_file to ModeleDon
And update phpdoc for derived classes
* Qual: Add abstract write_file to ModeleChequeReceipts
And update phpdoc for derived classes
* Qual: Add abstract write_file to ModelePDFRecruitmentCandidature
And update phpdoc for derived classes
* Qual: Add abstract write_file to ModelePDFStock & ModelePDFStockTransfer
And update phpdoc for derived classes
* Qual: Update phpdoc write_file for CommonStickerGenerator classes
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-11-13 23:58:32 +01:00
Alexis Thietard
8c9a1c2bfc
fix #24780 change default isolation method in dol_clone ( #29391 )
...
This fixes serialization error when attempting to update a custom field value.
This change is made globally because the previous native = 0 default isolation
method is labeled as `deprecated` in the code and therefore shouldn't be used
anymore.
Signed-off-by: Alexis Thietard <alexis.thietard@rtone.fr >
2024-11-13 23:42:07 +01:00
sonikf
1f2bb2969a
NEW: PDF Invoice show vat analysis per rate ( #31381 )
...
* Show vat analysis
* Show vat analysis
* Show vat analysis
* fix white space
* Update main.lang
* Show vat analysis
* Show vat analysis
* add copyright
* fix pre-commit
* fix pre-commit
* fix pre-commit
* fix php-stan (8.2)
* fix php-stan (8.2)
* fix php-stan (8.2)
* fix pre-commit tab
* Update pdf_other.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-11-13 22:41:00 +01:00
Frédéric FRANCE
2c4d1038d0
fix phpstan ( #31805 )
...
* fix
* fix
* fix
* fix
* fix
2024-11-13 22:37:17 +01:00
atm-jonathan
e20d1f0896
NEW multiselect search_sale in list societe ( #29110 )
...
* multiselect commerciaux
* retour Wysy
* retour pr
* retour PR
* retour PR
* retour PR
* retour PR
* retour PR
* retour PR
* count > 0
* GETPOSTISARRAY() $search_sale
* pre-commit
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-11-13 22:36:26 +01:00
Laurent Destailleur
210a2bdcf6
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-11-13 21:29:38 +01:00
Laurent Destailleur
8443ec649d
Fix phan
2024-11-13 21:28:25 +01:00
Frédéric FRANCE
e5320c2302
fix phpstan ( #31801 )
...
* fix phpstan
* fix phpstan
* fix phpstan
* add phpdoc
* add phpdoc
* add phpdoc
* add phpdoc
* add phpdoc
* add phpdoc
2024-11-13 21:21:15 +01:00
Laurent Destailleur
aacecf4569
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-11-13 16:41:41 +01:00