VbzCart/docs/pieces/supplier: Difference between revisions
Jump to navigation
Jump to search
imported>Woozle (table, code, classes) |
imported>Woozle (tweaks) |
||
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''' 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''': |
Revision as of 18:34, 8 January 2016
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
- Template:Vbzcart/code
- Code revisions not yet submitted move this file to the /cat folder: Template:Vbzcart/code
Classes
- collections:
- clsSuppliers (extends clsVbzTable)
- singular:
- clsSupplier (extends clsDataSet)