www/prod_checklist.php

changeset 740
04c0e444e48e
parent 739
bb923d2cbc35
child 755
509510586665
equal deleted inserted replaced
739:bb923d2cbc35 740:04c0e444e48e
189 $s = sprintf("%.2f",$item3['m_amount']*1000 * $factor).$unit.'`'; 189 $s = sprintf("%.2f",$item3['m_amount']*1000 * $factor).$unit.'`';
190 $s .= iconv('UTF-8','windows-1252',$item3['m_name']).'` toevoegen'; 190 $s .= iconv('UTF-8','windows-1252',$item3['m_name']).'` toevoegen';
191 $this->Checkline($s); 191 $this->Checkline($s);
192 } 192 }
193 } 193 }
194 $this->Checkline($item['step_time'].' min. bij '.$item['step_temp'].' '.DEG.'C'); 194 $this->CheckInput($item['step_time'].' min. bij '.$item['step_temp'].' '.DEG.'C', 'Brix');
195 $this->CheckInput('pH meten en bijstellen (doel pH beslag: '.sprintf("%.1f",$row['mash_ph']).' pH)', 'pH'); 195 $this->CheckInput('pH meten en bijstellen (doel pH beslag: '.sprintf("%.1f",$row['mash_ph']).' pH)', 'pH');
196 } else { 196 } else {
197 if ($item['step_type'] == 0) { // Infusion 197 if ($item['step_type'] == 0) { // Infusion
198 $s = 'toevoegen '.sprintf("%.1f",$item['step_infuse_amount'] * $factor).' liter water van '; 198 $s = 'toevoegen '.sprintf("%.1f",$item['step_infuse_amount'] * $factor).' liter water van ';
199 $s .= $item['step_infuse_temp'].' '.DEG.'C'; 199 $s .= $item['step_infuse_temp'].' '.DEG.'C';

mercurial