adding some notes to borrower import
This commit is contained in:
parent
fc2c1f88b2
commit
e30f4c8d7b
1 changed files with 22 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue