27require
'../../main.inc.php';
28require_once DOL_DOCUMENT_ROOT.
'/loan/class/loan.class.php';
29require_once DOL_DOCUMENT_ROOT.
'/loan/class/paymentloan.class.php';
30if (isModEnabled(
"bank")) {
31 require_once DOL_DOCUMENT_ROOT.
'/compta/bank/class/account.class.php';
35$langs->loadLangs(array(
"bills",
"banks",
"companies",
"loan"));
39$action =
GETPOST(
'action',
'aZ09');
42 $socid = $user->socid;
49 $result = $payment->fetch($id);
61if ($action ==
'confirm_delete' && $confirm ==
'yes' && $user->hasRight(
'loan',
'delete')) {
64 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"loan_schedule SET fk_bank = 0 WHERE fk_bank = ".((int) $payment->fk_bank);
67 $fk_loan = $payment->fk_loan;
69 $result = $payment->delete($user);
72 header(
"Location: ".DOL_URL_ROOT.
"/loan/card.php?id=".urlencode((
string) ($fk_loan)));
87$title = $langs->trans(
'Loans');
88$help_url =
"EN:Module_Loan|FR:Module_Emprunt";
90llxHeader(
'', $title, $help_url,
'', 0, 0,
'',
'',
'',
'bodyforlist mod-loan page-payment-card');
94$head[$h][0] = DOL_URL_ROOT.
'/loan/payment/card.php?id='.
$id;
95$head[$h][1] = $langs->trans(
"PaymentLoan");
96$hselected = (string) $h;
99print
dol_get_fiche_head($head, $hselected, $langs->trans(
"PaymentLoan"), -1,
'payment');
104if ($action ==
'delete') {
105 print $form->formconfirm(
'card.php?id='.$payment->id, $langs->trans(
"DeletePayment"), $langs->trans(
"ConfirmDeletePayment"),
'confirm_delete',
'', 0, 2);
112dol_banner_tab($payment,
'id', $linkback, 1,
'rowid',
'ref', $morehtmlref,
'', 0,
'', $morehtmlstatus);
114print
'<div class="fichecenter">';
115print
'<div class="underbanner clearboth"></div>';
117print
'<table class="border centpercent">';
120print
'<tr><td>'.$langs->trans(
'Date').
'</td><td>'.
dol_print_date($payment->datep,
'day').
'</td></tr>';
123print
'<tr><td>'.$langs->trans(
'Mode').
'</td><td>'.$langs->trans(
"PaymentType".$payment->type_code).
'</td></tr>';
126print
'<tr><td>'.$langs->trans(
'LoanCapital').
'</td><td>'.
price($payment->amount_capital, 0, $langs, 1, -1, -1, $conf->currency).
'</td></tr>';
127print
'<tr><td>'.$langs->trans(
'Insurance').
'</td><td>'.
price($payment->amount_insurance, 0, $langs, 1, -1, -1, $conf->currency).
'</td></tr>';
128print
'<tr><td>'.$langs->trans(
'Interest').
'</td><td>'.
price($payment->amount_interest, 0, $langs, 1, -1, -1, $conf->currency).
'</td></tr>';
131print
'<tr><td>'.$langs->trans(
'NotePrivate').
'</td><td>'.nl2br($payment->note_private).
'</td></tr>';
134print
'<tr><td>'.$langs->trans(
'NotePublic').
'</td><td>'.nl2br($payment->note_public).
'</td></tr>';
137if (isModEnabled(
"bank")) {
138 if ($payment->bank_account) {
140 $bankline->fetch($payment->bank_line);
143 print
'<td>'.$langs->trans(
'BankTransactionLine').
'</td>';
145 print $bankline->getNomUrl(1, 0,
'showall');
161$sql =
'SELECT l.rowid as id, l.label, l.paid, l.capital as capital, pl.amount_capital, pl.amount_insurance, pl.amount_interest';
162$sql .=
' FROM '.MAIN_DB_PREFIX.
'payment_loan as pl,'.MAIN_DB_PREFIX.
'loan as l';
163$sql .=
' WHERE pl.fk_loan = l.rowid';
164$sql .=
' AND l.entity = '.((int) $conf->entity);
165$sql .=
' AND pl.rowid = '.((int) $payment->id);
167dol_syslog(
"loan/payment/card.php", LOG_DEBUG);
168$resql = $db->query($sql);
170 $num = $db->num_rows($resql);
174 print
'<br><table class="noborder centpercent">';
175 print
'<tr class="liste_titre">';
176 print
'<td>'.$langs->trans(
'Loan').
'</td>';
177 print
'<td>'.$langs->trans(
'Label').
'</td>';
179 print
'<td class="center">'.$langs->trans(
'Status').
'</td>';
180 print
'<td class="right">'.$langs->trans(
'PayedByThisPayment').
'</td>';
185 $objp = $db->fetch_object($resql);
187 print
'<tr class="oddeven">';
190 $loan->fetch($objp->id);
191 print $loan->getNomUrl(1);
194 print
'<td>'.$objp->label.
'</td>';
198 print
'<td class="center">'.$loan->getLibStatut(4, $objp->amount_capital).
'</td>';
200 $amount_payed = $objp->amount_capital + $objp->amount_insurance + $objp->amount_interest;
202 print
'<td class="right">'.price($amount_payed).
'</td>';
204 if ($objp->paid == 1) {
207 $total += $objp->amount_capital;
226print
'<div class="tabsAction">';
228if (empty($action) && $user->hasRight(
'loan',
'delete')) {
229 if (!$disable_delete) {
230 print
dolGetButtonAction($langs->trans(
"Delete"),
'',
'delete', $_SERVER[
"PHP_SELF"].
'?id='.
$id.
'&action=delete&token='.
newToken(),
'delete', 1);
232 print
dolGetButtonAction($langs->trans(
"CantRemovePaymentWithOneInvoicePaid"), $langs->trans(
"Delete"),
'delete', $_SERVER[
"PHP_SELF"].
'?id='.
$object->id.
'&action=delete&token='.
newToken(),
'delete', 0);
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 payments of loans.
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_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='', $dragdropfile=0)
Show tabs of a record.
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.
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.