30require
'../../main.inc.php';
31require_once DOL_DOCUMENT_ROOT.
'/compta/prelevement/class/bonprelevement.class.php';
32require_once DOL_DOCUMENT_ROOT.
'/fourn/class/fournisseur.facture.class.php';
33require_once DOL_DOCUMENT_ROOT.
'/societe/class/societe.class.php';
34require_once DOL_DOCUMENT_ROOT.
'/core/lib/prelevement.lib.php';
35require_once DOL_DOCUMENT_ROOT.
'/compta/bank/class/account.class.php';
38$langs->loadLangs(array(
'banks',
'categories',
'withdrawals'));
41$socid =
GETPOST(
'socid',
'int');
43 $socid = $user->socid;
47$usercancreate = $user->rights->paymentbybanktransfer->create;
61llxHeader(
'', $langs->trans(
"SuppliersStandingOrdersArea"));
64 $langs->load(
"errors");
65 setEventMessages($langs->trans(
"ErrorModuleSetupNotComplete", $langs->transnoentitiesnoconv(
"PaymentByBankTransfer")),
null,
'errors');
70 $newcardbutton .=
dolGetButtonTitle($langs->trans(
'NewPaymentByBankTransfer'),
'',
'fa fa-plus-circle', DOL_URL_ROOT.
'/compta/prelevement/create.php?type=bank-transfer');
73print
load_fiche_titre($langs->trans(
"SuppliersStandingOrdersArea"), $newcardbutton);
76print
'<div class="fichecenter"><div class="fichethirdleft">';
79$thirdpartystatic =
new Societe($db);
83print
'<div class="div-table-responsive-no-min">';
84print
'<table class="noborder centpercent">';
85print
'<tr class="liste_titre"><th colspan="2">'.$langs->trans(
"Statistics").
'</th></tr>';
87print
'<tr class="oddeven"><td>'.$langs->trans(
"NbOfInvoiceToPayByBankTransfer").
'</td>';
88print
'<td class="right">';
89print
'<a class="badge badge-info" href="'.DOL_URL_ROOT.
'/compta/prelevement/demandes.php?status=0&type=bank-transfer">';
90print $bprev->nbOfInvoiceToPay(
'bank-transfer');
94print
'<tr class="oddeven"><td>'.$langs->trans(
"AmountToTransfer").
'</td>';
95print
'<td class="right"><span class="amount nowraponall">';
96print
price($bprev->SommeAPrelever(
'bank-transfer'),
'',
'', 1, -1, -1,
'auto');
97print
'</span></td></tr></table></div><br>';
104$sql =
"SELECT f.ref, f.rowid, f.total_ttc, f.fk_statut, f.paye, f.type, f.datef, f.date_lim_reglement,";
105$sql .=
" pfd.date_demande, pfd.amount,";
106$sql .=
" s.nom as name, s.email, s.rowid as socid, s.tva_intra, s.siren as idprof1, s.siret as idprof2, s.ape as idprof3, s.idprof4, s.idprof5, s.idprof6";
107$sql .=
" FROM ".MAIN_DB_PREFIX.
"facture_fourn as f,";
108$sql .=
" ".MAIN_DB_PREFIX.
"societe as s";
109if (empty($user->rights->societe->client->voir) && !$socid) {
110 $sql .=
", ".MAIN_DB_PREFIX.
"societe_commerciaux as sc";
112$sql .=
", ".MAIN_DB_PREFIX.
"prelevement_demande as pfd";
113$sql .=
" WHERE s.rowid = f.fk_soc";
114$sql .=
" AND f.entity IN (".getEntity(
'supplier_invoice').
")";
115$sql .=
" AND f.total_ttc > 0";
116if (empty($conf->global->WITHDRAWAL_ALLOW_ANY_INVOICE_STATUS)) {
117 $sql .=
" AND f.fk_statut = ".FactureFournisseur::STATUS_VALIDATED;
119$sql .=
" AND pfd.traite = 0";
120$sql .=
" AND pfd.ext_payment_id IS NULL";
121$sql .=
" AND pfd.fk_facture_fourn = f.rowid";
122if (empty($user->rights->societe->client->voir) && !$socid) {
123 $sql .=
" AND s.rowid = sc.fk_soc AND sc.fk_user = ".((int) $user->id);
126 $sql .=
" AND f.fk_soc = ".((int) $socid);
129$resql = $db->query($sql);
131 $num = $db->num_rows($resql);
134 print
'<div class="div-table-responsive-no-min">';
135 print
'<table class="noborder centpercent">';
136 print
'<tr class="liste_titre">';
137 print
'<th colspan="5">'.$langs->trans(
"SupplierInvoiceWaitingWithdraw").
' <span class="opacitymedium">('.$num.
')</span></th></tr>';
139 while ($i < $num && $i < 20) {
140 $obj = $db->fetch_object($resql);
142 $invoicestatic->id = $obj->rowid;
143 $invoicestatic->ref = $obj->ref;
144 $invoicestatic->status = $obj->fk_statut;
145 $invoicestatic->statut = $obj->fk_statut;
146 $invoicestatic->paye = $obj->paye;
147 $invoicestatic->type = $obj->type;
148 $invoicestatic->date = $db->jdate($obj->datef);
149 $invoicestatic->date_echeance = $db->jdate($obj->date_lim_reglement);
150 $invoicestatic->total_ttc = $obj->total_ttc;
151 $alreadypayed = $invoicestatic->getSommePaiement();
153 $thirdpartystatic->id = $obj->socid;
154 $thirdpartystatic->name = $obj->name;
155 $thirdpartystatic->email = $obj->email;
156 $thirdpartystatic->tva_intra = $obj->tva_intra;
157 $thirdpartystatic->siren = $obj->idprof1;
158 $thirdpartystatic->siret = $obj->idprof2;
159 $thirdpartystatic->ape = $obj->idprof3;
160 $thirdpartystatic->idprof1 = $obj->idprof1;
161 $thirdpartystatic->idprof2 = $obj->idprof2;
162 $thirdpartystatic->idprof3 = $obj->idprof3;
163 $thirdpartystatic->idprof4 = $obj->idprof4;
164 $thirdpartystatic->idprof5 = $obj->idprof5;
165 $thirdpartystatic->idprof6 = $obj->idprof6;
167 print
'<tr class="oddeven"><td class="nowraponall">';
168 print $invoicestatic->getNomUrl(1,
'withdraw');
171 print
'<td class="tdoverflowmax150">';
172 print $thirdpartystatic->getNomUrl(1,
'supplier');
175 print
'<td class="right">';
176 print
'<span class="amount">'.price($obj->amount).
'</span>';
179 print
'<td class="right">';
183 print
'<td class="right">';
184 print $invoicestatic->getLibStatut(3, $alreadypayed);
190 $titlefortab = $langs->transnoentitiesnoconv(
"BankTransfer");
191 print
'<tr class="oddeven"><td colspan="5"><span class="opacitymedium">'.$langs->trans(
"NoSupplierInvoiceToWithdraw", $titlefortab, $titlefortab).
'</span></td></tr>';
193 print
"</table></div><br>";
199print
'</div><div class="fichetwothirdright">';
207$sql =
"SELECT p.rowid, p.ref, p.amount, p.datec, p.statut";
208$sql .=
" FROM ".MAIN_DB_PREFIX.
"prelevement_bons as p";
209$sql .=
" WHERE p.type = 'bank-transfer'";
210$sql .=
" AND p.entity IN (".getEntity(
'invoice').
")";
211$sql .=
" ORDER BY datec DESC";
212$sql .= $db->plimit($limit);
214$result = $db->query($sql);
216 $num = $db->num_rows($result);
219 print
"\n<!-- debut table -->\n";
220 print
'<div class="div-table-responsive-no-min">';
221 print
'<table class="noborder centpercent">';
222 print
'<tr class="liste_titre">';
223 print
'<th>'.$langs->trans(
"LatestBankTransferReceipts", $limit).
'</th>';
224 print
'<th>'.$langs->trans(
"Date").
'</th>';
225 print
'<th class="right">'.$langs->trans(
"Amount").
'</th>';
226 print
'<th class="right">'.$langs->trans(
"Status").
'</th>';
230 while ($i < min($num, $limit)) {
231 $obj = $db->fetch_object($result);
233 print
'<tr class="oddeven">';
235 print
'<td class="nowraponall">';
236 $bprev->id = $obj->rowid;
237 $bprev->ref = $obj->ref;
238 $bprev->statut = $obj->statut;
239 print $bprev->getNomUrl(1);
241 print
'<td>'.dol_print_date($db->jdate($obj->datec),
"dayhour").
"</td>\n";
242 print
'<td class="right nowraponall"><span class="amount">'.price($obj->amount).
"</span></td>\n";
243 print
'<td class="right"><span class="amount">'.$bprev->getLibStatut(3).
"</span></td>\n";
249 print
'<tr><td colspan="4"><span class="opacitymedium">'.$langs->trans(
"None").
'</span></td></tr>';
252 print
"</table></div><br>";
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader()
Empty header.
Class to manage withdrawal receipts.
Class to manage suppliers invoices.
Class to manage third parties objects (customers, suppliers, prospects...)
load_fiche_titre($titre, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
dol_print_error($db='', $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
dolGetButtonTitle($label, $helpText='', $iconClass='fa fa-file', $url='', $id='', $status=1, $params=array())
Function dolGetButtonTitle : this kind of buttons are used in title in list.
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='', $encodetooutput=false)
Output date in a string format according to outputlangs (or langs if not defined).
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0)
Set event messages in dol_events session object.
prelevement_check_config($type='direct-debit')
Check need data to create standigns orders receipt file.
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.