28 require
'../../main.inc.php';
29 require_once DOL_DOCUMENT_ROOT.
"/core/lib/bank.lib.php";
30 require_once DOL_DOCUMENT_ROOT.
"/core/lib/files.lib.php";
31 require_once DOL_DOCUMENT_ROOT.
"/core/lib/images.lib.php";
32 require_once DOL_DOCUMENT_ROOT.
"/core/class/html.formfile.class.php";
33 require_once DOL_DOCUMENT_ROOT.
'/compta/bank/class/account.class.php';
35 global $conf, $db, $langs;
37 $langs->loadLangs(array(
'banks',
'companies',
'other'));
41 $action =
GETPOST(
'action',
'aZ09');
42 $confirm =
GETPOST(
'confirm',
'alpha');
48 $socid = $user->socid;
51 $socid = $user->socid;
54 $limit =
GETPOST(
'limit',
'int') ?
GETPOST(
'limit',
'int') : $conf->liste_limit;
55 $sortfield =
GETPOST(
"sortfield",
'alpha');
56 $sortorder =
GETPOST(
"sortorder",
'alpha');
58 if (empty($page) || $page == -1) { $page = 0; }
59 $offset = $limit * $page;
60 $pageprev = $page - 1;
61 $pagenext = $page + 1;
68 if ($id > 0 || !empty($ref))
70 $result = $object->fetch($id, $ref);
71 $account = $object->id;
74 $result =
restrictedArea($user,
'banque', $object->id,
'bank_account',
'',
'');
78 if ($_GET[
"rel"] ==
'prev')
81 $sql =
"SELECT DISTINCT(b.num_releve) as num";
82 $sql .=
" FROM ".MAIN_DB_PREFIX.
"bank as b";
83 $sql .=
" WHERE b.num_releve < '".$db->escape($numref).
"'";
84 $sql .=
" AND b.fk_account = ".$id;
85 $sql .=
" ORDER BY b.num_releve DESC";
87 dol_syslog(
"htdocs/compta/bank/releve.php", LOG_DEBUG);
91 $numrows = $db->num_rows(
$resql);
94 $obj = $db->fetch_object(
$resql);
99 } elseif ($_GET[
"rel"] ==
'next')
102 $sql =
"SELECT DISTINCT(b.num_releve) as num";
103 $sql .=
" FROM ".MAIN_DB_PREFIX.
"bank as b";
104 $sql .=
" WHERE b.num_releve > '".$db->escape($numref).
"'";
105 $sql .=
" AND b.fk_account = ".$id;
106 $sql .=
" ORDER BY b.num_releve ASC";
108 dol_syslog(
"htdocs/compta/bank/releve.php", LOG_DEBUG);
109 $resql = $db->query($sql);
112 $numrows = $db->num_rows(
$resql);
115 $obj = $db->fetch_object(
$resql);
132 $object->fetch_thirdparty();
135 $backtopage =
$_SERVER[
'PHP_SELF'].
"?account=".$id.
"&num=".$numref;
136 include_once DOL_DOCUMENT_ROOT.
'/core/actions_linkedfiles.inc.php';
143 $form =
new Form($db);
145 $title = $langs->trans(
"FinancialAccount").
' - '.$langs->trans(
"Documents");
149 if ($id > 0 || !empty($ref)) {
150 if ($object->fetch($id, $ref)) {
159 $filearray =
dol_dir_list($upload_dir,
"files", 0,
'',
'\.meta$', $sortfield, (strtolower($sortorder) ==
'desc' ? SORT_DESC : SORT_ASC), 1);
161 foreach ($filearray as $key => $file) {
162 $totalsize += $file[
'size'];
166 $morehtmlright .=
'<div class="pagination"><ul>';
167 $morehtmlright .=
'<li class="pagination"><a class="paginationnext" href="'.$_SERVER[
"PHP_SELF"].
'?rel=prev&num='.$numref.
'&ve='.$ve.
'&account='.$object->id.
'"><i class="fa fa-chevron-left" title="'.
dol_escape_htmltag($langs->trans(
"Previous")).
'"></i></a></li>';
168 $morehtmlright .=
'<li class="pagination"><span class="active">'.$langs->trans(
"AccountStatement").
" ".$numref.
'</span></li>';
169 $morehtmlright .=
'<li class="pagination"><a class="paginationnext" href="'.$_SERVER[
"PHP_SELF"].
'?rel=next&num='.$numref.
'&ve='.$ve.
'&account='.$object->id.
'"><i class="fa fa-chevron-right" title="'.
dol_escape_htmltag($langs->trans(
"Next")).
'"></i></a></li>';
170 $morehtmlright .=
'</ul></div>';
172 $title = $langs->trans(
"AccountStatement").
' '.$numref.
' - '.$langs->trans(
"BankAccount").
' '.$object->getNomUrl(1,
'receipts');
175 print '<div class="fichecenter">';
176 print '<div class="underbanner clearboth"></div>';
178 print '<table class="border tableforfield centpercent">';
179 print '<tr><td class="titlefield">'.$langs->trans(
"NbOfAttachedFiles").
'</td><td colspan="3">'.count($filearray).
'</td></tr>';
180 print '<tr><td>'.$langs->trans(
"TotalSizeOfAttachedFiles").
'</td><td colspan="3">'.
dol_print_size($totalsize, 1, 1).
'</td></tr>';
188 $modulepart =
'bank';
189 $permission = $user->rights->banque->modifier;
190 $permtoedit = $user->rights->banque->modifier;
191 $param =
'&id='.$object->id.
'&num='.urlencode($numref);
192 $moreparam =
'&num='.urlencode($numref); ;
194 include_once DOL_DOCUMENT_ROOT.
'/core/tpl/document_actions_post_headers.tpl.php';
199 Header(
'Location: index.php');
GETPOST($paramname, $check= 'alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
account_statement_prepare_head($object, $num)
Prepare array with list of tabs.
Class to manage bank accounts.
GETPOSTISSET($paramname)
Return true if we are in a context of submitting the parameter $paramname.
load_fiche_titre($titre, $morehtmlright= '', $picto= 'generic', $pictoisfullpath=0, $id= '', $morecssontable= '', $morehtmlcenter= '')
Load a title with picto.
dol_syslog($message, $level=LOG_INFO, $ident=0, $suffixinfilename= '', $restricttologhandler= '', $logcontext=null)
Write log message into outputs.
restrictedArea($user, $features, $objectid=0, $tableandshare= '', $feature2= '', $dbt_keyfield= 'fk_soc', $dbt_select= 'rowid', $isdraft=0)
Check permissions of a user to show a page and an object.
dol_sanitizeFileName($str, $newstr= '_', $unaccent=1)
Clean a string to use it as a file name.
dol_dir_list($path, $types="all", $recursive=0, $filter="", $excludefilter=null, $sortcriteria="name", $sortorder=SORT_ASC, $mode=0, $nohook=0, $relativename="", $donotfollowsymlinks=0)
Scan a directory and return a list of files/directories.
print $_SERVER["PHP_SELF"]
Edit parameters.
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_size($size, $shortvalue=0, $shortunit=0)
Return string with formated size.
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...
dol_get_fiche_end($notab=0)
Return tab footer of a card.
dol_escape_htmltag($stringtoescape, $keepb=0, $keepn=0, $keepmoretags= '', $escapeonlyhtmltags=0)
Returns text escaped for inclusion in HTML alt or title tags, or into values of HTML input fields...