noalyss Version-9
anc_group_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 Print the balance of 1 plan of analytic accountancy separated by group
7 * @see Anc_Group
8 */
9if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
10
12$gr->get_request();
13echo '<form method="get">';
14echo $gr->display_form();
15echo '<p>' . HtmlInput::submit('Recherche', _('Recherche')) . '</p>';
16echo '</form>';
17if (isset($_GET['result']))
18{
19 echo $gr->show_button();
20
21 echo $gr->display_html();
22}
23?>
$_GET['qcode']
class for the group of the analytic account
static submit($p_name, $p_value, $p_javascript="", $p_class="smallbutton")