28 require
'../../main.inc.php';
29 require_once DOL_DOCUMENT_ROOT.
'/compta/sociales/class/chargesociales.class.php';
30 require_once DOL_DOCUMENT_ROOT.
'/compta/sociales/class/paymentsocialcontribution.class.php';
31 require_once DOL_DOCUMENT_ROOT.
'/compta/facture/class/facture.class.php';
32 require_once DOL_DOCUMENT_ROOT.
'/core/modules/facture/modules_facture.php';
33 if (!empty($conf->banque->enabled)) require_once DOL_DOCUMENT_ROOT.
'/compta/bank/class/account.class.php';
36 $langs->loadLangs(array(
'bills',
'banks',
'companies'));
40 $action =
GETPOST(
'action',
'aZ09');
41 $confirm =
GETPOST(
'confirm',
'aZ09');
42 if ($user->socid) $socid = $user->socid;
49 $result = $object->fetch($id);
59 if ($action ==
'confirm_delete' && $confirm ==
'yes' && $user->rights->tax->charges->supprimer)
63 $result = $object->delete($user);
67 header(
"Location: ".DOL_URL_ROOT.
"/compta/sociales/payments.php");
84 $form =
new Form($db);
88 $head[$h][0] = DOL_URL_ROOT.
'/compta/payment_sc/card.php?id='.$id;
89 $head[$h][1] = $langs->trans(
"PaymentSocialContribution");
104 if ($action ==
'delete')
106 print $form->formconfirm(
'card.php?id='.$object->id, $langs->trans(
"DeletePayment"), $langs->trans(
"ConfirmDeletePayment"),
'confirm_delete',
'', 0, 2);
109 $linkback =
'<a href="'.DOL_URL_ROOT.
'/compta/sociales/payments.php">'.$langs->trans(
"BackToList").
'</a>';
114 print '<div class="fichecenter">';
115 print '<div class="underbanner clearboth"></div>';
117 print '<table class="border centpercent">';
126 print '<tr><td>'.$langs->trans(
'Date').
'</td><td colspan="3">'.
dol_print_date($object->datep,
'day').
'</td></tr>';
129 print '<tr><td>'.$langs->trans(
'Mode').
'</td><td colspan="3">'.$langs->trans(
"PaymentType".$object->type_code).
'</td></tr>';
132 print '<tr><td>'.$langs->trans(
'Numero').
'</td><td colspan="3">'.$object->num_payment.
'</td></tr>';
135 print '<tr><td>'.$langs->trans(
'Amount').
'</td><td colspan="3">'.
price($object->amount, 0, $outputlangs, 1, -1, -1, $conf->currency).
'</td></tr>';
138 print '<tr><td>'.$langs->trans(
'Note').
'</td><td colspan="3">'.nl2br($object->note).
'</td></tr>';
141 if (!empty($conf->banque->enabled))
143 if ($object->bank_account)
146 $bankline->fetch($object->bank_line);
149 print '<td>'.$langs->trans(
'BankTransactionLine').
'</td>';
150 print '<td colspan="3">';
151 print $bankline->getNomUrl(1, 0,
'showall');
169 $sql =
'SELECT f.rowid as scid, f.libelle as label, f.paye, f.amount as sc_amount, pf.amount, pc.libelle as sc_type';
170 $sql .=
' FROM '.MAIN_DB_PREFIX.
'paiementcharge as pf,'.MAIN_DB_PREFIX.
'chargesociales as f, '.MAIN_DB_PREFIX.
'c_chargesociales as pc';
171 $sql .=
' WHERE pf.fk_charge = f.rowid AND f.fk_type = pc.id';
172 $sql .=
' AND f.entity = '.$conf->entity;
173 $sql .=
' AND pf.rowid = '.$object->id;
175 dol_syslog(
"compta/payment_sc/card.php", LOG_DEBUG);
176 $resql = $db->query($sql);
179 $num = $db->num_rows(
$resql);
183 print '<br><table class="noborder centpercent">';
184 print '<tr class="liste_titre">';
185 print '<td>'.$langs->trans(
'SocialContribution').
'</td>';
186 print '<td>'.$langs->trans(
'Type').
'</td>';
187 print '<td>'.$langs->trans(
'Label').
'</td>';
188 print '<td class="right">'.$langs->trans(
'ExpectedToPay').
'</td>';
189 print '<td class="center">'.$langs->trans(
'Status').
'</td>';
190 print '<td class="right">'.$langs->trans(
'PayedByThisPayment').
'</td>';
197 $objp = $db->fetch_object(
$resql);
199 print '<tr class="oddeven">';
202 $socialcontrib->fetch($objp->scid);
203 print $socialcontrib->getNomUrl(1);
207 print $socialcontrib->type_label;
211 print '<td>'.$objp->label.
'</td>';
213 print '<td class="right">'.price($objp->sc_amount).
'</td>';
215 print '<td class="center">'.$socialcontrib->getLibStatut(4, $objp->amount).
'</td>';
217 print '<td class="right">'.price($objp->amount).
'</td>';
219 if ($objp->paye == 1)
223 $total = $total + $objp->amount;
240 print '<div class="tabsAction">';
257 if ($user->rights->tax->charges->supprimer)
259 if (!$disable_delete)
261 print '<a class="butActionDelete" href="'.$_SERVER[
"PHP_SELF"].
'?id='.
GETPOST(
'id',
'int').
'&action=delete&token='.
newToken().
'">'.$langs->trans(
'Delete').
'</a>';
263 print '<a class="butActionRefused classfortooltip" href="#" title="'.dol_escape_htmltag($langs->trans(
"CantRemovePaymentWithOneInvoicePaid")).
'">'.$langs->trans(
'Delete').
'</a>';
GETPOST($paramname, $check= 'alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
Class to manage payments of social contributions.
Class to manage bank transaction lines.
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...
setEventMessages($mesg, $mesgs, $style= 'mesgs', $messagekey= '')
Set event messages in dol_events session object.
dol_syslog($message, $level=LOG_INFO, $ident=0, $suffixinfilename= '', $restricttologhandler= '', $logcontext=null)
Write log message into outputs.
dol_get_fiche_head($links=array(), $active= '', $title= '', $notab=0, $picto= '', $pictoisfullpath=0, $morehtmlright= '', $morecss= '', $limittoshow=0, $moretabssuffix= '')
Show tabs of a record.
print
Draft customers invoices.
dol_print_date($time, $format= '', $tzoutput= 'auto', $outputlangs= '', $encodetooutput=false)
Output date in a string format according to outputlangs (or langs if not defined).
if(!empty($conf->facture->enabled)&&$user->rights->facture->lire) if((!empty($conf->fournisseur->enabled)&&empty($conf->global->MAIN_USE_NEW_SUPPLIERMOD)||!empty($conf->supplier_invoice->enabled))&&$user->rights->fournisseur->facture->lire) if(!empty($conf->don->enabled)&&$user->rights->don->lire) if(!empty($conf->tax->enabled)&&$user->rights->tax->charges->lire) if(!empty($conf->facture->enabled)&&!empty($conf->commande->enabled)&&$user->rights->commande->lire &&empty($conf->global->WORKFLOW_DISABLE_CREATE_INVOICE_FROM_ORDER)) if(!empty($conf->facture->enabled)&&$user->rights->facture->lire) if((!empty($conf->fournisseur->enabled)&&empty($conf->global->MAIN_USE_NEW_SUPPLIERMOD)||!empty($conf->supplier_invoice->enabled))&&$user->rights->fournisseur->facture->lire) $resql
Social contributions to pay.
dol_print_error($db= '', $error= '', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
newToken()
Return the value of token currently saved into session with name 'newtoken'.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
dol_banner_tab($object, $paramid, $morehtml= '', $shownav=1, $fieldid= 'rowid', $fieldref= 'ref', $morehtmlref= '', $moreparam= '', $nodbprefix=0, $morehtmlleft= '', $morehtmlstatus= '', $onlybanner=0, $morehtmlright= '')
Show tab footer of a card.
Classe permettant la gestion des paiements des charges La tva collectee n'est calculee que sur les fa...