dolibarr  16.0.5
Functions
element.php File Reference

Page of project referrers. More...

Go to the source code of this file.

Functions

 canApplySubtotalOn ($tablename)
 Return if we should do a group by customer with sub-total. More...
 
 sortElementsByClientName ($elementarray)
 sortElementsByClientName More...
 

Detailed Description

Page of project referrers.

Definition in file element.php.

Function Documentation

◆ canApplySubtotalOn()

canApplySubtotalOn (   $tablename)

Return if we should do a group by customer with sub-total.

Parameters
string$tablenameName of table
Returns
boolean True to tell to make a group by sub-total

Definition at line 1597 of file element.php.

◆ sortElementsByClientName()

sortElementsByClientName (   $elementarray)

sortElementsByClientName

Parameters
array$elementarrayElement array
Returns
array Element array sorted

Definition at line 1613 of file element.php.