[Koha-bugs] [Bug 8956] Split serials enumeration data into separate fields

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 25 16:56:13 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8956

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |Needs Signoff

--- Comment #8 from Kyle M Hall <kyle at bywatersolutions.com> ---
TEST PLAN

Part 1:
1) Apply patch and run updatedatabase.pl
2) Verify the new fields have been created. The new serialseq fields should be
the correct data, assuming the serials are following Koha standards. NOTE: It
is not necessary for this data to be absolutely correct. This data is really
for statistical purposes at the moment, but do pave the way for future serials
improvements.

Part 2:
1) Apply the patch
2) Create a new subscription, and add serials to it. The new x y and z fields
should be populated with the same data the replaces {X} {Y} and {Z} in the
enumeration field.

Part 3:
1) Apply the patch
2) Add/update a serial, and choose dates via the datepicker.
3) Verify the data is saved correctly in the database.

Part 4:
1) Apply the patch. Add/update a serial, and choose a published end date.
2) Verify the date was stored in the database correctly (
serials.published_end_date )
NOTE: The purpose of this feature is to better handle the dates of bound
volumes of serials. Right now, we specify the first published date, but not the
published date of the last issue in a bound volume.

Part 5-7:
1) Apply the patches
2) Create a new serial. You can now see that instead of having the labels
described in the enumeration field, we have three new replacement variables
{XL}, {YL} and {ZL}.
3) Generate a new serial and verify the placeholders are replaced with the
correct labels.
Note: This feature will not affect existing serials, so it should be upgrade
safe.

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


More information about the Koha-bugs mailing list