[Koha-bugs] [Bug 17855] Updated Koha web installer and new onboarding tool feature to guide users through setting up Koha

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 9 00:28:59 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17855

--- Comment #8 from Alex Buckley <alexbuckley at catalyst.net.nz> ---
Created attachment 58664
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58664&action=edit
Bug 17855 - Implemented a minimum and maximum card number allowed for the
create patron screen of the onboarding tool.

Test plan:
1. Go through the web installer and onboarding tool
as outlined here:
https://koha-community.org/manual/installation/html/

2. Notice on the first create patron screen you
cannot enter a value lower than 1 for the card number

3.Check the database and you should see that the
library, patron category, patron (with superlibrarian permissions),
item type and circulation rule are all being successfully inserted
into the database.

Bug 17855 - Made card number required for the
create patron screen to be submitted.

Test plan:
1. Go through the web installer and onboarding tool
as outlined here:
https://koha-community.org/manual/installation/html/

2. Notice that you must enter a card number to submit
the first create patron screen

3. Check the database to see that the library, patron category,
patron, item type and circulation rule are all successfully inserting
into the datbase.

Bug 17855 - Circulation rule is now inserting into
the database successfully. Therefore all 5 steps
of the onboarding tool (creating a library, patron category, patron,
item type and circulation rule)  are successfully inserting into
the database.

Test plan:
1. Go through the web installer and onboarding tool as
outlined in the below link:
https://koha-community.org/manual/installation/html/

2. Check the database to see that the library, patron category,
patron, item type and circulation rule are all inserting correctly.

3. Notice there are no html regexes implemented on text input fields
yet of the onboarding tool.

Made card number required

Added max and min length for card number

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list