BigBlueBox
An Inventory Management System for a NYLT Course or other Boy Scout Programs
|
Ui Object Layer : Inventory Table Row. More...
#include <item.h>
Additional Inherited Members | |
Public Member Functions inherited from bbb::Item | |
Item () | |
Default no-args constructor. More... | |
QString | categoryIntToQString (int cat) |
Uses the toString method in catagory class. More... | |
Public Attributes inherited from bbb::Item | |
QString | itemName |
Item Name. More... | |
int | quantity |
Item Quantity. More... | |
int | effectiveOnHand |
Item Effective OnHand. More... | |
int | boxNum |
Box item is in Replaced by box string. More... | |
QString | boxStr |
Box item is in. More... | |
bool | canExpire |
If it can expire. More... | |
bbb::Category::categoryType | category |
Category::categoryType. More... | |
QDateTime | dateModified |
Date it was modified. More... | |
QString | modifiedBy |
User who last modified the item. More... | |