dolibarr 21.0.0-alpha
partnership.lib.php
Go to the documentation of this file.
1<?php
2/* Copyright (C) 2021 Dorian Laurent <i.merraha@sofimedmaroc.com>
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
32{
33 global $langs, $conf, $db;
34
35 $langs->loadLangs(array("members", "partnership"));
36
37 $extrafields = new ExtraFields($db);
38 $extrafields->fetch_name_optionals_label('partnership');
39
40 $h = 0;
41 $head = array();
42
43 $head[$h][0] = DOL_URL_ROOT . '/partnership/admin/setup.php';
44 $head[$h][1] = $langs->trans("Settings");
45 $head[$h][2] = 'settings';
46 $h++;
47
48
49 $head[$h][0] = DOL_URL_ROOT . '/partnership/admin/partnership_extrafields.php';
50 $head[$h][1] = $langs->trans("ExtraFields");
51 $nbExtrafields = $extrafields->attributes['partnership']['count'];
52 if ($nbExtrafields > 0) {
53 $head[$h][1] .= '<span class="badge marginleftonlyshort">' . $nbExtrafields . '</span>';
54 }
55 $head[$h][2] = 'partnership_extrafields';
56 $h++;
57
58 $head[$h][0] = DOL_URL_ROOT . '/partnership/admin/website.php';
59 $head[$h][1] = $langs->trans("BlankSubscriptionForm");
60 $head[$h][2] = 'website';
61 $h++;
62
63 // Show more tabs from modules
64 // Entries must be declared in modules descriptor with line
65 //$this->tabs = array(
66 // 'entity:+tabname:Title:@partnership:/partnership/mypage.php?id=__ID__'
67 //); // to add new tab
68 //$this->tabs = array(
69 // 'entity:-tabname:Title:@partnership:/partnership/mypage.php?id=__ID__'
70 //); // to remove a tab
71 complete_head_from_modules($conf, $langs, null, $head, $h, 'partnership');
72
73 complete_head_from_modules($conf, $langs, null, $head, $h, 'partnership', 'remove');
74
75 return $head;
76}
77
85{
86 global $db, $langs, $conf;
87
88 $langs->load("partnership");
89
90 $h = 0;
91 $head = array();
92
93 $head[$h][0] = DOL_URL_ROOT . '/partnership/partnership_card.php?id=' . $object->id;
94 $head[$h][1] = $langs->trans("Card");
95 $head[$h][2] = 'card';
96 $h++;
97
98 if (isset($object->fields['note_public']) || isset($object->fields['note_private'])) {
99 $nbNote = 0;
100 if (!empty($object->note_private)) {
101 $nbNote++;
102 }
103 if (!empty($object->note_public)) {
104 $nbNote++;
105 }
106 $head[$h][0] = DOL_URL_ROOT . '/partnership/partnership_note.php?id=' . $object->id;
107 $head[$h][1] = $langs->trans('Notes');
108 if ($nbNote > 0) {
109 $head[$h][1] .= (!getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER') ? '<span class="badge marginleftonlyshort">' . $nbNote . '</span>' : '');
110 }
111 $head[$h][2] = 'note';
112 $h++;
113 }
114
115 require_once DOL_DOCUMENT_ROOT . '/core/lib/files.lib.php';
116 require_once DOL_DOCUMENT_ROOT . '/core/class/link.class.php';
117 $upload_dir = $conf->partnership->dir_output . "/partnership/" . dol_sanitizeFileName($object->ref);
118 $nbFiles = count(dol_dir_list($upload_dir, 'files', 0, '', '(\.meta|_preview.*\.png)$'));
119 $nbLinks = Link::count($db, $object->element, $object->id);
120 $head[$h][0] = DOL_URL_ROOT . '/partnership/partnership_document.php?id=' . $object->id;
121 $head[$h][1] = $langs->trans('Documents');
122 if (($nbFiles + $nbLinks) > 0) {
123 $head[$h][1] .= '<span class="badge marginleftonlyshort">' . ($nbFiles + $nbLinks) . '</span>';
124 }
125 $head[$h][2] = 'document';
126 $h++;
127
128 $head[$h][0] = DOL_URL_ROOT . '/partnership/partnership_agenda.php?id=' . $object->id;
129 $head[$h][1] = $langs->trans("Events");
130 $head[$h][2] = 'agenda';
131 $h++;
132
133 // Show more tabs from modules
134 // Entries must be declared in modules descriptor with line
135 //$this->tabs = array(
136 // 'entity:+tabname:Title:@partnership:/partnership/mypage.php?id=__ID__'
137 //); // to add new tab
138 //$this->tabs = array(
139 // 'entity:-tabname:Title:@partnership:/partnership/mypage.php?id=__ID__'
140 //); // to remove a tab
141 complete_head_from_modules($conf, $langs, $object, $head, $h, 'partnership');
142
143 complete_head_from_modules($conf, $langs, $object, $head, $h, 'partnership', 'remove');
144
145 return $head;
146}
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
Definition card.php:58
Class to manage standard extra fields.
dol_dir_list($utf8_path, $types="all", $recursive=0, $filter="", $excludefilter=null, $sortcriteria="name", $sortorder=SORT_ASC, $mode=0, $nohook=0, $relativename="", $donotfollowsymlinks=0, $nbsecondsold=0)
Scan a directory and return a list of files/directories.
Definition files.lib.php:63
dol_sanitizeFileName($str, $newstr='_', $unaccent=1)
Clean a string to use it as a file name.
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).
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
partnershipAdminPrepareHead()
Prepare admin pages header.
partnershipPrepareHead($object)
Prepare array of tabs for Partnership.