dolibarr 19.0.3
FichinterStats Class Reference

Class to manage intervention statistics. More...

Inheritance diagram for FichinterStats:
Collaboration diagram for FichinterStats:

Public Member Functions

 __construct ($db, $socid, $mode, $userid=0)
 Constructor.
 
 getNbByMonth ($year, $format=0)
 Return intervention number by month for a year.
 
 getNbByYear ()
 Return interventions number per year.
 
 getAmountByMonth ($year, $format=0)
 Return the intervention amount by month for a year.
 
 getAverageByMonth ($year)
 Return the intervention amount average by month for a year.
 
 getAllByYear ()
 Return nb, total and average.
 
 getAllByProduct ($year, $limit=0)
 Return nb, amount of predefined product for year.
 
- Public Member Functions inherited from Stats
 getNbByMonthWithPrevYear ($endyear, $startyear, $cachedelay=0, $format=0, $startmonth=1)
 Return nb of elements by month for several years.
 
 getAmountByMonthWithPrevYear ($endyear, $startyear, $cachedelay=0, $format=0, $startmonth=1)
 Return amount of elements by month for several years.
 
 getAverageByMonthWithPrevYear ($endyear, $startyear)
 Return average of entity by month for several years.
 
 getAllByProductEntry ($year, $cachedelay=0, $limit=10)
 Return count, and sum of products.
 

Additional Inherited Members

- Protected Member Functions inherited from Stats
 _getNbByYear ($sql)
 Return nb of elements by year.
 
 _getAllByYear ($sql)
 Return nb of elements, total amount and avg amount each year.
 
 _getNbByMonth ($year, $sql, $format=0)
 Renvoie le nombre de documents par mois pour une annee donnee Return number of documents per month for a given year.
 
 _getAmountByMonth ($year, $sql, $format=0)
 Return the amount per month for a given year.
 
 _getAverageByMonth ($year, $sql, $format=0)
 Renvoie le montant moyen par mois pour une annee donnee Return the amount average par month for a given year.
 
 _getAllByProduct ($sql, $limit=10)
 Return number or total of product refs.
 
 _getAmountByYear ($sql)
 Returns the summed amounts per year for a given number of past years ending now.
 

Detailed Description

Class to manage intervention statistics.

Definition at line 34 of file fichinterstats.class.php.

Constructor & Destructor Documentation

◆ __construct()

FichinterStats::__construct ( $db,
$socid,
$mode,
$userid = 0 )

Constructor.

Parameters
DoliDB$dbDatabase handler
int$socidId third party for filter. This value must be forced during the new to external user company if user is an external user.
string$modeOption ('customer', 'supplier')
int$useridId user for filter (creation user)

Definition at line 57 of file fichinterstats.class.php.

References getEntity().

Member Function Documentation

◆ getAllByProduct()

FichinterStats::getAllByProduct ( $year,
$limit = 0 )

Return nb, amount of predefined product for year.

Parameters
int$yearYear to scan
int$limitLimit
Returns
array Array of values

Definition at line 211 of file fichinterstats.class.php.

References Stats\_getAllByProduct(), dol_get_first_day(), and dol_get_last_day().

◆ getAllByYear()

FichinterStats::getAllByYear ( )

Return nb, total and average.

Returns
array Array of values

Definition at line 188 of file fichinterstats.class.php.

References Stats\_getAllByYear().

◆ getAmountByMonth()

FichinterStats::getAmountByMonth ( $year,
$format = 0 )

Return the intervention amount by month for a year.

Parameters
int$yearYear to scan
int$format0=Label of abscissa is a translated text, 1=Label of abscissa is month number, 2=Label of abscissa is first letter of month
Returns
array Array with amount by month

Reimplemented from Stats.

Definition at line 142 of file fichinterstats.class.php.

References Stats\_getAmountByMonth(), dol_get_first_day(), and dol_get_last_day().

◆ getAverageByMonth()

FichinterStats::getAverageByMonth ( $year)

Return the intervention amount average by month for a year.

Parameters
int$yearyear for stats
Returns
array array with number by month

Reimplemented from Stats.

Definition at line 166 of file fichinterstats.class.php.

References Stats\_getAverageByMonth(), dol_get_first_day(), and dol_get_last_day().

◆ getNbByMonth()

FichinterStats::getNbByMonth ( $year,
$format = 0 )

Return intervention number by month for a year.

Parameters
int$yearYear to scan
int$format0=Label of abscissa is a translated text, 1=Label of abscissa is month number, 2=Label of abscissa is first letter of month
Returns
array Array with number by month

Reimplemented from Stats.

Definition at line 95 of file fichinterstats.class.php.

References Stats\_getNbByMonth(), dol_get_first_day(), and dol_get_last_day().

◆ getNbByYear()

FichinterStats::getNbByYear ( )

Return interventions number per year.

Returns
array Array with number by year

Definition at line 119 of file fichinterstats.class.php.

References Stats\_getNbByYear().


The documentation for this class was generated from the following file: