dolibarr
x.y.z
|
Ensemble de fonctions de base pour le module commande. More...
Go to the source code of this file.
Functions | |
commande_prepare_head (Commande $object) | |
Prepare array with list of tabs. More... | |
order_admin_prepare_head () | |
Return array head with list of tabs to view object informations. More... | |
getCustomerOrderPieChart ($socid=0) | |
Return a HTML table that contains a pie chart of sales orders. More... | |
Ensemble de fonctions de base pour le module commande.
Definition in file order.lib.php.
commande_prepare_head | ( | Commande | $object | ) |
Prepare array with list of tabs.
Commande | $object | Object related to tabs |
Definition at line 34 of file order.lib.php.
getCustomerOrderPieChart | ( | $socid = 0 | ) |
Return a HTML table that contains a pie chart of sales orders.
int | $socid | (Optional) Show only results from the customer with this id |
Definition at line 197 of file order.lib.php.
order_admin_prepare_head | ( | ) |
Return array head with list of tabs to view object informations.
Definition at line 148 of file order.lib.php.