Summary: | Create a bound with function | ||
---|---|---|---|
Product: | Koha | Reporter: | SJeffery <steven_jeffery> |
Component: | Cataloging | Assignee: | Galen Charlton <gmcharlt> |
Status: | REOPENED --- | QA Contact: | |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | chris, J.P.Knight, martin.renvoize, viktor.sarge |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 20447 | ||
Bug Blocks: |
Description
SJeffery
2012-06-08 20:34:21 UTC
I think EasyAnalytics would do most of what you want. The one existing item will show with all related information (call number, availability, etc.) on all records that are connected to it. There is a need for a record, that actually has the item, but this record could be the first record in the bound volume or a collection record. Closing this, please reopen if I was too fast. While it is possible to accomplish this task in the most basic of ways with the current Koha version, that is not the intent of this ticket. This is a feature commonly available in other catalog software that needs to be coded into Koha at some point. (In reply to comment #2) > While it is possible to accomplish this task in the most basic of ways with > the current Koha version, that is not the intent of this ticket. This is a > feature commonly available in other catalog software that needs to be coded > into Koha at some point. Nothing 'needs' to be done, of course if it is a feature you really want you can send a patch, or hire someone to do it. Or ask really nicely for someone to give up their time to do it for you. Also barcode is unique, so this feature as described won't work. (In reply to comment #4) > Also barcode is unique, so this feature as described won't work. It could be that the way it is implemented on the back end is different than described above. For example, an auto-generated barcode might be used. The link below describes the workflow in one ILS. https://staff.lib.ncsu.edu/confluence/display/MNC/Bound-with+Feature+with+Examples (In reply to comment #5) > (In reply to comment #4) > > Also barcode is unique, so this feature as described won't work. > > It could be that the way it is implemented on the back end is different than > described above. For example, an auto-generated barcode might be used. The > link below describes the workflow in one ILS. > > https://staff.lib.ncsu.edu/confluence/display/MNC/Bound- > with+Feature+with+Examples I look forward to seeing your patch then I'm looking at some of the old reopened bug reports in Koha. I wonder if this one could be thought of as similar to Bug 11175, which is talking about searching "host" records and showing their "child" component parts? That sounds terribly similar to searching for the bound USGS volume (the "host" record) and showing details of bulletins 12 and 13 inside it (the "child" records). If 11175 is covering the same ground as this patch, could we mark this one as a duplicate, as 11175 seems to be further along and has patches (although the code will need rebasing if it is to get into master)? There is a difference: "Bound withs" are on item level. The library might have something twice, but once it's bound with something else and once it's on its own. That can happen especially in libraries with old and rare books. bug 11175 is talking about showing relationships between bibliographic records, so it's on a different level. For example in Germany for a multi volume work you'd usually have a 'set record' that represents the whole work and then a record for each volume. They are tied together using 7xx and 8xx. The goal of bug 11175 would then be to show the volume records on the set record. (In reply to Katrin Fischer from comment #8) > There is a difference: > > "Bound withs" are on item level. The library might have something twice, but > once it's bound with something else and once it's on its own. That can > happen especially in libraries with old and rare books. > > bug 11175 is talking about showing relationships between bibliographic > records, so it's on a different level. For example in Germany for a multi > volume work you'd usually have a 'set record' that represents the whole work > and then a record for each volume. They are tied together using 7xx and 8xx. > The goal of bug 11175 would then be to show the volume records on the set > record. Oh, I wasn't thinking of this at the item level.. so does this really need the Holdings level MARC support before it can be implemented then? i.e. should it depend on bug 20447 (In reply to Martin Renvoize from comment #9) > (In reply to Katrin Fischer from comment #8) > > There is a difference: > > > > "Bound withs" are on item level. The library might have something twice, but > > once it's bound with something else and once it's on its own. That can > > happen especially in libraries with old and rare books. > > > > bug 11175 is talking about showing relationships between bibliographic > > records, so it's on a different level. For example in Germany for a multi > > volume work you'd usually have a 'set record' that represents the whole work > > and then a record for each volume. They are tied together using 7xx and 8xx. > > The goal of bug 11175 would then be to show the volume records on the set > > record. > > Oh, I wasn't thinking of this at the item level.. so does this really need > the Holdings level MARC support before it can be implemented then? i.e. > should it depend on bug 20447 No, I think the holdings are more for grouping several items or holdings of one record. A bound with would be items from different records, I believe this is yet another use case. So many similar but different functions.. how would this relate too the recently pushed bundles and item groups bugs. Almost sounds like an automatic multi-checkout? I.e if you checkout an item that's bound with another you automatically get the other item checked out too. Spitballing, I have no idea how this works really I think it would be more like EasyAnalytics (actually that could be used as a bound with). There would only be one physical thing, so only one barcode to check out.. and ideally you'd see it's gone on all the records/titles it contains. |