noalyss Version-9
|
display summary of tax (VAT) possible parameter is time range More...
Go to the source code of this file.
Variables | |
$end = $http->request("end_date", "date", $limit[1]) | |
$end_periode = new IDate("end_date", $end) | |
$http = new HttpInput() | |
$limit = $g_user->get_limit_current_exercice() | |
$select_tva =new ISelect("tva_type") | |
$start = $http->request("start_date", "date", $limit[0]) | |
$start_periode = new IDate("start_date", $start) | |
$select_tva | selected =$http->get('tva_type','string','O') |
$select_tva | value |
display summary of tax (VAT) possible parameter is time range
Definition in file tax_summary.inc.php.
$end = $http->request("end_date", "date", $limit[1]) |
Definition at line 31 of file tax_summary.inc.php.
$end_periode = new IDate("end_date", $end) |
Definition at line 34 of file tax_summary.inc.php.
$http = new HttpInput() |
Definition at line 27 of file tax_summary.inc.php.
$limit = $g_user->get_limit_current_exercice() |
Definition at line 28 of file tax_summary.inc.php.
Referenced by contact\fetch(), Fiche\get_by_category(), TTFontFile\getCMAP4(), Acc_Ledger_Search\list_operation(), Acc_Ledger_Search\list_operation_to_reconcile(), Follow_Up\myList(), Securimage\purgeOldCodesFromDatabase(), Acc_Operation\set_pj(), Follow_Up\short_list(), and Dossier\show_dossier().
$select_tva =new ISelect("tva_type") |
Definition at line 38 of file tax_summary.inc.php.
$start = $http->request("start_date", "date", $limit[0]) |
Definition at line 30 of file tax_summary.inc.php.
$start_periode = new IDate("start_date", $start) |
Definition at line 33 of file tax_summary.inc.php.
$select_tva selected =$http->get('tva_type','string','O') |
Definition at line 44 of file tax_summary.inc.php.
$select_tva value |
Definition at line 39 of file tax_summary.inc.php.