Bug 11594 - Store both item level and record level itemtype in statistics
Summary: Store both item level and record level itemtype in statistics
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-22 08:51 UTC by Mathieu Saby
Modified: 2023-07-09 08:59 UTC (History)
5 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Saby 2014-01-22 08:51:01 UTC
I copy here a comment originaly made on bug 9351

For some libraries, what is needed in statistical table is BOTH items.itype and biblioitems.itemtype, and maybe a clear indication (a 3rd column "circulation_type" ?) of which type is was used for circulation rights.

Ex:
In Rennes 2 we use item level for defining circulation rules.
items.itype are codes for "Short Loan", "Normal Loan", "Long loan".
biblioitems.itemtype are "Book", "Serial", "DVD" etc.

For our annual report, we need to know the number of Books, Serials, DVD checked out, even if the type used for defining circulation rules are "Short loan", and not "Book".

But other libraries may have different settings, and may have need to make stats on item level, or maybe cross stats on both level.