Vendor Model - RyanMarinoff/ISW-Prism GitHub Wiki
Vendors are the manufacturers of the product. Volusion has a separate section within the database for the vendor information. For this program, very little is currently needed for Vendors. Bare minimum is used to represent the vendors.
Description | Type | Field | CSV Name |
---|---|---|---|
Vendor ID | [int] | ID | vendor_id |
Name of Vendor | [string] | Title | vendor_title |
PO Template | [string] | PoTemplate | vendor_po_template |
Note: PO Template is not really used within the internal workings of the site, I include it to fix any missing information for future use. |