noalyss Version-9
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
 
 if (count($a_card)==0) echo '< span class
 

Detailed Description

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

Definition in file stock_summary_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,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

$sep =" ,"

Definition at line 85 of file stock_summary_list.php.

◆ ($r=0;$r< count($a_repo);$r++)

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")
th($p_string, $p_extra='', $raw='')
Definition: ac_common.php:58
tr($p_string, $p_extra='')
Definition: ac_common.php:88

Definition at line 37 of file stock_summary_list.php.

◆ endfor

endfor

Definition at line 86 of file stock_summary_list.php.

◆ if

if(count( $a_card)==0) echo '< span class ( count( $a_card)  = = 0)
Initial value:
="notice">'._("Changement manuel").'</span>';
?>
</td>
<td class="num">
<?php echo nbm($a_stock[$s]['qin'])
span($p_string, $p_extra='')
Definition: ac_common.php:43

Definition at line 87 of file stock_summary_list.php.