src/global.h

changeset 482
e13763ec829f
parent 480
94b3def5d778
child 487
04c67c9f903c
equal deleted inserted replaced
481:8a25dbe682eb 482:e13763ec829f
179 int gr_hl_hi; 179 int gr_hl_hi;
180 double sg_hi; 180 double sg_hi;
181 double cost; 181 double cost;
182 double inventory; ///< In product, current inventory. 182 double inventory; ///< In product, current inventory.
183 bool avail; ///< Product available in database. 183 bool avail; ///< Product available in database.
184 }; 184 QString yp_uuid; ///< Yeast Package uuid or NULL.
185 185 QString yp_package; ///< Package name.
186 186 double yp_cells; ///< Cells per package.
187 struct YeastPacks 187 double yp_viability; ///< Viability degradation per month.
188 { 188 int yp_max; ///< Maximum viability percent.
189 QString laboratory; 189 double yp_size; ///< Yeast Package size in kg or liter.
190 QString package;
191 QString notes;
192 int form;
193 double cells;
194 double viability;
195 double size;
196 }; 190 };
197 191
198 192
199 struct MashSteps 193 struct MashSteps
200 { 194 {

mercurial