noalyss Version-9
anc_acc_balance.inc.php
Go to the documentation of this file.
1<?php
2//This file is part of NOALYSS and is under GPL
3//see licence.txt
4/**
5 * @file
6 * @brief Module Balance Accountancy - Analyc
7 */
8if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
9echo '<div class="content">';
11$tab->get_request();
12echo '<form method="get">';
13echo $tab->display_form();
14echo '<p>' . HtmlInput::submit('Recherche', _('Recherche')) . '</p>';
15
16echo '</form>';
17if (isset($_GET['result']))
18{
19 echo $tab->show_button();
20 $tab->display_html();
21}
22echo '</div>';
23?>
$_GET['qcode']
Manage the class for reporting about Analytic Accountancy and Accountancy : card - analytic account,...
static submit($p_name, $p_value, $p_javascript="", $p_class="smallbutton")