//exit;
/*$query ="select STD.Spesifikasi,STD.NilaiStandar,STD.Keterangan,STD.TglUpdate,K.Kelompok_ID,K.Uraian from StandarHarga as STD 
left outer join Kelompok as K on STD.Kelompok_ID=K.Kelompok_ID  
where STD.StatusPemeliharaan is not null";*/
//echo $query;

//mengenerate query
$result_query=$REPORT->retrieve_query($query);

//set gambar untuk laporan
//echo $url_rewrite;
$gambar=$REPORT->getLogo('bireun', $url_rewrite);

//echo $gambar;
//retrieve html
$html=$REPORT->retrieve_html_standarhargabarang($result_query, $gambar);



//print html
$count = count($html);

//echo "$query ";

/*
for ($i = 0; $i < $count; $i++) {
     
     echo $html[$i];     
}
*/