[Koha-bugs] [Bug 3534] Patron quick add form

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 8 21:11:11 CEST 2016


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

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #50091|0                           |1
        is obsolete|                            |

--- Comment #7 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 50092
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50092&action=edit
Bug 3534 - Patron quick add form

This patch adds two new system preferences:
    PatronQuickAdd
    PatronQuickAddFields

When enabled the pref will add a new form to memberentrygen composed of
the fields in PatronQuickAddFields and BorrowerMandatoryField. There
will be a button allowing a user to switch from the quickadd to the full
form.

The Quick add will only be displayed on add of a new patron,
future edits should display the full form.

Test plan:
 1 - Apply patch
 2 - run updatedatabase.pl
 3 - Add a new patron and ensure nothing has changed
 4 - Enable quick add (do not add any fields)
 5 - Only required fields should be displayed
 6 - Ensure you can save patron
 7 - Verify that subsequent edits use only full form
 8 - Verify that data on form submitted is the data saved to patron
 9 - Add fields to PatronQuickAddFields
10 - check that fields are present in quick add form
11 - Ensure that you can save patron
12 - Test with various values in both MandatoryBorrowerFields and
PatronQuickAddFields

Sponsored by: VOKAL (Vermont Organization of Koha Automated Libraries)

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


More information about the Koha-bugs mailing list