2
0
forked from Wavyzz/dolibarr
Commit Graph

11074 Commits

Author SHA1 Message Date
Mikko Virtanen
0f661175be Update pdf.lib.php
If bank account is empty, not print "Bank" and "Account"
2024-03-30 13:29:40 +02:00
Laurent Destailleur
3d28163c2e Fix create dir if dir does not exist 2024-03-30 03:33:36 +01:00
MDW
9afe7dba59 Fix phan notices related to fournisseur.facture.class.php
# Fix phan notices related to fournisseur.facture.class.php

This fixes deprecations and phpdoc.
2024-03-29 23:48:40 +01:00
MDW
9e892f4367 Improve dol_clone typing by using phpdoc template 2024-03-29 18:26:46 +01:00
Laurent Destailleur
ba7db18389 Merge pull request #29096 from altairis-noe/element_properties
NEW: consider document lines in element properties
2024-03-29 14:37:26 +01:00
Laurent Destailleur
3e8c3edd6d Clean code from _GET 2024-03-28 17:10:22 +01:00
Laurent Destailleur
7ba40287ca Merge pull request #29009 from lamrani002/fixInDictMB
Fix condition in  createDictionary for modulebuilder
2024-03-28 15:12:07 +01:00
Laurent Destailleur
787b1a1c83 Merge branch 'develop' into fix/filebyfile 2024-03-28 14:23:54 +01:00
Laurent Destailleur
a7e33e6573 Merge pull request #29047 from mdeweerd/fix/PhanPluginUnknownObjectMethodCall1
Fixes for PhanPluginUnknownObjectMethodCall
2024-03-28 14:20:57 +01:00
Laurent Destailleur
54501bccc3 Merge pull request #29066 from mdeweerd/fix/dol_get_fiche_head
Fix arguments to dol_get_fiche_head and dol_get_fiche_end
2024-03-28 14:16:45 +01:00
Laurent Destailleur
1d125bf9fa Merge pull request #29065 from mdeweerd/fix/dol_print_error
Fix arguments to dol_print_error
2024-03-28 13:35:44 +01:00
Laurent Destailleur
6c15816e5c Merge pull request #29093 from mdeweerd/fix/facture/card
Fix phan noticies for compta/facture/card.php
2024-03-28 12:06:32 +01:00
Laurent Destailleur
a2ec7400eb Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-03-28 10:55:44 +01:00
Noé Cendrier
2ab704d630 whoops 2024-03-28 10:36:49 +01:00
Noé Cendrier
bcd99c1365 NEW: consider document lines in element properties 2024-03-28 09:19:46 +01:00
MDW
7d90a572e9 Fix phan notice with cast 2024-03-28 02:13:38 +01:00
MDW
d885b2d459 Fix arguments to dol_print_error 2024-03-27 10:23:42 +01:00
MDW
bf6cd79494 Improve typing for member_prepare_head() return value 2024-03-27 10:22:51 +01:00
MDW
f41d21407f Fix typing for $links arg in dol_fiche_head() 2024-03-27 10:18:45 +01:00
MDW
ceeaf8b534 Be less restrictive on links index (for phpstan) 2024-03-27 10:18:44 +01:00
MDW
a30bf48e16 Improve phpdoc typing 2024-03-27 10:18:40 +01:00
MDW
d765e847a7 Allow empty array for dol_print_date() return 2024-03-27 10:18:38 +01:00
MDW
e2b0295308 Adjust to real typings 2024-03-27 10:18:34 +01:00
MDW
37515f1154 Adjust to real typings 2024-03-27 10:18:33 +01:00
MDW
cfe66e2f60 Improve typing, init var, suppress notification 2024-03-27 10:18:21 +01:00
MDW
7c660d3392 PHPdoc improvement: dol_print_error_email, price 2024-03-27 10:18:20 +01:00
MDW
974ecf82fe Fix get_class on potential null 2024-03-27 10:18:18 +01:00
MDW
c76baf1e10 Fix typing, inits, ignore some phan's, fix caching reuse 2024-03-27 10:18:16 +01:00
MDW
2cbd57654a Improve PHPdoc for getEntity/setEntity 2024-03-27 10:17:26 +01:00
Regis Houssin
08aed338c1 FIX phan phan la tulip 2024-03-26 22:35:21 +01:00
Laurent Destailleur
caf6367a4e NEW Add the process and user ID into log 2024-03-26 14:14:11 +01:00
Laurent Destailleur
4efa503400 NEW Accept the __NOW__ and __USER_ID__key into filters 2024-03-25 23:53:28 +01:00
Laurent Destailleur
92312ce4c2 Allow UFS syntax into load_previous_next_ref() 2024-03-25 20:11:24 +01:00
MDW
969b078351 Add PHPdoc typing 2024-03-24 15:40:25 +01:00
MDW
949ccf312a Force type to fix PhanNonClassMethodCall 2024-03-24 15:40:24 +01:00
MDW
8609985a28 PHPdoc typing for several arrays 2024-03-24 15:40:18 +01:00
Laurent Destailleur
ed7a87eea1 Clean code: Use the conf->cache to store cache data 2024-03-24 14:42:57 +01:00
Laurent Destailleur
e423ca625b Doc 2024-03-24 14:12:55 +01:00
Laurent Destailleur
f5fc0beba0 Doc 2024-03-24 14:11:39 +01:00
Laurent Destailleur
150845cd02 Debug v20 2024-03-24 05:23:06 +01:00
Laurent Destailleur
d1c9475089 Better management of MD file with style HTML tags 2024-03-24 03:23:07 +01:00
Laurent Destailleur
6c83239f16 Merge pull request #29034 from mdeweerd/PhanTypeInvalidRightOperandOfNumericOp
Fix & enable PhanTypeInvalidRightOperandOfNumericOp
2024-03-24 02:07:59 +01:00
Laurent Destailleur
6d8f946979 Debug v20 2024-03-24 02:03:34 +01:00
Laurent Destailleur
d9488770ae GETPOST(..., 'alpha') does not accept \ char anymore. Replaced with / 2024-03-24 01:45:31 +01:00
Laurent Destailleur
6a0678e717 Merge branch 'develop' into PhanTypeInvalidRightOperandOfNumericOp 2024-03-23 17:36:29 +01:00
Laurent Destailleur
d297dfe60e Fix warning 2024-03-23 17:32:09 +01:00
MDW
a5ed552a87 Fix PhanTypeInvalid{Left,Right}OperandOfNumericOp mostly by typing, casting, idate 2024-03-23 02:06:44 +01:00
MDW
6502101546 Fix PhanTypeInvalid{Left,Right}OperandOfNumericOp mostly by typing, casting, idate 2024-03-23 02:06:43 +01:00
MDW
b7112d8f5d Fix PhanTypeInvalid{Left,Right}OperandOfNumericOp mostly by typing, casting, idate 2024-03-23 02:06:42 +01:00
MDW
3a45f5f443 Fix PhanTypeInvalid{Left,Right}OperandOfNumericOp mostly by typing, casting, idate 2024-03-23 02:06:41 +01:00