www/js/prod_new.js

changeset 243
b43214d218c0
parent 240
a85c1d4c4d12
child 254
3d61397fe9cd
equal deleted inserted replaced
242:97c237654ddd 243:b43214d218c0
264 eq_batch_size: parseFloat($("#eq_batch_size").jqxNumberInput('decimal')), 264 eq_batch_size: parseFloat($("#eq_batch_size").jqxNumberInput('decimal')),
265 eq_tun_volume: parseFloat($("#eq_tun_volume").jqxNumberInput('decimal')), 265 eq_tun_volume: parseFloat($("#eq_tun_volume").jqxNumberInput('decimal')),
266 eq_tun_weight: parseFloat($("#eq_tun_weight").jqxNumberInput('decimal')), 266 eq_tun_weight: parseFloat($("#eq_tun_weight").jqxNumberInput('decimal')),
267 eq_tun_specific_heat: parseFloat($("#eq_tun_specific_heat").jqxNumberInput('decimal')), 267 eq_tun_specific_heat: parseFloat($("#eq_tun_specific_heat").jqxNumberInput('decimal')),
268 eq_tun_material: tun_material, 268 eq_tun_material: tun_material,
269 eq_tun_height: parseFloat($("#eq_tun_height").jqxNumberInput('decimal')), 269 eq_tun_height: parseFloat($("#eq_tun_height").jqxNumberInput('decimal')) / 100,
270 eq_top_up_water: parseFloat($("#eq_top_up_water").jqxNumberInput('decimal')), 270 eq_top_up_water: parseFloat($("#eq_top_up_water").jqxNumberInput('decimal')),
271 eq_trub_chiller_loss: parseFloat($("#eq_trub_chiller_loss").jqxNumberInput('decimal')), 271 eq_trub_chiller_loss: parseFloat($("#eq_trub_chiller_loss").jqxNumberInput('decimal')),
272 eq_evap_rate: parseFloat($("#eq_evap_rate").jqxNumberInput('decimal')), 272 eq_evap_rate: parseFloat($("#eq_evap_rate").jqxNumberInput('decimal')),
273 eq_boil_time: parseFloat($("#eq_boil_time").jqxNumberInput('decimal')), 273 eq_boil_time: parseFloat($("#eq_boil_time").jqxNumberInput('decimal')),
274 eq_calc_boil_volume: $("#eq_calc_boil_volume").val(), 274 eq_calc_boil_volume: $("#eq_calc_boil_volume").val(),
275 eq_top_up_kettle: parseFloat($("#eq_top_up_kettle").jqxNumberInput('decimal')), 275 eq_top_up_kettle: parseFloat($("#eq_top_up_kettle").jqxNumberInput('decimal')),
276 eq_hop_utilization: parseFloat($("#eq_hop_utilization").jqxNumberInput('decimal')), 276 eq_hop_utilization: parseFloat($("#eq_hop_utilization").jqxNumberInput('decimal')),
277 eq_notes: $("#eq_notes").val(), 277 eq_notes: $("#eq_notes").val(),
278 eq_lauter_volume: parseFloat($("#eq_lauter_volume").jqxNumberInput('decimal')), 278 eq_lauter_volume: parseFloat($("#eq_lauter_volume").jqxNumberInput('decimal')),
279 eq_lauter_height: parseFloat($("#eq_lauter_height").jqxNumberInput('decimal')), 279 eq_lauter_height: parseFloat($("#eq_lauter_height").jqxNumberInput('decimal')) / 100,
280 eq_lauter_deadspace: parseFloat($("#eq_lauter_deadspace").jqxNumberInput('decimal')), 280 eq_lauter_deadspace: parseFloat($("#eq_lauter_deadspace").jqxNumberInput('decimal')),
281 eq_kettle_volume: parseFloat($("#eq_kettle_volume").jqxNumberInput('decimal')), 281 eq_kettle_volume: parseFloat($("#eq_kettle_volume").jqxNumberInput('decimal')),
282 eq_kettle_height: parseFloat($("#eq_kettle_height").jqxNumberInput('decimal')), 282 eq_kettle_height: parseFloat($("#eq_kettle_height").jqxNumberInput('decimal')) / 100,
283 eq_mash_volume: parseFloat($("#eq_mash_volume").jqxNumberInput('decimal')), 283 eq_mash_volume: parseFloat($("#eq_mash_volume").jqxNumberInput('decimal')),
284 eq_mash_max: parseFloat($("#eq_mash_max").jqxNumberInput('decimal')), 284 eq_mash_max: parseFloat($("#eq_mash_max").jqxNumberInput('decimal')),
285 eq_efficiency: parseFloat($("#eq_efficiency").jqxNumberInput('decimal')), 285 eq_efficiency: parseFloat($("#eq_efficiency").jqxNumberInput('decimal')),
286 brew_date_start: '', 286 brew_date_start: '',
287 brew_mash_ph: 0.0, 287 brew_mash_ph: 0.0,

mercurial