noalyss Version-9
Variables
export_stock_histo_csv.php File Reference

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)
 

Detailed Description

export in CSV the export of history

Definition in file export_stock_histo_csv.php.

Variable Documentation

◆ $export

$export =new Noalyss_Csv(_('historique-stock'))

Definition at line 29 of file export_stock_histo_csv.php.

◆ $max_row

$max_row =Database::num_row($res)

Definition at line 35 of file export_stock_histo_csv.php.

Referenced by Stock\history().

◆ $res

$res =$cn->exec_sql($sql)

Definition at line 34 of file export_stock_histo_csv.php.

◆ $sql

$sql = $stock->create_query_histo($_GET)

Definition at line 31 of file export_stock_histo_csv.php.

◆ $stock

$stock =new Stock($cn)

Definition at line 30 of file export_stock_histo_csv.php.