dolibarr 21.0.0-alpha
|
Functions for module expensereport. More...
Go to the source code of this file.
Functions | |
expensereport_prepare_head ($object) | |
Prepare array with list of tabs. | |
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. | |
expensereport_admin_prepare_head () | |
Return array head with list of tabs to view object information. | |
Functions for module expensereport.
Definition in file expensereport.lib.php.
expensereport_admin_prepare_head | ( | ) |
Return array head with list of tabs to view object information.
Definition at line 132 of file expensereport.lib.php.
References complete_head_from_modules(), and getDolGlobalString().
expensereport_prepare_head | ( | $object | ) |
Prepare array with list of tabs.
Object | $object | Object related to tabs |
Definition at line 32 of file expensereport.lib.php.
References $object, complete_head_from_modules(), Link\count(), dol_dir_list(), dol_sanitizeFileName(), and getDolGlobalString().
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.
PaymentExpenseReport | $object | Current payment object |
Definition at line 99 of file expensereport.lib.php.
References $object, and complete_head_from_modules().