VbzCart/docs/pieces/supplier: Difference between revisions

From Woozle Writes Code
< VbzCart‎ | docs‎ | pieces
Jump to navigation Jump to search
imported>Woozle
(table, code, classes)
 
m (Woozle moved page VbzCart/VbzCart/pieces/supplier to VbzCart/docs/pieces/supplier without leaving a redirect: part 2)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
==About==
==About==
A '''supplier''' is a source from which stock can be purchased (presumably at wholesale prices). A supplier may have zero or more {{l/same|department}}s. A supplier with zero departments can still have {{l/same|title}}s.
A '''supplier''' is a source from which stock can be purchased (presumably at wholesale prices). A supplier may have zero or more {{l/same|department}}s. Departments are optional; a supplier with no departments can still have {{l/same|title}}s.
==Table==
==Table==
* {{vbzcart/table|cat_titles}}
* {{vbzcart/table|cat_titles}}
==Code==
==Code==
* {{vbzcart/code|vbz-cat-supp.php}}
* {{vbzcart/code|vbz-cat-supp.php}}
** Code revisions not yet submitted move this file to the /cat folder: {{vbzcart/code|cat/vbz-cat-supp.php}}
==Classes==
==Classes==
* '''collections''':
* '''collections''':

Latest revision as of 01:55, 25 February 2024

About

A supplier is a source from which stock can be purchased (presumably at wholesale prices). A supplier may have zero or more departments. Departments are optional; a supplier with no departments can still have titles.

Table

Code

Classes

  • collections:
    • clsSuppliers (extends clsVbzTable)
  • singular:
    • clsSupplier (extends clsDataSet)