* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * $Id$ * $Source$ */ require("./pre.inc.php"); require("./bank.lib.php"); $user->getrights('compta'); if (!$user->admin && !$user->rights->compta->bank) accessforbidden(); llxHeader(); if ($page == -1) { $page = 0 ; } $offset = $conf->liste_limit * $page ; $pageprev = $page - 1; $pagenext = $page + 1; print_barre_liste("Transactions BPLC", $page, $PHP_SELF); print "
| Réf. commande | "; print "ip client | Num. transaction | Date | Heure | "; print "Num autorisation | "; print "clé acceptation | "; print "code retour | "; print "
| '.$objp->ref_commande.' | '; } print "$objp->ipclient | "; print "$objp->num_transaction | "; print "$objp->date_transaction | "; print "$objp->heure_transaction | "; print "$objp->num_autorisation | "; print "$objp->cle_acceptation | "; print "$objp->code_retour | "; $i++; } $db->free(); } print "