|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
export in CSV the export of history More...
Go to the source code of this file.
Variables | |
| $export =new Noalyss_Csv(_('historique-stock')) | |
| $max_row =Database::num_row($res) | |
| $res =$cn->exec_sql($sql) | |
| $sql = $stock->create_query_histo($_GET) | |
| $stock =new Stock($cn) | |
export in CSV the export of history
Definition in file export_stock_histo_csv.php.
| $export =new Noalyss_Csv(_('historique-stock')) |
Definition at line 29 of file export_stock_histo_csv.php.
| $max_row =Database::num_row($res) |
Definition at line 35 of file export_stock_histo_csv.php.
Referenced by Stock\history().
| $res =$cn->exec_sql($sql) |
Definition at line 34 of file export_stock_histo_csv.php.
| $sql = $stock->create_query_histo($_GET) |
Definition at line 31 of file export_stock_histo_csv.php.
Definition at line 30 of file export_stock_histo_csv.php.