[Bug 7136] New: language inconsistency on serials status
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7136 Bug #: 7136 Summary: language inconsistency on serials status Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All URL: /cgi-bin/koha/opac-serial-issues.pl?selectview=full&bi blionumber=114818 OS/Version: All Status: NEW Severity: minor Priority: P5 Component: Templates AssignedTo: oleonard@myacpl.org ReportedBy: nengard@gmail.com QAContact: koha-bugs@lists.koha-community.org When looking at a serial in the opac it says 'Waiting' if the issue is 'Expected' - this is confusing and should be consistent and say 'Expected' instead. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7136 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> 2011-11-02 14:01:39 UTC --- I see this in one of the help files: "The 'Grace Period' is the number of days before an issue is automatically moved from 'expected' status to 'waiting' and how many days before an issue is automatically moved from 'waiting' status to 'late'" If the OPAC should show "expected" when it says "waiting," should it show "waiting" instead of "arrived?" In the template: <td> [% IF ( serial.status1 ) %]Waiting[% END %] [% IF ( serial.status2 ) %]Arrived[% END %] [% IF ( serial.status3 ) %]Late[% END %] [% IF ( serial.status4 ) %]Missing[% END %] [% IF ( serial.status5 ) %]Not Available[% END %] [% IF ( serial.status7 ) %]Claimed[% END %] [% IF ( serial.notes ) %]([% serial.notes %])[% END %] </td> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7136 --- Comment #2 from Nicole C. Engard <nengard@gmail.com> 2011-11-05 19:29:34 UTC --- Owen, I know I put that in the help file, but I've never actually seen that automatic status change happen - has anyone else? Regarding the template change I mentioned an issue is saying Waiting in the OPAC and Expected in the staff client - I just ask that it says the same thing in both places because "Waiting" is confusing patrons when in fact the issue is not late but just expected to arrive next month. Nicole -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7136 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2011-11-06 08:46:14 UTC --- I think there might be a cronjob doing this automatic change. There is a cronjob related to serials, but I have not tried it out yet: / misc / cronjobs / serialsUpdate.pl -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7136 --- Comment #4 from Owen Leonard <oleonard@myacpl.org> --- I still don't know what to do with this. If an issue goes from "expected" to "waiting" to "late" like the help file says, how can we replace "waiting" with "expected?" Or are they really the same, and the help file is inaccurate? -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7136 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |colin.campbell@ptfs-europe. | |com, | |jonathan.druart@biblibre.co | |m Assignee|oleonard@myacpl.org |koha-bugs@lists.koha-commun | |ity.org Component|Templates |Serials -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org