Difference between revisions of "VbzCart/pieces/supplier"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
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 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 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

  1. REDIRECT Template:l/vc/table

Code

  1. REDIRECT Template:l/vc/code

Classes

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