dolibarr  16.0.5
Functions
accountmodel.php File Reference

Page to administer model of chart of accounts. More...

Go to the source code of this file.

Functions

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

Detailed Description

Page to administer model of chart of accounts.

( )

Definition in file accountmodel.php.

Function Documentation

◆ fieldListAccountModel()

fieldListAccountModel (   $fieldlist,
  $obj = '',
  $tabname = '',
  $context = '' 
)

Show fields in insert/edit mode.

Parameters
array$fieldlistArray of fields
Object$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 dont want it to be rendered
Returns
void

Definition at line 738 of file accountmodel.php.