dolibarr 24.0.0-beta
list.php File Reference

List page for bookkeeping templates. More...

Go to the source code of this file.

Variables

 foreach ( $object->fields as $key=> $val) = dol_sort_array($arrayofmodules, 'position')
 @phan-var-force array<string, array{label:string, data-html:string, disable?:int, css?:string}> $oauthservices
 
 $totalarray = array()
 
 while ( $i< $imaxinloop) = 0
 The main.inc.php has been included so the following variable are now defined:
 

Detailed Description

List page for bookkeeping templates.

Definition in file list.php.

Variable Documentation

◆ $totalarray

$totalarray = array()

print a total cell value according to its type

Parameters
string$typeof field (duration, string..)
string$valthe value to display
Returns
void (direct print)

Definition at line 497 of file list.php.

Referenced by FormListWebPortal\setTotalValue().