dolibarr  16.0.5
Functions | Variables
position.php File Reference

Page to create/edit/view position. More...

Go to the source code of this file.

Functions

 DisplayPositionList ()
 Show a list of positions for the current job. More...
 

Variables

if($job->id > 0 &&(empty($action)||($action !='edit' && $action !='create'))) DisplayJob ($object)
 Show the top of the page including informations of a job. More...
 

Detailed Description

Page to create/edit/view position.

Definition in file position.php.

Function Documentation

◆ DisplayPositionList()

DisplayPositionList ( )

Show a list of positions for the current job.

Returns
void

Definition at line 274 of file position.php.

Variable Documentation

◆ DisplayJob

if ( $job->id > 0 &&(empty( $action)||( $action !='edit' &&$action !='create'))) DisplayJob( $object)

Show the top of the page including informations of a job.

Parameters
Job$objectJob object
Returns
void

Definition at line 205 of file position.php.