[open-ils-commits] [GIT] Evergreen ILS branch rel_2_11 updated. c957bbf9a32bbacf37a5f20832cab3ec4885e326

Evergreen Git git at git.evergreen-ils.org
Sat Jan 14 08:55:08 EST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_11 has been updated
       via  c957bbf9a32bbacf37a5f20832cab3ec4885e326 (commit)
      from  94ed523032edc28a53ade54df9b7c26a36a8b6e4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c957bbf9a32bbacf37a5f20832cab3ec4885e326
Author: Michelle Purcell <purcellm05 at gmail.com>
Date:   Sat Jan 14 10:46:56 2017 -0300

    Docs: adding section about circulating items in the Web client
    
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>

diff --git a/docs/circulation/circulating_items_web_client.txt b/docs/circulation/circulating_items_web_client.txt
new file mode 100644
index 0000000..6db0950
--- /dev/null
+++ b/docs/circulation/circulating_items_web_client.txt
@@ -0,0 +1,397 @@
+Circulating Items
+-----------------
+
+Check Out
+~~~~~~~~~~
+
+Regular Items
+^^^^^^^^^^^^^
+
+1) To check out an item click *Check Out Items* from the Circulation and Patrons toolbar, or select *Circulation* -> *Check Out*.
+
+image::media/checkout_menu_web_client.png[]
+
+2) Scan or enter patron's barcode and click *Submit* if entering barcode manually. If scanning, number is submitted automatically.
+
+image::media/retrieve_patron_web_client.png[]
+
+3) Scan or enter item barcode manually, clicking *Submit* if manual.
+
+image::media/checkout_item_barcode_web_client.png[] 
+
+4) Due date is now displayed.
+
+image::media/due_date_display_web_client.png[]
+ 
+5) When all items are scanned, click the *Done* button to generate slip receipt or to exit patron record if not printing slip receipts. 
+
+Pre-cataloged Items
+^^^^^^^^^^^^^^^^^^^
+
+1) Go to patron's *Check Out* screen by clicking *Circulation* -> *Check Out Items*.
+
+2) Scan the item barcode.
+
+3) At prompt, enter the required information click *Precat Checkout*. 
+
+image::media/precat_web_client.png[]
+ 
+[TIP]
+On check-in, Evergreen will prompt staff to re-route the item to cataloging.
+
+Due Dates
+^^^^^^^^^
+
+Circulation periods are pre-set. When items are checked out, due dates are automatically calculated and inserted into circulation records if the *Specific Due Date* checkbox is not selected on the Check Out screen. The *Specific Due Date* checkbox allows you to set a different due date to override the pre-set loan period.
+
+Before you scan the item, select the *Specific Due Date* checkbox. Enter the date in yyyy-mm-dd format. This date applies to all items until you change the date, de-select the *Specific Due Date* checkbox, or quit the patron record.
+
+image::media/specify_due_date1_web_client.png[]
+
+
+Check In
+~~~~~~~~
+
+Regular check in
+^^^^^^^^^^^^^^^^
+
+1) To check in an item click *Check In Items* from the Circulation and Patrons toolbar, or select *Circulation* -> *Check In*.
+
+image::media/check_in_menu_web_client.png[]
+
+2) Scan item barcode or enter manually and click *Submit*.
+
+image::media/checkin_barcode_web_client.png[]
+ 
+3) If there is an overdue fine associated with the checkin, an alert will appear at the top of the screen with a fine tally for the current checkin session. To immediately handle fine payment, click the alert to jump to the patron's bill record.
+
+image::media/overdue_checkin_web_client.png[]
+
+Backdated check in
+^^^^^^^^^^^^^^^^^^
+
+This is useful for clearing a book drop.
+
+1) To change effective check-in date, select *Circulation* -> *Check In Items*. In *Effective Date* field enter the date in yyyy-mm-dd format.
+
+image::media/backdate_checkin_web_client.png[]
+
+2) The new effective date is now displayed in the red bar above the Barcode field.
+
+image::media/backdate_red_web_client.png[]
+
+3) Move the cursor to the *Barcode* field. Scan the items. When finishing backdated check-in, change the *Effective Date* back to today's date.
+ 
+Backdate Post-Checkin
+^^^^^^^^^^^^^^^^^^^^^
+
+After an item has been checked in, you may use the Backdate Post-Checkin function to backdate the check-in date.
+
+1) Select the item on the Check In screen, click *Actions* -> *Backdate Post-Checkin*.
+
+image::media/backdate_post_checkin_web_client.png[]
+
+2) In *Effective Date* field enter the date in yyyy-mm-dd format.  The check-in date will be adjusted according to the new effective check-in date.
+
+image::media/backdate_post_date_web_client.png[]
+
+[TIP]
+Checkin Modifiers
+===================================================
+At the right bottom corner there is a *Checkin Modifiers* pop-up list. The options are:
+
+-Ignore Pre-cat Items: no prompt when checking in a pre-cat item. Item will be routed to Cataloguing with Cataloguing status.
+
+-Supress Holds and Transit: item will not be used to fill holds or sent in transit. Item has Reshelving status.
+
+-Amnesty Mode/Forgive Fines: overdue fines will be voided if already created or not be inserted if not yet created (e.g. hourly loans).
+
+-Auto-Print Hold and Transit Slips: slips will be automatically printed without prompt for confirmation.
+
+-Clear Holds Shelf. Checking in hold-shelf-expired items will clear the items from the hold shelf (holds to be cancelled).
+
+-Retarget Local Holds. When checking in in process items that are owned by the library, attempt to find a local hold to retarget. This is intended to help with proper targeting of newly-catalogued items.
+
+-Retarget All Statuses. Similar to Retarget Local Holds, this modifier will attempt to find a local hold to retarget, regardless of the status of the item being checked in. This modifier must be used in conjunction with the Retarget Local Holds modifier.
+
+-Capture Local Holds as Transits. With this checkin modifier, any local holds will be given an in transit status instead of on holds shelf. The intent is to stop the system from sending holds notifications before the item is ready to be placed on the holds shelf and item will have a status of in-transit until checked in again. If you wish to simply delay notification and allow time for staff to process item to holds shelf, you may wish to use the Hold Shelf Status Delay setting in Library Settings Editor instead. See Local Administration section for more information.
+
+
+These options may be selected simultaneously. The selected option is displayed in the header area.
+
+image::media/checkin_options_web_client.png[]
+
+====================================================
+  
+Renewal and Editing the Item's Due Date
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Checked-out items can be renewed if your library's policy allows it. The new due date is calculated from the renewal date. Existing loans can also be extended to a specific date by editing the due date or renewing with a specific due date.
+
+Renewing via a Patron's Account
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+1) Retrieve the patron record and go to the *Items Out* screen.
+
+image::media/items_out_click_web_client.png[]
+
+2) Select the item you want to renew. Click on *Actions* -> *Renew*. If you want to renew all items in the account, click *Renew All* instead.
+
+image::media/renew_action_web_client.png[]
+
+3) If you want to specify the due date, click *Renew with Specific Due Date*. You will be prompted to select a due date. Once done, click *Apply*.
+
+image::media/renew_specific_date_web_client.png[]
+ 
+
+Renewing by Item Barcode
+^^^^^^^^^^^^^^^^^^^^^^^^
+1) To renew items by barcode, select *Circulation* -> *Renew Items*.
+
+2) Scan or manually entire the item barcode.
+
+image::media/renew_item_web_client.png[]
+
+3) If you want to specify the due date, click *Specific Due Date* and enter a new due date in yyyy-mm-dd format.
+
+image::media/renew_item_calendar_web_client.png[]
+
+Editing Due Date
+^^^^^^^^^^^^^^^^
+
+1) Retrieve the patron record and go to the *Items Out* screen.
+
+2) Select the item you want to renew. Click on *Actions* -> *Edit Due Date*.
+
+image::media/edit_due_date_action_web_client.png[]
+
+3) Enter a new due date in yyyy-mm-dd format in the pop-up window, then click *OK*.
+
+[NOTE]
+Editing a due date is not included in the renewal count.
+
+Marking Items Lost and Claimed Returned
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Lost Items
+^^^^^^^^^^
+1) To mark items Lost, retrieve patron record and click *Items Out*.
+
+2) Select the item. Click on *Actions* -> *Mark Lost (by Patron)*.
+
+image::media/mark_lost_web_client.png[]
+
+3) The lost item now displays as lost in the *Items Checked Out* section of the patron record.
+
+image::media/lost_section_web_client.png[]
+
+4) The lost item also adds to the count of *Lost* items in the patron summary on the left (or top) of the screen. 
+
+image::media/patron_summary_checkouts_web_client.png[]
+
+[NOTE]
+Lost Item Billing
+========================
+- Marking an item Lost will automatically bill the patron the replacement cost of the item as recorded in the price field in the item record, and a processing fee as determined by your local policy. If the lost item has overdue charges, the overdue charges may be voided or retained based on local policy.
+- A lost-then-returned item will disappear from the Items Out screen only when all bills linked to this particular circulation have been resolved. Bills may include replacement charges, processing fees, and manual charges added to the existing bills. 
+- The replacement fee and processing fee for lost-then-returned items may be voided if set by local policy. Overdue fines may be reinstated on lost-then-returned items if set by local policy.
+==========================
+
+Refunds for Lost Items
+^^^^^^^^^^^^^^^^^^^^^^^
+
+If an item is returned after a lost bill has been paid and the library's policy is to void the replacement fee for lost-then-returned items, there will be a negative balance in the bill. A refund needs to be made to close the bill and the circulation record. Once the outstanding amount has been refunded, the bill and circulation record will be closed and the item will disappear from the Items Out screen.
+
+If you need to balance a bill with a negative amount, you need to add two dummy bills to the existing bills. The first one can be of any amount (e.g. $0.01), while the second should be of the absolute value of the negative amount. Then you need to void the first dummy bill. The reason for using a dummy bill is that Evergreen will check and close the circulation record only when payment is applied or bills are voided.
+
+Claimed Returned Items
+^^^^^^^^^^^^^^^^^^^^^^^
+
+1) To mark an item Claimed Returned, retrieve the patron record and go to the *Items Out* screen.
+
+2) Select the item, then select *Actions* -> *Mark Claimed Returned* from the dropdown menu.
+
+image::media/mark_claims_returned_web_client.png[]
+
+3) Enter date in yyyy-mm-dd format and click *Submit*.
+
+image::media/claimed_date_web_client.png[]
+
+4) The Claimed Returned item now displays in the *Other/Special Circulations* section of the patron record.
+
+image::media/cr_section_web_client.png[]
+
+5) The Claimed Returned item adds to the count of items that are Claimed Returned in the patron summary on the left (or top) of the screen. It also adds to the total *Other/Special Circulations* that is displayed when editing the patron's record. 
+
+image::media/patron_summary_checkouts_web_client.png[]
+
+[NOTE]
+More on Claimed Returned Items
+====================================
+- The date entered for a Claimed Returned item establishes the fine. If the date given has passed, bills will be adjusted accordingly.
+- When a Claimed Returned item is returned, if there is an outstanding bill associated with it, the item will not disappear from the *Items Out* screen. It will disappear when the outstanding bills are resolved.
+- When an item is marked Claimed Returned, the value in *Claims-returned Count* field in the patron record is automatically increased. Staff can manually adjust this count by editing the patron record.
+====================================
+
+In-house Use
+~~~~~~~~~~~~
+1) To record in-house use, select *Circulation* -> *Record In-House Use*.
+
+image::media/record_in_house_action_web_client.png[]
+ 
+2) To record in-house use for cataloged items, enter number of uses, scan barcode or type barcode and click *Submit*.
+
+image::media/in_house_use_web_client.png[]
+
+[NOTE] 
+The statistics of in-house use are separated from circulation statistics. The in-house use count of cataloged items is not included in the items' total use count.
+
+[[itemstatus_web_client]]
+Item Status
+~~~~~~~~~~~
+
+The Item Status screen is very useful. Many actions can be taken by either circulation staff or catalogers on this screen. Here we will cover some circulation-related functions, namely checking item status, viewing past circulations, inserting item alert messages, marking items missing or damaged, etc.
+
+Checking item status
+^^^^^^^^^^^^^^^^^^^^
+
+1) To check the status of an item, select *Search* -> *Search for copies by Barcode*.
+
+image::media/item_status_menu_web_client.png[]
+
+2) Scan the barcode or type it and click *Submit*. The current status of the item is displayed with selected other fields. You can use the column picker to select more fields to view.
+
+image::media/item_status_barcode_web_client.png[]
+
+3) Click the *Detail View* button and the item summary and circulation history will be displayed.
+
+image::media/item_status_altview_web_client.png[]
+
+4) Click *List View* to go back.
+
+image::media/item_status_list_view_web_client.png[]
+
+[NOTE]
+If the item's status is "Available", the displayed due date refers to the previous circulation's due date.
+
+[TIP]
+Upload From File allows you to load multiple items saved in a file on your local computer. The file contains a list of the barcodes in text format. To ensure smooth uploading and further processing on the items, it is recommended that the list contains no more than 100 items.
+
+Viewing past circulations
+^^^^^^^^^^^^^^^^^^^^^^^^^^
+1) To view past circulations, retrieve the item on the *Item Status* screen as described above.
+
+2) Select *Detail view*.
+
+image::media/last_few_circs_action_web_client.png[]
+
+3) Choose *Recent Circ History*.  The item’s recent circulation history is displayed.
+
+image::media/last_few_circs_display_web_client.png[]
+
+4) To retrieve the patron(s) of the last circulations, click on the name of the patron.  The patron record will be displayed.
+
+[TIP]
+The number of items that displays in the circulation history can be set in Local *Administration* -> *Library Settings Editor*.
+
+[NOTE]
+You can also retrieve the past circulations on the patron's Items Out screen and from the Check In screen.
+
+Marking items damaged or missing and other functions
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+1) To mark items damaged or missing, retrieve the item on the *Item Status* screen.
+
+2) Select the item. Click on *Actions for Selected Items* -> *Mark Item Damaged* or *Mark Item Missing*.
+
+image::media/mark_missing_damaged_web_client.png[]
+
+[NOTE]
+Depending on the library's policy, when marking an item damaged, bills (cost and/or processing fee) may be inserted into the last borrower's account. 
+
+3) Following the above procedure, you can check in and renew items by using the *Check in Items* and *Renew Items* on the dropdown menu.
+
+Item alerts
+^^^^^^^^^^^
+
+The *Edit Item Attributes* function on the *Actions for Selected Items* dropdown list allows you to edit item records. Here, we will show you how to insert item alert messages by this function. See cataloging instructions for more information on item editing.
+1) Retrieve record on *Item Status* screen.
+
+2) Once item is displayed, highlight it and select *Actions for Selected Items* -> *Edit Item Attributes*.
+
+3) The item record is displayed in the *Copy Editor*.
+
+image::media/copy_edit_alert_web_client.png[]
+
+4) Click *Alert Message* in the *Miscellaneous* column. The background color of the box changes. Type in the message then click *Apply*. 
+
+image::media/copy_alert_message_web_client.png[]
+
+5) Click *Modify Copies*, then confirm the action.
+
+
+Mark an Item Long Overdue
+~~~~~~~~~~~~~~~~~~~~~~~~~
+
+*Marking an item Long Overdue*
+
+Once an item has been overdue for a configurable amount of time, Evergreen will mark the item long overdue in the borrowing patron’s account.  This will be done automatically through a Notification/Action Trigger.   When the item is marked long overdue, several actions will take place:
+
+. The item will go into the status of “Long Overdue” 
+
+. The item will be moved to the “Lost, Claimed Returned, Long Overdue, Has Unpaid Billings” section of the Items Out screen in the patron’s account
+
+. The accrual of overdue fines will be stopped
+
+Optionally the patron can be billed for the item price, a long overdue processing fee, and any overdue fines can be voided from the account.  Patrons can also be sent a notification that the item was marked long overdue.
+ 
+image::media/long_overdue1.JPG[Patron Account-Long Overdue]
+
+
+*Checking in a Long Overdue item*
+
+If an item that has been marked long overdue is checked in, an alert will appear on the screen informing the staff member that the item was long overdue.  Once checked in, the item will go into the status of “In process”.  Optionally, the item price and long overdue processing fee can be voided and overdue fines can be reinstated on the patron’s account.  If the item is checked in at a library other than its home library, a library setting controls whether the item can immediately fill a hold or circulate, or if it needs to be sent to its home library for processing.
+ 
+image::media/long_overdue2.JPG[Long Overdue Checkin]
+ 
+*Notification/Action Triggers*
+
+Evergreen has two sample Notification/Action Triggers that are related to marking items long overdue.  The sample triggers are configured for 6 months.  These triggers can be configured for any amount of time according to library policy and will need to be activated for use.
+
+* Sample Triggers
+
+** 6 Month Auto Mark Long-Overdue—will mark an item long overdue after the configured period of time
+
+** 6 Month Long Overdue Notice—will send patron notification that an item has been marked long overdue on their account
+
+*Library Settings* 
+
+The following Library Settings enable you to set preferences related to long overdue items:
+
+* *Circulation: Long-Overdue Check-In Interval Uses Last Activity Date* —Use the long-overdue last-activity date instead of the due_date to determine whether the item has been checked out too long to perform long-overdue check-in processing. If set, the system will first check the last payment time, followed by the last billing time, followed by the due date. See also circ.max_accept_return_of_longoverdue 
+
+* *Circulation: Long-Overdue Items Usable on Checkin* —Long-overdue items are usable on checkin instead of going "home" first
+
+* *Circulation: Long-Overdue Max Return Interval* —Long-overdue check-in processing (voiding fees, re-instating overdues, etc.) will not take place for items that have been overdue for (or have last activity older than) this amount of time 
+
+* *Circulation: Restore Overdues on Long-Overdue Item Return*
+
+* *Circulation: Void Long-Overdue item Billing When Returned*
+
+* *Circulation: Void Processing Fee on Long-Overdue Item Return*
+
+* *Finances: Leave transaction open when long overdue balance equals zero* —Leave transaction open when long-overdue balance equals zero. This leaves the lost copy on the patron record when it is paid
+
+* *Finances: Long-Overdue Materials Processing Fee*
+
+* *Finances: Void Overdue Fines When Items are Marked Long-Overdue*
+
+*Permissions to use this Feature*
+
+The following permissions are related to this feature:
+
+* COPY_STATUS_LONGOVERDUE.override
+
+** Allows the user to check-in long-overdue items thus removing the long-overdue status on the item
+
+
+
diff --git a/docs/media/backdate_checkin_web_client.png b/docs/media/backdate_checkin_web_client.png
new file mode 100644
index 0000000..6784318
Binary files /dev/null and b/docs/media/backdate_checkin_web_client.png differ
diff --git a/docs/media/backdate_post_checkin_web_client.png b/docs/media/backdate_post_checkin_web_client.png
new file mode 100644
index 0000000..ca98a61
Binary files /dev/null and b/docs/media/backdate_post_checkin_web_client.png differ
diff --git a/docs/media/backdate_post_date_web_client.png b/docs/media/backdate_post_date_web_client.png
new file mode 100644
index 0000000..aea169d
Binary files /dev/null and b/docs/media/backdate_post_date_web_client.png differ
diff --git a/docs/media/backdate_red_web_client.png b/docs/media/backdate_red_web_client.png
new file mode 100644
index 0000000..dfa4bd0
Binary files /dev/null and b/docs/media/backdate_red_web_client.png differ
diff --git a/docs/media/check_in_menu_web_client.png b/docs/media/check_in_menu_web_client.png
new file mode 100644
index 0000000..612cddd
Binary files /dev/null and b/docs/media/check_in_menu_web_client.png differ
diff --git a/docs/media/checkin_barcode_web_client.png b/docs/media/checkin_barcode_web_client.png
new file mode 100644
index 0000000..e2156ae
Binary files /dev/null and b/docs/media/checkin_barcode_web_client.png differ
diff --git a/docs/media/checkin_options_web_client.png b/docs/media/checkin_options_web_client.png
new file mode 100644
index 0000000..cd7fbc1
Binary files /dev/null and b/docs/media/checkin_options_web_client.png differ
diff --git a/docs/media/checkout_item_barcode_web_client.png b/docs/media/checkout_item_barcode_web_client.png
new file mode 100644
index 0000000..358844e
Binary files /dev/null and b/docs/media/checkout_item_barcode_web_client.png differ
diff --git a/docs/media/checkout_menu_web_client.png b/docs/media/checkout_menu_web_client.png
new file mode 100644
index 0000000..b54b97f
Binary files /dev/null and b/docs/media/checkout_menu_web_client.png differ
diff --git a/docs/media/claimed_date_web_client.png b/docs/media/claimed_date_web_client.png
new file mode 100644
index 0000000..0de9b1b
Binary files /dev/null and b/docs/media/claimed_date_web_client.png differ
diff --git a/docs/media/cr_section_web_client.png b/docs/media/cr_section_web_client.png
new file mode 100644
index 0000000..bdf80b9
Binary files /dev/null and b/docs/media/cr_section_web_client.png differ
diff --git a/docs/media/due_date_display_web_client.png b/docs/media/due_date_display_web_client.png
new file mode 100644
index 0000000..e0e2eff
Binary files /dev/null and b/docs/media/due_date_display_web_client.png differ
diff --git a/docs/media/edit_due_date_action_web_client.png b/docs/media/edit_due_date_action_web_client.png
new file mode 100644
index 0000000..5f622ef
Binary files /dev/null and b/docs/media/edit_due_date_action_web_client.png differ
diff --git a/docs/media/in_house_use_web_client.png b/docs/media/in_house_use_web_client.png
new file mode 100644
index 0000000..0851df5
Binary files /dev/null and b/docs/media/in_house_use_web_client.png differ
diff --git a/docs/media/item_status_altview_web_client.png b/docs/media/item_status_altview_web_client.png
new file mode 100644
index 0000000..aa2df08
Binary files /dev/null and b/docs/media/item_status_altview_web_client.png differ
diff --git a/docs/media/item_status_barcode_web_client.png b/docs/media/item_status_barcode_web_client.png
new file mode 100644
index 0000000..1dced50
Binary files /dev/null and b/docs/media/item_status_barcode_web_client.png differ
diff --git a/docs/media/item_status_list_view_web_client.png b/docs/media/item_status_list_view_web_client.png
new file mode 100644
index 0000000..7ddb694
Binary files /dev/null and b/docs/media/item_status_list_view_web_client.png differ
diff --git a/docs/media/item_status_menu_web_client.png b/docs/media/item_status_menu_web_client.png
new file mode 100644
index 0000000..7a2f8ff
Binary files /dev/null and b/docs/media/item_status_menu_web_client.png differ
diff --git a/docs/media/items_out_click_web_client.png b/docs/media/items_out_click_web_client.png
new file mode 100644
index 0000000..0320f9d
Binary files /dev/null and b/docs/media/items_out_click_web_client.png differ
diff --git a/docs/media/last_few_circs_action_web_client.png b/docs/media/last_few_circs_action_web_client.png
new file mode 100644
index 0000000..b4f6981
Binary files /dev/null and b/docs/media/last_few_circs_action_web_client.png differ
diff --git a/docs/media/last_few_circs_display_web_client.png b/docs/media/last_few_circs_display_web_client.png
new file mode 100644
index 0000000..4c6e8b3
Binary files /dev/null and b/docs/media/last_few_circs_display_web_client.png differ
diff --git a/docs/media/lost_cr_section_web_client.png b/docs/media/lost_cr_section_web_client.png
new file mode 100644
index 0000000..79d7889
Binary files /dev/null and b/docs/media/lost_cr_section_web_client.png differ
diff --git a/docs/media/lost_section_web_client.png b/docs/media/lost_section_web_client.png
new file mode 100644
index 0000000..a21edae
Binary files /dev/null and b/docs/media/lost_section_web_client.png differ
diff --git a/docs/media/mark_claims_returned_web_client.png b/docs/media/mark_claims_returned_web_client.png
new file mode 100644
index 0000000..1fd625c
Binary files /dev/null and b/docs/media/mark_claims_returned_web_client.png differ
diff --git a/docs/media/mark_lost_web_client.png b/docs/media/mark_lost_web_client.png
new file mode 100644
index 0000000..dc4fa0b
Binary files /dev/null and b/docs/media/mark_lost_web_client.png differ
diff --git a/docs/media/overdue_checkin_web_client.png b/docs/media/overdue_checkin_web_client.png
new file mode 100644
index 0000000..aaa2f63
Binary files /dev/null and b/docs/media/overdue_checkin_web_client.png differ
diff --git a/docs/media/patron_summary_checkouts_web_client.png b/docs/media/patron_summary_checkouts_web_client.png
new file mode 100644
index 0000000..ea5f6dc
Binary files /dev/null and b/docs/media/patron_summary_checkouts_web_client.png differ
diff --git a/docs/media/precat_web_client.png b/docs/media/precat_web_client.png
new file mode 100644
index 0000000..24628c6
Binary files /dev/null and b/docs/media/precat_web_client.png differ
diff --git a/docs/media/record_in_house_action_web_client.png b/docs/media/record_in_house_action_web_client.png
new file mode 100644
index 0000000..56ceae2
Binary files /dev/null and b/docs/media/record_in_house_action_web_client.png differ
diff --git a/docs/media/renew_action_web_client.png b/docs/media/renew_action_web_client.png
new file mode 100644
index 0000000..0d177f2
Binary files /dev/null and b/docs/media/renew_action_web_client.png differ
diff --git a/docs/media/renew_item_calendar_web_client.png b/docs/media/renew_item_calendar_web_client.png
new file mode 100644
index 0000000..5a2e06f
Binary files /dev/null and b/docs/media/renew_item_calendar_web_client.png differ
diff --git a/docs/media/renew_item_web_client.png b/docs/media/renew_item_web_client.png
new file mode 100644
index 0000000..a81d2d6
Binary files /dev/null and b/docs/media/renew_item_web_client.png differ
diff --git a/docs/media/retrieve_patron_web_client.png b/docs/media/retrieve_patron_web_client.png
new file mode 100644
index 0000000..d1ed320
Binary files /dev/null and b/docs/media/retrieve_patron_web_client.png differ
diff --git a/docs/media/specify_due_date1_web_client.png b/docs/media/specify_due_date1_web_client.png
new file mode 100644
index 0000000..f28b921
Binary files /dev/null and b/docs/media/specify_due_date1_web_client.png differ
diff --git a/docs/root.txt b/docs/root.txt
index f28f0ad..8ae307c 100644
--- a/docs/root.txt
+++ b/docs/root.txt
@@ -536,6 +536,8 @@ Use this section for understanding the circulation procedures in the Evergreen s
 // Push titles down one level.
 :leveloffset: 1
 
