2
0
forked from Wavyzz/dolibarr
Commit Graph

13876 Commits

Author SHA1 Message Date
thibdrev
b151bc16bb qual: phpstan for htdocs/compta/sociales/class/paymentsocialcontribution.class.php
htdocs/compta/sociales/class/paymentsocialcontribution.class.php	535	Property PaymentSocialContribution::$fk_charge (int) does not accept string.
htdocs/compta/sociales/class/paymentsocialcontribution.class.php	540	Property PaymentSocialContribution::$fk_typepaiement (int) does not accept string.
htdocs/compta/sociales/class/paymentsocialcontribution.class.php	544	Property PaymentSocialContribution::$fk_bank (int) does not accept string.
htdocs/compta/sociales/class/paymentsocialcontribution.class.php	545	Property PaymentSocialContribution::$fk_user_creat (int) does not accept string.
htdocs/compta/sociales/class/paymentsocialcontribution.class.php	546	Property PaymentSocialContribution::$fk_user_modif (int) does not accept string.
2024-01-24 21:44:05 +01:00
thibdrev
c18499c534 var in sql shall be casted 2024-01-24 21:31:45 +01:00
thibdrev
42befb29cd var into sql shall be casted 2024-01-24 21:30:42 +01:00
thibdrev
53c296caa8 typo 2024-01-24 21:27:22 +01:00
thibdrev
6cb2b6c018 qual: phpstan for htdocs/compta/sociales/class/cchargesociales.class.php
htdocs/compta/sociales/class/cchargesociales.class.php	528	Property Cchargesociales::$fk_pays (int) does not accept string.
2024-01-24 21:19:42 +01:00
thibdrev
16f3a3564e qual: phpstan for htdocs/compta/prelevement/class/ligneprelevement.class.php
htdocs/compta/prelevement/class/ligneprelevement.class.php	195	Method LignePrelevement::LibStatut() should return string|null but empty return statement found.
2024-01-24 21:17:39 +01:00
thibdrev
25d19b1521 qual: phpstan for htdocs/compta/paiement_vat.php
htdocs/compta/paiement_vat.php	101	Property PaymentVAT::$chid (int) does not accept array|string.
2024-01-24 21:13:22 +01:00
thibdrev
ddb7e109be qual: phpstan for htdocs/compta/paiement_charge.php
htdocs/compta/paiement_charge.php	103	Property PaymentSocialContribution::$chid (int) does not accept array|string.
2024-01-24 21:11:39 +01:00
thibdrev
09b5668825 qual: phpstan for htdocs/compta/paiement/cheque/card.php
htdocs/compta/paiement/cheque/card.php	179	Property CommonObject::$id (int) does not accept array|string.
htdocs/compta/paiement/cheque/card.php	190	Property CommonObject::$id (int) does not accept array|string.
2024-01-24 21:09:19 +01:00
thibdrev
82a5e78020 qual: phpstan for htdocs/compta/facture/class/facture.class.php 2024-01-24 21:01:04 +01:00
thibdrev
adce48e4f0 qual: phpstan for htdocs/compta/bank/class/paymentvarious.class.php
htdocs/compta/bank/class/paymentvarious.class.php	383	Property PaymentVarious::$tms (int) does not accept string.
htdocs/compta/bank/class/paymentvarious.class.php	386	Property PaymentVarious::$sens (int) does not accept string.
htdocs/compta/bank/class/paymentvarious.class.php	392	Property PaymentVarious::$fk_bank (int) does not accept string.
htdocs/compta/bank/class/paymentvarious.class.php	393	Property PaymentVarious::$fk_user_author (int) does not accept string.
htdocs/compta/bank/class/paymentvarious.class.php	394	Property PaymentVarious::$fk_user_modif (int) does not accept string.
2024-01-24 20:41:13 +01:00
thibdrev
7a8bb902e8 qual: phpstan for /htdocs/compta/bank/card.php
htdocs/compta/bank/card.php	130	Property Account::$courant (int) does not accept array|string.
htdocs/compta/bank/card.php	131	Property Account::$clos (int) does not accept array|string.
htdocs/compta/bank/card.php	162	Property Account::$fk_accountancy_journal (int) does not accept string.
htdocs/compta/bank/card.php	164	Property Account::$fk_accountancy_journal (int) does not accept array|string.
htdocs/compta/bank/card.php	167	Property Account::$solde (float) does not accept string.
htdocs/compta/bank/card.php	168	Property Account::$balance (float) does not accept string.
htdocs/compta/bank/card.php	173	Property Account::$state_id (int) does not accept array|string.
htdocs/compta/bank/card.php	174	Property CommonObject::$country_id (int) does not accept array|string.
htdocs/compta/bank/card.php	176	Property Account::$min_allowed (float) does not accept array|string.
htdocs/compta/bank/card.php	177	Property Account::$min_desired (float) does not accept array|string.
htdocs/compta/bank/card.php	243	Property Account::$courant (int) does not accept array|string.
htdocs/compta/bank/card.php	244	Property Account::$clos (int) does not accept array|string.
htdocs/compta/bank/card.php	275	Property Account::$fk_accountancy_journal (int) does not accept string.
htdocs/compta/bank/card.php	277	Property Account::$fk_accountancy_journal (int) does not accept array|string.
htdocs/compta/bank/card.php	282	Property Account::$state_id (int) does not accept array|string.
htdocs/compta/bank/card.php	283	Property CommonObject::$country_id (int) does not accept array|string.
htdocs/compta/bank/card.php	285	Property Account::$min_allowed (float) does not accept array|string.
htdocs/compta/bank/card.php	286	Property Account::$min_desired (float) does not accept array|string.
2024-01-24 20:14:54 +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
ce21af7b6c Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-23 22:17:46 +01:00
Laurent Destailleur
cca01cbda4 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2024-01-23 22:15:36 +01:00
Laurent Destailleur
b05d1c5f6e Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2024-01-23 22:03:28 +01:00
Laurent Destailleur
3fb8528f41 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2024-01-23 22:01:41 +01:00
Laurent Destailleur
28521540c1 Fix label on button 2024-01-23 22:01:17 +01:00
Laurent Destailleur
f5b6b8ece9 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2024-01-23 21:33:52 +01:00
Laurent Destailleur
9ab352c4de Merge branch 'develop' into Technical-debts-7 2024-01-23 19:08:53 +01:00
Laurent Destailleur
2f76d2f800 Merge pull request #27744 from Slordef/18.0-taxes-charges-no-user-selected-by-default
NEW: remove auto selected user for taxes-charges by default
2024-01-23 17:34:27 +01:00
mohamed daoud
0b4e02821f Fix some warnings -Technical debts- 2024-01-23 16:07:59 +01:00
Maximilien Valenzano
ae67e6fcbd fix: remove auto selected user for taxes-charges by default 2024-01-23 12:07:37 +01:00
Laurent Destailleur
9a9ca50b49 Debug v19 2024-01-23 11:07:53 +01:00
Laurent Destailleur
28b3e656a9 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-23 10:44:10 +01:00
Laurent Destailleur
2b5155ef02 Fix typo 2024-01-23 10:38:25 +01:00
atm-lena
6f0a91856f Missing Translations 2024-01-22 12:42:34 +01:00
thibdrev
90559e7d32 qual: phpstan 2024-01-22 12:27:48 +01:00
Regis Houssin
42b90a4537 FIX remove specific name from v19 2024-01-21 18:11:58 +01:00
Regis Houssin
e5ea3d7f4a FIX missing $search_sale var (backport from v19) 2024-01-21 18:09:38 +01:00
Regis Houssin
7bc28e3003 FIX remove DISTINCT (backport from v19) 2024-01-21 18:04:30 +01:00
Frédéric France
03e29c6960 fix param 2024-01-20 09:22:38 +01:00
Laurent Destailleur
0de4793bf8 Merge pull request #27640 from frederic34/date_lim_reglement
phpdoc
2024-01-19 22:29:28 +01:00
Laurent Destailleur
6187cbc8ee Merge pull request #27659 from thibdrev/patch-11
qual: phpstan
2024-01-19 17:59:59 +01:00
thibdrev
88090f0275 apply price2num() on GETPOST('revenuestamp') 2024-01-19 17:46:17 +01:00
thibdrev
7073567fc7 typo 2024-01-19 13:09:10 +01:00
thibdrev
d08b29bc12 qual: phpstan
htdocs/compta/facture/card.php	531	Property Facture::$revenuestamp (float) does not accept array|string.
htdocs/compta/facture/card.php	1006	Property CommonInvoice::$socid (int) does not accept array|string.
htdocs/compta/facture/card.php	1705	Property DiscountAbsolute::$fk_soc (int) does not accept array|string.
2024-01-19 13:05:58 +01:00
thibdrev
c8a943790e qual: phpstan
htdocs/compta/bank/line.php	135	Property AccountLine::$id (int) does not accept array|string.
2024-01-19 13:01:16 +01:00
Regis Houssin
afda242968 FIX avoid sql error (issue #26342) 2024-01-19 08:37:29 +01:00
Frédéric France
4b3f351f95 phpdoc 2024-01-18 23:28:42 +01:00
Laurent Destailleur
0ce34c60a2 Merge pull request #27612 from thibdrev/patch-3
fix: phpstan
2024-01-18 21:32:28 +01:00
Frédéric France
b3bcdeafe5 rename method 2024-01-18 18:55:53 +01:00
thibdrev
b44dc2a3f4 typo 2024-01-18 17:43:26 +01:00
thibdrev
5fbced083b typo 2024-01-18 17:30:18 +01:00
thibdrev
a000178b0d fix phpstan
(int) does not accept array|string.
2024-01-18 17:27:09 +01:00
Laurent Destailleur
dbe4204805 Rename a translation key to avoid confusion 2024-01-18 12:24:35 +01:00
Laurent Destailleur
5d3c775b69 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-01-18 12:19:08 +01:00
Laurent Destailleur
bc0fc46f21 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-01-18 12:10:29 +01:00
Florian HENRY
d10ee5a76e fix: exchange bad translation 2024-01-17 21:09:01 +01:00
Florian HENRY
16c30d5ef9 fix: exchange bad translation 2024-01-17 20:55:01 +01:00