|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
export in CSV P0TVA , Tax Summary More...
Go to the source code of this file.
Variables | |
| $array =$tax_summary->get_row_sale() | |
| catch(Exception $e) | $csv =new Noalyss_Csv("summary_tva") |
| $http =new HttpInput() | |
| $nb_array =count($array) | |
| $tax_summary = new Tax_Summary($cn,$http->get("date_start"),$http->get("date_end")) | |
| $tva_type = $http->request("tva_type") | |
| try | |
export in CSV P0TVA , Tax Summary
Definition in file export_printtva_csv.php.
| $array =$tax_summary->get_row_sale() |
Definition at line 55 of file export_printtva_csv.php.
| catch (Exception $e) $csv =new Noalyss_Csv("summary_tva") |
Definition at line 45 of file export_printtva_csv.php.
| $http =new HttpInput() |
Definition at line 29 of file export_printtva_csv.php.
| $nb_array =count($array) |
Definition at line 56 of file export_printtva_csv.php.
| $tax_summary = new Tax_Summary($cn,$http->get("date_start"),$http->get("date_end")) |
Definition at line 30 of file export_printtva_csv.php.
| $tva_type = $http->request("tva_type") |
Definition at line 31 of file export_printtva_csv.php.
| try |
Definition at line 34 of file export_printtva_csv.php.