Translations:MyList/37/en
Aller à la navigation
Aller à la recherche
- Text: displays the field in text format
- Price: displays a number using the precision format defined in Dolibarr
- Percentage: displays a number as a percentage
- Date: displays a date in "day" format
- Duration: displays the numeric value in time format (e.g. the value 7200 will be displayed as 2:00)
- Boolean: displays a yes or no in the cell of the line
- Status/State: corresponds to the format of the statuses of the elements (be careful, this type requires additional configuration
- List: Displays the content of the field but also a filter list
- List type extrafield: to highlight the value of an additional field on the sheets on a myList, select this type of field. Its parameter will then be
ElementName:FieldName
. For example, to display the content of the extrafieldextrafield
recorded on a product sheet, enterproduct:extrafield
. - Eval: allows you to enter in the parameters a php code which uses the dol_eval function of the additional calculated fields