VbzCart/docs/pieces/title: Difference between revisions

From Woozle Writes Code
< VbzCart‎ | docs‎ | pieces
Jump to navigation Jump to search
imported>Woozle
(related concepts, table, code, classes)
m (Woozle moved page VbzCart/VbzCart/pieces/title to VbzCart/docs/pieces/title without leaving a redirect: part 2)
 
(No difference)

Latest revision as of 01:55, 25 February 2024

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)