2
0
forked from Wavyzz/dolibarr
Commit Graph

13335 Commits

Author SHA1 Message Date
MDW
5655eb387c Qual: Fix annotation
# Qual: Fix annotation

The typing hint was incorrect, corrected.
2024-01-31 00:41:06 +01:00
Eric Seigne
8d9ddf4a51 fix comment about datehour -> datetime 2024-01-30 21:35:19 +01:00
thibdrev
3d5fd010b4 Update cgenericdic.class.php
htdocs/core/class/cgenericdic.class.php	100	Property CGenericDic::$active (int) does not accept string.
htdocs/core/class/cgenericdic.class.php	324	Property CGenericDic::$active (int) does not accept string.
2024-01-30 21:25:01 +01:00
thibdrev
7546063a8e Update ccountry.class.php
htdocs/core/class/ccountry.class.php	76	Property CommonDict::$active (int) does not accept string.
htdocs/core/class/ccountry.class.php	198	Property CommonDict::$active (int) does not accept string.
2024-01-30 21:22:21 +01:00
thibdrev
0d395aa082 Update cunits.class.php
htdocs/core/class/cunits.class.php	88	Property CommonDict::$active (int) does not accept string.
htdocs/core/class/cunits.class.php	91	Property CommonDict::$active (int) does not accept string.
htdocs/core/class/cunits.class.php	321	Property CommonDict::$active (int) does not accept string.
2024-01-30 20:31:05 +01:00
thibdrev
fa21289257 Update ctyperesource.class.php
htdocs/core/class/ctyperesource.class.php	83	Property CommonDict::$active (int) does not accept string.
htdocs/core/class/ctyperesource.class.php	280	Property CommonDict::$active (int) does not accept string.
htdocs/core/class/ctyperesource.class.php	436	Property CommonDict::$active (int) does not accept string.
2024-01-30 20:27:07 +01:00
thibdrev
aa3085d7ad Update ctypent.class.php
htdocs/core/class/ctypent.class.php	67	Property CommonDict::$id (int) does not accept string.
htdocs/core/class/ctypent.class.php	76	Property CommonDict::$active (int) does not accept string.
htdocs/core/class/ctypent.class.php	196	Property CommonDict::$activ
2024-01-30 20:25:46 +01:00
thibdrev
5df55a0c34 Update cstate.class.php
htdocs/core/class/cstate.class.php	87	Property CommonDict::$active (int) does not accept string.
htdocs/core/class/cstate.class.php	197	Property CommonDict::$active (int) does not accept string.
2024-01-30 20:22:55 +01:00
thibdrev
84e0909310 Update cregion.class.php
htdocs/core/class/cregion.class.php	97	Property CommonDict::$active (int) does not accept string.
htdocs/core/class/cregion.class.php	227	Property CommonDict::$active (int) does not accept string.
2024-01-30 20:20:52 +01:00
Laurent Destailleur
bd1d7141e2 Merge pull request #27893 from thibdrev/patch-14
qual: phpdoc for htdocs/core/class/utils.class.php
2024-01-30 18:09:24 +01:00
thibdrev
df60be8abc phpcs 2024-01-30 17:34:40 +01:00
thibdrev
91bc9dc057 Merge branch 'Dolibarr:develop' into patch-14 2024-01-30 17:29:40 +01:00
Laurent Destailleur
27a6a61827 Merge branch 'develop' into setTemplateForEachModel 2024-01-30 17:07:36 +01:00
Laurent Destailleur
94a8d9a0a8 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-30 17:00:07 +01:00
Laurent Destailleur
694739575c Merge pull request #27878 from thibdrev/patch-12
qual: phpdoc for htdocs/core/class/cregion.class.php
2024-01-30 16:59:57 +01:00
Laurent Destailleur
ea6982f763 Fix sql to use int 2024-01-30 16:59:44 +01:00
Laurent Destailleur
5736d0a66c Merge pull request #27880 from thibdrev/patch-15
qual: phpdoc for htdocs/core/class/translate.class.php
2024-01-30 16:34:25 +01:00
atm-florian
101c5a2dca FIX 17.0 - php8 warnings: test for $field existence before checking if it is null or empty 2024-01-30 16:21:51 +01:00
Lamrani Abdel
9ef70a70be fix orthographe 2024-01-30 15:51:38 +01:00
Lamrani Abdel
11d985e24f generate html model for each box 2024-01-30 15:37:52 +01:00
thibdrev
736a26a527 phpcs 2024-01-29 23:00:53 +01:00
thibdrev
1aef35e96d qual: phpdoc for htdocs/core/class/translate.class.php 2024-01-29 22:59:31 +01:00
thibdrev
c0d8da34d4 qual: phpdoc for htdocs/core/class/utils.class.php 2024-01-29 22:36:23 +01:00
thibdrev
3da8970a09 qual: phpdoc for htdocs/core/class/cstate.class.php 2024-01-29 22:20:18 +01:00
thibdrev
60a2c30f87 qual: phpdoc for htdocs/core/class/cregion.class.php 2024-01-29 22:05:05 +01:00
Lamrani Abdel
586230adbe add image for boxes 2024-01-29 17:31:23 +01:00
Lamrani Abdel
17ce61b82f fix name in input message 2024-01-29 16:03:11 +01:00
Lamrani Abdel
3cc15d4163 New display for template email in boxes 2024-01-29 15:38:13 +01:00
Laurent Destailleur
40794458d2 Comment 2024-01-29 13:00:33 +01:00
vmaury
f033cc455f Fix : random bug when attaching file to email : no file attached 2024-01-29 01:58:07 +01:00
Laurent Destailleur
c57e16dd05 Merge pull request #27845 from vmaury/Fix_random_bug_when_attach_file_to_a_mail
Fix : random bug when attaching file to email : no file attached
2024-01-29 01:57:28 +01:00
Laurent Destailleur
df9349a866 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-29 01:27:25 +01:00
Laurent Destailleur
9c703c08e0 Merge pull request #27044 from defrance/patch-299
NEW : add some bank info on odt
2024-01-29 00:56:25 +01:00
Laurent Destailleur
b0c8266aa4 Merge pull request #27082 from altairis-benjamin/improveTicketMail
ADD ticket subject on emails
2024-01-29 00:49:28 +01:00
Laurent Destailleur
fab05b38da Merge pull request #27819 from thibdrev/patch-3
qual: phpstan for htdocs/core/class/menubase.class.php
2024-01-28 12:49:52 +01:00
Laurent Destailleur
f37657f72b Merge pull request #27830 from frederic34/patch-3
fix tests
2024-01-28 12:45:20 +01:00
vmaury
e66d9dd22f Fix : random bug when attaching file to email : no file attached 2024-01-28 09:32:53 +01:00
Laurent Destailleur
079b2aa3a0 Debug webportal 2024-01-27 17:58:19 +01:00
Laurent Destailleur
25a91c63cf Debug webportal module 2024-01-27 17:23:03 +01:00
Laurent Destailleur
f9de28a9e9 Qual: The color selector use the generic Dolibarr component. 2024-01-27 12:08:28 +01:00
Frédéric FRANCE
673b1727e2 fix getMultidirOutput can't find multidir_output for mycompany 2024-01-27 10:38:23 +01:00
Frédéric FRANCE
441b499a82 fix tests 2024-01-26 13:23:41 +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
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
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
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
70ba182c7e Merge pull request #27806 from EchoLoGeek/bodyclass_devcampwinter
Add morecss property to common textarea
2024-01-26 00:40:55 +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