[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
Fri Feb 13 17:09:29 CET 2015


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

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

This column tells when the Item or Biblio has been received for the first time
into a library.
Date-of-acquisition (dateaccessioned) answers, when the Item has been ordered.
Date-of-receival (datereceived) answers, when the Item has arrived to the
library or when the first Item for the Biblio has for the first time arrived to
the library.
This is very useful regarding statistics of acquisitions if they are based on
the date received instead of the date acquired.
Also other cool stuff can be built on top of it, like better searches for new
material.

This patch adds new DB columns items.datereceived, biblioitems.datereceived,
deleteditems.datereceived, deletedbiblioitems.datereceived
and populates those columns from the acorders.datereceived if the Item has been
acquired using the acquisitions module, or from the
items.dateaccessioned-column if no acquisitions module has been used.
Biblioitems.datereceived is always the oldest timestamp from all the Items the
Biblio has.

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


More information about the Koha-bugs mailing list