Advanced Project Status

Generated on 2025-07-01 00:11:10 in 664 seconds by apstats

Lines of code

LanguageBytesFilesLinesBlanksCommentsCode
All files without dependencies    
See detail per file type...
83 537 8783 8491 682 639182 521321 7441 178 374
All files of dependencies only    
See detail per file type...
67 815 6973 2831 086 25184 755167 743833 753
Total151 353 5757 1322 768 890267 276489 4872 012 127

Contributions

Pushes and Commits of Dolibarr/dolibarr Pull Request Size of Dolibarr/dolibarr

Contributors


Thumbs of most active contributors

Dolibarr


Star History of Dolibarr/dolibarr

Project value

COCOMO value
(Basic organic model)
$76 863 083
COCOMO effort
(Basic organic model)
6 698 months people

Last security issues (last 3 months)

Commit IDDateReported on
Yogosha
Reported on
GIT
Reported on
CVE
TitleBranch of fix
f1a6ae1b… 2025-04-09#33727FIX #33727 Sec21.0, develop

Note:Search is done in git repository on regexstring #yogosha|CVE|Sec:|Sec\s
You can use this URL for RSS notifications: index-security.rss

Technical debt (PHPStan - PHP Static Analysis Tool 1.10.27 - level 9 -> 0 warnings)

FileLineType

Technical debt (PHAN 904 warnings)

FileLineDetail
htdocs/accountancy/class/accountancyexport.class.php192TypeError PhanTypeMismatchArgument Argument 3 ($object) is $listofexporttypes of type non-empty-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array but \HookManager::executeHooks() takes null|object|string defined at htdocs/core/class/hookmanager.class.php:201
htdocs/accountancy/class/accountancyexport.class.php333TypeError PhanTypeMismatchArgument Argument 3 ($object) is $exporttypes of type array{param:non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array,cr:array{1:string,2:string},format:array{csv:string,txt:string}} but \HookManager::executeHooks() takes null|object|string defined at htdocs/core/class/hookmanager.class.php:201
htdocs/accountancy/class/accountancyexport.class.php546TypeError PhanTypeMismatchArgument Argument 3 ($object) is $TData of type \BookKeepingLine[]|\CommonObjectLine[]|\CommonObject[]|\DolDeprecationHandler[] but \HookManager::executeHooks() takes null|object|string defined at htdocs/core/class/hookmanager.class.php:201
htdocs/accountancy/class/accountancyexport.class.php546TypeError PhanTypeMismatchArgument Argument 3 ($object) is $TData of type \BookKeepingLine[]|\CommonObjectLine[]|\CommonObject[]|\DolDeprecationHandler[]|non-empty-array|non-empty-array|non-empty-array|non-empty-array but \HookManager::executeHooks() takes null|object|string defined at htdocs/core/class/hookmanager.class.php:201
htdocs/api/class/api_setup.class.php2872TypeError PhanTypeMismatchArgument Argument 1 ($object) is $conf->modules of type array|array|array but \Setup::_cleanObjectDatas() takes object defined at htdocs/api/class/api_setup.class.php:841
htdocs/api/class/api_setup.class.php2872TypeError PhanTypeMismatchReturn Returning $this->_cleanObjectDatas($conf->modules) of type object but getModules() is declared to return array
htdocs/asset/class/asset.class.php978TypeError PhanTypeInvalidDimOffset Invalid offset "pastmonthyear" of $dates of array type array{date_start:int,date_end:int}
htdocs/asset/class/asset.class.php979TypeError PhanTypeInvalidDimOffset Invalid offset "pastmonth" of $dates of array type array{date_start:int,date_end:int}
htdocs/asset/class/asset.class.php1115Plugin PhanPluginUndeclaredVariableIsset undeclared variable $begin_period in isset()
htdocs/asset/class/assetdepreciationoptions.class.php277TypeError PhanTypeInvalidDimOffset Invalid offset GETPOST($html_name) of $tmparraykey of array type array{}
htdocs/asset/class/assetmodel.class.php322UndefError PhanUndeclaredProperty Reference to undeclared property \AssetModel->fk_soc
htdocs/asset/class/assetmodel.class.php322UndefError PhanUndeclaredProperty Reference to undeclared property \AssetModel->socid
htdocs/asset/tpl/depreciation_options_edit.tpl.php163UndefError PhanUndeclaredProperty Reference to undeclared property \AssetDepreciationOptions->lang
htdocs/asset/tpl/linkedobjectblock.tpl.php70UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->date_start
htdocs/asset/tpl/linkedobjectblock.tpl.php73UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->acquisition_value_ht
htdocs/asset/tpl/linkedobjectblock.tpl.php74UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->acquisition_value_ht
htdocs/barcode/printsheet.php101Plugin PhanPluginDuplicateExpressionBinaryOp Both sides of the binary operator && are the same: GETPOST('submitproduct')
htdocs/barcode/printsheet.php120Plugin PhanPluginDuplicateExpressionBinaryOp Both sides of the binary operator && are the same: GETPOST('submitthirdparty')
htdocs/barcode/printsheet.php496Plugin PhanPluginDuplicateExpressionBinaryOp Both sides of the binary operator && are the same: GETPOST('selectorforbarcode')
htdocs/bom/bom_card.php238TypeError PhanTypeMismatchArgument Argument 3 ($qty_frozen) is $qty_frozen of type string but \BOM::addLine() takes int defined at htdocs/bom/class/bom.class.php:598