thibdrev
009a4856b3
qual: phpstan - various fixes ( #28351 )
...
* qual: phpstan for htdocs/compta/tva/class/paymentvat.class.php
htdocs/compta/tva/class/paymentvat.class.php 540 Property CommonObject::$tms (int) does not accept string.
* qual: phpstan - various "$enabled (int) does not accept bool."
htdocs/core/boxes/box_actions.php 54 Property box_actions::$enabled (int) does not accept bool.
htdocs/core/boxes/box_actions_future.php 54 Property box_actions_future::$enabled (int) does not accept bool.
htdocs/core/boxes/box_activity.php 53 Property box_activity::$enabled (int) does not accept string.
* qual: phpstan for htdocs/core/boxes/box_activity.php
htdocs/core/boxes/box_activity.php 53 Property box_activity::$enabled (int) does not accept string.
* qual: phpstan for htdocs/core/modules/modTakePos.class.php
htdocs/core/modules/modTakePos.class.php 284 Property Societe::$code_client (string) does not accept int.
htdocs/core/modules/modTakePos.class.php 285 Property Societe::$code_fournisseur (string) does not accept int.
2024-02-22 13:22:06 +01:00
Laurent Destailleur
e0c8a652e9
Merge pull request #27322 from frederic34/cleanboxescode
...
clean code of boxes
2024-01-10 14:28:16 +01:00
Laurent Destailleur
910a541c60
Clean code
2024-01-09 13:08:22 +01:00
Frédéric France
94b66d5411
clean code of boxes
2024-01-07 16:57:14 +01:00
Laurent Destailleur
4501872f17
Clean code with rector 2
2024-01-05 04:33:58 +01:00
Laurent Destailleur
54e6de0d7f
Fix with php-cs-fixer
2023-12-04 12:04:36 +01:00
Laurent Destailleur
53dab922fd
Fix php8.2 warnings
2023-11-27 11:39:32 +01:00
Laurent Destailleur
da2260d3c7
QUAL: Code fix using rector
2023-10-11 19:35:18 +02:00
Laurent Destailleur
166f8039fd
NEW Add widget of open opportunities
2023-05-05 15:10:52 +02:00
Laurent Destailleur
daa1ac9e60
NEW option MAIN_ACTIVATE_FILECACHE to cache widgets
2023-05-05 14:22:32 +02:00
Laurent Destailleur
57a9ef35ae
NEW Implement MAIN_ACTIVATE_FILECACHE on bithday widget
2023-05-05 13:21:54 +02:00
Laurent Destailleur
cbda0e6197
Fix warnings
2022-12-31 15:17:37 +01:00
hystepik
27cb4b4d86
Fix: php 8.1 warnings
2022-12-15 14:46:29 +01:00
Regis Houssin
514cc76fe2
FIX use propal instead propale
2022-10-16 16:44:34 +02:00
Laurent Destailleur
9d4bc513be
Fix regression
2022-09-07 16:39:19 +02:00
lmarcouiller
3df3bd8c4a
Fix ; permission check code
2022-09-06 15:37:00 +02:00
Frédéric France
fc01cc66cd
fix php8 warnings
2022-08-31 21:55:55 +02:00
Frédéric France
4bef0f5745
use isModEnabled
2022-08-23 20:01:34 +02:00
Laurent Destailleur
f66dfb1c08
phpv8
2022-07-29 11:08:04 +02:00
Frédéric France
3fdbce7a31
use isModEnabled function
2022-06-11 09:46:28 +02:00
ptibogxiv
3a4657e5ec
Fix box activity for php 8
...
annee doesn't exist so makes php error
2022-05-20 11:18:30 +02:00
Maxime Kohlhaas
ac7fb65d04
Fix missing amount css class on boxes
2021-12-29 13:43:18 +01:00
Frédéric FRANCE
46c4f28478
fix multiple warnings
2021-10-22 22:15:59 +02:00
Laurent Destailleur
d4b5ee6c85
Fix cast into variable into sql request.
2021-08-23 17:41:11 +02:00
Frédéric FRANCE
554e449e40
code syntax core directory
2021-02-23 22:03:23 +01:00
Frédéric FRANCE
58f301389c
fix box activity
2021-02-22 12:08:22 +01:00
Scrutinizer Auto-Fixer
1512521d91
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2020-10-07 13:01:28 +00:00
ptibogxiv
4aafe72bf2
Fix multicompany in activity box
2020-10-04 14:19:53 +02:00
Frédéric FRANCE
b41ac00b98
add new rule
2020-05-21 15:05:19 +02:00
Frédéric FRANCE
ee6fadd0d5
add new rule
2020-05-21 01:41:27 +02:00
Laurent Destailleur
5254a94038
Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/admin/ldap.php
htdocs/commande/class/commande.class.php
htdocs/commande/index.php
htdocs/commande/list.php
htdocs/compta/facture/list.php
htdocs/expedition/list.php
htdocs/fourn/commande/list.php
htdocs/fourn/facture/list.php
htdocs/loan/list.php
htdocs/product/class/product.class.php
htdocs/supplier_proposal/list.php
2020-04-16 15:58:59 +02:00
atm-quentin
f7c07640dd
viewstatut to search_status
2020-04-15 15:01:00 +02:00
Scrutinizer Auto-Fixer
444c293c01
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2020-04-10 08:59:32 +00:00
Frédéric FRANCE
9fdd1357d0
The variable $num does not seem to be defined for all execution paths
2019-12-16 20:21:06 +01:00
Laurent Destailleur
666e60a883
Responsive
2019-11-04 11:40:54 +01:00
Frédéric FRANCE
e93aaa2a75
replace deprecated user->societe_id by user->socid
2019-10-31 20:46:31 +01:00
Frédéric FRANCE
e75f7d448c
Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen
2019-10-16 20:00:01 +02:00
Alexandre SPANGARO
91b3bf76fd
Merge branch 'develop' into 11.0_https
2019-10-01 06:11:43 +02:00
Alexandre SPANGARO
02dbc11f98
Move Gnu.org to https
2019-09-23 21:55:30 +02:00
Frédéric FRANCE
8f41e0f9fe
clean code
2019-09-23 18:39:21 +02:00
Laurent Destailleur
61cf47aa16
Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into develop
2019-09-10 00:14:07 +02:00
Alexandre SPANGARO
4fe141c9f1
FIX Nowrap missing on amount in boxes
2019-09-05 12:05:50 +02:00
Laurent Destailleur
43e0655dd5
Fix code style and var type
2019-08-31 01:54:21 +02:00
Alexandre SPANGARO
9bde7c5229
Nowrap on amount
2019-06-19 09:21:18 +02:00
Frédéric FRANCE
ba4ca5d7c2
add visibility
2019-02-28 00:15:32 +01:00
Frédéric FRANCE
529354718b
replace html align by class in boxes
2019-02-09 15:24:21 +01:00
Frédéric FRANCE
b10558bacd
Merge remote-tracking branch 'upstream/develop' into nospaceaftercomma
2019-01-27 23:23:38 +01:00
Frédéric FRANCE
f0cdf300d1
Squiz.Functions.FunctionDeclarationArgumentSpacing
2019-01-27 15:20:16 +01:00
Frédéric FRANCE
7ee086b402
PSR2 space after comma in function call
2019-01-27 11:55:16 +01:00
Regis Houssin
aaa9a4f47c
FIX use getEntity('invoice') instead getEntity('facture')
2018-11-15 17:27:49 +01:00