VbzCart/pieces/supplier: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
table, code, classes |
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''': | ||
Latest 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
- vbz-cat-supp.php
- Code revisions not yet submitted move this file to the /cat folder: cat/vbz-cat-supp.php
Classes
- collections:
- clsSuppliers (extends clsVbzTable)
- singular:
- clsSupplier (extends clsDataSet)