+include::circulation/circulating_items_web_client.txt[]
+
 include::circulation/circulation_patron_records_web_client.txt[]
 
 // Return to normal title levels.

-----------------------------------------------------------------------

Summary of changes:
 docs/circulation/circulating_items_web_client.txt  |  397 ++++++++++++++++++++
 docs/media/backdate_checkin_web_client.png         |  Bin 0 -> 3693 bytes
 docs/media/backdate_post_checkin_web_client.png    |  Bin 0 -> 15824 bytes
 docs/media/backdate_post_date_web_client.png       |  Bin 0 -> 12224 bytes
 docs/media/backdate_red_web_client.png             |  Bin 0 -> 7289 bytes
 docs/media/check_in_menu_web_client.png            |  Bin 0 -> 3967 bytes
 docs/media/checkin_barcode_web_client.png          |  Bin 0 -> 2658 bytes
 docs/media/checkin_options_web_client.png          |  Bin 0 -> 19123 bytes
 docs/media/checkout_item_barcode_web_client.png    |  Bin 0 -> 6897 bytes
 docs/media/checkout_menu_web_client.png            |  Bin 0 -> 3933 bytes
 docs/media/claimed_date_web_client.png             |  Bin 0 -> 5363 bytes
 docs/media/cr_section_web_client.png               |  Bin 0 -> 8774 bytes
 docs/media/due_date_display_web_client.png         |  Bin 0 -> 7258 bytes
 docs/media/edit_due_date_action_web_client.png     |  Bin 0 -> 18753 bytes
 docs/media/in_house_use_web_client.png             |  Bin 0 -> 7476 bytes
 docs/media/item_status_altview_web_client.png      |  Bin 0 -> 37156 bytes
 docs/media/item_status_barcode_web_client.png      |  Bin 0 -> 8346 bytes
 docs/media/item_status_list_view_web_client.png    |  Bin 0 -> 9320 bytes
 docs/media/item_status_menu_web_client.png         |  Bin 0 -> 3611 bytes
 docs/media/items_out_click_web_client.png          |  Bin 0 -> 11958 bytes
 docs/media/last_few_circs_action_web_client.png    |  Bin 0 -> 9276 bytes
 docs/media/last_few_circs_display_web_client.png   |  Bin 0 -> 23458 bytes
 docs/media/lost_cr_section_web_client.png          |  Bin 0 -> 15168 bytes
 docs/media/lost_section_web_client.png             |  Bin 0 -> 8444 bytes
 docs/media/mark_claims_returned_web_client.png     |  Bin 0 -> 21377 bytes
 docs/media/mark_lost_web_client.png                |  Bin 0 -> 17714 bytes
 docs/media/overdue_checkin_web_client.png          |  Bin 0 -> 13582 bytes
 docs/media/patron_summary_checkouts_web_client.png |  Bin 0 -> 7557 bytes
 docs/media/precat_web_client.png                   |  Bin 0 -> 19864 bytes
 docs/media/record_in_house_action_web_client.png   |  Bin 0 -> 8538 bytes
 docs/media/renew_action_web_client.png             |  Bin 0 -> 16791 bytes
 docs/media/renew_item_calendar_web_client.png      |  Bin 0 -> 3276 bytes
 docs/media/renew_item_web_client.png               |  Bin 0 -> 4357 bytes
 docs/media/retrieve_patron_web_client.png          |  Bin 0 -> 3753 bytes
 docs/media/specify_due_date1_web_client.png        |  Bin 0 -> 4284 bytes
 docs/root.txt                                      |    2 +
 36 files changed, 399 insertions(+), 0 deletions(-)
 create mode 100644 docs/circulation/circulating_items_web_client.txt
 create mode 100644 docs/media/backdate_checkin_web_client.png
 create mode 100644 docs/media/backdate_post_checkin_web_client.png
 create mode 100644 docs/media/backdate_post_date_web_client.png
 create mode 100644 docs/media/backdate_red_web_client.png
 create mode 100644 docs/media/check_in_menu_web_client.png
 create mode 100644 docs/media/checkin_barcode_web_client.png
 create mode 100644 docs/media/checkin_options_web_client.png
 create mode 100644 docs/media/checkout_item_barcode_web_client.png
 create mode 100644 docs/media/checkout_menu_web_client.png
 create mode 100644 docs/media/claimed_date_web_client.png
 create mode 100644 docs/media/cr_section_web_client.png
 create mode 100644 docs/media/due_date_display_web_client.png
 create mode 100644 docs/media/edit_due_date_action_web_client.png
 create mode 100644 docs/media/in_house_use_web_client.png
 create mode 100644 docs/media/item_status_altview_web_client.png
 create mode 100644 docs/media/item_status_barcode_web_client.png
 create mode 100644 docs/media/item_status_list_view_web_client.png
 create mode 100644 docs/media/item_status_menu_web_client.png
 create mode 100644 docs/media/items_out_click_web_client.png
 create mode 100644 docs/media/last_few_circs_action_web_client.png
 create mode 100644 docs/media/last_few_circs_display_web_client.png
 create mode 100644 docs/media/lost_cr_section_web_client.png
 create mode 100644 docs/media/lost_section_web_client.png
 create mode 100644 docs/media/mark_claims_returned_web_client.png
 create mode 100644 docs/media/mark_lost_web_client.png
 create mode 100644 docs/media/overdue_checkin_web_client.png
 create mode 100644 docs/media/patron_summary_checkouts_web_client.png
 create mode 100644 docs/media/precat_web_client.png
 create mode 100644 docs/media/record_in_house_action_web_client.png
 create mode 100644 docs/media/renew_action_web_client.png
 create mode 100644 docs/media/renew_item_calendar_web_client.png
 create mode 100644 docs/media/renew_item_web_client.png
 create mode 100644 docs/media/retrieve_patron_web_client.png
 create mode 100644 docs/media/specify_due_date1_web_client.png


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list