https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17855
--- Comment #7 from Alex Buckley <[email protected]> --- Created attachment 58663 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58663&action=edit Bug 17855 - Similar to the previous patch Have fixed the incorrect insertion of patron into the database Test plan: 1. Go through the web installer and onboarding tool as outlined here: https://koha-community.org/manual/installation/html/ 2. Check the database to see that the library, patron category, patron, and item type are now being inserted successfully. bug 17855 - Similar to the previous patch, except perl code to prevent card number duplication is in the process of beign added to step 3 in the onboarding.pl script. Same test plan as previous patch Bug 17855 - Similar to the previous patch. Library, patron category, patron (with superlibrarian permissions) and item type are all being inserted from the onboarding.pl script into the database. Removed the error that was being displayed after the first of the two create circulation rule screens. Test plan 1. Run through the web installer and onboarding tool as outlined in: https://koha-community.org/manual/installation/html/ 2. Notice there is no error after the first of the two create circulation rule screens. 3. Check the database and you should see the library, patron category, patron, and item type have been inserted. Bug 17855 - Refined text inputs to numerical inputs in onboarding tool. Set minimum card number allowed to 1 for creating a patron screen. In addition to displaying patron category descriptions instead of codes in the dropdown boxes of the aforementioned screen. Implemented months and date check in the create patron category screen. Bug 17855 - Similar to the previous patch except for additional perl code for step 5 (create circulation rule) in the onboarding.pl script Months or dates check implemented in the create patron category screen 1 Changed patron category codes to descriptions in create a new patron Trying to fix default_privacy error Updated text input fields to transform text to capitalize or upper case as appropriate. Changed input fields to number rather than text where appropriate, minimum set to 0 Same as previous. Changed minimum to 1 for card number Working insertion of the item types with working dropdown boxes in the circulation rules screen Changed text to number input type Error no longer showing after the first create circulation rule screen. The patron is also being inserted to the database correctly with the superlibrarian privilages. Working on preventing card number duplication fixed minor error where i was incorrectly inserted -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
