35echo
'<div class="content">';
36echo
'<FORM METHOD="GET">';
37echo HtmlInput::array_to_hidden([
'gDossier',
'ac'],
$_GET);
38echo HtmlInput::hidden(
"do",
"display");
41 array(
"value"=>
'O',
"label"=>
_(
"Opération")),
42 array(
"value"=>
'P',
"label"=>
_(
"Paiement")),
43 array(
"value"=>
'T',
"label"=>
_(
"TVA"))
46printf(
_(
"Calcul d'après la date"));
48printf(
_(
"Période du %s au %s"),
52echo HtmlInput::submit(
"show_tax_summary",
_(
"Afficher"));
55if (
$http->get(
"do",
"string",
"no") ==
"display")
64 echo
'<span class="warning">';
65 echo
$e->getMessage();
69 echo
'<ul class="aligned-block">';
78 echo
'<ul class="aligned-block">';
87 }
catch (Exception
$e) {
88 echo
'<span class="warning">';
89 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.