dolibarr
x.y.z
|
Functions for module expensereport. More...
Go to the source code of this file.
Functions | |
expensereport_prepare_head ($object) | |
Prepare array with list of tabs. More... | |
payment_expensereport_prepare_head (PaymentExpenseReport $object) | |
Returns an array with the tabs for the "Expense report payment" section It loads tabs from modules looking for the entity payment. More... | |
expensereport_admin_prepare_head () | |
Return array head with list of tabs to view object informations. More... | |
Functions for module expensereport.
Definition in file expensereport.lib.php.
expensereport_admin_prepare_head | ( | ) |
Return array head with list of tabs to view object informations.
Definition at line 132 of file expensereport.lib.php.
expensereport_prepare_head | ( | $object | ) |
Prepare array with list of tabs.
Object | $object | Object related to tabs |
Definition at line 31 of file expensereport.lib.php.
payment_expensereport_prepare_head | ( | PaymentExpenseReport | $object | ) |
Returns an array with the tabs for the "Expense report payment" section It loads tabs from modules looking for the entity payment.
Paiement | $object | Current payment object |
Definition at line 98 of file expensereport.lib.php.