noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
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
 $sep = ""
 $stock = new Stock($cn)
 $tmp_id = $stock->build_tmp_table($_GET)
 endfor

Detailed Description

export in CSV the summary of stock in list

Definition in file export_stock_resume_list.php.


Variable Documentation

$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 42 of file export_stock_resume_list.php.

global $cn

Definition at line 29 of file export_stock_resume_list.php.

$sep = ""
$stock = new Stock($cn)

Definition at line 32 of file export_stock_resume_list.php.

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

Definition at line 33 of file export_stock_resume_list.php.

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

Definition at line 82 of file export_stock_resume_list.php.

 All Data Structures Namespaces Files Functions Variables Enumerations