src/EditProduct.cpp

changeset 423
8cb46020796a
parent 413
8ea791d4cab6
child 436
d1a6c269ba6a
equal deleted inserted replaced
422:d7907c91f746 423:8cb46020796a
179 product->eq_tun_volume = product->eq_tun_height = 20; 179 product->eq_tun_volume = product->eq_tun_height = 20;
180 product->eq_tun_weight = 2; 180 product->eq_tun_weight = 2;
181 product->eq_top_up_water = 0; 181 product->eq_top_up_water = 0;
182 product->eq_trub_chiller_loss = 0.5; 182 product->eq_trub_chiller_loss = 0.5;
183 product->eq_evap_rate = 1.8; 183 product->eq_evap_rate = 1.8;
184 product->eq_calc_boil_volume = true; 184 // product->eq_calc_boil_volume = true;
185 product->eq_top_up_kettle = 0; 185 product->eq_top_up_kettle = 0;
186 product->eq_hop_utilization = 100; 186 // product->eq_hop_utilization = 100;
187 product->eq_lauter_volume = product->eq_lauter_height = product->eq_kettle_volume = product->eq_kettle_height = product->eq_mash_volume = 20; 187 // product->eq_lauter_volume = product->eq_lauter_height =
188 product->eq_kettle_volume = product->eq_kettle_height = product->eq_mash_volume = 20;
188 product->eq_lauter_deadspace = 0.5; 189 product->eq_lauter_deadspace = 0.5;
189 product->eq_mash_max = 6; 190 product->eq_mash_max = 6;
190 product->eq_efficiency = 75; 191 product->eq_efficiency = 75;
191 product->birth = QDate::currentDate(); 192 product->birth = QDate::currentDate();
192 product->stage = product->inventory_reduced = PROD_STAGE_PLAN; 193 product->stage = product->inventory_reduced = PROD_STAGE_PLAN;

mercurial