25if ( ! defined (
'ALLOWED') ) die(
'Appel direct ne sont pas permis');
29echo
'<div class="content">';
30echo
'<div id="search">';
31echo
'<FORM METHOD="GET">';
32echo dossier::hidden();
36echo
'<table width="50%">';
41$poste->set_attribute(
'popup',
'ipopcard');
42$poste->set_attribute(
'typecard',
'all');
43$poste->set_callback(
'filter_card');
49$r=
td(_(
'Lettrage pour la fiche ')).
50 td(
$poste->input().$poste->search()).
62 $start_value=
$http->get(
"start",
"date",$first_per->first_day());
66}
catch (Exception
$e) {
67 $start_value=$first_per->first_day();
69 echo
'<span class="warning">'._(
'Date malformée, désolé').
'</span>';
76$r=
td(_(
'Date début'));
89 array(
'value'=>0,
'label'=>_(
'Toutes opérations')),
90 array(
'value'=>1,
'label'=>_(
'Opérations lettrées')),
91 array(
'value'=>3,
'label'=>_(
'Opérations lettrées montants différents')),
92 array(
'value'=>2,
'label'=>_(
'Opérations NON lettrées'))
118echo
'<div id="list">';
127if (
$sel->selected == 0 )
128 echo
$letter->show_list(
'all');
129if (
$sel->selected == 1 )
130 echo
$letter->show_list(
'letter');
131if (
$sel->selected == 2 )
132 echo
$letter->show_list(
'unletter');
133if (
$sel->selected == 3 )
134 echo
$letter->show_list(
'letter_diff');
136echo
'<div id="detail" style="display:none">';
138echo
'<IMG SRC=image/loading.gif>';
tr($p_string, $p_extra='')
td($p_string='', $p_extra='')
surround the string with td
global $g_user
if no group available , then stop
Input HTML for the card show buttons, in the file, you have to add card.js How to use :
Html Input : Input a date format dd.mm.yyyy The property title should be set to indicate what it is e...
Html Input , create a tag <SELECT> ... </SELECT> if readonly == true then display the label correspon...
only for operation retrieved thanks a account (jrnx.j_poste) manage the accounting entries for a give...
only for operation retrieved thanks a quick_code manage the accounting entries for a given card
For the periode tables parm_periode and jrn_periode.
for($e=0; $e< count($afiche); $e++) exit