dolibarr  16.0.5
Functions
propal.lib.php File Reference

Ensemble de fonctions de base pour le module propal. More...

Go to the source code of this file.

Functions

 propal_prepare_head ($object)
 Prepare array with list of tabs. More...
 
 propal_admin_prepare_head ()
 Return array head with list of tabs to view object informations. More...
 
 getCustomerProposalPieChart ($socid=0)
 Return a HTML table that contains a pie chart of customer proposals. More...
 

Detailed Description

Ensemble de fonctions de base pour le module propal.

Definition in file propal.lib.php.

Function Documentation

◆ getCustomerProposalPieChart()

getCustomerProposalPieChart (   $socid = 0)

Return a HTML table that contains a pie chart of customer proposals.

Parameters
int$socid(Optional) Show only results from the customer with this id
Returns
string A HTML table that contains a pie chart of customer invoices

Definition at line 164 of file propal.lib.php.

◆ propal_admin_prepare_head()

propal_admin_prepare_head ( )

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

Returns
array head array with tabs

Definition at line 123 of file propal.lib.php.

◆ propal_prepare_head()

propal_prepare_head (   $object)

Prepare array with list of tabs.

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

Definition at line 32 of file propal.lib.php.