dolibarr  20.0.0-beta
Functions
fourn.lib.php File Reference

Functions used by supplier invoice module. More...

Go to the source code of this file.

Functions

 facturefourn_prepare_head (FactureFournisseur $object)
 Prepare array with list of tabs. More...
 
 ordersupplier_prepare_head (CommandeFournisseur $object)
 Prepare array with list of tabs. More...
 
 supplierorder_admin_prepare_head ()
 Return array head with list of tabs to view object information. More...
 

Detailed Description

Functions used by supplier invoice module.

Definition in file fourn.lib.php.

Function Documentation

◆ facturefourn_prepare_head()

facturefourn_prepare_head ( FactureFournisseur  $object)

Prepare array with list of tabs.

Parameters
FactureFournisseur$objectObject related to tabs
Returns
array Array of tabs to show

Definition at line 36 of file fourn.lib.php.

◆ ordersupplier_prepare_head()

ordersupplier_prepare_head ( CommandeFournisseur  $object)

Prepare array with list of tabs.

Parameters
CommandeFournisseur$objectObject related to tabs
Returns
array Array of tabs to show

Definition at line 140 of file fourn.lib.php.

◆ supplierorder_admin_prepare_head()

supplierorder_admin_prepare_head ( )

Return array head with list of tabs to view object information.

Returns
array head array with tabs

Definition at line 253 of file fourn.lib.php.