diff --git a/dev/tools/apstats.php b/dev/tools/apstats.php index fe86273dd6c..1a1c298e90a 100755 --- a/dev/tools/apstats.php +++ b/dev/tools/apstats.php @@ -89,7 +89,7 @@ $resexec = (int) (empty($resexec) ? 0 : trim($resexec)); */ // Count lines of code of application -$commandcheck = ($dirscc ? $dirscc.'/' : '').'scc . --exclude-dir=includes,custom'; +$commandcheck = ($dirscc ? $dirscc.'/' : '').'scc . --exclude-dir=includes,custom,theme/common/fontawesome-5,theme/common/octicons'; print 'Execute SCC to count lines of code in project: '.$commandcheck."\n"; $output_arrproj = array(); $resexecproj = 0; @@ -320,9 +320,9 @@ $html .= ''; foreach (array('proj', 'dep') as $source) { $html .= ''; if ($source == 'proj') { - $html .= 'All files from project only'; + $html .= 'All files without dependencies'; } elseif ($source == 'dep') { - $html .= 'All files from dependencies'; + $html .= 'All files of dependencies only'; } $html .= '     (See detail per file type...)'; $html .= ''.formatNumber($arrayofmetrics[$source]['Bytes']).''; diff --git a/scripts/invoices/facturex-pdfextractxml.py b/dev/tools/test/facturex-pdfextractxml.py similarity index 100% rename from scripts/invoices/facturex-pdfextractxml.py rename to dev/tools/test/facturex-pdfextractxml.py