View Revisions: Issue #902

Summary 0000902: Add tag prefix to job ticket number
Revision 2017-12-14 09:33 by rijkr
Description SOLL: Add an option to categorize a job ticket by prepending a tag to the generated number. Configuration items:
(1) "jobticket.tags" : a comma separated list of Job Ticket tags to be applied as job ticker number prefix. Each tag on the list is formatted as "TAG/word", where "TAG" is a unique N-letter upper-case mnemonic, "/" is a fixed separator, and "word" is a case-sensitive single word used in UI context.
E.g. "MATH/Maths,PHYS/Physics,CHEM/Chemistry". When "MATH" tag is applied, a generated ticket number looks like "MATH/EE1-FA3E-6596".
(2) "jobticket.tags.enable" : Y | N (default) to enable "jobticket.tags"
(3) "jobticket.tags.required" : Y (default) | N, to make use a tag compulsory.
Revision 2017-12-11 21:11 by rijkr
Description SOLL: Add an option to categorize a job ticket by prepending a tag to the generated number. Configuration items:
(1) "jobticket.tags" : a comma separated list of Job Ticket tags to be applied as job ticker number prefix. Each tag on the list is formatted as "TAG/word", where "TAG" is a unique N-letter upper-case mnemonic, "/" is a fixed separator, and "word" is a case-sensitive single word used in UI context.
E.g. "MATH/Maths,PHYS/Physics,CHEM/Chemistry". When "MATH" tag is applied, a generated ticket number looks like "MATH/EE1-FA3E-6596".
(2) "jobticket.tags.enable" : Y | N (default) to enable "jobticket.tags"