Docs: adding a proof-of-concept Check Out quickstart user/sandbergja/docs_quickstarts
authorJane Sandberg <sandbej@linnbenton.edu>
Thu, 30 May 2019 22:18:33 +0000 (15:18 -0700)
committerJane Sandberg <sandbej@linnbenton.edu>
Fri, 31 May 2019 19:57:02 +0000 (12:57 -0700)
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
docs/quickstarts/check_out.adoc [new file with mode: 0644]
docs/quickstarts/sample.css [new file with mode: 0644]

diff --git a/docs/quickstarts/check_out.adoc b/docs/quickstarts/check_out.adoc
new file mode 100644 (file)
index 0000000..74a565d
--- /dev/null
@@ -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.
+
+++++
+<iframe width="560" height="315" src="https://www.youtube.com/embed/4LLQoyy4zrA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
+++++
+
+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 (file)
index 0000000..44b4086
--- /dev/null
@@ -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;
+ }
+}
+