35echo
'<FORM METHOD="GET">';
36echo HtmlInput::array_to_hidden([
'gDossier',
'ac'],
$_GET);
37echo HtmlInput::hidden(
"do",
"display");
40 array(
"value"=>
'O',
"label"=>
_(
"Opération")),
41 array(
"value"=>
'P',
"label"=>
_(
"Paiement")),
42 array(
"value"=>
'T',
"label"=>
_(
"TVA"))
45printf(
_(
"Calcul d'après la date"));
47printf(
_(
"Période du %s au %s"),
51echo HtmlInput::submit(
"show_tax_summary",
_(
"Afficher"));
54if (
$http->get(
"do",
"string",
"no") ==
"display")
63 echo
'<span class="warning">';
64 echo
$e->getMessage();
68 echo
'<ul class="aligned-block">';
77 echo
'<ul class="aligned-block">';
86 }
catch (Exception
$e) {
87 echo
'<span class="warning">';
88 echo
$e->getMessage();
global $g_user
if no group available , then stop
_("actif, passif,charge,...")
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...
Compute , display and export the tax summary.