noalyss Version-9
|
Return the balance in CSV format. More...
Go to the source code of this file.
Variables | |
$bal =new Acc_Balance($cn) | |
$cn =Dossier::connect() | |
$export =new Noalyss_Csv('balance') | |
$gDossier =dossier::id() | |
$http =new HttpInput() | |
$p_filter =$http->get("p_filter") | |
$pend = new Periode($cn,$http->get("to_periode")) | |
$prev = (isset($_GET['previous_exc'])) ? 1: 0 | |
$pstart = new Periode($cn,$http->get("from_periode")) | |
$row | |
$title =array('poste','libelle') | |
switch( $p_filter) $bal | from_poste =$http->get('from_poste') |
$bal | jrn =null |
$bal | to_poste =$http->get('to_poste') |
Return the balance in CSV format.
Definition in file export_balance_csv.php.
$bal =new Acc_Balance($cn) |
Definition at line 36 of file export_balance_csv.php.
$cn =Dossier::connect() |
Definition at line 31 of file export_balance_csv.php.
$export =new Noalyss_Csv('balance') |
Definition at line 35 of file export_balance_csv.php.
Referenced by Acc_Reconciliation\export_csv(), Balance_Age\export_csv(), Acc_Ledger_History_Generic\export_csv(), Acc_Ledger_History_Purchase\export_csv(), Acc_Ledger_History_Sale\export_csv(), Print_Operation_Currency\export_csv(), and Noalyss_Csv\write().
$gDossier =dossier::id() |
Definition at line 29 of file export_balance_csv.php.
$http =new HttpInput() |
Definition at line 28 of file export_balance_csv.php.
$p_filter =$http->get("p_filter") |
Definition at line 38 of file export_balance_csv.php.
Referenced by Follow_Up\myList(), ITva_Popup\set_filter(), and Select_Box\set_filter().
Definition at line 78 of file export_balance_csv.php.
$prev = (isset($_GET['previous_exc'])) ? 1: 0 |
Definition at line 66 of file export_balance_csv.php.
Referenced by Anc_GrandLivre\display_csv(), Anc_GrandLivre\display_html(), Anc_Acc_List\display_html(), Anc_Acc_List\export_csv(), and PDF_Anc_Acc_List\pdf_card().
Definition at line 77 of file export_balance_csv.php.
$row |
Definition at line 68 of file export_balance_csv.php.
$title =array('poste','libelle') |
Definition at line 72 of file export_balance_csv.php.
Referenced by Follow_Up\display(), Acc_Ledger\display_additional_tax(), Noalyss\Dbg\display_global(), Noalyss\Dbg\display_request(), Acc_Reconciliation\export_csv(), Acc_Ledger_History_Generic\export_csv(), Acc_Ledger_History_Purchase\export_csv(), Acc_Ledger_History_Sale\export_csv(), Periode\form_periode_add(), Noalyss\Dbg\hidden_info(), html_page_start(), Acc_Ledger\input_additional_tax(), Noalyss\Mobile\page_start(), ShowItem(), and Todo_List\toXML().
switch ($p_filter) $bal from_poste =$http->get('from_poste') |
Definition at line 62 of file export_balance_csv.php.
$bal jrn =null |
Definition at line 37 of file export_balance_csv.php.
Referenced by Acc_Balance\__construct(), Acc_Balance\filter_cat(), Acc_Operation\insert_jrn(), Acc_Operation\insert_jrnx(), and Acc_Operation\set_pj().
$bal to_poste =$http->get('to_poste') |
Definition at line 63 of file export_balance_csv.php.