VbzCart/docs/pieces/title

From Woozle Writes Code
< VbzCart‎ | docs‎ | pieces
Jump to navigation Jump to search

A "title" in VbzCart is a work of some kind which might be available in multiple formats.

Examples:

  • a t-shirt with particular artwork that might be available in multiple sizes, sleeve-lengths, etc.
  • a musical album that might be available as a CD, a download, or 12" vinyl

Each format/size of a given title constitutes an "item", which may have zero or more units in stock.

Related

Table

Code

Classes

  • collections:
    • clsVbzTitles (extends clsVbzTable)
  • singular:
    • clsVbzTitle (extends clsDataSet)