<div dir="ltr">Hello Ruth, We are not sure we need most of the booking features, so we looked at it but then sort of disregarded it.  <div><ol><li>We are not going to allow holds or reservations, just first come first serve.</li><li>We don't have multiple types of laptops, just the same setup for each location.</li><li>We don't currently use the booking module at all, so we would need to train staff on how use it.</li><li>I looked through the booking admin docs, and I couldn't spot how the booking periods are configured.  Do staff set that manually for each booking checkout?</li></ol><div><br></div></div><div>We were hopeful that we could keep the staff side as simple as possible.</div><div>Josh</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Oct 26, 2021 at 12:34 PM Frasur, Ruth <<a href="mailto:RFrasur@library.in.gov">RFrasur@library.in.gov</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">





<div lang="EN-US" style="overflow-wrap: break-word;">
<div class="gmail-m_2859359015960863486WordSection1">
<p class="MsoNormal">Josh,<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Would it possibly be easier to use the booking module for this?<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal"><span style="font-size:12pt;color:rgb(56,86,35)">Ruth Frasur (she/her)<u></u><u></u></span></p>
<p class="MsoNormal"><i><span style="font-size:12pt;color:rgb(56,86,35)">Evergreen Development and Support Administrator<u></u><u></u></span></i></p>
<p class="MsoNormal">Indiana State Library<u></u><u></u></p>
<p class="MsoNormal">140 N. Senate Ave. <u></u><u></u></p>
<p class="MsoNormal">Indianapolis, IN 46204<u></u><u></u></p>
<p class="MsoNormal">(317) 232-3691<u></u><u></u></p>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<div style="border-right:none;border-bottom:none;border-left:none;border-top:1pt solid rgb(225,225,225);padding:3pt 0in 0in">
<p class="MsoNormal"><b>From:</b> Evergreen-general <<a href="mailto:evergreen-general-bounces@list.evergreen-ils.org" target="_blank">evergreen-general-bounces@list.evergreen-ils.org</a>>
<b>On Behalf Of </b>Josh Stompro via Evergreen-general<br>
<b>Sent:</b> Tuesday, October 26, 2021 1:32 PM<br>
<b>To:</b> Evergreen Discussion Group <<a href="mailto:evergreen-general@list.evergreen-ils.org" target="_blank">evergreen-general@list.evergreen-ils.org</a>><br>
<b>Subject:</b> [Evergreen-general] Hourly / End of the day checkouts, in building use checkouts<u></u><u></u></p>
</div>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal"><span style="font-size:12pt;font-family:Arial,sans-serif;color:red">**** This is an EXTERNAL email. Exercise caution. DO NOT open attachments or click links from unknown senders or unexpected email. ****</span>
<u></u><u></u></p>
<div class="MsoNormal" align="center" style="text-align:center">
<hr size="2" width="100%" align="center">
</div>
<div>
<div>
<p class="MsoNormal">  Hello, we are looking at circulating laptops for in building use only, and are looking into options for how to handle the checkout timing.
<u></u><u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">We would like to check out each item until the end of the day.  So if a branch closes at 9pm, then we would always set the due date to 9pm for any checkouts that day.<u></u><u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">We want to be able to immediately bill the next morning, or even that night.  We are not currently thinking to charge fines, so we don't need to worry about those right now, or all the current issues with hourly fines.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">We were thinking of having a duration rule that specifies 12 hours, since that covers the longest time period that our locations have open.  But that causes checkouts in the afternoon to be pushed to the next day, with potentially extra
 days added if the next day is a closed day for that branch.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">So maybe we should use a shorter time period for the duration rule, to avoid that.  But then staff will see a due time a few hours in the future, which may cause confusion.  Ideally the initial checkout due date would be set correctly,
 so the receipt could show the exact time the customer should return the item.  Or maybe we should just not show the exact time for the due date to keep customers from reading too much into it.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">I was looking at how the duration rules work... and I wonder if it would work to create one, or several special duration rule strings.  And then teach create_due_date in Circulate.pm how to handle those?<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">"eod" = end of current day/end of current open period.  (For when the split hours feature comes in).<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">"bond" = beginning of next open day <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">"eond" = end of next open day<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">Otherwise maybe I could change the duration rule over the course of the day, so subsequent checkouts don't get pushed to the next day at least... so at 7pm change the duration rule to be "2 hours" instead of 12... and do that every couple
 hours over the course of the day.  Set the interval to now() - 9pm every time the script is run....  normal=(now()::date + '21 hours'::interval) - now().<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">We have also thought of just updating the due dates for any non returned items at 9:01pm each night, so at least the billing would happen correctly the next morning.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">Does anyone have any suggestions for how to make this work?<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">Thanks<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">Josh<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div>
