noalyss
Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
Loading...
Searching...
No Matches
include
anc_acc_table.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 Printing : Analytic to display relation between card or accounting with
7
* Analytic
8
*/
9
if
( ! defined (
'ALLOWED'
) ) die(
'Appel direct ne sont pas permis'
);
10
$tab
=
new
Anc_Table
(
$cn
);
11
$tab
->get_request();
12
echo
'<form method="get">'
;
13
echo
$tab
->display_form();
14
echo
'<p>'
. HtmlInput::submit(
'Recherche'
,
_
(
'Recherche'
)) .
'</p>'
;
15
16
echo
'</form>'
;
17
if
(isset(
$_GET
[
'result'
]))
18
{
19
echo
$tab
->show_button(
""
);
20
$tab
->display_html();
21
}
22
?>
$cn
$cn
Definition
ajax_anc_accounting.php:30
$tab
$tab
Definition
anc_acc_balance.inc.php:10
_
_("actif, passif,charge,...")
Definition
balance.inc.php:195
$_GET
$_GET['qcode']
Definition
category_followup.inc.php:53
Anc_Table
printing analytic and accountancy as a table
Definition
anc_table.class.php:33
Generated on Wed Jun 25 2025 09:57:47 for noalyss by
1.13.2