export in CSV the export of history More...
Go to the source code of this file.
Variables | |
$max_row = Database::num_row($res) | |
$res = $cn->exec_sql($sql) | |
$sql = $stock->create_query_histo($_GET) | |
$stock = new Stock() |
export in CSV the export of history
Definition in file export_stock_histo_csv.php.
$max_row = Database::num_row($res) |
Definition at line 36 of file export_stock_histo_csv.php.
Referenced by Stock\history().
$res = $cn->exec_sql($sql) |
Definition at line 35 of file export_stock_histo_csv.php.
$sql = $stock->create_query_histo($_GET) |
Definition at line 32 of file export_stock_histo_csv.php.
$stock = new Stock() |
Definition at line 31 of file export_stock_histo_csv.php.