Difference between revisions of "ID Numbers"
Line 15: | Line 15: | ||
||LIST||Value must be taken from a predefined list||MOMA.PER.101; MOMA.ORG.102 (CONSTANT.LIST.SERIAL) | ||LIST||Value must be taken from a predefined list||MOMA.PER.101; MOMA.ORG.102 (CONSTANT.LIST.SERIAL) | ||
|- | |- | ||
− | || | + | ||YEAR||Only valid four digit years are allowed, and if empty will default to the current year.||ORG.2012.101 |
− | ( | + | (LIST.YEAR.SERIAL) |
|- | |- | ||
||CONSTANT||Is always set to a constant alphanumeric value and cannot be changed. ||MOMA.101; MOMA.102 | ||CONSTANT||Is always set to a constant alphanumeric value and cannot be changed. ||MOMA.101; MOMA.102 |
Revision as of 16:09, 3 October 2012
ID numbers are the numeric and/or textual strings used to refer to data items in your CollectiveAccess system. Museum collection ID numbers usually correspond to accession numbers and archival systems IDs are often synonymous with catalogue numbers. Although these numbers are frequently unique and consistent with a format standard, such requirements are not forced in the software: users can set their own preferences in the configuration file multipart_id_numbering.conf in the app/conf directory.
There are nine parameters supported by the numbering plugin that can be used alone or in combination to create ID numbers:
FREE | Any input is allowed | 34G7H; 99F32 |
SERIAL | Only letters and numbers are accepted. Can automatically generate numbers in sequence. | 101; 102 ; 103 (SERIAL)
34G7H.101; 99F32.102 (FREE.SERIAL) |
CONSTANT | Is always set to a constant alphanumeric value and cannot be changed. | MOMA.101; MOMA.102
(CONSTANT.SERIAL) |
LIST | Value must be taken from a predefined list | MOMA.PER.101; MOMA.ORG.102 (CONSTANT.LIST.SERIAL) |
YEAR | Only valid four digit years are allowed, and if empty will default to the current year. | ORG.2012.101
(LIST.YEAR.SERIAL) |
CONSTANT | Is always set to a constant alphanumeric value and cannot be changed. | MOMA.101; MOMA.102
(CONSTANT.SERIAL) |
CONSTANT | Is always set to a constant alphanumeric value and cannot be changed. | MOMA.101; MOMA.102
(CONSTANT.SERIAL) |
CONSTANT | Is always set to a constant alphanumeric value and cannot be changed. | MOMA.101; MOMA.102
(CONSTANT.SERIAL) |
CONSTANT | Is always set to a constant alphanumeric value and cannot be changed. | MOMA.101; MOMA.102
(CONSTANT.SERIAL) |