Send a ledger in CSV format. More...
Go to the source code of this file.
Variables | |
$fDate = date('dmy-Hi') | |
$gDossier = dossier::id() | |
$get_from_periode = HtmlInput::default_value_get('from_periode', null) | |
$get_jrn = HtmlInput::default_value_get('jrn_id', -1) | |
$get_option = HtmlInput::default_value_get('p_simple', -1) | |
$get_to_periode = HtmlInput::default_value_get('to_periode', NULL) | |
if($get_jrn!=0 &&$g_user-> check_jrn($get_jrn)=='X') | $Jrn = new Acc_Ledger($cn,$get_jrn) |
$jrn_type = $Jrn->get_type() | |
if ($get_jrn==-1||$get_option==-1||$get_from_periode==null||$get_to_periode==null) |
Send a ledger in CSV format.
Definition in file export_ledger_csv.php.
$fDate = date('dmy-Hi') |
Definition at line 24 of file export_ledger_csv.php.
$gDossier = dossier::id() |
Definition at line 33 of file export_ledger_csv.php.
$get_from_periode = HtmlInput::default_value_get('from_periode', null) |
Definition at line 43 of file export_ledger_csv.php.
$get_jrn = HtmlInput::default_value_get('jrn_id', -1) |
Definition at line 41 of file export_ledger_csv.php.
$get_option = HtmlInput::default_value_get('p_simple', -1) |
Definition at line 42 of file export_ledger_csv.php.
$get_to_periode = HtmlInput::default_value_get('to_periode', NULL) |
Definition at line 44 of file export_ledger_csv.php.
if ($get_jrn!=0 &&$g_user->check_jrn($get_jrn)=='X') $Jrn = new Acc_Ledger($cn,$get_jrn) |
Definition at line 67 of file export_ledger_csv.php.
$jrn_type = $Jrn->get_type() |
Definition at line 70 of file export_ledger_csv.php.
Referenced by Acc_Ledger_Sold\confirm(), Acc_Ledger_Purchase\confirm(), Print_Ledger_Detail_Item\export(), and Print_Ledger\factory().
if($get_jrn==-1||$get_option==-1||$get_from_periode==null||$get_to_periode==null) |
Definition at line 47 of file export_ledger_csv.php.