Difference between revisions of "VbzCart/pieces/supplier"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
|  (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
- REDIRECT Template:l/vc/table
Code
- REDIRECT Template:l/vc/code
- 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)