Bugzilla – Attachment 65693 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]
[SIGNED OFF] Bug 19012 - Note additional columns that are required during patron import
SIGNED-OFF-Bug-19012---Note-additional-columns-tha.patch (text/plain), 2.99 KB, created by
Katrin Fischer
on 2017-08-08 21:54:40 UTC
(
hide
)
Description:
[SIGNED OFF] Bug 19012 - Note additional columns that are required during patron import
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2017-08-08 21:54:40 UTC
Size:
2.99 KB
patch
obsolete
>From 85acdc37a6c99308d95a74736c517fe6905b7afb Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 31 Jul 2017 16:13:20 +0000 >Subject: [PATCH] [SIGNED OFF] 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 > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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 ea3a3c9..c92a717 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 >@@ -219,7 +219,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.7.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