dolibarr 21.0.0-alpha
info.php
Go to the documentation of this file.
1<?php
2/* Copyright (C) 2017 Alexandre Spangaro <aspangaro@open-dsi.fr>
3 * Copyright (C) 2024 MDW <mdeweerd@users.noreply.github.com>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 3 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <https://www.gnu.org/licenses/>.
17 */
18
25// Load Dolibarr environment
26require '../../../main.inc.php';
27require_once DOL_DOCUMENT_ROOT.'/compta/bank/class/paymentvarious.class.php';
28require_once DOL_DOCUMENT_ROOT.'/core/lib/bank.lib.php';
29require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
30require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
31
32// Load translation files required by the page
33$langs->loadLangs(array("compta", "banks", "bills", "users", "accountancy"));
34
35$id = GETPOSTINT('id');
36$action = GETPOST('action', 'aZ09');
37
38// Security check
39$socid = GETPOSTINT("socid");
40if ($user->socid) {
41 $socid = $user->socid;
42}
43$result = restrictedArea($user, 'banque', '', '', '');
44
45/*
46 * View
47 */
48
49llxHeader("", $langs->trans("VariousPayment"));
50
51$object = new PaymentVarious($db);
52$result = $object->fetch($id);
53$object->info($id);
54
55$head = various_payment_prepare_head($object);
56
57print dol_get_fiche_head($head, 'info', $langs->trans("VariousPayment"), -1, $object->picto);
58
59
60$morehtmlref = '<div class="refidno">';
61// Project
62if (isModEnabled('project')) {
63 $langs->load("projects");
64 if ($user->hasRight('banque', 'modifier') && 0) {
65 if ($action != 'classify') {
66 $morehtmlref .= '<a class="editfielda" href="'.$_SERVER['PHP_SELF'].'?action=classify&token='.newToken().'&id='.$object->id.'">'.img_edit($langs->transnoentitiesnoconv('SetProject')).'</a> : ';
67 }
68 if ($action == 'classify') {
69 //$morehtmlref.=$form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, 'projectid', 0, 0, 1, 1);
70 $morehtmlref .= '<form method="post" action="'.$_SERVER['PHP_SELF'].'?id='.$object->id.'">';
71 $morehtmlref .= '<input type="hidden" name="action" value="classin">';
72 $morehtmlref .= '<input type="hidden" name="token" value="'.newToken().'">';
73 $morehtmlref .= $formproject->select_projects(0, $object->fk_project, 'projectid', $maxlength, 0, 1, 0, 1, 0, 0, '', 1);
74 $morehtmlref .= '<input type="submit" class="button valignmiddle" value="'.$langs->trans("Modify").'">';
75 $morehtmlref .= '</form>';
76 } else {
77 $morehtmlref .= $form->form_project($_SERVER['PHP_SELF'].'?id='.$object->id, $object->socid, $object->fk_project, 'none', 0, 0, 0, 1, '', 'maxwidth300');
78 }
79 } else {
80 if (!empty($object->fk_project)) {
81 $proj = new Project($db);
82 $proj->fetch($object->fk_project);
83 $morehtmlref .= $proj->getNomUrl(1);
84 } else {
85 $morehtmlref .= '';
86 }
87 }
88}
89$morehtmlref .= '</div>';
90$linkback = '<a href="'.DOL_URL_ROOT.'/compta/bank/various_payment/list.php?restore_lastsearch_values=1'.(!empty($socid) ? '&socid='.$socid : '').'">'.$langs->trans("BackToList").'</a>';
91
92$morehtmlstatus = $morehtmlright;
93dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'ref', $morehtmlref, '', 0, '', $morehtmlstatus);
94
95print '<div class="fichecenter">';
96print '<div class="underbanner clearboth"></div>';
97
98print '<br>';
99
100print '<table width="100%"><tr><td>';
101dol_print_object_info($object);
102print '</td></tr></table>';
103
104print '</div>';
105
106// End of page
107llxFooter();
108$db->close();
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
Definition card.php:58
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader($head='', $title='', $help_url='', $target='', $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='', $morequerystring='', $morecssonbody='', $replacemainareaby='', $disablenofollow=0, $disablenoindex=0)
Empty header.
Definition wrapper.php:70
various_payment_prepare_head($object)
Prepare array with list of tabs.
Definition bank.lib.php:236
Class to manage various payments.
Class to manage projects.
llxFooter()
Footer empty.
Definition document.php:107
dol_print_object_info($object, $usetable=0)
Show information on an object TODO Move this into html.formother.
GETPOSTINT($paramname, $method=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='', $dragdropfile=0)
Show tabs of a record.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
img_edit($titlealt='default', $float=0, $other='')
Show logo edit/modify fiche.
restrictedArea(User $user, $features, $object=0, $tableandshare='', $feature2='', $dbt_keyfield='fk_soc', $dbt_select='rowid', $isdraft=0, $mode=0)
Check permissions of a user to show a page and an object.