|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
Collaboration diagram for Tax_Detail:Public Member Functions | |
| __construct ($tva_code, $from, $to, $ledger_id) | |
| button_export_csv () | |
| csv () | |
| export the result in a CSV file | |
| get_data () | |
| get data | |
| html () | |
| display the result in HTML | |
Static Public Member Functions | |
| static | display_form () |
| display a form for giving tva_code and dates | |
Protected Attributes | |
| $from | |
| Start date. | |
| $ledger_id | |
| ledger_id (jrn_def.jrn_def_id) -1, means all ledger Sale + Purchase | |
| $to | |
| end date | |
| $tva_code | |
| tva_code | |
Definition at line 25 of file tax_detail.class.php.
| Tax_Detail::__construct | ( | $tva_code, | |
| $from, | |||
| $to, | |||
| $ledger_id ) |
Definition at line 32 of file tax_detail.class.php.
| Tax_Detail::button_export_csv | ( | ) |
Definition at line 152 of file tax_detail.class.php.
| Tax_Detail::csv | ( | ) |
export the result in a CSV file
Definition at line 160 of file tax_detail.class.php.
References $data, $header, _, get_data(), and nb().
Here is the call graph for this function:
|
static |
display a form for giving tva_code and dates
Definition at line 45 of file tax_detail.class.php.
| Tax_Detail::get_data | ( | ) |
get data
Definition at line 53 of file tax_detail.class.php.
References $cn, $data, $filter_ledger, $g_user, $ledger_id, $sql, Acc_Tva\build(), from, and to.
Referenced by csv(), and html().
Here is the call graph for this function:| Tax_Detail::html | ( | ) |
display the result in HTML
Definition at line 147 of file tax_detail.class.php.
References $data, and get_data().
Here is the call graph for this function:
|
protected |
|
protected |
ledger_id (jrn_def.jrn_def_id) -1, means all ledger Sale + Purchase
Definition at line 30 of file tax_detail.class.php.
Referenced by __construct(), and get_data().
|
protected |
|
protected |