src/global.h

changeset 284
33bb98c33e6a
parent 283
242a68fa7186
child 285
f66df13aee7f
equal deleted inserted replaced
283:242a68fa7186 284:33bb98c33e6a
127 }; 127 };
128 128
129 129
130 struct Yeasts 130 struct Yeasts
131 { 131 {
132 QString y_name; 132 QString name;
133 QString y_laboratory; 133 QString laboratory;
134 QString y_product_id; 134 QString product_id;
135 double y_amount; 135 double amount;
136 int y_type; 136 int type;
137 int y_form; 137 int form;
138 double y_min_temperature; 138 double min_temperature;
139 double y_max_temperature; 139 double max_temperature;
140 int y_flocculation; 140 int flocculation;
141 double y_attenuation; 141 double attenuation;
142 double y_cells; 142 double cells;
143 double y_tolerance; 143 double tolerance;
144 int y_use; 144 int use;
145 bool y_sta1; 145 bool sta1;
146 bool y_bacteria; 146 bool bacteria;
147 bool y_harvest_top; 147 bool harvest_top;
148 int y_harvest_time; 148 int harvest_time;
149 double y_pitch_temperature; 149 double pitch_temperature;
150 bool y_pofpos; 150 bool pofpos;
151 int y_zymocide; 151 int zymocide;
152 int y_gr_hl_lo; 152 int gr_hl_lo;
153 double y_sg_lo; 153 double sg_lo;
154 int y_gr_hl_hi; 154 int gr_hl_hi;
155 double y_sg_hi; 155 double sg_hi;
156 double y_cost; 156 double cost;
157 double y_inventory; ///< In product, current inventory. 157 double inventory; ///< In product, current inventory.
158 bool y_avail; ///< Product available in database. 158 bool avail; ///< Product available in database.
159 }; 159 };
160 160
161 161
162 struct Mashs 162 struct Mashs
163 { 163 {

mercurial