27require
'../../main.inc.php';
28require_once DOL_DOCUMENT_ROOT.
'/don/class/don.class.php';
29require_once DOL_DOCUMENT_ROOT.
'/don/class/paymentdonation.class.php';
30require_once DOL_DOCUMENT_ROOT.
'/compta/facture/class/facture.class.php';
31require_once DOL_DOCUMENT_ROOT.
'/core/modules/facture/modules_facture.php';
32if (isModEnabled(
"bank")) {
33 require_once DOL_DOCUMENT_ROOT.
'/compta/bank/class/account.class.php';
37$langs->loadLangs(array(
"bills",
"banks",
"companies",
"donations"));
41$action =
GETPOST(
'action',
'aZ09');
42$confirm =
GETPOST(
'confirm',
'alpha');
44 $socid = $user->socid;
57$permissiontoread = $user->hasRight(
'don',
'lire');
58$permissiontoadd = $user->hasRight(
'don',
'creer');
59$permissiontodelete = $user->hasRight(
'don',
'supprimer');
67if ($action ==
'confirm_delete' && $confirm ==
'yes' && $permissiontodelete) {
70 $result =
$object->delete($user);
73 header(
"Location: ".DOL_URL_ROOT.
"/don/index.php");
87$title = $langs->trans(
"Payment");
88llxHeader(
'', $title,
'',
'', 0, 0,
'',
'',
'',
'mod-donation page-payment_card');
96$head[$h][0] = DOL_URL_ROOT.
'/don/payment/card.php?id='.
$id;
97$head[$h][1] = $langs->trans(
"DonationPayment");
98$hselected = (string) $h;
101print
dol_get_fiche_head($head, $hselected, $langs->trans(
"DonationPayment"), -1,
'payment');
106if ($action ==
'delete') {
107 print $form->formconfirm(
'card.php?id='.
$object->id, $langs->trans(
"DeletePayment"), $langs->trans(
"ConfirmDeletePayment"),
'confirm_delete',
'', 0, 2);
111dol_banner_tab(
$object,
'id',
'', 1,
'rowid',
'id');
113print
'<div class="fichecenter">';
114print
'<div class="underbanner clearboth"></div>';
116print
'<table class="border centpercent">';
119print
'<tr><td class="titlefield">'.$langs->trans(
'Date').
'</td><td>'.
dol_print_date(
$object->datep,
'day').
'</td></tr>';
122print
'<tr><td>'.$langs->trans(
'Mode').
'</td><td>'.$langs->trans(
"PaymentType".
$object->type_code).
'</td></tr>';
128print
'<tr><td>'.$langs->trans(
'Amount').
'</td><td>'.
price(
$object->amount, 0, $outputlangs, 1, -1, -1, $conf->currency).
'</td></tr>';
134if (isModEnabled(
"bank")) {
137 $bankline->fetch(
$object->bank_line);
140 print
'<td>'.$langs->trans(
'BankTransactionLine').
'</td>';
142 print $bankline->getNomUrl(1, 0,
'showall');
156$sql =
'SELECT d.rowid as did, d.paid, d.amount as d_amount, pd.amount';
157$sql .=
' FROM '.MAIN_DB_PREFIX.
'payment_donation as pd,'.MAIN_DB_PREFIX.
'don as d';
158$sql .=
' WHERE pd.fk_donation = d.rowid';
159$sql .=
' AND d.entity = '.$conf->entity;
160$sql .=
' AND pd.rowid = '.((int) $id);
163$resql = $db->query($sql);
165 $num = $db->num_rows($resql);
169 print
'<br><table class="noborder centpercent">';
170 print
'<tr class="liste_titre">';
171 print
'<td>'.$langs->trans(
'Donation').
'</td>';
172 print
'<td class="right">'.$langs->trans(
'ExpectedToPay').
'</td>';
173 print
'<td class="center">'.$langs->trans(
'Status').
'</td>';
174 print
'<td class="right">'.$langs->trans(
'PayedByThisPayment').
'</td>';
179 $objp = $db->fetch_object($resql);
181 print
'<tr class="oddeven">';
184 $don->fetch($objp->did);
185 print $don->getNomUrl(1);
188 print
'<td class="right">'.price($objp->d_amount).
'</td>';
190 print
'<td class="center">'.$don->getLibStatut(4).
'</td>';
192 print
'<td class="right">'.price($objp->amount).
'</td>';
194 if ($objp->paid == 1) {
198 $total += $objp->amount;
218print
'<div class="tabsAction">';
221 if ($user->hasRight(
'don',
'supprimer')) {
222 if (!$disable_delete) {
225 print
dolGetButtonAction($langs->trans(
"CantRemovePaymentWithOneInvoicePaid"), $langs->trans(
'Delete'),
'', $_SERVER[
"PHP_SELF"].
'?id='.
$object->id.
'#',
'', 1, [
'attr' => [
'classOverride' =>
'butActionRefused']]);
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
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.
Class to manage bank transaction lines.
Class to manage donations.
Class to manage payments of donations.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
GETPOSTINT($paramname, $method=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
dol_string_onlythesehtmltags($stringtoclean, $cleanalsosomestyles=1, $removeclassattribute=1, $cleanalsojavascript=0, $allowiframe=0, $allowed_tags=array(), $allowlink=0, $allowscript=0, $allowstyle=0)
Clean a string to keep only desirable HTML tags.
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.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
price($amount, $form=0, $outlangs='', $trunc=1, $rounding=-1, $forcerounding=-1, $currency_code='')
Function to format a value into an amount for visual output Function used into PDF and HTML pages.
dol_print_date($time, $format='', $tzoutput='auto', $outputlangs=null, $encodetooutput=false)
Output date in a string format according to outputlangs (or langs if not defined).
newToken()
Return the value of token currently saved into session with name 'newtoken'.
dolGetButtonAction($label, $text='', $actionType='default', $url='', $id='', $userRight=1, $params=array())
Function dolGetButtonAction.
dol_htmlcleanlastbr($stringtodecode)
This function remove all ending and br at end.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
dol_print_error($db=null, $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
dol_syslog($message, $level=LOG_INFO, $ident=0, $suffixinfilename='', $restricttologhandler='', $logcontext=null)
Write log message into outputs.
dol_escape_htmltag($stringtoescape, $keepb=0, $keepn=0, $noescapetags='', $escapeonlyhtmltags=0, $cleanalsojavascript=0)
Returns text escaped for inclusion in HTML alt or title or value tags, or into values of HTML input f...