21if (!defined(
'ALLOWED'))
22 die(
'Appel direct ne sont pas permis');
29echo \HtmlInput::filter_table(
"tb_print_ledger",
"0,1,2,3,4,5,6,7,8,9", 1);
31<
table class=
"result" id=
"tb_print_ledger">
33 <
th><?= _(
'Date') ?></
th>
34 <
th><?= _(
'Banque') ?></
th>
35 <
th><?= _(
"Interne") ?></
th>
36 <
th><?=_(
'Pièce')?></
th>
37 <
th><?= _(
"Tiers") ?></
th>
38 <
th><?= _(
"Libellé") ?></
th>
39 <
th class=
"num"><?= _(
"Montant") ?></
th>
40 <
th class=
"num"><?= _(
"M. Devise") ?></
th>
41 <
th><?= _(
"Devise") ?></
th>
42 <
th><?= _(
"Opérations rapprochées") ?></
th>
48 $class=(
$i%2==0)?
' class="even" ':
' class="odd" ';
52 <?=$this->data[
$i][
'str_date']?>
55 <?= $this->data[
$i][
'bk_qcode']; ?>
63 <?= $this->data[
$i][
'jr_pj_number']; ?>
68 h($this->data[
$i][
'tiers_first_name'].$this->data[
$i][
'tiers_name'].
"[{$this->data[$i]['tiers_qcode']}]"));
72 <?=
h($this->data[
$i][
'jr_comment']) ?>
75 <?=
nbm($this->data[
$i][
'qf_amount']) ?>
78 <?=
nbm($this->data[
$i][
'oc_amount'])?>
81 <?=$this->data[
$i][
'cr_code_iso']?>
86 array($this->data[
$i][
'jr_id']));
94 echo
$sep.HtmlInput::detail_op(
$row[
'jr_id'],
95 $row[
'jr_date'].
' '.
$row[
'jr_internal']);
th($p_string, $p_extra='', $raw='')
tr($p_string, $p_extra='')
td($p_string='', $p_extra='')
surround the string with td
nbm($p_number, $p_dec=2)
format the number with a sep.
h( $row[ 'oa_description'])
static fetch_array($ret, $p_indice=0, $p_mode=PGSQL_ASSOC)
wrapper for the function pg_fetch_array
static num_row($ret)
wrapper for the function pg_num_rows