adding some notes to borrower import

This commit is contained in:
Joshua Ferraro 2007-10-28 23:11:13 -05:00
parent fc2c1f88b2
commit e30f4c8d7b

View file

@ -51,6 +51,28 @@
</li></ol></fieldset><input type="submit" value="Import" />
</form>
<!-- /TMPL_IF -->
<div>
<h2>Notes:</h2>
<ul>
<li>Format the file in CSV format with the following fields:</li>
<li>
'cardnumber', 'surname', 'firstname', 'title',
'othernames', 'initials', 'streetnumber', 'streettype',
'address', 'address2', 'city', 'zipcode',
'email', 'phone', 'mobile', 'fax',
'emailpro', 'phonepro', 'B_streetnumber', 'B_streettype',
'B_address', 'B_city', 'B_zipcode', 'B_email',
'B_phone', 'dateofbirth', 'branchcode', 'categorycode',
'dateenrolled', 'dateexpiry', 'gonenoaddress', 'lost',
'debarred', 'contactname', 'contactfirstname', 'contacttitle',
'borrowernotes', 'relationship', 'ethnicity', 'ethnotes',
'sex', 'userid', 'opacnote', 'contactnote',
'password', 'sort1', 'sort2'
</li>
<li>Please make sure the 'branchcode' and 'categorycode' are valid entries in your database</li>
<li>password should be stored as a md5 hash</li>
</ul>
</div>
</div>
</div>