Bugzilla – Attachment 65363 Details for
Bug 19012
Note additional columns that are required during patron import
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19012 - Note additional columns that are required during patron import
Bug-19012---Note-additional-columns-that-are-requi.patch (text/plain), 2.92 KB, created by
Nick Clemens (kidclamp)
on 2017-07-31 16:17:55 UTC
(
hide
)
Description:
Bug 19012 - Note additional columns that are required during patron import
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-07-31 16:17:55 UTC
Size:
2.92 KB
patch
obsolete
>From c58731e52611b5ce76485c133e0e0535cf117eb5 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 31 Jul 2017 16:13:20 +0000 >Subject: [PATCH] Bug 19012 - Note additional columns that are required during > patron import > >This adds surname and cardnumber to the list of required columns on the >import tool screen and help page > >To test: >Read the updated notes, verify it is true and understandable >--- > koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/import_borrowers.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/import_borrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/import_borrowers.tt >index 88b246f..8852e60 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/import_borrowers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/import_borrowers.tt >@@ -18,7 +18,7 @@ > > <p style="color: #990000;">Important: Date formats should match your system preference, and must be zero-padded, e.g. '01/02/2008'.</p> > >-<p style="color: #990000;">Important: The fields 'branchcode' and 'categorycode' are required and must match valid entries in your database.</p> >+<p style="color: #990000;">Important: The fields 'cardnumber', 'surname', 'branchcode', and 'categorycode' are required. Branchcode and categorycode must match valid entries in your database.</p> > > <p style="background-color: #ffe599">Tip : If loading patron attributes, the 'patron_attributes' field should contain a comma-separated list of attribute types and values.</p> > <ul> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt >index 7e8245d..a5f95c7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt >@@ -228,7 +228,7 @@ If an input record has more than one attribute, the fields should either be ente > <ul><li>Example 3: "STARTDATE:January 1, 2010","TRACK:Day"</li></ul> > The second syntax would be required if the data might have a comma in it, like a date string.</li> > [% END %] >-<li><b>Required fields: </b>The fields 'branchcode' and 'categorycode' are required and must match valid entries in your database.</li> >+<li><b>Required fields: </b>The fields 'cardnumber', 'surname', 'branchcode', and 'categorycode' are required. Branchcode and categorycode must match valid entries in your database.</li> > <li><b>Password: </b>Values for the field 'password' should be stored in plaintext, and will be converted to a Bcrypt hash (if your passwords are already encrypted, talk to your system administrator about options).</li> > <li><b>Date formats: </b> Date values should match your system preference, and must be zero-padded. > <ul><li>Example: '01/02/2008'</li></ul> >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 19012
:
65363
|
65693
|
90419
|
90708
|
90721
|
90856
|
91328