2
0
forked from Wavyzz/dolibarr
Commit Graph

34632 Commits

Author SHA1 Message Date
Laurent Destailleur
4d3d0e9240 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-26 11:29:51 +01:00
Christophe TREMBLAY-GUILLOUX
3ae575348b MINOR: bad description 2024-01-26 10:35:25 +01:00
thibdrev
1c04c210c8 qual: phpdoc - add "@since Dolibarr V20" to GETPOSTFLOAT() documentation 2024-01-26 09:05:31 +01:00
thibdrev
7015827142 qual: phpstan for htdocs/core/class/menubase.class.php
htdocs/core/class/menubase.class.php	500	Property Menubase::$fk_menu (int) does not accept string.
htdocs/core/class/menubase.class.php	501	Property Menubase::$position (int) does not accept string.
htdocs/core/class/menubase.class.php	509	Property Menubase::$user (int) does not accept string.
htdocs/core/class/menubase.class.php	510	Property Menubase::$tms (int) does not accept string.
2024-01-26 09:01:32 +01:00
Laurent Destailleur
ed8b939d8f Merge pull request #27567 from lamrani002/messaginForUser
New display style for list of events of user
2024-01-26 04:10:15 +01:00
Laurent Destailleur
7cef1a6e00 Merge pull request #27572 from lamrani002/addInputInEmailing
NEW  input in emailForm for put instructions
2024-01-26 04:04:09 +01:00
Laurent Destailleur
09c52d6cf9 Update html.formmail.class.php 2024-01-26 04:03:50 +01:00
Laurent Destailleur
c49e0bf46b Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-26 03:58:41 +01:00
Laurent Destailleur
98a8942188 Merge pull request #27781 from Slordef/18.0-fourn-add-line-currency-auto-update
FIX: add product line update fields price
2024-01-26 02:36:53 +01:00
Laurent Destailleur
3a22fb28e3 Merge pull request #27784 from thibdrev/patch-3
qual: phpstan for htdocs/compta/facture/class/facture.class.php
2024-01-26 02:27:43 +01:00
Laurent Destailleur
f76a9c2e5e Merge pull request #27794 from thibdrev/patch-13
qual: phpstan for htdocs/core/actions_comments.inc.php
2024-01-26 02:14:52 +01:00
Laurent Destailleur
1569e1beb1 Merge pull request #27795 from thibdrev/patch-14
qual: phpstan for htdocs/core/actions_massactions.inc.php
2024-01-26 02:14:28 +01:00
Laurent Destailleur
c311dc3df1 Merge pull request #27796 from thibdrev/patch-15
qual: phpstan for htdocs/core/class/html.formaccounting.class.php
2024-01-26 02:14:02 +01:00
Laurent Destailleur
14d36a6002 Merge pull request #27798 from vmaury/Fix_23819_extsite_menu_not_acc_4_externals
Fix 23819 : Allow external site menu displayed to external users
2024-01-26 02:11:21 +01:00
Laurent Destailleur
70ba182c7e Merge pull request #27806 from EchoLoGeek/bodyclass_devcampwinter
Add morecss property to common textarea
2024-01-26 00:40:55 +01:00
Can Arslan
6a3c5cce69 FIX: wrong alias 2024-01-25 11:14:55 -07:00
Laurent Destailleur
c4917141f2 Remove dead code 2024-01-25 17:36:02 +01:00
Laurent Destailleur
d8ede0807f Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-25 17:25:13 +01:00
Laurent Destailleur
b8686f159f Debug module receipt printer 2024-01-25 15:18:06 +01:00
Quentin VIAL-GOUTEYRON
bb2f13aed4 FIX : crabe PDF is generating in conf->entity instead of object->entity 2024-01-25 14:40:11 +01:00
EchoLoGeek
67db158278 Fix PHPCS error 2024-01-25 12:53:23 +01:00
EchoLoGeek
2275dd9610 Add morecss properties to common textarea 2024-01-25 12:27:07 +01:00
vmaury
7ff8354933 Allow external site menu displayed to external users 2024-01-25 11:05:35 +01:00
vmaury
db2f7ba823 Allow external site menu displayed to external users 2024-01-25 11:00:26 +01:00
thibdrev
ef22c80a82 qual: phpstan for htdocs/core/class/html.formaccounting.class.php
htdocs/core/class/html.formaccounting.class.php	109	Method FormAccounting::select_journal() should return string but returns int.
htdocs/core/class/html.formaccounting.class.php	189	Method FormAccounting::multi_select_journal() should return string but returns int.
htdocs/core/class/html.formaccounting.class.php	339	Method FormAccounting::select_bookkeeping_importkey() should return string but returns int.
htdocs/core/class/html.formaccounting.class.php	403	Method FormAccounting::select_account() should return string but returns int.
htdocs/core/class/html.formaccounting.class.php	503	Method FormAccounting::select_auxaccount() should return string but returns int.
htdocs/core/class/html.formaccounting.class.php	526	Method FormAccounting::select_auxaccount() should return string but returns int.
htdocs/core/class/html.formaccounting.class.php	582	Method FormAccounting::selectyear_accountancy_bookkepping() should return array|string but returns int.
2024-01-24 22:00:56 +01:00
thibdrev
bb942ba009 qual: phpstan for htdocs/core/actions_massactions.inc.php
htdocs/core/actions_massactions.inc.php	1754	Property CommonObject::$fk_project (int) does not accept array|string.
2024-01-24 21:53:05 +01:00
thibdrev
3da89dc35c qual: phpstan for htdocs/core/actions_comments.inc.php
htdocs/core/actions_comments.inc.php	41	Property Comment::$fk_element (int) does not accept array|string.
2024-01-24 21:51:48 +01:00
thibdrev
3f7e51f448 Update commonobject.class.php - defineBuyPrice() return type 2024-01-24 21:04:02 +01:00
Lamrani Abdel
ce2a606d28 remove functionmessaging user and update function show_actions_messaging 2024-01-24 18:18:10 +01:00
Maximilien Valenzano
d74af432a0 fix: add product line update fields price 2024-01-24 18:15:51 +01:00
lamrani abdelwadoud
fbf46a4d4b Merge branch 'develop' into addInputInEmailing 2024-01-24 17:38:59 +01:00
MDW
2a82af74e0 Qual: Optimize + avoid recognition by trans scripts.
# Qual: Optimize + avoid recognition by trans scripts.

