|
dolibarr
x.y.z
|
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... | |
Ensemble de fonctions de base pour le module propal.
Definition in file propal.lib.php.
| getCustomerProposalPieChart | ( | $socid = 0 | ) |
Return a HTML table that contains a pie chart of customer proposals.
| int | $socid | (Optional) Show only results from the customer with this id |
Definition at line 178 of file propal.lib.php.
| propal_admin_prepare_head | ( | ) |
Return array head with list of tabs to view object informations.
Definition at line 125 of file propal.lib.php.
| propal_prepare_head | ( | $object | ) |
Prepare array with list of tabs.
| object | $object | Object related to tabs |
Definition at line 32 of file propal.lib.php.