noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
Variables
stock_summary_list.php File Reference

show the result to stock state in list format (more detailled) More...

Go to the source code of this file.

Variables

 $a_repo
 $sep = " ,"
for ($r=0;$r< count($a_repo);$r++) ("Adresse")?><?php echo $a_repo[$r]['r_adress']?></p >< p ><?php echo _("Ville")?><?php echo $a_repo[$r]['r_city']?></p >< p ><?php echo _("Pays")?><?php echo $a_repo[$r]['r_country']?></p >< p ><?php echo _("Téléphone")?><?php echo $a_repo[$r]['r_phone']?></p >< table class
 endfor

Detailed Description

show the result to stock state in list format (more detailled)

Definition in file stock_summary_list.php.


Variable Documentation

$a_repo
Initial value:
$cn->get_array("select distinct t.r_id,r_name,r_adress,r_city,r_country,r_phone 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 29 of file stock_summary_list.php.

$sep = " ,"

Definition at line 85 of file stock_summary_list.php.

for ($r=0;$r< count($a_repo);$r++)("Adresse")?><?php echo $a_repo[$r]['r_adress']?></p >< p ><?php echo _("Ville")?><?php echo $a_repo[$r]['r_city']?></p >< p ><?php echo _("Pays")?><?php echo $a_repo[$r]['r_country']?></p >< p ><?php echo _("Téléphone")?><?php echo $a_repo[$r]['r_phone']?></p >< table class
Initial value:
"result">
        <tr>
                <th><?php echo _("Code")

Definition at line 37 of file stock_summary_list.php.

Definition at line 86 of file stock_summary_list.php.

 All Data Structures Namespaces Files Functions Variables Enumerations