This optimizes the code by avoiding contactenating the string twice.
This was detected because the new shell script (#27726) identifies
this as a fixed string and it's better to adjust the code than
make the script more complex.
2024-01-24 14:50:49 +01:00
Laurent Destailleur
a91ee19f65 Merge pull request #27753 from frederic34/patch-14
Update codespell-dict.txt
2024-01-24 14:29:36 +01:00
Laurent Destailleur
b7f50fe0d9 Merge pull request #27752 from Daoud-mohamed/Technical-debts-7
Fix some warnings -Technical debts-
2024-01-24 14:29:01 +01:00
Laurent Destailleur
2b3b0fb2ec Merge pull request #27764 from frederic34/patch-5
fix phpstan
2024-01-24 14:27:18 +01:00
Laurent Destailleur
bbc2302f00 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-24 11:58:30 +01:00
Laurent Destailleur
0dea4bec4c Fix user object missing 2024-01-24 11:58:08 +01:00
Laurent Destailleur
3eb461db7c FIX #27771 Sec: birth date and personal address not visible by default
on vcard
2024-01-24 11:56:56 +01:00
Laurent Destailleur
fec4d0c254 Merge pull request #25879 from Easya-Solutions/new-webportal-module
NEW WebPortal module
2024-01-24 11:07:07 +01:00
Laurent Destailleur
8a669eba0a Merge pull request #27765 from mdeweerd/qual/dolidb_versionmin
QUAL Force subclass MINVERSION (#26314)
2024-01-24 10:49:54 +01:00
Laurent Destailleur
47765af18e Merge pull request #27766 from frederic34/patch-7
fix phpstan
2024-01-24 10:48:56 +01:00
Laurent Destailleur
99fee99a52 Merge pull request #27769 from thibdrev/patch-4
qual: phpdoc
2024-01-24 10:48:41 +01:00
Laurent Destailleur
9c963b915c Merge pull request #27770 from mdeweerd/qual/fixtranskeys
Qual: Fix translation keys.
2024-01-24 10:48:18 +01:00
VESSILLER
f51e4d57b4 Merge branch 'develop' of github.com:Dolibarr/dolibarr into new-webportal-module 2024-01-24 09:52:44 +01:00
Frédéric FRANCE
9cfe1d8e88 Merge branch 'develop' into patch-14 2024-01-24 08:44:20 +01:00
thibdrev
d0224e0714 fix conflict with last commit 2024-01-24 07:45:37 +01:00
thibdrev
1a0639662f typo 2024-01-24 07:42:35 +01:00
Laurent Destailleur
0602b40e3a FIX Debug setup of module TakePOS 2024-01-24 03:34:42 +01:00
Laurent Destailleur
b51b8ab1d5 FIX Debug setup of module TakePOS 2024-01-24 03:34:03 +01:00
MDW
565fe09cb5 Qual: Fix translation keys.
# Qual: Fix translation keys

Modify some translation keys so that they correspond to each other,
use an existing key or fix the contents as it's not translated yet.
2024-01-23 23:56:20 +01:00