[Bug 14601] New: Cardnumber should not be required for patron import
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14601 Bug ID: 14601 Summary: Cardnumber should not be required for patron import Change sponsored?: --- Product: Koha Version: 3.18 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs@lists.koha-community.org Reporter: danielle@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com When importing patrons, cardnumber should not be a required field as it can be NULL. This happens if you are matching or not when importing. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14601 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Danielle, while the cardnumber can be null in the database I think it at least used to create a lot of problems in other places. I'd really hesitate to make it optional without some more research and testing first. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14601 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|3.18 |master -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14601 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=14562, | |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=13780 --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I researched a bit and found 2 bugs about patrons without cardnumbers: bug 14562, bug 13780 I can imagine it might also cause problems if hidepatronname is used - as that will show the cardnumber as the only information on the patron record and link it. But haven't tested that. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14601 --- Comment #3 from Danielle Elder <danielle@bywatersolutions.com> --- Well, it's not so much that they don't want to add a cardnumber as it is they don't want to overwrite it. A lot of universities update patron data every semester with data from the school. The particular workflow it to import patrons from university data, with a populated cardnumber (same as attribute value (unique - college id). Then student comes into library to get a library-issued cardnumber and that borrower record is updated with that value. They want to, after that, be able to update patron data matching on the attribute (college id) for future semesters .... but if the cardnumber is required, that would be overwritten and the library-isssued cardnumber disappears. Usually you can make updates by only including the columns you want to change and leaving columns out you don't want to update. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14601 --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hm, I understand - we have a library requesting something similar. We currently restore the cardnumbers with SQL after importing, which works but is not a good solution. I think another way to make this work could be a 'don't update if not empty' flag for the import or something similar? We could also make the cardnumber optional, but I think we'd have quite a few libraries run into the mentioned bugs then. Not sure what's best. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14601 --- Comment #5 from Danielle Elder <danielle@bywatersolutions.com> --- Can the cardnumber just be optional with the overwrite option? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14601 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org, | |stephane.delaune@biblibre.c | |om --- Comment #6 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- CCing Stéphane, I would like to get your opinion on this point. Do you have the same problem when you migrate/import patrons to Koha? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14601 --- Comment #7 from Danielle Elder <danielle@bywatersolutions.com> --- (In reply to Jonathan Druart from comment #6)
CCing Stéphane, I would like to get your opinion on this point. Do you have the same problem when you migrate/import patrons to Koha?
This is a real problem as the library wants to update several times a semester. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14601 --- Comment #8 from Danielle Elder <danielle@bywatersolutions.com> --- Katrin I read the bugs mentioned about missing cardnumber or empty string and that would not be the case here. That patrons have cardnumbers already, we just don't want to overwrite the existing cardnumber when importing/overwriting based on a unique attribute (university ID) and want to leave out the cardnumber column. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org