From: Jane Sandberg Date: Thu, 30 May 2019 22:18:33 +0000 (-0700) Subject: Docs: adding a proof-of-concept Check Out quickstart X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3be97c0e3b82a59930335f5e1b8217ab5102c6f3;p=working%2FEvergreen.git Docs: adding a proof-of-concept Check Out quickstart Signed-off-by: Jane Sandberg --- diff --git a/docs/quickstarts/check_out.adoc b/docs/quickstarts/check_out.adoc new file mode 100644 index 0000000000..74a565de72 --- /dev/null +++ b/docs/quickstarts/check_out.adoc @@ -0,0 +1,61 @@ +Checking out items in Evergreen with a library card +--------------------------------------------------- +// Compile me with this command: +// asciidoc -a stylesheet=/full/path/to/Evergreen/docs/quickstarts/sample.css docs/quickstarts/check_out.adoc + +.Scenario +**** +A library user comes to you and wants to check out +an item. They have a library card with a barcode. +**** + +Steps +~~~~~ + +. Click on "Check Out Items". + +. Use a barcode scanner to scan the user's barcode. +If you don't have a barcode scanner, you can also +type in the barcode and click Submit. ++ +image::../media/retrieve_patron_web_client.png[Click the Submit button immediately after the Patron Barcode box] ++ + +. The user may have special considerations that +you might need to review, such as penalties, fines, +fees, or alerts. These will display in red on your +screen. Take a moment to review these. + +. If you aren't already on the _Check Out_ tab, click +on that tab. + +. Use a barcode scanner to scan the item's barcode. +If you don't have a barcode scanner, you can also +type in the barcode and click Submit. + +. If there are any issues with this checkout, they will +appear in a checkout. Review these issues and, if +necessary, click the _Force Action?_ button. + +. Evergreen will automatically calculate when the item is +due back to the library. This due date, along with other information +about the checkout, will appear. ++ +image::../media/due_date_display_web_client.png[A grid displays several columns, including the barcode of the item checked out and its due date] ++ + +. If you'd like to check out further items to this user, +repeat steps 3-5. + +. Click the _Done_ button. This will close the user's +screen. Depending on the user's preferences, Evergreen +will print or email a receipt to them. + +++++ + +++++ + +Read more +~~~~~~~~~ + +http://docs.evergreen-ils.org/reorg/3.2/circulation/_check_out.html[Full documentation] diff --git a/docs/quickstarts/sample.css b/docs/quickstarts/sample.css new file mode 100644 index 0000000000..44b4086091 --- /dev/null +++ b/docs/quickstarts/sample.css @@ -0,0 +1,31 @@ +h1, h2, h3, h4, h5, h6 { + color: #129a78; + font-weight: 550; +} + +h1 { + font-family: 'Raleway', 'Droid Sans', 'Ubuntu Sans', sans-serif; +} + +div.sidebarblock div.content { + background: #f8fcfb; + border: none; + border-left: 10px solid #129a78; + padding-left: 20px; +} + +.sidebarblock .content .title { + color: #E00; +} + +@media print { + iframe, iframe *, #_read_more { + display: none !important; + } + a:after { + content:" (" attr(href) ") "; + font-size:0.8em; + font-weight:normal; + } +} +