From 7d3500a768add67d91b9a219042ce99b51e27695 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 28 Oct 2010 07:54:23 -0400 Subject: [PATCH] bug 5146: patron import files require header row Fixed help text on this point as well as options for supplying dates in the input file. Signed-off-by: Galen Charlton --- .../prog/en/modules/tools/import_borrowers.tmpl | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tmpl index ad3b663..0e409b6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tmpl @@ -142,8 +142,9 @@

Notes:

    +
  • The first line in the file must be a header row defining which columns you are supplying in the import file.
  • Download a starter CSV file with all the columns here. Values are comma-separated.
  • -
  • OR format your file in CSV format with the following fields:
    • +
    • OR choose which fields you want to supply from the following list:
      • '',
    • @@ -151,9 +152,10 @@
    • The fields 'branchcode' and 'categorycode' are required and must match valid entries in your database.
    • -
    • '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).
    • -
    • Date formats should match your system preference, and must be zero-padded, e.g. '01/02/2008'.
    • -
    • You may optionally include a header row, defining which columns you are supplying in the import file.
    • +
    • '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).
    • +
    • Date formats should match your system preference, and must be zero-padded, e.g. '01/02/2008'. Alternatively, +you can supply dates in ISO format (e.g., '2010-10-28'). +
-- 1.7.0