Plugins  LAST
 All Data Structures Files Functions Variables Pages
Variables
material_listing.php File Reference

Go to the source code of this file.

Variables

nbsp
 
 $tot_purchase =0
 
 $tot_amorti =0
 
 $tot_remain =0
 
for($i=0;$i< Database::num_row($ret);$i++) $row =$amort->next($ret,$i)
 
 $fiche =new Fiche($cn,$row->f_id)
 
 $detail =detail_material($row->f_id,$fiche->strAttribut(ATTR_DEF_QUICKCODE))
 
 $amortized =$cn->get_value("select coalesce(sum(h_amount),0) from amortissement.amortissement_histo where a_id=$1",array($row->a_id))
 
 $remain =bcsub($row->a_amount,$amortized)
 
 endfor
 

Variable Documentation

$amortized =$cn->get_value("select coalesce(sum(h_amount),0) from amortissement.amortissement_histo where a_id=$1",array($row->a_id))

Definition at line 55 of file material_listing.php.

$detail =detail_material($row->f_id,$fiche->strAttribut(ATTR_DEF_QUICKCODE))

Definition at line 48 of file material_listing.php.

Referenced by Anc_Grandlivre_Ext\display_html().

$fiche =new Fiche($cn,$row->f_id)

Definition at line 46 of file material_listing.php.

$remain =bcsub($row->a_amount,$amortized)

Definition at line 56 of file material_listing.php.

Referenced by Amortissement_Table_PDF\export().

for ($i=0;$i< Database::num_row($ret);$i++) $row =$amort->next($ret,$i)
$tot_amorti =0

Definition at line 41 of file material_listing.php.

Referenced by Amortissement_Material_PDF\export().

$tot_purchase =0

Definition at line 41 of file material_listing.php.

Referenced by Amortissement_Material_PDF\export().

$tot_remain =0

Definition at line 41 of file material_listing.php.

Referenced by Amortissement_Material_PDF\export().

endfor

Definition at line 63 of file material_listing.php.

& nbsp

Definition at line 29 of file material_listing.php.