Commit Graph

33082 Commits

Author SHA1 Message Date
Laurent Destailleur
6ea48ac22a Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-11-17 12:02:21 +01:00
HENRY Florian
102356d2c4 fix: When sendmail failed it return false, result is KO, need to say it to user (#26631)
* fix: When sendmail failed it return false, need to be tested as is

* fix: When sendmail failed it return false, so >=0 do not trigger error

* fix: When sendmail failed it return false, so >=0 do not trigger error

* Update CMailFile.class.php

* Update actions_sendmails.inc.php

* Update actions_sendmails.inc.php

* Update CMailFile.class.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-11-17 12:01:03 +01:00
HENRY Florian
70a5a85eac fix: various getDol, display error on public page (#26652)
* fix: various getDol, display error on public page

* fix: various getDol, display error on public page
2023-11-17 11:39:16 +01:00
Eric
337fa2ac67 add category map to categorie (#26649) 2023-11-17 03:44:15 +01:00
Laurent Destailleur
0a3bc87b72 Fix warning 2023-11-17 03:33:37 +01:00
Laurent Destailleur
dd073a07b1 Fix warnings 2023-11-17 03:06:24 +01:00
Laurent Destailleur
7c68dc3d1e Fix phpcs 2023-11-17 01:17:23 +01:00
Laurent Destailleur
144be811fc Fix phpcs 2023-11-17 00:54:15 +01:00
Laurent Destailleur
5e59e8d0e4 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
Conflicts:
	htdocs/langs/en_US/stocks.lang
2023-11-17 00:44:30 +01:00
lvessiller-opendsi
f5af28e1fb NEW substitute expiration date (#26628) 2023-11-16 23:36:31 +01:00
lvessiller-opendsi
3dd502b38f NEW subject and message paramaeters on notification hook (#26625) 2023-11-16 23:27:50 +01:00
Maxime Kohlhaas
de0b733430 Fix : missing getEntity for hrm public holiday (#26627) 2023-11-16 23:27:20 +01:00
moreauftheobald
279343ee56 Ddevelop fix product class (#26632)
* Add entity management on contact list on thirdparty card

* Correction On procduct class files "Access to an undefined property"
2023-11-16 23:26:08 +01:00
John BOTELLA
5736f9f8ec Set main feature level from 2 to 1 for MAIN_ACTIVATE_VALIDATION_RESULT (#26634) 2023-11-16 23:22:35 +01:00
MDW
c4542895d7 Fix recurrent supplier invoice generation (title) (#26601) 2023-11-16 15:43:48 +01:00
HENRY Florian
7c43aa86c9 fix: mising delete inventory perms with MAIN_USE_ADVANCED_PERMS (#26617)
* fix: mising delete inventory perms

* fix: mising delete inventory perms
2023-11-16 15:31:20 +01:00
kkhelifa-opendsi
fdb81c3ceb FIX: Fix set private note (#26610) 2023-11-16 15:26:51 +01:00
Lucas Marcouiller
68d996b482 fix some phpstan errors (#26608)
Co-authored-by: Hystepik <lucas.marcouiller@gmail.com>
2023-11-16 15:01:46 +01:00
Laurent Destailleur
c0510fc0f5 Debug v19 2023-11-14 20:59:31 +01:00
Charlène Benke
8c8e806a8f NEW : extrafields based on fontawesome (#26598)
* NEW : extrafields based on fontawesome

allow to define a field contain a icon based on fontawesome
on input we have an icon picker
on ouput we display the icon

* Update extrafields.class.php

* Update extrafields.class.php

* Update extrafields.class.php
2023-11-14 20:51:43 +01:00
Laurent Destailleur
0072986060 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-11-14 17:59:59 +01:00
Laurent Destailleur
d9df238ac4 Clean code and prepare database for reception from any source 2023-11-14 17:33:50 +01:00
sonikf
0fbc5bd423 NEW: Supplier template invoive extrafields (#26570)
* NEW: Supplier template invoive extrafields

* NEW: Supplier template invoive extrafields

* NEW: Supplier template invoive extrafields
2023-11-14 14:46:48 +01:00
Frédéric FRANCE
79b4c0f1b9 clean code (#26585)
* clean code

* Update commoninvoice.class.php

* Update commoninvoice.class.php
2023-11-14 14:43:54 +01:00
Frédéric FRANCE
213ebc5e26 fix phpstan (#26592)
htdocs/core/modules/propale/doc/pdf_azur.modules.php	1312	Undefined variable: $resteapayer
2023-11-14 14:25:04 +01:00
Thibault Fiacre
e9fc774afc NEW stock transfert module is now stable (#26594) 2023-11-14 14:22:32 +01:00
Laurent Destailleur
0770ce640e Debug v19 2023-11-14 02:42:02 +01:00
Regis Houssin
c9d2d77fef NEW add barcode function to check if EAN13 is valid (#26567) 2023-11-14 01:54:04 +01:00
Mohamed DAOUD
eba4756156 Fix some warnings -technical debt- (#26514)
* fix-warnings

* fix the last commit

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-11-14 01:52:42 +01:00
Laurent Destailleur
804ee3b517 Debug v19 and option MAIN_DISALLOW_URL_INTO_DESCRIPTIONS 2023-11-14 01:32:42 +01:00
Laurent Destailleur
ca3f5eaadf Debug v19 2023-11-14 00:56:30 +01:00
Frédéric FRANCE
a11b4ed8b0 fix phpstan (#26569) 2023-11-13 21:00:59 +01:00
Eric
058f2ec844 nom (deprecated) -> name (#26571) 2023-11-13 20:57:01 +01:00
Saami PERDRIX
398ad8d1f7 L'entrée de menu GRH > Notes de frais > Règlements n'est plus affiché (#26572)
quand le module banque est désactivé
2023-11-13 20:56:41 +01:00
Laurent Destailleur
d5139398cd Remove warning we should not have in a common usage. 2023-11-13 19:08:33 +01:00
Laurent Destailleur
061f340f90 Debug v19 2023-11-13 15:20:56 +01:00
Laurent Destailleur
c8c8618e55 Debug v19 2023-11-13 15:17:55 +01:00
Frédéric FRANCE
400128243b confirm delete extrafield (#26565) 2023-11-13 13:01:14 +01:00
Laurent Destailleur
69642e1048 Fix missing the src type and id when uploading a file as a message of
ticket
2023-11-13 12:36:38 +01:00
Laurent Destailleur
7659bba97a Fix bad delete of lines into llx_ecm_files 2023-11-13 12:24:47 +01:00
Laurent Destailleur
8fd688bb51 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-11-13 02:59:22 +01:00
Laurent Destailleur
2d6559d74f Fix warning 2023-11-13 02:42:47 +01:00
Alexandre SPANGARO
7fa9fb80fa FIX #25967 Supplier export - Missing filter on accountancy buy account (#26559) 2023-11-12 23:33:28 +01:00
Laurent Destailleur
a48e541093 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	htdocs/accountancy/class/bookkeeping.class.php
	htdocs/accountancy/journal/expensereportsjournal.php
	htdocs/core/class/html.formadmin.class.php
	htdocs/core/lib/functions.lib.php
2023-11-12 23:18:19 +01:00
Laurent Destailleur
2f340a1a77 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
Conflicts:
	htdocs/accountancy/journal/expensereportsjournal.php
	htdocs/comm/propal/card.php
2023-11-12 23:06:31 +01:00
Laurent Destailleur
201ad75360 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
Conflicts:
	htdocs/accountancy/journal/expensereportsjournal.php
2023-11-12 23:02:18 +01:00
Laurent Destailleur
bd2285ab91 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2023-11-12 22:58:37 +01:00
Laurent Destailleur
1dbb3f1f34 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
Conflicts:
	htdocs/product/stock/stockatdate.php
2023-11-12 22:58:23 +01:00
Laurent Destailleur
17ca6f651c Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2023-11-12 22:18:06 +01:00
sonikf
65b9f4e6de NEW: Add invoice subtype in customer template invoice (#26543)
* Add invoice subtype in template invoice

* Add invoice subtype in template invoice

* Add invoice subtype in template invoice
2023-11-12 22:08:46 +01:00