GUI portion of the category dialog, which abstracts the gui technology dependent
portion of the creating or modifying categories from the backend process.
Get ids of all items for category with id
TODO: For Miro: Figure out what this method means? Will it return items
from all subcategories or just the one specified? Should we call this main
or root?
Get ids of all items for category with id
TODO: For Miro: Figure out what this method means? Will it return items
from all subcategories or just the one specified? Should we call this main
or root?
GUI portion of the identification dialog, which abstracts the gui technology
dependent portion of the creating or modifying identifications from the
backend process.
Cached value of current consumable flag for the item since it affects
computation of average cost.
m_bFoundHolder -
Variable in class org.opensubsystems.inventory.data.Unit
If this is true then this instance is used to track found units we don't
know where they came from or what instance of unit for this item they
belong to.
This flag tells us if this item is by default assigned permanently (we
don't expect it to be returned back to inventory in some time interval
and therefore it is not declared missing after that time interval expires.
If true then this item is tracked uniquely by serial numbers or other
unique numbers (identificatio in general), if false, then it is tracked
just by quantity.
m_buttons -
Variable in class org.opensubsystems.inventory.application.swt.ItemBasicPage
Set of buttons next to the controls to edit the data.
This has to be nonnegative number less or equal to shipped count for all
units except for unit flagged as the "found holder" since for all normal
units we cannot issue more than we have available.
User has requirement to display categories in some particular order,
such as 1 1/2", 1", 1/2", 3/4" and 3/8" should be displayed as
3/8", 1/2", 3/4", 1" and 1 1/2".
User has requirement to display items in some particular order, such as
drill 1 1/2", drill 1", drill 1/2", drill 3/4" and drill 3/8" should be
displayed as drill 3/8", drill 1/2", drill 3/4", drill 1" and drill 1 1/2".
m_iExpenseType -
Variable in class org.opensubsystems.inventory.data.Item
List of selected subcategories.We need to store the entire categories in
here so that we have access to display order attribute to order the
categories correctly, therefore this list stores Category objects.
This is inventory wide unique number assigned by user, which allows them
to track uniquely their items independently from the manufacturer's
external numbers.
m_strName -
Variable in class org.opensubsystems.inventory.data.Category
Name of the category.
m_strName -
Variable in class org.opensubsystems.inventory.data.Inventory
Name of the inventory
m_strName -
Variable in class org.opensubsystems.inventory.data.Item
Name of the item.
m_strNameStem -
Variable in class org.opensubsystems.inventory.data.Item
The part of the name which doesn't contain the size information and
therefore it is the same for all items of the same type even if they have
different sizes.
m_strSize -
Variable in class org.opensubsystems.inventory.data.Item