www/js/prod_edit.js

changeset 518
00e110567fee
parent 515
9d771385a8a0
child 525
8bbc5730aaa8
--- a/www/js/prod_edit.js	Thu Oct 17 20:46:48 2019 +0200
+++ b/www/js/prod_edit.js	Fri Oct 18 13:06:12 2019 +0200
@@ -5174,8 +5174,11 @@
  $('#est_fg2').jqxNumberInput(Show3dec);
  $('#est_abv2').jqxTooltip({ content: 'Alcohol volume %. Dit wordt automatisch berekend.' });
  $('#est_abv2').jqxNumberInput(Smal1dec);
+ $('#yeast_cells').jqxTooltip({ content: 'Het aantal beschikbare gistcellen zonder eventuele starter.' });
  $('#yeast_cells').jqxNumberInput(Show1dec);
+ $('#need_cells').jqxTooltip({ content: 'Het aantal nodige cellen is afhankelijk van het biertype.' });
  $('#need_cells').jqxNumberInput(Show1dec);
+ $('#plato_cells').jqxTooltip({ content: 'De berekende hoeveelheid gistcellen in miljard per ml per graad Plato. Dit is de zogenaamde pitchrate.' });
  $('#plato_cells').jqxNumberInput(Show2dec);
  $('#popupYeast').jqxWindow({
   width: 800,
@@ -5304,14 +5307,19 @@
    autoDropDownHeight: true
   });
   $('#prop' + i + '_type').hide();
+  $('#prop' + i + '_volume').jqxTooltip({ content: 'Het volume van deze starter stap.' });
   $('#prop' + i + '_volume').jqxNumberInput(Spin3dec);
   $('#prop' + i + '_volume').hide();
+  $('#prop' + i + '_irate').jqxTooltip({ content: 'Voor de beste gistgroei, houd de injectie factor tussen de 25 en 100 miljoen cellen per ml.' });
   $('#prop' + i + '_irate').jqxNumberInput(Show1dec);
   $('#prop' + i + '_irate').hide();
+  $('#prop' + i + '_ncells').jqxTooltip({ content: 'Het aantal miljard nieuwe gistcellen in deze stap.' });
   $('#prop' + i + '_ncells').jqxNumberInput(Show1dec);
   $('#prop' + i + '_ncells').hide();
+  $('#prop' + i + '_tcells').jqxTooltip({ content: 'Het totaal aantal miljard gistcellen na deze stap.' });
   $('#prop' + i + '_tcells').jqxNumberInput(Show1dec);
   $('#prop' + i + '_tcells').hide();
+  $('#prop' + i + '_growf').jqxTooltip({ content: 'De groeifactor, minstens 1. Ongeroerde starters komen meestal niet boven de 3.' });
   $('#prop' + i + '_growf').jqxNumberInput(Show2dec);
   $('#prop' + i + '_growf').hide();
  }
@@ -5325,7 +5333,9 @@
   height: 23,
   autoDropDownHeight: true
  });
+ $('#starter_sg').jqxTooltip({ content: 'Het ideale starter SG moet tussen de 1.030 en 1.040 zijn. Optimaal is 1.037.' });
  $('#starter_sg').jqxNumberInput(SGopts);
+ $('#starter_viability').jqxTooltip({ content: 'De gist conditie te berekenen vanaf de productie datum. Vloeibare gist verlist iedere maand ongeveer 20% active cellen.' });
  $('#starter_viability').jqxNumberInput(Perc0);
  $('#starter_try').jqxButton({ template: 'primary', width: '100px', height: 23, theme: theme });
 

mercurial