<div>
<div>
<table border="0" cellpadding="0">
<tbody>
<tr>
<td style="padding:0in 5.25pt 0in 0in">
<p class="MsoNormal" style="margin-right:0in;margin-bottom:7.5pt;margin-left:0in">
<img width="100" height="100" style="width: 1.0416in; height: 1.0416in;" id="gmail-m_2859359015960863486_x0000_i1026" src="https://storage.googleapis.com/signaturesatori/customer-C039u5c5y/images/GJnfy.png" alt="Company logo"><u></u><u></u></p>
</td>
<td style="border-top:none;border-right:none;border-bottom:none;border-left:2.25pt solid rgb(232,232,232);padding:5.25pt 0in 0in 7.5pt">
<div>
<p class="MsoNormal" style="margin-right:0in;margin-bottom:7.5pt;margin-left:0in;line-height:12.75pt">
<strong><span style="font-size:12pt;font-family:Arial,sans-serif;color:rgb(238,142,22)">Josh Stompro</span></strong><b><span style="font-size:10.5pt;font-family:Arial,sans-serif;color:rgb(238,142,22)"><u></u><u></u></span></b></p>
</div>
<div style="margin-bottom:7.5pt">
<p class="MsoNormal" style="margin-right:0in;margin-bottom:7.5pt;margin-left:0in;line-height:10.5pt">
<em><b><span style="font-size:10pt;font-family:Arial,sans-serif;color:black">IT Director</span></b></em><b><span style="font-size:10pt;font-family:Arial,sans-serif;color:black"><br>
<strong><span style="font-family:Arial,sans-serif"><a href="mailto:stomproj@gsuite.larl.org" target="_blank"><span style="color:rgb(27,70,153);text-decoration:none">stomproj@gsuite.larl.org</span></a></span></strong></span></b><span style="font-size:10pt;font-family:Arial,sans-serif;color:black"><br>
<strong><span style="font-family:Arial,sans-serif">218-233-3757 ext. 139</span></strong> </span><span style="font-size:10pt;font-family:Arial,sans-serif;color:rgb(1,186,239)">|
</span><strong><span style="font-size:10pt;font-family:Arial,sans-serif;color:black">Mobile: 218-790-2110</span></strong><span style="font-size:9pt;font-family:Arial,sans-serif;color:black"><br>
<br>
</span><strong><span style="font-size:10pt;font-family:Arial,sans-serif;color:rgb(27,70,152)">Lake Agassiz Regional Library | </span></strong><strong><span style="font-size:10pt;font-family:Arial,sans-serif;color:black"><a href="https://protect2.fireeye.com/v1/url?k=fc4fc02f-a3d4f8d9-fc4b892f-8681010e5614-d519383656203cde&q=1&e=bb7cc6d7-9340-4d75-8d71-d1a49e725806&u=http%3A%2F%2Fwww.larl.org%2F" target="_blank"><span style="color:rgb(27,70,153);text-decoration:none">www.larl.org</span></a></span></strong><span style="font-size:10pt;font-family:Arial,sans-serif;color:black"><br>
118 5th ST S<br>
Moorhead MN 56560<br>
</span><strong><i><span style="font-size:10pt;font-family:Arial,sans-serif;color:rgb(1,186,239)">Celebrating 60 Years of Service in 2021!</span></i></strong><span style="font-size:9pt;font-family:Arial,sans-serif;color:black"><u></u><u></u></span></p>
</div>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div>
</div>
</div>
</div>
</div>

</blockquote></div>