VbzCart/pieces/item

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< VbzCart‎ | pieces
Revision as of 17:51, 15 February 2015 by Woozle (talk | contribs) (related concepts, table, code, classes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

An "item" in VbzCart is a particular work in a particular format/option, of which zero or more units may be in stock.

Examples:

  • a specific t-shirt design (title) in size XXL, longsleeve
  • a specific musical album as a CD

"Item" is the finest granularity with which the catalog represents items for sale. The stock-management interface can track stock items down to individual units if need be (e.g. collectible items with serial numbers), but this is not generally supported by the order management interface at present.

Related

Table

  1. REDIRECT Template:l/vc/table

Code

  1. REDIRECT Template:l/vc/code

Classes

  • collections:
    • clsItems (extends clsVbzTable)
  • singular:
    • clsItem (extends clsDataSet)