Bugzilla – Attachment 152992 Details for
Bug 28805
Add on-site option to batch checkout functionality
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28805: Add on-site checkout checkbox in batch checkout.
Bug-28805-Add-on-site-checkout-checkbox-in-batch-c.patch (text/plain), 2.57 KB, created by
Fabricio Molina
on 2023-07-03 19:35:07 UTC
(
hide
)
Description:
Bug 28805: Add on-site checkout checkbox in batch checkout.
Filename:
MIME Type:
Creator:
Fabricio Molina
Created:
2023-07-03 19:35:07 UTC
Size:
2.57 KB
patch
obsolete
>From cce70fceb332fa794a4f29c4099cb1afa18dd63c Mon Sep 17 00:00:00 2001 >From: Fabricio Molina <fabriciomolina@theke.io> >Date: Mon, 3 Jul 2023 15:17:49 +0000 >Subject: [PATCH] Bug 28805: Add on-site checkout checkbox in batch checkout. >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Add the 'on-site checkout' checkbox to the 'Batch checkout'. To verify the functionality, follow these steps: > > 1) Before the modification is added, enable the 'OnSiteCheckouts' and 'BatchCheckout' system preferences. > 2) In the 'BatchCheckoutsValidCategories' preference, select all categories. > 3) Find a user in the system. For example, Henry Acevedo. > 4) In the 'Check out' section, you can see that the 'Checkout settings' option displays the 'On-site Checkout' checkbox when clicked. > 5) Check the 'On-site checkout' option. This will display the current date with a runtime deadline of 23:59. > 6) Enter a barcode (for example 39999000011418). > 7) Click the 'Check out' button. This will show that the loan was made on-site. > 8) Check the 'Batch checkout' section. This section does not hace the 'On-site checkout' checkbox. > >When loading the patch with the addition of the 'on-site checkout' checkbox in 'Batch checkout' starting from step 3), you can already find the checkbox in the 'Batch checkout' section. To use it, you can try the barcodes 39999000006179 and 39999000008494 together. Then continue from step 5). > >When viewing the loans, you will see that both items (39999000006179 and 39999000008494) will appear with the label 'On-site checkout'. > >If this patch is deactivated, the functionality will remain the same as it was before this change. > >Sponsored-by: Banco Central de la República Argentina. >--- > .../prog/en/modules/circ/circulation_batch_checkouts.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >index de8068b767..60b2e96083 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >@@ -371,7 +371,7 @@ > const duedatespec_fp = document.querySelector("#duedatespec")._flatpickr; > duedatespec_fp.setDate("[% today_due_date_and_time | $KohaDates dateformat => 'iso', with_hours => 1 %]"); > }; >- }; >+ }; > > $("#onsite_checkout").click(function(){ > toggle_onsite_checkout(); >-- >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 28805
:
152992
|
153105
|
153185
|
154346
|
156182
|
156183
|
156184
|
158108
|
158279
|
158386