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

            Bug ID: 13707
           Summary: Adding a new column datereceived for items and
                    biblioitems
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Database
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

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.
_______________________________________________
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/

Reply via email to