[Koha-bugs] [Bug 13707] Adding a new column datereceived for items and biblioitems

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 16 16:30:58 CET 2015


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

--- Comment #7 from Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi> ---
Created attachment 35945
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35945&action=edit
Bug 13707 - 2. Adding a new column datereceived for items and biblioitems.
Value accessors.

This makes sure that the datereceived-columns are populated, eg the Item and
biblio get the date of receival.
This happens when an Item is added using the cataloguin/additem.pl or the
acqui/finishreceive.pl

TEST PLAN: (cataloguing)

1. Add a new Biblio, either via Z39.50 or cataloguing/addbiblio.pl
2. Add an Item for the new Biblio using the cataloguing/additem.pl. This is
   the default view you get after saving the Biblio.
3. Observe that the new Item has a datereceived-field with current time as the
   timestamp.
4. Observe that the new Biblio has datereceived populated in the field where
   you have it mapped to. This defaults to 942$1.

TEST PLAN: (acquisitions)

1. Add a new Biblio, either via Z39.50 or cataloguing/addbiblio.pl
2. Add an Item for the new Biblio using the acquisitions workflow. Close the
   basketgroup.
3. Receive the Item using the acqui/finishreceive.pl.
4. Observe that the new Item has a datereceived-field with current time as the
   timestamp.
5. Observe that the new Biblio has datereceived populated in the field where
   you have it mapped to. This defaults to 942$1.

TEST PLAN: (break it, after any test path)

10. Receive new Items using both the acquisitions module and the cataloguin
    module.
11. Observe that Biblio's datereceived-field (942$1) doesn't change, but
    remains as the value set when receiving the first Item.
12. Observe that each Item gets the original timestamp when it has been
received.

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


More information about the Koha-bugs mailing list