dolibarr
21.0.0-alpha
Main Page
Related Pages
Topics
Classes
Files
File List
File Members
dolibarr_dev
htdocs
webhook
lib
webhook_target.lib.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (C) 2022 Laurent Destailleur <eldy@users.sourceforge.net>
3
* Copyright (C) 2024 Frédéric France <frederic.france@free.fr>
4
* Copyright (C) 2024 MDW <mdeweerd@users.noreply.github.com>
5
*
6
* This program is free software: you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
8
* the Free Software Foundation, either version 3 of the License, or
9
* (at your option) any later version.
10
*
11
* This program is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License
17
* along with this program. If not, see <https://www.gnu.org/licenses/>.
18
*/
19
31
function
targetPrepareHead
(
$object
)
32
{
33
global $db, $langs, $conf;
34
35
$h = 0;
36
$head = array();
37
38
$head[$h][0] = DOL_URL_ROOT .
'/webhook/target_card.php?id='
.
$object
->id;
39
$head[$h][1] = $langs->trans(
"Card"
);
40
$head[$h][2] =
'card'
;
41
$h++;
42
43
complete_head_from_modules
($conf, $langs,
$object
, $head, $h,
'target@webhook'
);
44
45
complete_head_from_modules
($conf, $langs,
$object
, $head, $h,
'target@webhook'
,
'remove'
);
46
47
return
$head;
48
}
$object
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
Definition
card.php:58
complete_head_from_modules
complete_head_from_modules($conf, $langs, $object, &$head, &$h, $type, $mode='add', $filterorigmodule='')
Complete or removed entries into a head array (used to build tabs).
Definition
functions.lib.php:11003
targetPrepareHead
targetPrepareHead($object)
Prepare array of tabs for Target.
Definition
webhook_target.lib.php:31
Generated on Fri Nov 1 2024 01:00:34 for
dolibarr
by Doxygen 1.11.0