noalyss Version-9
Variables
export_stock_resume_list.php File Reference

export in CSV the summary of stock in list More...

Go to the source code of this file.

Variables

 $a_repo
 
global $cn
 
 $export =new Noalyss_Csv(_('résumé-stock'))
 
 $stock =new Stock($cn)
 
 $tmp_id = $stock->build_tmp_table($_GET)
 

Detailed Description

export in CSV the summary of stock in list

Definition in file export_stock_resume_list.php.

Variable Documentation

◆ $a_repo

$a_repo
Initial value:
=$cn->get_array("select distinct t.r_id,r_name,r_adress,r_city,r_country from stock_repository as s join tmp_stockgood_detail as t
on (s.r_id=t.r_id)
where
s_id=$1
order by 2
",array($tmp_id))

Definition at line 38 of file export_stock_resume_list.php.

◆ $cn

global $cn

Definition at line 29 of file export_stock_resume_list.php.

◆ $export

$export =new Noalyss_Csv(_('résumé-stock'))

Definition at line 34 of file export_stock_resume_list.php.

◆ $stock

$stock =new Stock($cn)

Definition at line 31 of file export_stock_resume_list.php.

◆ $tmp_id

$tmp_id = $stock->build_tmp_table($_GET)

Definition at line 32 of file export_stock_resume_list.php.

Referenced by Stock\build_tmp_table(), and Stock\summary().