View | Details | Raw Unified | Return to bug 5146
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tmpl (-5 / +6 lines)
Lines 142-149 Link Here
142
<div class="yui-u">
142
<div class="yui-u">
143
<h2>Notes:</h2>
143
<h2>Notes:</h2>
144
<ul>
144
<ul>
145
<li>The first line in the file must be a header row defining which columns you are supplying in the import file.</li>
145
<li><b>Download a starter CSV file with all the columns <a href="?sample=1">here</a>.</b>  Values are comma-separated.</li>
146
<li><b>Download a starter CSV file with all the columns <a href="?sample=1">here</a>.</b>  Values are comma-separated.</li>
146
<li>OR format your file in CSV format with the following fields:<ul><li>
147
<li>OR choose which fields you want to supply from the following list:<ul><li>
147
    <!-- TMPL_LOOP name="columnkeys" -->'<!-- TMPL_VAR name="key" -->', <!-- /TMPL_LOOP -->
148
    <!-- TMPL_LOOP name="columnkeys" -->'<!-- TMPL_VAR name="key" -->', <!-- /TMPL_LOOP -->
148
</li></ul></li>
149
</li></ul></li>
149
<!-- TMPL_IF NAME="ExtendedPatronAttributes" -->
150
<!-- TMPL_IF NAME="ExtendedPatronAttributes" -->
Lines 151-159 Link Here
151
</li>
152
</li>
152
<!-- /TMPL_IF -->
153
<!-- /TMPL_IF -->
153
<li>The fields 'branchcode' and 'categorycode' are <b>required</b> and <b>must match</b> valid entries in your database.</li>
154
<li>The fields 'branchcode' and 'categorycode' are <b>required</b> and <b>must match</b> valid entries in your database.</li>
154
<li>'password' should be stored in plaintext, and will be converted to a md5 hash (if your passwords are already encrypted, talk to your systems administrator about options).</li>
155
<li>'password' should be stored in plaintext, and will be converted to a MD5 hash (if your passwords are already encrypted, talk to your system administrator about options).</li>
155
<li>Date formats should match your system preference, and <b>must</b> be zero-padded, e.g. '01/02/2008'.</li>
156
<li>Date formats should match your system preference, and <b>must</b> be zero-padded, e.g. '01/02/2008'.  Alternatively,
156
<li>You may optionally include a header row, defining which columns you are supplying in the import file.</li>
157
you can supply dates in ISO format (e.g., '2010-10-28').
158
</li>
157
</ul>
159
</ul>
158
160
159
     </div>
161
     </div>
160
- 

Return to bug 5146