21if ( ! defined (
'ALLOWED') ) die(
'Appel direct ne sont pas permis');
35 array(
'value'=>
'C',
'label'=>
_(
'Client')),
36 array(
'value'=>
'F',
'label'=>
_(
'Fournisseur'))
42 array(
'value'=>
'let',
'label'=>
_(
'lettrées et non lettrées')),
43 array(
'value'=>
'unlet',
'label'=>
_(
'non lettrées'))
48<form method=
"GET" onsubmit=
"waiting_box()">
50 echo HtmlInput::request_to_hidden(array(
'gDossier',
'ac'));
53 <?php echo
_(
"Type de tiers").
" ".
$w_select->input()?>
54 <?php echo HtmlInput::submit(
"view",
_(
'Valider'))?>
58 if ( ! isset(
$_GET[
'view']) ):
64 $id=uniqid(
"export_");
65 $wb=sprintf(
'id="%s" onsubmit="download_document_form(\'%s\')" ',
$id,
$id);
68<form method=
"get" action=
"export.php" <?=
$wb?> >
70 echo HtmlInput::request_to_hidden(array(
'gDossier',
'ac',
'p_type',
'p_let',
'p_date_start'));
71 echo HtmlInput::hidden(
'act',
'CSV:balance_age');
72 echo HtmlInput::submit(
'csv',
_(
'export CSV'));
global $g_user
if no group available , then stop
_("actif, passif,charge,...")
compute the ageing balance, currently this code is not used
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...