[Koha-bugs] [Bug 5670] Housebound Readers Module

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 28 17:50:39 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5670

--- Comment #61 from Alex Sassmannshausen <alex.sassmannshausen at ptfs-europe.com> ---
(In reply to Jonathan Druart from comment #58)
> Alex,
> 
> Sorry, not ready yet.
> 
> 1/ see comment 54

This should be fixed now.

> 2/ see last 3 patches, feel free to disagree.

Yeah, I like the patches — also added some more "required" markup to the
houseboundvisit page now.  Looks a bit naff, but at least it's clear.

> 3/ please adapt the Edit/Delete/Add a new delivery buttons to use the
> bootstrap buttons (you can contact Owen if you need help)

This is done.

> 4/ Some thinkings (not blocker):
> I think I would have preferred not to see this feature using the patron
> attributes. Specific columns in the borrowers table may have been better (?).
> What could be the different values of HSBND_FREQ? It seems that we could
> have avoid it if the user had the ability to select several days. But I may
> be missing something here.

Right, these are interesting questions.  Let's talk about HSBND_ROLE first.
I guess they could be implemented as a separate table or as extensions to the
borrowers table.  I don't consider either approach superior in this context
though.  The approach I have taken has the great benefit that it is working now
— and I'm not sure how much time I can still take to put into this feature.  So
I'd be tempted to keep it as is, unless there is a compelling case to change
it.

HSBND_FREQ is an authorised value because it will allow customers to specify
"distribution rotas" for their needs.  The field basically states, how often
does a visit for this profile take place?
This could take the shape of, for instance, once every week, once every month,
every other week, etc.  I.e. this is metadata about with what regularity a
profile is acted upon.

Individual visits are then organised according to that metadata.  The
individual dates associated with a visit should normally fall within the
pattern given by the HSBND_FREQ selected.

> Same for HSBND_ROLE, it seems that another value is not taken into account
> completely. It appears when editing a patron, but not on the housebound
> details. What is the use case exactly?

You should find that HSBND_ROLE appears when creating an individual
housebound_visit.  Any patrons tagged as chooser or deliverer will then appear
as values which can be selected in the chooser and deliverer dropdowns in the
edit/create visit screen.

HTH!

Alex

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list