noalyss
Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
Loading...
Searching...
No Matches
include
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
*/
9
if
( ! defined (
'ALLOWED'
) ) die(
'Appel direct ne sont pas permis'
);
10
11
$gr
=
new
Anc_Group
(
$cn
);
12
$gr
->get_request();
13
echo
'<form method="get">'
;
14
echo
$gr
->display_form();
15
echo
'<p>'
. HtmlInput::submit(
'Recherche'
,
_
(
'Recherche'
)) .
'</p>'
;
16
echo
'</form>'
;
17
if
(isset(
$_GET
[
'result'
]))
18
{
19
echo
$gr
->show_button();
20
21
echo
$gr
->display_html();
22
}
23
?>
$cn
$cn
Definition
ajax_anc_accounting.php:30
$gr
$gr
Definition
anc_group_balance.inc.php:11
_
_("actif, passif,charge,...")
Definition
balance.inc.php:195
$_GET
$_GET['qcode']
Definition
category_followup.inc.php:53
Anc_Group
class for the group of the analytic account
Definition
anc_group.class.php:32
Generated on Wed Jun 25 2025 09:57:47 for noalyss by
1.13.2