The Patron Identifier should be auto generated, since names are not unique enough and the end user isn't as good at unique autoincrements as databases are...
The Patron Identifier should be auto generated, since names are not unique enough and the end user isn't as good at unique autoincrements as databases are...
Comments
Comment #1
jastraat commentedThis is probably a good idea. :) I'm using the node ID as the real unique identifier. The reason I left the 'title' identifier up to the user was in case a library already had a system of barcodes in place and wanted to use their existing IDs. I could add an option to auto-generate them though... What do you think?
Comment #2
markj commentedI think is a really good idea, maybe even a link or button next to the field that pasted the nod ID into the field, or a global option in the admin settings.
Comment #3
jastraat commentedComment #4
batje commentedYou could also use the token module, perhaps.
Or have a look at the autotitle module http://drupal.org/project/autotitle
The latter might be a very fast shortcut for this issue :-)
Comment #5
jastraat commentedThank you for the suggestion. :)
That sounds like a better idea than implementing my own version of automatic node titles.
Comment #6
jastraat commentedPatron module is being replaced with the core user module. (http://drupal.org/node/814986) As a result, this functionality won't be needed. Username will be the only unique identifier, and folks will be able to user a module like user import (http://drupal.org/project/user_import) to create their lists of patrons.