dolibarr 21.0.0-beta
report_list.php File Reference

Page to administer data tables. More...

Go to the source code of this file.

Functions

 fieldListAccountingReport ($fieldlist, $obj=null, $tabname='', $context='')
 Show fields in insert/edit mode.
 

Detailed Description

Page to administer data tables.

Definition in file report_list.php.

Function Documentation

◆ fieldListAccountingReport()

fieldListAccountingReport ( $fieldlist,
$obj = null,
$tabname = '',
$context = '' )

Show fields in insert/edit mode.

Parameters
string[]$fieldlistArray of fields
?stdClass$objIf we show a particular record, obj is filled with record fields
string$tabnameName of SQL table
string$context'add'=Output field for the "add form", 'edit'=Output field for the "edit form", 'hide'=Output field for the "add form" but we don't want it to be rendered
Returns
void

Definition at line 797 of file report_list.php.

References $context, and GETPOSTINT().