Bugzilla – Attachment 148365 Details for
Bug 32752
Add new serial issue status: "Out for binding", "Bound", and "Circulating"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32752: Update serial edit form to allow for new status
Bug-32752-Update-serial-edit-form-to-allow-for-new.patch (text/plain), 3.25 KB, created by
Biblibre Sandboxes
on 2023-03-17 15:08:44 UTC
(
hide
)
Description:
Bug 32752: Update serial edit form to allow for new status
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2023-03-17 15:08:44 UTC
Size:
3.25 KB
patch
obsolete
>From b17e2544b8f6a2fd07e4908821d1b117476c8410 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer@bsz-bw.de> >Date: Fri, 17 Mar 2023 09:53:13 +0000 >Subject: [PATCH] Bug 32752: Update serial edit form to allow for new status > >With this patch the new status Circulating, Out for binding and >Bound can be set for any issue, if the current status is not "Expected". >This is to keep the list a little shorter when the issue hasn't even >arrived in the library yet. > >These new status will be especially helpful if the library has >opted to not create items for all their subscriptions as a lot >of libraries will only lend bound volumes, but not the singular >issues. > >* Circulating: this will be useful if the library is using >routing lists and the items are not available at the library >for a longer time. > >* Out for binding: if you send out issues for binding this will >help to track these. > >* Bound: this will help users to know that the issue is now >available as a bound volume. > >To test: >* If you haven't yet: > * Create a subscription > * From the serial collection page: > * Receive or create several issues and set different status > * Make sure you have at least 2 late and claim one of them > * Make sure you have several Arrived issues > * Edit Arrived serial issues and others > * Verify that the status pull down no also shows the new status > if the issue has a different status than "Expected" > * Set the new status > * Verify they save and show correctly > * Edit again and verify the pull downs are pre-set correctly > to the saved status > * Verify they show everywhere else (see previous test plans :) ) > >Signed-off-by: Michaela Sieber <michaela.sieber@kit.edu> >--- > .../prog/en/modules/serials/serials-edit.tt | 21 +++++++++++++++++++ > 1 file changed, 21 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt >index fdea3ee1be..60b0f60898 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt >@@ -174,6 +174,27 @@ $(document).ready(function() { > [% ELSE %] > <option value="2">Arrived</option> > [% END %] >+ [% IF ( serialslis.status21 ) %] >+ <option value="21" selected="selected">Circulating</option> >+ [% ELSE %] >+ [% IF ( !serialslis.status1 ) %] >+ <option value="21">Circulating</option> >+ [% END %] >+ [% END %] >+ [% IF ( serialslis.status22 ) %] >+ <option value="22" selected="selected">Out for binding</option> >+ [% ELSE %] >+ [% IF ( !serialslis.status1 ) %] >+ <option value="22">Out for binding</option> >+ [% END %] >+ [% END %] >+ [% IF ( serialslis.status23 ) %] >+ <option value="23" selected="selected">Bound</option> >+ [% ELSE %] >+ [% IF ( !serialslis.status1 ) %] >+ <option value="23">Bound</option> >+ [% END %] >+ [% END %] > [% IF ( serialslis.status3 ) %] > <option value="3" selected="selected">Late</option> > [% ELSE %] >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 32752
:
148320
|
148321
|
148322
|
148323
|
148353
|
148354
|
148355
|
148356
|
148357
|
148358
|
148359
|
148360
|
148362
|
148363
|
148364
|
148365
|
148366
|
148367
|
148368
|
148369
|
148370
|
148371
|
148372
|
148373
|
148490
|
150051
|
150052
|
150053
|
150054