www/prod_print.php

changeset 589
b6a73022abe7
parent 543
c062eb0dd7ce
child 622
39902353b159
equal deleted inserted replaced
588:73e24a609e88 589:b6a73022abe7
107 $this->Cell(45,5,$row['efficiency'].' %',0,0,'L',true); 107 $this->Cell(45,5,$row['efficiency'].' %',0,0,'L',true);
108 $this->Ln(); 108 $this->Ln();
109 109
110 $this->SetX($this->TableX); 110 $this->SetX($this->TableX);
111 $this->Cell(35,5,'Bierstijl',0,0,'L',true); 111 $this->Cell(35,5,'Bierstijl',0,0,'L',true);
112 $this->Cell(45,5,$row['st_name'],0,0,'L',true); 112 $st_name = iconv('UTF-8','windows-1252',$row['st_name']);
113 $this->Cell(45,5,$st_name,0,0,'L',true);
113 $this->Cell($vul,5,'',0,0,'L',false); 114 $this->Cell($vul,5,'',0,0,'L',false);
114 $this->Cell(35,5,'Installatie',0,0,'L',true); 115 $this->Cell(35,5,'Installatie',0,0,'L',true);
115 $this->Cell(45,5,$row['eq_name'],0,0,'L',true); 116 $this->Cell(45,5,$row['eq_name'],0,0,'L',true);
116 $this->Ln(); 117 $this->Ln();
117 118
1124 $this->SetX(45); 1125 $this->SetX(45);
1125 $this->Cell(17,5,'Datum:',0,0,'L'); 1126 $this->Cell(17,5,'Datum:',0,0,'L');
1126 $this->Cell(0,5,$prdate,0,1,'L'); 1127 $this->Cell(0,5,$prdate,0,1,'L');
1127 $this->SetX(45); 1128 $this->SetX(45);
1128 $this->Cell(17,5,'Stijl:',0,0,'L'); 1129 $this->Cell(17,5,'Stijl:',0,0,'L');
1129 $this->Cell(0,5,$row['st_name'],0,1,'L'); 1130 $st_name = iconv('UTF-8','windows-1252',$row['st_name']);
1131 $this->Cell(0,5,$st_name,0,1,'L');
1130 $this->SetX(45); 1132 $this->SetX(45);
1131 $this->Cell(17,5,'Fase:',0,0,'L'); 1133 $this->Cell(17,5,'Fase:',0,0,'L');
1132 $this->Cell(0,5,$stage[$row['stage']],0,1,'L'); 1134 $this->Cell(0,5,$stage[$row['stage']],0,1,'L');
1133 $this->SetX(45); 1135 $this->SetX(45);
1134 $this->Cell(17,5,'Batch:',0,0,'L'); 1136 $this->Cell(17,5,'Batch:',0,0,'L');

mercurial