www/rec_print.php

changeset 88
0a39cbdcf085
parent 87
7f1d0abe5571
child 89
082c23b26055
equal deleted inserted replaced
87:7f1d0abe5571 88:0a39cbdcf085
406 $this->Cell(35,5,'Eind SG',0,0,'L',true); 406 $this->Cell(35,5,'Eind SG',0,0,'L',true);
407 $this->Cell(25,5,sprintf("%.3f",$row['est_fg']),0,0,'L',true); 407 $this->Cell(25,5,sprintf("%.3f",$row['est_fg']),0,0,'L',true);
408 $this->Cell(25,5,'('.sprintf("%.3f",$row['st_fg_min']).' - '.sprintf("%.3f",$row['st_fg_max']).')',0,0,'L',true); 408 $this->Cell(25,5,'('.sprintf("%.3f",$row['st_fg_min']).' - '.sprintf("%.3f",$row['st_fg_max']).')',0,0,'L',true);
409 $this->Ln(); 409 $this->Ln();
410 410
411 $row['est_abv'] = abvol($row['est_og'], $row['est_fg']);
411 $this->SetX($this->TableX); 412 $this->SetX($this->TableX);
412 $this->Cell(35,5,'Geschat alcohol',0,0,'L',true); 413 $this->Cell(35,5,'Geschat alcohol',0,0,'L',true);
413 $this->Cell(25,5,sprintf("%.1f",$row['est_abv']).'%',0,0,'L',true); 414 $this->Cell(25,5,sprintf("%.1f",$row['est_abv']).'%',0,0,'L',true);
414 $this->Cell(25,5,'('.sprintf("%.1f",$row['st_abv_min']).' - '.sprintf("%.1f",$row['st_abv_max']).'%)',0,0,'L',true); 415 $this->Cell(25,5,'('.sprintf("%.1f",$row['st_abv_min']).' - '.sprintf("%.1f",$row['st_abv_max']).'%)',0,0,'L',true);
415 $this->Cell($vul,5,'',0,0,'L',false); 416 $this->Cell($vul,5,'',0,0,'L',false);

mercurial