VbzCart/docs/tables/cat depts/archive: Difference between revisions
Jump to navigation
Jump to search
imported>Woozle (Created page with "==Fields (before 2016-11-28)== * '''CatKey''': the keystring which gets added to the catalog number for Titles in this Department. ** Each Title's catalog number is: [Supplier...") |
m (Woozle moved page VbzCart/VbzCart/tables/cat depts/archive to VbzCart/docs/tables/cat depts/archive without leaving a redirect: part 3/5) |
(No difference)
|
Latest revision as of 01:56, 25 February 2024
Fields (before 2016-11-28)
- CatKey: the keystring which gets added to the catalog number for Titles in this Department.
- Each Title's catalog number is: [Supplier CatKey]-[Department CatKey]-[Title CatKey], unless Department.CatKey is NULL.
- May be NULL, in which case Department is just being used as a way of grouping Titles, and Title catalog number is [Supplier CatKey]-[Title CatKey].
- PageKey: the keystring which is used to build the folder for exhibiting this Department. Does not affect catalog number.
- If NULL, use CatKey.
- CatKey and PageKey should only both be NULL if there is only one Department for the Supplier. (In that case the Supplier should be able to have zero Departments, but I'm not sure if the code has been tested for this.)