src/global.h

changeset 280
efc213beb605
parent 279
8540fd0166e7
child 282
d1d208a857b0
equal deleted inserted replaced
279:8540fd0166e7 280:efc213beb605
107 }; 107 };
108 108
109 109
110 struct Miscs 110 struct Miscs
111 { 111 {
112 QString m_name; 112 QString name;
113 double m_amount; 113 QString notes;
114 int m_type; 114 QString use_for;
115 int m_use_use; 115 double amount;
116 double m_time; 116 int type;
117 bool m_amount_is_weight; 117 int use_use;
118 double m_cost; 118 double time;
119 double m_inventory; ///< In product, current inventory. 119 bool amount_is_weight;
120 bool m_avail; ///< Product available in database. 120 bool always_on_stock;
121 double cost;
122 double inventory; ///< In product, current inventory.
123 bool avail; ///< Product available in database.
121 }; 124 };
122 125
123 126
124 struct Yeasts 127 struct Yeasts
125 { 128 {

mercurial