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 |
export in CSV the summary of stock in list
Definition in file export_stock_resume_list.php.
$a_repo |
$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 = "" |
Definition at line 78 of file export_stock_resume_list.php.
Referenced by Phpcompta_SQL\insert(), Acc_Reconciliation\ledger_filter(), Phpcompta_SQL\load(), navigation_bar(), and Phpcompta_SQL\update().
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.