From: Remington Steed Date: Tue, 22 Oct 2019 21:20:39 +0000 (-0400) Subject: LP#1848524: Docs: Delete unused assets X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bd966b4124837df98dc7ea1b441a68a5b107aba7;p=Evergreen.git LP#1848524: Docs: Delete unused assets This commit attempts to delete all images from the media/ directory that aren't used within an AsciiDoc file (via "image:" or "image::"). This commit also doesn't touch images that are known to be used in the HTML template (such as the Evergreen logo, PDF/ePUB icons, NOTE icons, and callout number icons). This list of images was generated via multiple bash commands, grepping and diffing. It would be great for us to have a standard command for finding these periodically. This commit also removes all AsciiDoc files that we don't currently include in another AsciiDoc file (via "include::"), because that means they never appear in the generated docs (HTML, PDF, or ePUB). Some files have been left untouched, such as everything in the TechRef/ directory. It also further removes any images referenced by these files. Signed-off-by: Remington Steed Signed-off-by: Galen Charlton --- diff --git a/docs/admin/customize_staff_client.adoc b/docs/admin/customize_staff_client.adoc deleted file mode 100644 index 3337c471d2..0000000000 --- a/docs/admin/customize_staff_client.adoc +++ /dev/null @@ -1,60 +0,0 @@ -Customizable Toolbar --------------------- - -By default, two toolbars are available in the staff client: circulation and -cataloging. This feature enables you to customize toolbars in the staff client. -You can create toolbars for specific org unit(s), workstation(s), or login(s). - -Configure Toolbar -~~~~~~~~~~~~~~~~~ - -. Click *Admin* -> *Workstation Administration* -> *Toolbars* -> *Configure -Toolbars*. - -. Click *New Toolbar*. - -. Enter label for toolbar. -+ -image::media/Customizable_Toolbar1.jpg[Customizable_Toolbar1] -+ -. Click *Ok*. - -. Select one of the buttons in the *Available* panel. The *Button ID* describes -that action that the button will take, and the *Label* will display in the -toolbar. - -. Click the `--> (A)` button to add the selected function to the -*Selected* panel on the bottom right side of the screen. To remove a button, -click the `<-- (R)` button. -+ -image::media/Customizable_Toolbar2.jpg[Customizable_Toolbar2] -+ -. Continue adding buttons if desired. The buttons will display in the order that you add -them. If you want to reorder the buttons, click the *Up* or *Down* buttons. - -. To separate buttons onto left and right sides of the screen on the same -toolbar, select *toolbarspacer*, and click `--> (A)`. -+ -image::media/Customizable_Toolbar3.jpg[Customizable_Toolbar3] -+ -. To add a dividing line between buttons that appear on the same side of the -screen, select *toolbarseparator*, and click `--> (A)`. -+ -image::media/Customizable_Toolbar4.jpg[Customizable_Toolbar4] -+ -. At the bottom of the screen, choose the owner of this toolbar. -If you click *Owning Org Unit*, then the owning org unit that you specify will display this -toolbar. Select the owning org unit from the drop down menu. The rule of -parental inheritance applies, so all child units will inherit the toolbars of -their parental units. -If you click *Owning Workstation*, then the workstation to which you are logged -in when you created the toolbar will display this toolbar. -If you select *Owning User*, then your login has access to that toolbar. - -. When you are finished creating the toolbar, click *Save Toolbar*. Any -toolbar to which you have access displays under *Admin -> Workstation -Administration -> Toolbars -> Current*. - -*Permissions* - -ADMIN_TOOLBAR - Allow a user to create, edit, and delete custom toolbars diff --git a/docs/admin/marc_stream_importer.adoc b/docs/admin/marc_stream_importer.adoc deleted file mode 100644 index 75a755527c..0000000000 --- a/docs/admin/marc_stream_importer.adoc +++ /dev/null @@ -1,8 +0,0 @@ -Changes to marc_stream_importer.pl command line options ------------------------ - -To work properly with Vandelay session tracking a --workstation -option is now required for the marc_stream_importer.pl script. -It needs to be an existing workstation name in your system and -if it is missing from the command line the script will fail and -you will be notified. diff --git a/docs/admin/staff_client-button_bar_toolbar.adoc b/docs/admin/staff_client-button_bar_toolbar.adoc deleted file mode 100644 index 14fe3490d5..0000000000 --- a/docs/admin/staff_client-button_bar_toolbar.adoc +++ /dev/null @@ -1,36 +0,0 @@ -Button Bar/Toolbar ------------------- - -indexterm:[staff client, button bar] -indexterm:[staff client, toolbar] - -There is an optional toolbar with buttons providing quick access to commonly -used staff client functions. When activated the toolbar appears below the -menu bar. - -image::media/workstation-button_bar-1.png[button bar] - -The look of the buttons can be customized. Use _Mode_, _Label Position_ and -_Icon Size_ on the _Toolbar_ menu shown on the screen below to select your -preference. - -A group of buttons can be selected or activated by default for all -workstations at a particular library (see -<<_library_settings_editor,Library Settings>> for details). A different -default group can be set up on individual workstations by the following -steps. - -. Go to *Administration -> Workstation Administration -> Toolbars -> Current*. -+ -image::media/workstation-button_bar-2.png[button bar 2] -+ -. Choose a group from the list. -. Go back to the above menu. Select *Set Workstation Default to Current*. -The above selected toolbar group is set as default for this workstation. - -To clear an existing setting click *Clear Workstation Default*. - -Circulation and Cataloguing are the default toolbar groups. Local system -administrators can <<_customizable_toolbar,create new groups>> for -individual accounts, workstations or all in a particular library. - diff --git a/docs/admin/staff_client-double_clicking.adoc b/docs/admin/staff_client-double_clicking.adoc deleted file mode 100644 index 46dba84afc..0000000000 --- a/docs/admin/staff_client-double_clicking.adoc +++ /dev/null @@ -1,23 +0,0 @@ -New Options for Double Clicking -------------------------------- - -Double Click to Retrieve a Patron's Record -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -. Click *Search -> Search for Patrons* to access a patron's record -. Enter search terms. -. Retrieve a list of possible matches. Double click on the record that you want to open. - -image::media/Double_Click1.jpg[Double_Click1] - - -Double Click to Retrieve Item Attributes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -. Enter search terms to retrieve a bibliographic record. -. Click *Actions for this Record* -> *Holdings Maintenance*. -. Double click on an item. -+ -image::media/Double_Click3.jpg[Double_Click3] -+ -. The copy information will appear in a new tab. diff --git a/docs/admin/staff_client-login.adoc b/docs/admin/staff_client-login.adoc deleted file mode 100644 index f99503a73b..0000000000 --- a/docs/admin/staff_client-login.adoc +++ /dev/null @@ -1,178 +0,0 @@ -Logging in to Evergreen ------------------------ - -indexterm:[staff client, logging in] -indexterm:[SSL certificate] - -. Select the _Locale_ to match your language preference. -. Enter the _Hostname_ of the Evergreen server you are connecting. -. Click _Test Server_ to ensure that you are able to reach the -server. You should see ``200 : OK'' indicated in green for _Status_ and _Version_. -+ -[NOTE] -============ -If _Status_ indicates ``There was an error testing this server'', check for a typo -in the _Hostname_ field or ask your administrator for the correct _Hostname_ -to use. - -IF _version_ indicates ``404 Not Found'', the server does not support the version -of your staff client. You will need to download the correct version or contact -your system administrator. - -If your server has a self-signed SSL certificate, you may need to click _Add SSL Exception_ -in order to login. -============ -+ -. Enter your _Username_ and _Password_ and click _Login_. -. If this is the first time you login from the workstation, you will -need to <>. - -Standalone Interface -~~~~~~~~~~~~~~~~~~~~ - -indexterm:[staff client, standalone interface] - -If your connection to Evergreen is lost, click _Standalone -Interface_ to circulate items or register patrons while connection is down. - -[[preset_tabs]] -Preset Tabs in Evergreen Client -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -To have preset tabs waiting when Evergreen opens you will need to modify the -*Evergreen shortcut* on your desktop. - -. First, you need to copy your shortcut. There are a couple of ways to do this. -.. Right-mouse click and drag icon; upon release select *Create Shortcut -Here*. -+ -image::media/create_shortcut_here.png[] -+ -.. Right-mouse click icon, select *Send to*, and select *Desktop (create -shortcut)*. -+ -image::media/send_to_desktop.png[] -+ -. Right-mouse click the new shortcut and select *Properties*. -+ -image::media/shortcut_properties.png[] -+ -. Listed in the *Target* box you will see something like the following path -surrounded by quotation marks: "C:\Program Files\Evergreen Staff Client MVLC\evergreen.exe" -+ -image::media/shortcut_properties_window.png[] -+ -. Place your cursor after the ending quotation mark. Enter a space after the -last quotation mark and then enter the tab code from the list below. Add -multiple tabs with a space separating them. -+ -image::media/preset_tabs.png[] -+ -For Example, to have Checkout, Checkin, Catalog Search, and a blank tab preset: -"C:\Program Files\Evergreen Staff Client MVLC\evergreen.exe" -ilscheckout -ilscheckin -ilsurl XUL_OPAC_WRAPPER -ilstab -. The following options are available: - -- -ILScheckin : Opens the Check In interface -- -ILScheckout : Opens the Check Out interface -- -ILSurl : Opens the specified page -- -ILSnew : Opens a new "menu" window -- -ILStab : Opens a new (default) tab -- -ILSnew_default : Opens a new "menu" window with a guaranteed default tab -- -ILSoffline/-ILSstandalone : Opens the standalone interface -- -ILSlogin : Opens the login page -+ -[TIP] -.Useful Tab Codes -===================== - - -ilsurl XUL_PATRON_DISPLAY : Opens a Patron Search tab - - -ilsurl XUL_HOLD_PULL_LIST : Opens a Pull List tab - - -ilsurl XUL_HOLDS_BROWSER : Opens a Browse Holds Shelf tab - - -ilsurl XUL_OPAC_WRAPPER : Opens an Advanced Catalog search tab - - -ilsurl XUL_COPY_STATUS : Opens an Item status by barcode tab - - -ilsurl XUL_RECORD_BUCKETS : Opens a Manage Record Buckets tab - - -ilsurl XUL_COPY_BUCKETS : Opens a Manage Copy Buckets tab - - -ilsurl XUL_MARC_NEW : Opens a Create new MARC record tab - - -ilsurl XUL_Z3950_IMPORT : Opens an Import record from Z39.50 tab - - To open two windows, one with checkin and checkout, one with Marc and Z39.50, use: - + - -ilscheckin -ilscheckout -ilsnew -ilsurl XUL_MARC_NEW -ilsurl XUL_Z3950_IMPORT -======================== -+ -. You may want to rename your shortcut to reflect its purpose. For example, you -could have one icon set to open circulation-related tabs and one icon to open -cataloging-related tabs. Right-mouse click and select *Rename* to do this. - -Auto Login -~~~~~~~~~~~ - -To use auto login, you will need to modify the *Evergreen shortcut* on your desktop. There are three new commands which are necessary for automatic login: - -- -ilsuser -- -ilspassword -- -ilshost - -You will need all three to have your client successfully login. To enable -automatic login we need to modify the Evergreen shortcut on your desktop. If -your shortcut already has preset tab commands, then place the automatic login -commands after those commands. - -. First, if your workstation will have multiple logins (circ, cat, admin) you need to copy a shortcut for each. There are a couple of ways to do this. -.. Right-mouse click and drag icon; upon release select *Create Shortcut Here*. -+ -image::media/create_shortcut_here.png[] -+ -.. Right-mouse click icon, select *Send to*, and select *Desktop (create shortcut)*. -+ -image::media/send_to_desktop.png[] -+ -. Right-mouse click the new shortcut and select *Properties*. -+ -image::media/shortcut_properties.png[] -+ -Listed in the *Target* box you will see something like the following path -surrounded by quotation marks: "C:\Program Files\Evergreen Staff Client MVLC\evergreen.exe" -+ -image::media/shortcut_properties_window.png[] -+ -. Place your cursor after the ending quotation mark and enter a space after the -last quotation mark. -+ -image::media/target_box.png[] -+ -.. After the space enter the login code for username followed by a space and -the username + --ilsuser circuser -.. Enter a space and then the login code for password followed by the password + --ilspassword circpass -.. Finally, enter the login code for host followed by a space and the host -address (this is the exact address which shows up in the Server Hostname box -when you manually login to the client. + --ilshost evergreen.mvlcstaff.org -+ -image::media/auto_login.png[] -+ -[NOTE] -When you double-click on the new shortcut it may seem like nothing is -happening, but it really is! It takes the program a few moments to digest the -new requests and to do the login. - -Logging Out -~~~~~~~~~~~ - -indexterm:[staff client, logging out] - -There are several ways to end your Evergreen staff client session: - -* Click the *Exit Evergreen* button on the bottom of the login page. -* Click the *x* at the top left of the *login* window. -* Choose *File -> Quit Program* from the menu of the application window. - -[CAUTION] -============ -Clicking the *x* on the application window (not the login window) will not exit -Evergreen, but only close the window. - -A new application window can be opened by clicking _Open New Window_ from the -login window. -============ - diff --git a/docs/admin/staff_client-patron_border.adoc b/docs/admin/staff_client-patron_border.adoc deleted file mode 100644 index 4a056ad39f..0000000000 --- a/docs/admin/staff_client-patron_border.adoc +++ /dev/null @@ -1,22 +0,0 @@ -Patron Border Color Enhancement -------------------------------- - -This feature gives librarians new choices for color coding patron penalties. - -In version 2.3, if the staff_alert column on the Standing Penalty Type is set to -True and no other more serious penalty (as defined by the CSS) trumps it, then, -when a patron incurs a penalty, a blue border will appear around the patron's -name. - -For example, by default, the standing penalty type, ALERT_NOTE, has the -staff_alert value set to TRUE. If I apply an alert to a user's account, and no -other penalty color takes precedence over it, then a blue border will appear -around the patron's name. - -image::media/Patron_Border_Color_Enhancements2.jpg[Patron_Border_Color_Enhancements2] - -In addition, librarians now can customize the color coding on custom penalty -types. For example, librarians can create a penalty type and, using the CSS -classname PATRON_HAS_CUSTOM_PENALTY, apply a custom color box to the patron's -record. - diff --git a/docs/admin/staff_client-sorting_columns.adoc b/docs/admin/staff_client-sorting_columns.adoc deleted file mode 100644 index d9f60fa77d..0000000000 --- a/docs/admin/staff_client-sorting_columns.adoc +++ /dev/null @@ -1,59 +0,0 @@ -Sorting Columns ---------------- - -This feature enables you to sort display columns so that you can find easily the -information that you need on a screen that contains multiple columns. You can -sort display columns on any screen that is built on a grid, such as the Check In -screen or the On Shelf Pull List. - -You can also sort the columns on the following Administration screens: -Circulation Policies, Hold Policies, Circulation Limit Sets, Barcode Completion, -Acquisitions User Request List, and Vandelay Import Errors. - -You can sort items in an ascending or descending order, and you can prioritize -the order in which columns will sort. The following use cases illustrate how to -sort items within the Circulation and Administration interfaces. - -Sorting the On Shelf Pull List -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -You want to capture items that are on the shelf to fill current holds. To -simplify this process, you will sort the items on the On Shelf Pull List by Copy -Location and Call Number. - -. Click *Circulation* -> *Pull List for Hold Requests*. -. The first column that you want to sort is the column, Current Copy Location. Right click the column header, Current Copy Location. -. Click *Sort First (Descending)*. -+ -image::media/Sorting_Columns3.jpg[Sorting_Columns3] -+ -. The next column that you want to sort is the column, Call Number. Right click the column header, Call Number. -. Click *Sort Next (Ascending)*. -+ -image::media/Sorting_Columns4.jpg[Sorting_Columns4] -+ -. The pull list has now been sorted by copy location and call number. - -image::media/Sorting_Columns5.jpg[Sorting_Columns5] - -NOTE: If you wanted to sort more columns, you could continue the process by clicking *Sort Next* for any subsequent columns. - - -Sorting Circulation Policies -~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -You want to sort the display of circulation policies in your staff client. - -. Click *Administration* -> *Local Administration* -> *Circulation Policies*. -. Right click on any column header. -. A pop-up box appears. -+ -image::media/Sorting_Columns2.jpg[Sorting_Columns2] -+ -. Check the *Display* box if you want to display a column in the staff client. -. Check the *Auto Width* box if you want the width of the columns to adjust to fit the staff client. -. Select a sort priority. -.. A sort priority of "0" indicates that no sorting has been applied. Columns will display in their default order. -.. A sort priority of "1" indicates that ascending sorting should be applied to this column first. Subsequent sorts will be applied as you continue to enter increasing numbers. -.. A sort priority of "-1" indicates that descending sorting should be applied to this column. -. Click *Save*. The circulation policies will now sort according to your selections each time that you log into the staff client. diff --git a/docs/admin/staff_client-sticky_settings.adoc b/docs/admin/staff_client-sticky_settings.adoc deleted file mode 100644 index 939cf52fb9..0000000000 --- a/docs/admin/staff_client-sticky_settings.adoc +++ /dev/null @@ -1,17 +0,0 @@ -Check-boxes ------------ - -indexterm:[Check-boxes, sticky settings] - -Most staff client check-boxes are ``sticky'' -- if you select or deselect -them, that status persists. For example, *Auto-Print*, which will print -the relevant receipts automatically in certain functions, is sticky. If -you select it on one login, it will persist for future logins until you -uncheck the box. - -image::media/staff_client-3.png[staff_client-3] - -*Fast Item Add* is another ``sticky'' check box that makes it possible to -add volume and item records from the MARC editor. - -image::media/staff_client-4.png[staff_client-4] diff --git a/docs/admin/staff_client-tab_buttons.adoc b/docs/admin/staff_client-tab_buttons.adoc deleted file mode 100644 index e3daa2718d..0000000000 --- a/docs/admin/staff_client-tab_buttons.adoc +++ /dev/null @@ -1,6 +0,0 @@ -Tab Buttons ------------ - -This feature enables you to add a new tab to the Evergreen staff client by clicking the + sign adjacent to the tab that you currently have opened. As in previous versions, you can also add new tabs by clicking *File -> New Tab*, or use the hotkey, Ctrl+T. - -image::media/New_Tab_Button1.jpg[New_Tab_Button1] diff --git a/docs/admin/workstation_admin_customizable_toolbar.adoc b/docs/admin/workstation_admin_customizable_toolbar.adoc deleted file mode 100644 index f60d3c85d9..0000000000 --- a/docs/admin/workstation_admin_customizable_toolbar.adoc +++ /dev/null @@ -1,60 +0,0 @@ -Customizable Toolbar -~~~~~~~~~~~~~~~~~~~~ - -By default, two toolbars are available in the staff client: circulation and -cataloging. This feature enables you to customize toolbars in the staff client. -You can create toolbars for specific org unit(s), workstation(s), or login(s). - -Configure Toolbar -^^^^^^^^^^^^^^^^^ - -. Click *Admin* -> *Workstation Administration* -> *Toolbars* -> *Configure -Toolbars*. - -. Click *New Toolbar*. - -. Enter label for toolbar. -+ -image::media/Customizable_Toolbar1.jpg[Customizable_Toolbar1] -+ -. Click *Ok*. - -. Select one of the buttons in the *Available* panel. The *Button ID* describes -that action that the button will take, and the *Label* will display in the -toolbar. - -. Click the `--> (A)` button to add the selected function to the -*Selected* panel on the bottom right side of the screen. To remove a button, -click the `<-- (R)` button. -+ -image::media/Customizable_Toolbar2.jpg[Customizable_Toolbar2] -+ -. Continue adding buttons if desired. The buttons will display in the order that you add -them. If you want to reorder the buttons, click the *Up* or *Down* buttons. - -. To separate buttons onto left and right sides of the screen on the same -toolbar, select *toolbarspacer*, and click `--> (A)`. -+ -image::media/Customizable_Toolbar3.jpg[Customizable_Toolbar3] -+ -. To add a dividing line between buttons that appear on the same side of the -screen, select *toolbarseparator*, and click `--> (A)`. -+ -image::media/Customizable_Toolbar4.jpg[Customizable_Toolbar4] -+ -. At the bottom of the screen, choose the owner of this toolbar. -If you click *Owning Org Unit*, then the owning org unit that you specify will display this -toolbar. Select the owning org unit from the drop down menu. The rule of -parental inheritance applies, so all child units will inherit the toolbars of -their parental units. -If you click *Owning Workstation*, then the workstation to which you are logged -in when you created the toolbar will display this toolbar. -If you select *Owning User*, then your login has access to that toolbar. - -. When you are finished creating the toolbar, click *Save Toolbar*. Any -toolbar to which you have access displays under *Admin -> Workstation -Administration -> Toolbars -> Current*. - -*Permissions* - -ADMIN_TOOLBAR - Allow a user to create, edit, and delete custom toolbars diff --git a/docs/circulation/circulating_items.adoc b/docs/circulation/circulating_items.adoc deleted file mode 100644 index 24059eaf48..0000000000 --- a/docs/circulation/circulating_items.adoc +++ /dev/null @@ -1,703 +0,0 @@ -Circulating Items ------------------ - -Check Out (F1) -~~~~~~~~~~~~~~ - -Regular Items -^^^^^^^^^^^^^ - -1) To check out an item press *F1*, click *Check Out* on the Circulation -toolbar, or select *Circulation* -> *Check Out Items*. - -image::media/checkout_menu.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.png[] - -3) Scan or enter item barcode manually, clicking *Submit* if manual. - -image::media/checkout_item_barcode.png[] - -4) Due date is now displayed. - -image::media/due_date_display.png[] - -5) When all items are scanned, hit the *F1* key or click the *Check Out* button -on the Circulation toolbar 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, click *Pre-Cataloged*. - -image::media/pre_cat_alert.png[] - -4) Enter required information and click *Check Out*. - -image::media/precat.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. Use the -calendar widget to select a date. Or click in day, month or year, then use the -up or down arrows to make the change or simply delete the data, then enter -again. Time is used for hourly loan only. 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.png[] - -image::media/specify_due_date2.png[] - -Check In (F2) -~~~~~~~~~~~~~ - -Regular check in -^^^^^^^^^^^^^^^^ - -1) To check in an item, select *Circulation -> Check In Items*, click *Check In* -on the Circulation toolbar, or press *F2*. - -image::media/check_in_menu.png[] - -2) Scan item barcode or enter manually and click *Submit*. - -image::media/checkin_barcode.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.png[] - -Backdated check in -^^^^^^^^^^^^^^^^^^ - -This is useful for clearing a book drop. - -1) To change effective check-in date, select *Circulation* -> *Check In Items*, -or press *F2*. Use the calendar widget to choose the effective date. - -image::media/backdate_checkin.png[] - -2) The top green bar changes to red. The new effective date is now displayed in -the header. - -image::media/backdate_red.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 for Selected Items -> -Backdate Post-Checkin. - -image::media/backdate_post_checkin.png[] - -2) Use the calendar widget to select an effective check-in date. Click Apply. -Overdue fines, if any, will be adjusted according to the new effective check-in -date. - -image::media/backdate_post_date.png[] - -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 Cataloging with Cataloging status. -- Suppress 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 removed if already created -or not be inserted if not yet created (e.g. hourly loans). The fines are removed -with an account_adjustment payment type. -- Auto-Print Hold and Transit Slips: slips will be automatically printed without -prompt for confirmation. - -These options may be selected simultaneously. The selected option is displayed -in the header area. - -image::media/checkin_options.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.png[] - -TIP: Add "Holds Count" from the column picker to quickly see whether an item to be renewed has holds. - -2) Select the item you want to renew. *Click on Actions for Selected Items* -> -*Renew*. If you want to renew all items in the account, click *Renew All* -instead. - -image::media/renew_action.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.png[] - -[TIP] -Renewal can also be done on the *Item Status* screen. See the section called -<> for more information. - -Renewing by Item Barcode -^^^^^^^^^^^^^^^^^^^^^^^^ -1) To renew items by barcode, select *Circulation* -> *Renew Items* or press -*CTRL-F2*. - -2) Scan or manually entire the item barcode. - -image::media/renew_item.png[] - -3) If you want to specify the due date, click *Specific Due Date* and select a -new due date from the calendar. - -image::media/renew_item_calendar.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 for Selected Items* -> -*Edit Due Date*. - -image::media/edit_due_date_action.png[] - -3) Select a new due date in the pop-up window, then click *Apply*. - -[TIP] -You can select multiple items by pressing down the CTRL key on your keyboard and -clicking each items you want to edit. - -[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 for Selected Items* -> *Mark Lost (by -Patron)*. - -image::media/mark_lost.png[] - -3) The lost item now displays in the *Other/Special Circulations section of the -patron record, unless otherwise customized through the Items Out display setting -available in the Library Settings Editor. - -image::media/lost_cr_section.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.jpg[] - -[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. -======================== - -Refunding and Clearing Negative Balances -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -If an item is returned after a lost bill has been paid, there may be a negative -balance on the bill. See ... for more information on settings that affect -negative balances. See <> for more information on clearing that balance. - - -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 for Selected Items* -> *Mark Claimed -Returned* from the dropdown menu. - -image::media/mark_claims_returned.png[] - -3) Select a date and click *Apply*. - -image::media/claimed_date.png[] - -4) Any overdue fines associated with the transaction will now be based on the -Claimed Returned date. - -5) The Claimed Returned item now displays in the *Other/Special Circulations* -section of the patron record, unless otherwise customized through the Items Out -display setting available in the Library Settings Editor. - -image::media/lost_cr_section.png[] - -6) The Claimed Returned item adds to the count of Check Outs that are Claimed -Returned in the patron summary on the left (or top) of the screen. It also adds -to the total *Claims-returned Count* (including those that are current Check -Outs and those that have since been returned) that is displayed when editing the -patron's record. - -image::media/patron_summary_checkouts.jpg[] - -[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. -- Marking a lost transaction Claimed Returned will not remove a lost item -billing or lost item processing fee unless the _Void lost item billing when -claims returned_ and/or the _Void lost item processing fee when claims returned_ -settings are enabled. Both settings are available via the Library Settings -editor. -==================================== - -Enhancements to Items Out -^^^^^^^^^^^^^^^^^^^^^^^^^ - -By default, the *Items Out* interface in the patron's account is divided into two sections beneath the patron information: *Items Out* and *Other/Special Circulations*. In previous versions of Evergreen, all circulations appeared in the *Items Out* portion of the interface except for those marked LOST, LONGOVERDUE, or CLAIMSRETURNED, which appeared in the *Other/Special Circulations* portion of the interface. - -This enhancement enables you to customize the placement of items in the LOST, LONGOVERDUE, or CLAIMSRETURNED statuses in the top or bottom list. The value of this enhancement includes increased control over and organization of the Items Out interface. - -1) Three new org unit settings enable you to control the placement of these items. To access these settings, click *Administration* -> *Local Administration* -> *Library Settings Editor*, and search for the following settings: - -* Items Out Lost Display Setting - -* Items Out Long-Overdue Display Setting - -* Items Out Claims Returned Display Setting - -The value for each setting is a numeric code describing the list in which the circulation should be placed when the item is checked out, and whether the circulation should appear in the bottom list when checked in, regardless of the state of the transaction. For example, an item may be checked in but the circulation may remain open because fees or fines are owed by the patron. - -2) Enter the appropriate value, and click *Update setting*. - -1 = Top list, then bottom list -2 = Bottom list, then bottom list -5 = Top list, then do not display -6 = Bottom list, then do not display - -To Hide the bottom list entirely, set the value for all special statuses to "5". - -Note that if all of the special statuses are hidden, then the interface more accurately represents a patron's items out instead of a combination of items out and items with special circumstances. Alternatively, if all items out and items with special statuses display in the top list, then the bottom list is hidden, and more screen space exists to display a patron's items out. - - -Mark an Item Long Overdue -~~~~~~~~~~~~~~~~~~~~~~~~~ - -*Marking an item Long Overdue* - -Once an item has been overdue for a configurable amount of time, Evergreen can -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_LONG_OVERDUE.override - -** Allows the user to check-in long-overdue items thus removing the long-overdue - status on the item - -In-house Use (F6) -~~~~~~~~~~~~~~~~~ -1) To record in-house use, select *Circulation* -> *Record-In House Use*, click -*Check Out* -> *Record In-House Use* on the circulation toolbar , or press *F6*. - -image::media/record_in_house_action.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.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]] -Item Status (F5) -~~~~~~~~~~~~~~~~ - -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* or *Circulation* -> *Show Item Status by Barcode*; click the *Item -Status button* on the circulation or cataloging toolbar; or press *F5*. - -image::media/item_status_menu.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.png[] - -3) Click the *Alternate View* button, and the item summary and circulation -history will be displayed. - -image::media/item_status_altview.png[] - -4) Click *List View* to go back. - -image::media/item_status_list_view.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 *Actions for Selected Items* -> *Show Last Few Circulations*. - -image::media/last_few_circs_action.png[] - -3) The item's recent circulation history is displayed. - -image::media/last_few_circs_display.png[] - -4) To retrieve the patron(s) of the last circulations, click the *Retrieve Last -Patron* or the *Retrieve All These Patrons* button at the bottom of the above -screen. Patron record(s) will be displayed in new tab(s). - -[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.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. - - -Copy Alerts -~~~~~~~~~~~ - -The Copy Alerts feature allows library staff to add customized alert messages to copies. The copy alerts will appear when a specific event takes place, such as when the copy is checked in, checked out, or renewed. Alerts can be temporary or persistent: temporary alerts will be disabled after the initial alert and acknowledgement from staff, while persistent alerts will display each time the alert event takes place. Copy Alerts can be configured to display at the circulating or owning library only or, alternatively, when the library at which the alert event takes place is not the circulating or owning library. Copy Alerts at check in can also be configured to provide options for the next copy status that should be applied to an item. Library administrators will have the ability to create and customize Copy Alert Types and to suppress copy alerts at specific org units. - -Adding a Copy Alert -^^^^^^^^^^^^^^^^^^^ - -Copy Alerts can be added to new copies or existing copies using the Volume/Copy Editor. They can also be added directly to items through the Check In, Check Out, Renew, and Item Status screens. - -To add a Copy Alert in the Volume/Copy Editor: -++++++++++++++++++++++++++++++++++++++++++++++ - -1. Within the _Volume/Copy Editor_, scroll to the bottom of the screen and click on *Copy Alerts*. - -image::media/copyalert1.PNG[] - -2. A _New Copy Alert_ window will pop up. - -image::media/copyalert2.PNG[] - -3. Select an alert _Type_ and enter an alert message. Check the box next to _Temporary_ if this alert should not appear after the initial alert is acknowledged. Leaving the Temporary box unchecked will create a persistent alert that will appear each time the action to trigger the alert occurs, such as check in or check out. - -4. Click *OK* to save the new Copy Alert. After adding an initial copy alert, clicking on the *Copy Alerts* button in the _Volume/Copy Editor_ will allow you to add another Copy Alert and to view and edit Existing Copy Alerts. - -image::media/copyalert3.PNG[] - -5. Within the Volume/Copy Editor, make any additional changes to the item record and click *Store Selected* to store these changes and the new copy alert(s) to the _Completed Copies_ tab. If you are done modifying the copy, click *Save & Exit* to finalize the changes. - -image::media/copyalert4.png[] - -To add a Copy Alert from the Check In, Check Out, or Renewal screens: -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - -1. Navigate to the appropriate screen, for example to *Circulation>Check In*. -2. Scan in the item barcode. -3. Select the item row and go to *Actions>Add Copy Alerts* or right click on the item row and select *Add Copy Alerts*. - -image::media/copyalert5.PNG[] - -4. The _Add Copy Alert_ window will pop up. Select the alert _Type_, add an additional alert message if needed, and Click *OK* to save. This alert will be added to the copy. - -image::media/copyalert6.png[] - -To add a Copy Alert from the Item Status screen: -++++++++++++++++++++++++++++++++++++++++++++++++ - -1. Go to the _Detail View_ of the Item Status screen. -2. In the bottom left-hand corner of the item record there is a _Copy Alerts_ option. Click *Add* to create a new copy alert. - -image::media/copyalert7.png[] - -3. The *Add Copy Alert* window will pop up. Select the alert _Type_, add an additional alert message if needed, and Click *OK* to save. This alert will be added to the copy. - -Triggering a Copy Alert -^^^^^^^^^^^^^^^^^^^^^^^ - -The Copy Alert will appear when the action required to trigger the alert occurs. For example, the Normal Checkin Alert will appear when the item is checked in: - -image::media/copyalert8.PNG[] - -If Next Status options have been configured for the Checkin Alert, staff will see a drop down menu that allows then to select the next Status for the copy: - -image::media/copyalert9.png[] - -Managing Copy Alerts -^^^^^^^^^^^^^^^^^^^^ - -Copy Alerts can be managed from the _Item Status_ screen. Within the _Quick Summary_ tab of the _Detailed View_ of an item, click on *Manage* to view and *Remove* copy alerts. - -image::media/copyalert10.PNG[] - -Administration of Copy Alerts -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -Copy Alert Types -++++++++++++++++ - -Copy Alert Types are created and managed in *Administration>Local Administration>Copy Alert Types*. Copy Alert Types define the action and behavior of an alert message type. The Alert Types included in a stock installation of Evergreen are: - -* Normal checkout -* Normal checkin -* Normal renewal -* Checkin of missing copy -* Checkin of lost-and-paid copy -* Checkin of damaged copy -* Checkin of claims-returned copy -* Checkin of long overdue copy -* Checkin of claims-never-checked-out copy -* Checkin of lost copy -* Checkout of missing copy -* Checkout of lost-and-paid copy -* Checkout of damaged copy -* Checkout of claims-returned copy -* Checkout of long overdue copy -* Checkout of claims-never-checked-out copy -* Checkout of lost copy -* Normal checkout at circ lib -* Normal checkin at circ lib -* Normal renewal at circ lib -* Normal checkout at owning lib -* Normal checkin at owning lib -* Normal renewal at owning lib - -To create a new Copy Alert Type: -++++++++++++++++++++++++++++++++ - -1. Go to *Administration>Local Administration>Copy Alert Types*. -2. Click on *Create* and fill out the following fields as needed: -* *Name:* name of the Copy Alert Type. -* *Active:* indicates if the alert type is currently in use (Yes) or not (No) -* *State:* indicates the Copy Status of the item at the time of the event. -* *Event:* the action that takes place in the ILS to trigger the alert. -* *Scope Org Unit:* indicates which org unit(s) the alert type will apply to. -* *Next Status:* can be used with temporary Checkin Alerts only. If a next status is configured, staff will be presented with a list of statuses to choose from when the item is checked in. -* *Renewing?:* indicates if the alert should appear during a renewal. -* *Invert location?:* if set to yes, this setting will invert the following two settings. For example, if an alert is set to appear at the Circulating Library only, inverting the location will cause the alert to appear at all libraries except the Circulating Library. -* *At Circulation Library?:* indicates if the alert should appear at the circulation library only. -* *At Owning Library?:* indicates if the alert should appear at the owning library only. -3. Click *Save*. - -To edit an existing Copy Alert Type: -++++++++++++++++++++++++++++++++++++ - -1. Go to *Administration>Local Administration>Copy Alert Types*. -2. Click on the type and go to *Actions>Edit* or right-click and select *Edit*. -3. Make changes to the existing configuration and click *Save*. - - -Copy Alert Suppression -^^^^^^^^^^^^^^^^^^^^^^ - -The Copy Alert Suppression interface can be used to suppress alert types at a specific org unit. Suppression of alerts will adhere to the organization unit hierarchy. For example, if an alert is suppressed at the System level, it will be suppressed for all descendent branches. - -To suppress an alert type: -++++++++++++++++++++++++++ - -1. Go to *Administration>Local Administration>Copy Alert Suppression*. -2. Click *Create* and select the _Alert Type_ that you want to suppress from the drop down menu. -3. Next, select the _Org Unit_ at which the alert should be suppressed. -4. Click *Save*. - -image::media/copyalert11.PNG[] - -Copy Alert Related Permissions -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -The following permissions affect access to copy alert administration and use: - -* ADMIN_COPY_ALERT_TYPE -* ADMIN_COPY_ALERT_SUPPRESS -* ADMIN_COPY_ALERT -* CREATE_COPY_ALERT_TYPE -* CREATE_COPY_ALERT_SUPPRESS -* CREATE_COPY_ALERT -* DELETE_COPY_ALERT_TYPE -* DELETE_COPY_ALERT_SUPPRESS -* DELETE_COPY_ALERT -* VIEW_COPY_ALERT_TYPE -* VIEW_COPY_ALERT_SUPPRESS -* VIEW_COPY_ALERT -* UPDATE_COPY_ALERT_TYPE -* UPDATE_COPY_ALERT_SUPPRESS -* UPDATE_COPY_ALERT - diff --git a/docs/circulation/circulation_patron_records.adoc b/docs/circulation/circulation_patron_records.adoc deleted file mode 100644 index ea15b291ad..0000000000 --- a/docs/circulation/circulation_patron_records.adoc +++ /dev/null @@ -1,1044 +0,0 @@ -Circulation - Patron Record ---------------------------- - -[[circulation_searching_patrons]] -Searching Patrons -~~~~~~~~~~~~~~~~~ - -indexterm:[patrons, searching for] - -To search for a patron, select the Patron Search option from the toolbar, -_Search -> Search for Patrons_ from the menu bar, or *F4*. - -The Patron Search screen will display. The orientation of the search pane may -be vertical or horizontal, depending on your library’s configuration. It will -contain options to search on the following fields: - -* Last Name -* First Name -* Middle Name -* Alias -* Address 1 -* Address 2 -* City -* Zip -* Phone -* Email -* State -* Barcode -* OPAC Login ID - -Use the options above the search fields to include patrons marked ``inactive'' -in your search results or to limit results to patrons in a specific library -branch or in a specific permission group. - -image::media/circulation_patron_records-1.png[circulation_patron_records 1] - -.Tips for searching -[TIP] -=================== -* Search one field or combine fields for more precise results. -* Truncate search terms for more search results. -=================== - -Once you have located the desired patron, highlight the entry for this patron in -the results screen. A summary for this patron will display in place of the -search fields. - -image::media/circulation_patron_records-2.png[circulation_patron_records 2] - -Use the _Retrieve Patron_ button to retrieve the patron for circulation or -editing. - -image::media/circulation_patron_records-3.png[circulation_patron_records 3] - -The _Search Form_ button may be used to resume searching for patrons. - -Registering New Patrons -~~~~~~~~~~~~~~~~~~~~~~~ - -indexterm:[patrons, registering] - -To register a new patron, select _Patron Registration_ from the toolbar, -_Circulation -> Register Patron_ from the menu bar, or *shift + F1*. The Patron -Registration form will display. - -image::media/circulation_patron_records-4.png[Patron registration form] - -Mandatory fields display in yellow. - -image::media/circulation_patron_records-5.png[circulation_patron_records 5] - -The _Show Only Required Fields_ and _Show Suggested Fields_ may be used to limit -the options on this page. - -image::media/circulation_patron_records-6.png[circulation_patron_records 6] - -When one of these options is selected, it is possible switch to the other -limited view or to revert to the original view by selecting _Show All Fields_. - -image::media/circulation_patron_records-7.png[circulation_patron_records 7] - -When finished entering the necessary information, select _Save_ to save the new -patron record or _Save & Clone_ to register a patron with the same address. -When _Save & Clone_ is selected, the address information is copied into the -resulting patron registration screen. It is linked to the original patron. -Address information may only be edited through the original record. - -image::media/circulation_patron_records-8.png[circulation_patron_records 8] - -[TIP] -============================================================================ -* Requested fields may be configured in the _Library Settings Editor_ (_Admin -> - Local Admin -> Library Settings Editor_). -* Statistical categories may be created for information tracked by your library -that is not in the default patron record. -* These may be configured in the _Statistical Categories Editor_ (_Admin -> -Local Admin -> Statistical Categories Editor_). -* Staff accounts may also function as patron accounts. -* You must select a _Main (Profile) Permission Group_ before the _Update Expire -Date_ button will work, since the permission group determines the expiration date. -============================================================================ - -New Patron Duplicate Search -^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -As a new patron is being registered Evergreen checks some of the information entered against existing patrons to catch duplicate registrations. - -The fields that are checked are patron name (_First Name_ and _Last Name_), _Email_, _Daytime Phone_, _Evening Phone_, and _Other Phone_. Both active and inactive patrons are checked. - -When a match is found a link will appear indicating how many duplicate patrons there are and what information they match on. - -image::media/patron-reg-duplicate-search-1.png[patron registration] - -To view the duplicate matches click on the link. This performs a patron search in a new tab. - -WARNING: This search only includes inactive patrons if the _Include inactive patrons?_ check box is checked. - -image::media/patron-reg-duplicate-search-2.png[patron search] - - -Patron Self-Registration -~~~~~~~~~~~~~~~~~~~~~~~~ -*Abstract* - -Patron Self-Registration allows patrons to initiate registration for a library account through the OPAC. Patrons can fill out a web-based form with basic information that will be stored as a “pending patron” in Evergreen. Library staff can review pending patrons in the staff-client and use the pre-loaded account information to create a full patron account. Pending patron accounts that are not approved within a configurable amount of time will be automatically deleted. - -*Patron Self-Registration* - -. In the OPAC, click on the link to *Request Library Card* - -. Fill out the self-registration form to request a library card, and click *Submit Registration*. - -. Patrons will see a confirmation message: “Registration successful! Please see library staff to complete your registration.” - -image::media/patron_self_registration2.jpg[Patron Self-Registration form] - -*Managing Pending Patrons* - -. In the staff client select *Circulation* -> *Pending Patrons*. - -. Select the patron you would like to review. In this screen you have the option to *Delete* a pending patron account or *Load* the pending patron information to create a permanent library account. - -. To create a permanent library account for the patron, click on the patron’s row, right-click and select *Load Patron* or click on the *Load Patron* button at the top of the screen. This will load the patron self-registration information into the main *Patron Registration* form. - -. Fill in the necessary patron information for your library, and click *Save* to create the permanent patron account. - - - -*Library Settings* - -Three new Library Settings have been created to manage patron self-registration: - -* *OPAC: Allow Patron Self-Registration* must be set to ‘True’ to enable use of this feature. - -* *OPAC: Patron Self-Reg. Expire Interval* allows each library to set the amount of time after which pending patron accounts should be deleted. - -* *OPAC: Patron Self-Reg. Display Timeout* allows each library to set the amount of time after which the patron self-registration screen will timeout in the OPAC. The default is 5 minutes. - -Several existing Library Settings can be used to determine if a field should be required or hidden in the self-registration form: - -* *GUI: Require day_phone field on patron registration* - -* *GUI: Show day_phone on patron registration* - -* *GUI: Require dob (date of birth) field on patron registration* - -* *GUI: Show dob field on patron registration* - -* *GUI: Require email field on patron registration* - -* *GUI: Show email field on patron registration* - -* *GUI: Require State field on patron registration* - -* *GUI: Show State field on patron registration* - -* *GUI: Require county field on patron registration* - -* *GUI: Show county field on patron registration* [New Setting] - -Several existing Library Settings can be used to verify values in certain fields and provide examples for data format on the registration form: - -* *Global: Patron username format* - -* *GUI: Regex for phone fields on patron registration* OR *GUI: Regex for day_phone field on patron registration* - -* *GUI: Regex for email field on patron registration* - -* *GUI: Regex for post_code field on patron registration* - -* *GUI: Example for email field on patron registration* - -* *GUI: Example for post_code field on patron registration* - -* *GUI: Example for day_phone field on patron registration* OR *GUI: Example for phone fields on patron registration* - - - -[[updating_patron_information]] -Updating Patron Information -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -indexterm:[patrons, updating] - -Retrieve the patron record as described in the section -<>. - -Select _Edit_ from the options that display at the top of the patron record. - -image::media/circulation_patron_records-9.png[Patron edit with summary display] - -Edit information as required. When finished, select _Save_. If you attempt to -close out of the patron account before the information is received, an alert -will display. - -image::media/circulation_patron_records-10.png[circulation_patron_records 10] - -Select _OK_ to continue or _Cancel_ to return to the editing form. - -After selecting _Save_, the page will refresh. The edited information will be -reflected in the patron summary pane. - -[TIP] -======= -* You can resize the patron summary pane, or collapse and expand it using -the button on the right border of the pane. -* To quickly renew an expired patron, click the _Update Expire Date_ button. -You will need a _Main (Profile) Permission Group_ selected for this to work, -since the permission group determines the expiration date. -======= - -Renewing Library Cards -~~~~~~~~~~~~~~~~~~~~~~ - -indexterm:[library cards, renewing] - -Expired patron accounts display with a black box around the patron’s name, a -note that the patron is expired, and – when initially retrieved – an alert -stating that the ``Patron account is EXPIRED.'' - -image::media/circulation_patron_records-11.png[circulation_patron_records 11] - -Open the patron record in edit mode as described in the section -<>. - -Navigate to the information field labeled _Privilege Expiration Date_. Enter a -new date in this box. When you place your cursor in the _Patron Expiration Date -box_, a calendar widget will display to help you easily navigate to the desired -date. - -image::media/circulation_patron_records-12.png[circulation_patron_records 12] - -Select the date using the calendar widget or key the date in manually. Click -the _Save_ button. The screen will refresh and the ``expired'' alerts on the -account will be removed. - -Lost Library Cards -~~~~~~~~~~~~~~~~~~ - -indexterm:[library cards, replacing] - -Retrieve the patron record as described in the section -<>. - -Open the patron record in edit mode as described in the section -<>. - -Next to the _Barcode_ field, select the _Replace Barcode_ button. - -image::media/circulation_patron_records-13.png[circulation_patron_records 13] - -This will clear the barcode field. Enter a new barcode and _Save_ the record. -The screen will refresh and the new barcode will display in the patron summary -pane. - -If a patron’s barcode is mistakenly replaced, the old barcode may be reinstated. -Retrieve the patron record as described in the section -<>. Open the patron record in -edit mode as described in the section <>. - -Select the _See All_ button next to the _Replace Barcode_ button. This will -display the current and past barcodes associated with this account. - -image::media/circulation_patron_records-14.png[circulation_patron_records 14] - -Check the box(es) for all barcodes that should be ``active'' for the patron. An -``active'' barcode may be used for circulation transactions. A patron may have -more than one ``active'' barcode. Only one barcode may be designated -``primary.'' The ``primary'' barcode displays in the patron’s summary -information in the _Library Card_ field. - -Once you have modified the patron barcode(s), _Save_ the patron record. If you -modified the ``primary'' barcode, the new primary barcode will display in the -patron summary screen. - -Resetting Patron's Password -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -indexterm:[patrons, passwords] - -A patron’s password may be reset from the OPAC or through the staff client. To -reset the password from the staff client, retrieve the patron record as -described in the section <>. - -Open the patron record in edit mode as described in the section -<>. - -Select the _Reset Password_ button next to the _Password_ field. - -image::media/circulation_patron_records-15.png[circulation_patron_records 15] - -NOTE: The existing password is not displayed in patron records for security -reasons. - -A new number will populate the _Password_ and _Verify Password_ text boxes. -Make note of the new password and _Save_ the patron record. The screen will -refresh and the new password will be suppressed from view. - - -Barring a Patron -~~~~~~~~~~~~~~~~ - -indexterm:[patrons, barring] - -A patron may be barred from circulation activities. To bar a patron, retrieve -the patron record as described in the section -<>. - -Open the patron record in edit mode as described in the section -<>. - -Check the box for _Barred_ in the patron account. - -image::media/circulation_patron_records-16.png[circulation_patron_records 16] - -_Save_ the user. The screen will refresh. - -The patron account will now display an alert stating that the patron account -is *BARRED*. - -Additionally a red box and note will indicate the patron’s barred status. - -image::media/circulation_patron_records-17.png[circulation_patron_records 17] - -NOTE: Barring a patron from one library bars that patron from all consortium -member libraries. - -To unbar a patron, uncheck the Barred checkbox. - -Barred vs. Blocked -~~~~~~~~~~~~~~~~~~ - -indexterm:[patrons, barring] - -*Barred*: Stops patrons from using their library cards; alerts the staff that -the patron is banned/barred from the library. The ``check-out'' functionality is -disabled for barred patrons (NO option to override – the checkout window is -unusable and the bar must be removed from the account before the patron is able -to checkout items).  These patrons may still log in to the OPAC to view their -accounts. - -indexterm:[patrons, blocking] - -*Blocked*: Often, these are system-generated blocks on patron accounts.  - -Some examples: - -* Patron exceeds fine threshold -* Patron exceeds max checked out item threshold - -A notice appears when a staff person tries to checkout an item to blocked -patrons, but staff may be given permissions to override blocks. - - -Staff-Generated Messages -~~~~~~~~~~~~~~~~~~~~~~~~ - -[[staff_generated_messages]] -indexterm:[patrons, messages] - -There are several types of messages available for staff to leave notes on patron records. - -*Patron Notes*: These notes are added via _Other_ -> _Notes_ in the patron record, and create a clickable (See Notes) message beneath the patron name on the patron record screen. These notes can be viewable by staff only or shared with the patron. Staff initials can be required. (See the section <> for more.) - -*Patron Alerts*: This type of alert is added via _Edit_ button in the patron record. It creates a non-blocking alert message which displays when the patron is retrieved. It also creates a clickable (Alert) message beneath the patron name on the patron record screen. There is currently no way to require staff initials for this type of alert. (See the section <> for more.) - -*Staff-Generated Penalties/Messages*: These messages are added via the _Messages_ button in the patron record. They can be a note, alert or block. Staff initials can be required. (See the section <> for more.) - -*Patron Message Center*: The Patron Message Center provides a way for libraries to communicate with patrons through messages that can be accessed through the patron's OPAC account. Library staff can create messages manually by adding an OPAC visible Patron Note to an account. Messages can also be automatically generated through an Action Trigger event. Patrons can access and manage messages within their OPAC account. (See the section <> for more.) - -Patron Alerts -~~~~~~~~~~~~~~ - -[[circulation_patron_alerts]] -indexterm:[patrons, Alerts] - -When an account has an alert on it, a Stop sign is displayed when the record is -retrieved. - -image::media/circulation_patron_records-18.png[circulation_patron_records 18] - -Navigating to an area of the patron record using the navigation buttons at the -top of the record (for example, Edit or Bills) will clear the message from view. - -If you wish to view these alerts after they are cleared from view, they may be -retrieved. Use the Other menu to select _Display Alert_ and _Messages_. - -image::media/circulation_patron_records-19.png[circulation_patron_records 19] - -There are two types of Patron Alerts: - -*System-generated alerts*: Once the cause is resolved (e.g. patron's account has -been renewed), the message will disappear automatically. - -*Staff-generated alerts*: Must be added and removed manually. - -To add an alert to a patron account, retrieve the patron record as described -in the section <>. - -Open the patron record in edit mode as described in the section -<>. - -Enter the alert text in the Alert Message field. - -image::media/circulation_patron_records-20.png[circulation_patron_records 20] - -_Save_ the record. The screen will refresh and the alert will display. - -Additionally, the patron name will be highlighted in yellow and a note will -indicate that there is an alert on the account. - -image::media/circulation_patron_records-21.png[circulation_patron_records 21] - -To remove the alert, retrieve the patron record as described in the section -<>. - -Open the patron record in edit mode as described in the section -<>. - -Delete the alert text in the _Alert Message_ field. - -_Save_ the record. - -The screen will refresh and the indicators for the alert will be removed from -the account. - -Patron Notes -~~~~~~~~~~~~ - -[[circulation_patron_notes]] -indexterm:[patrons, notes] - -When a patron account contains a note, a _See Notes_ message appears beneath the -patron’s name in the patron summary pane. - -image::media/circulation_patron_records-22.png[circulation_patron_records 22] - -Notes are strictly communicative and may be made visible to the patron via their -account on the OPAC. These notes appear in the <<_patron_message_center, -Patron Message Center>>. - -image::media/circulation_patron_records-23.png[circulation_patron_records 23] - -To insert or remove a note, retrieve the patron record as described in the -section <>. - -Open the patron record in edit mode as described in the section -<>. - -Use the Other menu to navigate to _Notes_. - -image::media/circulation_patron_records-24.png[circulation_patron_records 24] - -Select the _Add New Note_ button. An _Add Note_ window displays. - -[TIP] -================================================ -To add a box in the _Add Note_ window for staff initials and require their -entry, see the "Require staff initials..." settings in the -<<_library_settings_editor,Library Settings Editor>> section. -================================================ - -Enter note information. - -Select the check box for _Patron Visible_ to display the note in the OPAC. - -image::media/circulation_patron_records-25.png[circulation_patron_records 25] - -Select _Add Note_ to save the note to the patron account. - -To delete a note, go to _Other -> Notes_ and use the _Delete This Note_ button -under each note. - -image::media/circulation_patron_records-26.png[circulation_patron_records 26] - -An alert will display. Click _Yes_ to delete the note or No to retain the note. -A confirmation box will display; click _OK_. - - -Staff-Generated Penalties/Messages -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -[[staff_generated_penalties]] -To access this feature, use the _Messages_ button in the patron record. - -image::media/staff-penalties-1.jpg[Messages screen] - -Add a Message -^^^^^^^^^^^^^ - -Click *Apply Standing Penalty/Message* to begin the process of adding a message to the patron. - -image::media/staff-penalties-2.jpg[Apply Penalty Dialog Box] - -There are three options: Notes, Alerts, Blocks - -* *Note*: This will create a non-blocking, non-alerting note visible to staff. Staff will be alerted to the message by the light-blue framing around the patron name, and can view the message by clicking the _Messages_ button on the patron record. (Notes created in this fashion will not display via _Other_ -> _Notes_, and cannot be shared with the patron. See the <> section for notes which can be shared with the patron.) - -* *Alert*: This will create a non-blocking alert which appears when the patron record is first retrieved. The alert will generate a dark-blue frame around the patron name. Alerts may be viewed by clicking the _Messages_ button on the patron record or by selecting _Other_ -> _Display Alerts and Messages_. - -* *Block*: This will create a blocking alert which appears when the patron record is first retrieved, and which behaves much as the non-blocking alert described previously. The patron will be also blocked from circulation, holds and renewals until the block is cleared by staff. - -After selecting the type of message to create, enter the message body into the box. If Staff Initials are required, they must be entered into the _Initials_ box before the message can be added. Otherwise, fill in the optional _Initials_ box and click *Apply* - -The message should now be visible in the _Staff-Generated Penalties/Messages_ list. If a blocking or non-blocking alert, the message will also display immediately when the patron record is retrieved. - -image::media/staff-penalties-3.jpg[Messages on a record] - -Modify a Message -^^^^^^^^^^^^^^^^ - -Messages can be edited by staff after they are created. - -image::media/staff-penalties-4.jpg[Actions menu] - -Click to select the message to be modified, then click _Actions for these Penalties/Messages_ -> _Modify Penalty/Message_. This menu can also be accessed by right-clicking in the message area. - -image::media/staff-penalties-5.jpg[Modify penalty dialog box] - -To change the type of message, click on *Note*, *Alert*, *Block* to select the new type. Edit or add new text in the message body. Enter Staff Initials into the _Initials_ box (may be required.) and click *Modify* to submit the alterations. - -image::media/staff-penalties-6.jpg[Modified message in the list] - -Archive a Message -^^^^^^^^^^^^^^^^^ - -Messages which are no longer current can be archived by staff. This action will remove any alerts or blocks associated with the message, but retains the information contained there for future reference. - -image::media/staff-penalties-4.jpg[Actions menu] - -Click to select the message to be archived, then click _Actions for these Penalties/Messages_ -> _Archive Penalty/Message_. This menu can also be accessed by right-clicking in the message area. - -image::media/staff-penalties-7.jpg[Archived messages] - -Archived messages will be shown in the section labelled _Archived Penalties/Messages_. To view messages, click *Retrieve Archived Penalties*. By default, messages archived within the past year will be retrieved. To retrieve messages from earlier dates, change the start date to the desired date before clicking *Retrieve Archived Penalties*. - -Remove a Message -^^^^^^^^^^^^^^^^ - -Messages which are no longer current can be removed by staff. This action removes any alerts or blocks associated with the message and deletes the information from the system. - -image::media/staff-penalties-4.jpg[Actions menu] - -Click to select the message to be removed, then click _Actions for these Penalties/Messages_ -> _Remove Penalty/Message_. This menu can also be accessed by right-clicking in the message area. - -Patron Message Center -~~~~~~~~~~~~~~~~~~~~~ - -[[patron_message_center]] - -Creating a Patron Message in the Patron Account -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -. Retrieve a patron account in the staff client. -. Within the account, go to *Other -> Notes*. -. In the Notes interface, click on *Add New Note*. A new window will pop up that allows you to create a note on the patron account. -+ -image::media/message_center1.PNG[Message Center 1] -+ -. Check the box next to *Patron Visible?* This will make the message appear in the patron's OPAC account. -. Enter a subject for the message in the *Title* field. -. Enter the body of the message in the *Note* field. -. Enter *Initials* if staff are required to add initials to notes. -. Click, *Add Note*. The note will now appear as a Patron Visible note in the staff client and as a Message in the patron's OPAC Account. -+ -image::media/message_center2.PNG[Message Center 2] -+ -. The patron visible note will also create a message in the patron account in the staff client in *Other -> Message Center*. See *Managing Patron Messages in the Staff Client* below. - -Creating a Patron Message using Action Triggers -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -Messages can be automatically added to a patron's OPAC account by an Action Trigger event. For example, when a hold is cancelled by a library staff member, a message can be added to the patron's OPAC account to inform them of the cancellation. - -Action Trigger Messages are set up in *Administration -> Local Administration -> Notifications/Action Triggers*. There are several new fields in the Trigger Event Definition that allow the configuration of Patron Messages: - -* Message Library Path: identifies the sending library for the message. This is the patron's home library (usr.home_ou) in the stock Hold Cancellation message. -* Message Template: contains the content of the message. -* Message Title: appears as the subject line in the OPAC message. -* Message User Path: determines how to identify the user the message is sent to. - -NOTE: If you want to send patrons a notification email and an OPAC message when their hold is cancelled, use two separate Action Triggers: one for the email notification and one for the message. - -Managing Patron Messages in the Staff Client -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -Patron messages can be viewed and managed in the staff client within the patron account. - -. Retrieve a patron account in the staff client. -. Within the account, go to *Other -> Message Center*. -. Double click on a message to view the full title and content as well as the date and time the message was created and the date and time that the message was read. Staff can also see if a patron has deleted the message from their OPAC account (Deleted?) and can manually delete a message by marking it as Deleted. - -NOTE: When a message is marked deleted, the message will remain in Other -> Message Center as a record that the patron received it. - -NOTE: Deleting a patron visible note in Other -> Notes will not delete the patron message from the Other -> Message Center. - -image::media/message_center9.PNG[Message Center 9] - -Viewing Patron Messages in the OPAC -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -Patrons will see a new tab for *Messages* in their OPAC account, as well as a notification of *Unread Messages* in the account summary. - -image::media/message_center11.PNG[Message Center 11] - -Patrons will see a list of the messages from the library by clicking on the *Messages* tab. - -image::media/message_center10.PNG[Message Center 10] - -Patrons can click on a message *Subject* to view the message. After viewing the message, it will automatically be marked as read. Patrons have the options to mark the message as unread and to delete the message. - -image::media/message_center12.PNG[Message Center 12] - -NOTE: Patron deleted messages will still appear in the patron's account in the staff client under Other -> Message Center. - -Merging Patron Records -~~~~~~~~~~~~~~~~~~~~~~ - -indexterm:[patrons, merging] - -When patron records are erroneously duplicated, they may be merged into one -record. As described in the section <>, search for the term(s) shared by the two records. - -Select the two records to merge by pressing down the CTRL key and clicking each -record. - -Click the _Merge Patrons_ button next to the _Search Form_ and _Retrieve Patron_ -buttons on the top of the screen. - -image::media/circulation_patron_records-27.png[circulation_patron_records 27] - -A Record Merging window will display. Compare the two records. - -Select the record you want to keep by checking the radio button -_Lead Record_ next to the appropriate record. - -image::media/circulation_patron_records-28.png[circulation_patron_records 28] - -After making your selection, click the _Merge_ button. The screen will refresh. -Only one of the two patron names will display. - -NOTE: Once two records have been merged, the notes, bills, holds and outstanding -items under the non-lead record are brought to the lead record. Staff-inserted -alert messages are not transferred from the non-lead record; lead record alerts -are retained. - -Patron records may also be merged from the _Patron Group_ screen Retrieve one of -the two patron records you want to merge. - -Go to _Other -> Group Member Details_. - -image::media/circulation_patron_records-29.png[circulation_patron_records 29] - -The patron records are displayed as group members. If both patron records are -not already displayed on this screen, click _Choose an Action -> Move another -patron to this patron group_. - -image::media/circulation_patron_records-30.png[circulation_patron_records 30] - -At the prompt, scan or type the patron's barcode. - -Click _OK_. - -Confirm the move by clicking the _Move_ button on top of the screen. - -image::media/circulation_patron_records-31.png[circulation_patron_records 31] - -Click _OK_ on the confirmation pop-up window. - -Both records are displayed as group members. - -Select both records by pressing *CTRL* key and clicking each record. - -Click _Choose an Action -> Merge Selected Patrons_. The merging records window -pops up. - -Choose the lead record and continue to merge records as described in the above. - -NOTE: The merged record will still show under group members. Both members point -to the same patron record. - -[[bills_and_payments]] -Bills and Payments -~~~~~~~~~~~~~~~~~~ - -When a patron account has bills attached to it, a note displays under the patron -name in the patron summary panel. - -image::media/circulation_patron_bills-1.png[circulation_patron_bills 1] - -To view more information about the patron’s bills, or to make payments on or -edit the bills, click on the Bills button from the patron account screen. - -image::media/circulation_patron_bills-2.png[circulation_patron_bills 2] - -The Bills Interface -^^^^^^^^^^^^^^^^^^^ -All current bills are itemized in the grid in the bills interface. Click on a -column header to sort bills in this grid. Most columns sort alphabetically, but -the "Total Billed" and *Total Paid* columns sort numerically. - -Colors distinguish bills for items that are attached to checked out, lost and -long overdue circulations. These colors are accompanied by helpful indicators -that define the meaning of the colors for staff. - -By default, circulations that are still checked out appear in bright red. The -default indicator reads, "Red Items are still Checked out. - -Lost circulations will appear in dark red. The default indicator reads, -“Dark Red Items are Lost.” - -When the 6 Month Overdue Mark Long-Overdue trigger event definition is enabled, -Long Overdue circulations will appear in orange, by default. The default -indicator reads, “Orange Items are Long Overdue.” - -image::media/Billed_Transaction_Color.jpg[Billed Transaction Color] - -Both the color distinctions and indicators are customizable. To customize, a -change to circ.css (for the color) and lang.dtd (for the indicator) are -required. - - -[[circ_vs_grocery]] -*Circulation bills*: system-generated (overdue fines, lost -item cost, processing fees, etc.). - -* Overdue fines are added daily once an item is overdue. -* When an item is marked as lost or long overdue, bills may be automatically -generated to cover the item's cost and a processing fee, according to library -policy. - -*Grocery bills*: staff-applied to patron accounts. - -* One default grocery bill, Misc, exists in an unmodified Evergreen -installation. -* Additional grocery bills may be configured through the Admin settings. *Admin* - -> *Server Administration* -> *Billing Types*. - -To view more information about a bill, highlight the bill and right-click or use -the _Actions for Selected Transactions_ menu to select _Full Details_. - -image::media/circulation_patron_bills-3.png[circulation_patron_bills 3] - -A window will display additional information about the bill, including a record -of any payments that have been made on the bill. - -image::media/circulation_patron_bills-4.png[circulation_patron_bills 4] - -From the _Full Details_ screen, portions of the bill may be voided (e.g. an -erroneous daily overdue charge) by using the _Void selected billings_ button. -Notes may be added to payments or line items by using the _Edit note_ button. - -image::media/circulation_patron_bills-5.png[circulation_patron_bills 5] - -[[making_payments]] -Making Payments -^^^^^^^^^^^^^^^ - -To collect payments, retrieve the patron record. Navigate to the _Bills_ screen -as described in <>. - -When bills are paid, the money applied starts at the top of the list of bills. -To pay specific bills, uncheck the bills that you do not wish to pay at this -time. The amount displayed in _Total Checked:_ will change to reflect the -appropriate amount. - -image::media/circulation_patron_bills-6.png[circulation_patron_bills 6] - -[TIP] -By default, Evergreen checks all bills when the bills screen loads. -Evergreen sites can change this default by enabling the _Uncheck bills by -default in the patron billing interface_ setting in the Library Settings -Editor (*Administration* -> *Local Administration* -> *Library Settings Editor*). Note -the presence of the _Uncheck All_ and _Check All_ options below the list of -bills. - -image::media/circulation_patron_bills-7.png[circulation_patron_bills 7] - -When you are ready to make a payment, select a payment type from the dropdown -menu in the _Pay Bill_ portion of the screen. - -image::media/circulation_patron_bills-8.png[circulation_patron_bills 8] - -Enter the amount of payment in the _Payment received_ field. - -If you would like to add a note to the payment, check the box for -_Annotate Payment_. - -Click _Apply Payment!_ to make the payment. - -If you have selected _Annotate Payment_, a box will display for the annotation. - -The screen will refresh to display the updated bill information for the patron. -If change is due, the bottom portion of the screen, _Change Due Upon Payment:_ -will briefly reflect the amount due to the patron. - -TIP: if you need more time to review the amount due, click outside the _Payment -Received_ box before selecting _Apply Payment!_ This will cause the screen to -refresh and display the amount due. - -[TIP] -================================================ -* Items marked with red are still checked out. Items marked with dark red are -lost. Items marked with orange are still checked out and long overdue. -* It is possible for a patron to pay a bill while the item is still out and -accruing fines. -* When Check is selected as the payment type, it is not necessary to select -_Annotate Payment_, as a box for the check number and a note displays -automatically. -* If a patron pays the entire bill for a lost item and the library has enabled -the _Use Lost and Paid copy status_ setting in the Library Settings Editor -(*Administration* -> *Local Administration* -> *Library Settings Editor*), the copy's -status will automatically change from _Lost_ to _Lost and Paid_. -================================================ - -Patron Credits -^^^^^^^^^^^^^^ -It is possible to convert change due to a patron credit by selecting the -_Convert Change to Patron Credit_ checkbox and to later apply that credit to a -bill by selecting the _Patron Credit_ payment type. - -By default, the payment type *Patron Credit* is enabled in the staff client. -Within the Bills interface of a patron’s account, the Patron Credit payment -type, the Credit Available, and the option to Convert Change to Patron Credit -are exposed by default in the staff client. - -image::media/Default_Patron_Billing_Screen.jpg[Default Patron Billing Screen] - -The Library Setting, *Disable Patron Credit*, allows staff to disable the Patron -Credit payment type and to hide patron credit payment actions within the billing -interface of a patron’s account. If a library doesn't use patron credits, the -library will want to enable this setting to prevent accidental selection of the -checkbox that converts change to patron credit. - -When the Library Setting, *Disable Patron Credit*, is set to *True*, -the patron credit payment type will be disabled. -Patron Credit will not be an option within the payment type dropdown menu. -The Convert Change to Patron Credit and the summary of Credit Available will be -hidden from the patron billing interface in the staff client. - -image::media/Disabled_Patron_Credit_Patron_Billing_Screen.jpg[Disabled Patron Credit Patron Billing Screen] - -To set the Library Setting: - -. Click *Administration* -> *Local Administration* -> *Library Settings Editor* - -. Search for *Disable Patron Credit* - -. Click *Edit* - -. Set the value to *True* - -. Click *Update Setting* - -image::media/Disable_Patron_Credit_Library_Setting.jpg[Disable Patron Credit Library Setting] - -NOTE: After applying changes to this library setting, it is necessary to restart -the staff client to see the changes take effect. - - -Void vs. Forgive vs. Adjustment -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -The following are guidelines for using void, forgive, and adjust when clearing -bills off a patron record. - -* Use forgive when staff is waiving a portion/all of a bill. A forgive_payment -payment type will be used to credit the bill. The history of the bill will be -retained. - -* Use void when the bill should not be on the patron record and when the goal -is to remove the entire bill. Once voided, there will be no history of the bill -available from the staff client. If the bill was partially paid before voiding, -a negative balance will be produced. - -* Use adjust to zero when the bill should not be on the patron record and when -the goal is to remove the balance of the bill. An account_adjustment payment -type will be used to adjust the bill's balance. The history of the bill will be -retained and available from the Bill History interface of the staff client. - - -Forgiving Bills -^^^^^^^^^^^^^^^ - -Choose forgive as the payment type as described in the section -<>. - -Enter the amount to be forgiven. Choose _Annotate Payment_ as required by local -policy. - -Apply Payment. Annotate, if prompted. - -The screen will refresh to display the payment. - - -Voiding Bills -^^^^^^^^^^^^^ - -Bills under one transaction are grouped in one bill line. Bills may be voided in -part or in whole. - -*To void the full billing amount:* - -Select the bill(s) to be voided from the list in the patron account. - -Right click or use the _Actions for Selected Transactions_ menu to select _Void -All Billings_. - -image::media/circulation_patron_bills-10.png[circulation_patron_bills 10] - -Confirm the action. - -*To void a partial amount:* - -Select a billing and choose Full Details for the transaction, as described in -the section > - -The bill details screen displays. - -Select the specific bill to void. - -Void Selected Billings and confirm the action. - -image::media/circulation_patron_bills-11.png[circulation_patron_bills 11] - -Adjusting Bills to Zero -^^^^^^^^^^^^^^^^^^^^^^^ - -In the Bills interface, select the bill to adjust. - -Right click or use the _Actions for Selected Transactions_ menu to select -_Adjust to Zero_. - -image::media/adjust_to_zero_action.png[adjust_to_zero_action.png] - -Confirm the action. - -Adding New ``Grocery'' Bills -^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -A grocery bill can be added as a new bill or to an existing bill. - -*To add a as a new bill:* - -. Retrieve the patron record. -. Navigate to the Bills screen. -. Click the_Bill Patron_ button above the list of current bills. -+ -image::media/circulation_patron_bills-12.png[circulation_patron_bills 12] -+ -.Choose appropriate _Billing Type_ from the drop down menu. (``Grocery'' is the -only available transaction type.) . Enter the Amount and Note (as required). -. -_Submit this Bill_ and confirm this action. - -image::media/circulation_patron_bills-13.png[circulation_patron_bills 13] - -*To add bill to an existing bill line:* - -. Retrieve the patron record. -. Navigate to the Bills screen. -. Highlight the desired bill. -. Use the _Actions for Selected Transactions_ to select _Add Billing_. -Confirm this action. -. Follow steps 4 through 6 above. There is no confirmation message -after clicking _Submit this Bill_. -. The _Money Summary_ will adjust accordingly. - -Negative Balances on Patron Accounts -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -If a library has not enabled Prohibit Negative Balance settings via the library -settings editor, certain workflows and settings can create a negative balance on -a patron's account. See...for information on settings that affect negative -balances. - -[[removing_negative_balances]] - -*Removing negative balances from a patron account* - -A negative balance can be cleared either by refunding a bill or by adjusting the -bill to zero. - -To refund the bill: - -. Select the billing with the negative balance. -. Choose **Actions for Selected Transactions** --> **Refund**. -. Click Yes. -. Click Apply Payment. - -The refunded amount will be deducted from the cash_payment total in the -workstations Cash Report. - -To clear the negative balance without affecting the Cash Report: - -. Right click on the billing with the negative balance. -. Select **Adjust to zero**. -. Click Yes. - - -Bill History -^^^^^^^^^^^^ - -*To view a patron’s bill history:* - -. Retrieve the patron record. -. From the _Bills_ screen, click _History_. -. A _Bill History_ screen with two tabs will display. One for _Transactions_ -and one for _Payments_. -+ -image::media/circulation_patron_bills-14.png[circulation_patron_bills 14] -+ -. For more information about a specific billing, select the bill and click _Full -Details_. A screen detailing item information, billings, and payments will -display. - -image::media/circulation_patron_bills-15.png[circulation_patron_bills 15] - -Items may be deleted from the catalog even if a charge for that item is still -attached to the patron's record. The charge will remain on the patron's account -after the deletion. - diff --git a/docs/circulation/offline_mode.adoc b/docs/circulation/offline_mode.adoc deleted file mode 100644 index 3036a0b823..0000000000 --- a/docs/circulation/offline_mode.adoc +++ /dev/null @@ -1,268 +0,0 @@ -Offline Transactions -==================== - -Introduction ------------- - -Evergreen's 'Standalone Interface' / 'Offline Interface' is designed to log -transactions during network outage, which can be uploaded and processed once -network operations are restored. - -The terms 'Offline Interface' and 'Standalone Interface' mean the same thing: -a separate program to handle simple circulation tasks while the network is -down. - -To access the *Offline Interface*, navigate to the *Staff Client login screen* -and click *Standalone Interface*. The *Evergreen Standalone Interface* window -opens. - -Patron Registration -------------------- -Patron registration on the 'Evergreen Offline Interface' records the minimum -patron information necessary to register a new patron. - -All of the fields, except for Line 2 of Billing Address, on the *Patron -Registration* screen are required. If your library does not record information -for any field, you need to work out a standard fake value for it, for example, -`1900-01-01` for *Date of Birth*. - -The account password is automatically generated. Patrons can access their -account with the password after the offline transactions are uploaded and -processed. - -To register a patron: - -. Click *Register Patron* on the top menu bar. The *Patron Registration* - window opens. -. Fill in the form with patron information, using the drop down list if - available. -. Click *Save patron registration*. A confirmation dialog opens. -. Click *OK* to finish registering the patron. - -Checking Out Items ------------------- -anchor:standalone_check_out[Checking Out Items] - -To circulate items from the *Evergreen standalone interface*: - -. Click *Check Out* on the top menu bar. The *Standalone Check Out* screen - opens. -. Ensure that the date on the left-hand side of the menu bar is correct. -. Enter the patron's library card barcode in the *Enter the patron's barcode* - field by scanning or typing the barcode. -. Ensure that the due date is correct in the *Enter the item due date* field. - You may enter a different due date manually, or select a different duration - from the dropdown list to select a relative due date based on the loan period. -. Check out items: -** For cataloged items, scan each item's barcode in *Enter the item barcode* - field. The barcode appears on the right side of the screen. -** For non-cataloged items: -... Click *Choose a non-barcode option* to select a non-catalogued category - from the drop-down list. -... Enter the number of items you want to check out, then click OK on the prompt - window. -. Scan all items, changing the due date if necessary. -. To print a receipt, select the *Print receipt?* checkbox. -. Click *Save these transactions*. - -The default dates are based on your computer settings. - -Pre-catalogued item circulation is not available on Offline Interface. If an -existing pre-cat barcode happens to be used, it is checked out with the -previous author and title. If a new pre-cat barcode is attempted, an error of -`ASSET NOT FOUND` (item not found) is returned upon processing offline -transactions. - -Renew ------ -To renew an item, you must know the item's barcode number. The patron's barcode -is optional. - -To renew items from the *Evergreen standalone interface*: - -. Click *Renew* on the top menu bar. -+ -NOTE: The *Renew* window is very similar to the *Check Out* window. The -differences are that a patron's barcode is optional on the *Renew* window, and -the non-barcoded option is not available on the *Renew* window, as non-barcoded -items can not be renewed. -+ -. Ensure that the date on the left-hand side of the menu bar is correct. -. '(Optional)': Enter the patron's library card barcode in the *Enter the - patron's barcode* field by scanning or typing the barcode. -. Ensure that the due date is correct in the *Enter the item due date* field. - You may enter a different due date manually, or select a different duration - from the dropdown list to select a relative due date based on the loan period. -. For each item to be renewed, enter the item's barcode in the *Enter the item - barcode* field. The barcode appears on the right side of the screen. -. To print a receipt, select the *Print receipt?* checkbox. -. Click *Save these transactions*. - -In-house Use ------------- -To record in-house use transactions from the *Evergreen standalone interface*: - -. Click *In House Use* on the top menu bar. -. Ensure the date is correct. -. Enter the number of uses to record for the item in the *Enter the number of - uses of the item* field. -. Enter the item barcode number in the *Enter the item barcode* field. -. Repeat the previous 2 steps until all items have been scanned. -. To print a receipt, select the *Print receipt?* checkbox. -. Click *Save these transactions*. - -Check In --------- -To check in items from the *Evergreen standalone interface*: - -. Click *Check In* on the top menu bar. The *Check In* screen opens. -. Ensure the date is correct. -. For each item you want to check in, enter the item's barcode in the *Enter - item barcode* field. The number is displayed on the right side of the screen. -. To print a receipt, select the *Print receipt?* checkbox. -. Click *Save these transactions*. - -NOTE: Without access to Evergreen database, items on holds or with special -status will not be captured in offline mode. - -Uploading Offline Transactions ------------------------------- -Once you are able to connect to the server, you need to upload the offline -transactions. To avoid confusion for patrons and in the system, you should -upload the offline transactions as soon as possible. - -Once you can connect to the server, there are 3 steps to uploading offline -transactions: - -. Create a session: to be done by local system administrators at an - administration workstation. -. Upload transactions to a session: to be done by circulation staff at - circulation workstations. -. Process the uploaded transactions: to be done by local system administrators - at an administration workstation. - -Once network connectivity has been restored, a local system administrator must -create an offline transaction session. Then, staff can upload transactions from -each of the workstations used in offline circulation mode to that session. -Once all of the branch workstations have uploaded their transactions to the -session, the manager processes all the transactions from all the workstations -at once. - -Uploading transactions to the session does *not* put the transactions into the -Evergreen database. The transactions will not be sent to the Evergreen database -until the manager processes the session. - -Creating an Offline Session -~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In the Evergreen staff client: - -. Log into Evergreen using an account with local system administrator - privileges. -. Select *Admin (-) -> Offline Transaction Management* from the menu. The - *Offline Transactions* screen opens. Previously created sessions are listed - in the *Offline Sessions* section. -. In the upper *Offline Sessions* section, click *Create* to create a new - session. -. Enter a name for the session, like `Internet Down 2012-12-02`. Click *OK*. -. In the *Offline Sessions* section, highlight the session you created. An - *Uploaded Transactions* section appears in the bottom of the screen. - Initially, this section is empty. -. Inform library staff that the session has been created and tell them the - name of the session. - -Uploading Workstation Transactions to a Session -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Wait until the local system administrator has created a session and told you -that it's ready for your upload. There may be several sessions shown on the -*Offline Transaction Management* screen, so you will need the name of the -correct session from your local system administrator. - -Each workstation used to perform offline circulation during the outage must -upload its transactions to the offline transaction session. - -To upload offline transaction from a workstation to a session, perform -the following steps in the Evergreen staff client: - -. Log into Evergreen with your regular username and password. -. Select *Admin (-) -> Offline Transaction Management* from the menu. The - *Offline Transactions* screen opens. You should see at least one session - in the *Offline Sessions* section. You may also see older sessions. -. In the upper *Offline Sessions* section, highlight the correct session, - then click *Upload*. The transactions are transferred to the Evergreen - server. -. When the transactions have been uploaded, select the session in the *Offline - Sessions* section. The value in the *Upload Count* column has increased by 1 - and your workstation is now listed in the *Uploaded Transactions* section. -. Inform your local system administrator that your transaction has been - uploaded to the session. - -Processing the Transactions -~~~~~~~~~~~~~~~~~~~~~~~~~~~ -When all of the participating staff workstations have uploaded their -transactions to the offline session, the workstation names are listed -in the *Uploaded Transactions* section. To process the offline transactions -and make them live on the Evergreen server: - -. Log into Evergreen using an account with local system administrator - privileges. -. Select *Admin (-) -> Offline Transaction Management* from the menu. The - *Offline Transactions* screen opens. Previously created sessions are listed - in the *Offline Sessions* section. -. Highlight the correct session and, if necessary, click *Refresh* to verify - all the participating workstations have uploaded their transactions to your - session. -. Click *Process*. The processing may take some time to complete, depending on - how many transactions you have done. Click *Refresh* to see the updated - status of the processing step. Processing is complete when the *Processing?* - column shows `Completed`. - -The number in the *Transactions Processed* column is equal to the number of items -checked out or checked in. For example, 5 transactions processed could mean that: - -* 5 items were checked out, or -* 3 items were checked in and 2 items were checked out, or -* 5 items were checked in. - -Exceptions -~~~~~~~~~~ -Exceptions are problems that were encountered during processing. For example, -a mis-scanned patron barcode, an open circulation, or an item that was not -checked in before it was checked out to another patron would be listed as an -exception. Those transactions causing exceptions may not be loaded into -Evergreen database. Staff should examine the exceptions and take necessary -action. - -These are a few notes about possible exceptions. It is not an all-inclusive -list. - -* Checking out a DVD with the wrong date (leaving due date set at +2 weeks - instead of +1 week) does not cause an exception. -* Overdue books are not flagged as exceptions. -* Checking out a reference book does not cause an exception. -* Checking out an item belonging to another library does not cause an - exception. -* The *Standalone Interface* does not recognize books on hold, so no exceptions - will be generated when matching items are checked in or checked out. -* The *Standalone Interface* can recognize blocked, barred, and expired patrons, - as well as lost cards, _if_ you have recently run an *Admin (-) -> Download - Offline Patron List* action on the workstation on which you are using the - *Standalone Interface*. You will get an error message indicating the patron - status from within the *Standalone Interface* at check-out time. - -Common error messages -^^^^^^^^^^^^^^^^^^^^^ -* `ROUTE-ITEM` - Indicates the book should be routed to another branch or - library system. You'll need to find the book and re-check it in (online) to - get the Transit Slip to print. -* `COPY_STATUS_LOST` - Indicates a book previously marked as lost was found and - checked in. -* `CIRC_CLAIMS_RETURNED` - Indicates a book previously marked as - claimed-returned was found and checked in. -* `ASSET_COPY_NOT_FOUND` - Indicates the item barcode was - mis-scanned/mis-typed. -* `ACTOR_CARD_NOT_FOUND` - Indicates the patron's library barcode was - mis-scanned/ mis-typed. -* `OPEN_CIRCULATION_EXISTS` - Indicates a book was checked out that had never - been checked in. -* `MAX_RENEWALS_REACHED` - Indicates the item has already been renewed the - maximum times allowed (or it’s a video/DVD). diff --git a/docs/circulation/rfid_product_integration.adoc b/docs/circulation/rfid_product_integration.adoc deleted file mode 100644 index 65dd5f194a..0000000000 --- a/docs/circulation/rfid_product_integration.adoc +++ /dev/null @@ -1,77 +0,0 @@ -RFID Product Integration -======================== - -Evergreen Integration with PV Supa GoodStuff RFID Reader --------------------------------------------------------- - -Introduction -~~~~~~~~~~~~ - -This feature enables the Evergreen staff client to "talk" to the PV Supa Goodstuff RFID reader so that libraries can utilize PV Supa Goodstuff's RFID technology when checking items in and out. - -Administration -~~~~~~~~~~~~~~ - -To use PV Supa Goodstuff, you must add code to the Admin module that Evergreen can use to identify the reader. - - -. Click *Admin* -> *Workstation Admin* -> *Server Add-ons*. - -. Enter the code, pv_supa_goodstuff, to identify PV Supa Goodstuff in the *Active Server Add-Ons* field. - -. Click *Update Active Add-Ons*. - -. Look at the next field, *Add-on Preferences*. Enter information in the *GoodStuff* tab. - -. Check the *Enabled* check box to enable this add-on. - -. Enter the *IP/Hostname* of the hardware. - -. Enter the *port*. - -. Click *Update*. - - - -Using RFID at the Circulation Desk -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -RFID functionality is available in the Circulation module via the check-out interface, the check-out function in the patron account, and the check-in interface. - - -From the *Check-Out* interface (F1): - -. Check the RFID checkbox if your library cards have embedded RFID chips that Evergreen can use to retrieve the patron barcode. RFID check boxes appear only if appropriate code words have been added in the Server Add-Ons. - -. Place the patron's library card and/or item(s) on the PV Supa Goodstuff Reader. Evergreen will take you to the patron's account. If item(s) with RFID chips have also been placed on the reader, and the corresponding checkbox is checked, then Evergreen will scan the item(s) into the patron's account. - -NOTE: RFID check boxes are sticky, so if you have checked an RFID box once, then it will continue to be checked when you re-open the interface. - -NOTE: If you do not use RFID chips to retrieve patrons' accounts, then leave the RFID box unchecked. You can scan a patron barcode with a barcode scanner, and Evergreen will retrieve the patron data without using the RFID feature. From the patron's account, Evergreen can check out items using the RFID reader. See the next section for details. - -. Click *Done* to complete the transaction, or close the window. - - - - -From the Check-Out tab in a patron's record: - - -. Open a patron's record, and stack the item(s) to be checked out on the RFID reader. To retrieve item data using the RFID chips embedded in the item barcodes, click the *RFID* check box at the bottom of the patron account. When this box is checked, Evergreen will read the item(s) that are stacked on the RFID reader, check out the item(s), and disable the security bits. - - -. Click *Done* to complete the transaction, or close the window. - -NOTE: Evergreen pop-up messages, such as an Alert Message or Item Already Circulating may appear during transactions. Two new dialogs specific to PV Supa Goodstuff may also appear. One dialog, Incomplete Sets, allows you to continue checking out an incomplete set, such as a CD collection, or you can ask the hardware to rescan the RFID tags to look again for a full set. The second dialog allows you to manually attempt to set or unset the security bit on an item if the automatic attempt failed. - - - - -From the *Check In* interface: - -. Click the *RFID* check box. - -. Place the items on the PV Supa Goodstuff Reader. - -. Evergreen will tell the reader to check in the item(s) and enable the security bits. The item(s) appear in a list on the screen. - diff --git a/docs/installation/staff_client_installation.adoc b/docs/installation/staff_client_installation.adoc deleted file mode 100644 index 5121697683..0000000000 --- a/docs/installation/staff_client_installation.adoc +++ /dev/null @@ -1,161 +0,0 @@ -Installing the Staff Client ---------------------------- - -Installing on Windows -~~~~~~~~~~~~~~~~~~~~~ - -anchor:installing_staff_client_on_Windows[] - -indexterm:[staff client, installation, Windows] - -Official Evergreen releases have corresponding Windows based staff clients ready -to use. - -. Download the staff client from http://www.open-ils.org/downloads.php. -+ -[NOTE] -=============== -The version of your staff client will -need to match the version of your Evergreen server. If you are unsure about the -version of your Evergreen server, contact your system administrator. -=============== -+ -. Click on the downloaded Evergreen setup file. -. Click _Next_ to begin installation: -+ -image::media/staff_client_installation_0.png[] -+ -. Click _Next_ to accept -destination folder. -+ -image::media/staff_client_installation_1.png[] -+ -. Click _Install_. -+ -image::media/staff_client_installation_2.png[] -+ -. A pop-up should appear indicating that Evergreen has been installed. -Click _Finish_ to complete the installation. - -image::media/staff_client_installation_3.png[] - -When you login to Evergreen from the workstation for the first time, you will -also need to <>. - -Installing on Linux -~~~~~~~~~~~~~~~~~~~ - -indexterm:[staff client, installation, Linux] - -. On the Evergreen *server*, navigate to the `staff_client` directory inside - the Evergreen source: -+ -[source, bash] --------- -cd /path/to/Evergreen/Open-ILS/xul/staff_client --------- -+ -. As the *root* user, build release versions of staff clients for both - 32-bit and 64-bit Linux systems: -+ -[source, bash] --------- -make rigrelease rebuild linux32-updates-client linux64-updates-client -make install --------- -+ -This builds and copies two staff client tarballs for Linux to the `updates` -directory on the Web server. -+ -. As the *root* user, reset the ownership of the Evergreen install directory - to the *opensrf* user. For example, if your install directory is `/openils`: -+ -[source, bash] --------- -chown -R opensrf:opensrf /openils --------- -+ -. On your staff client workstation, download the 32-bit or 64-bit version of - the staff client from your Web server at - http://hostname/updates/manualupdate.html (where _hostname_ represents the - hostname of your Web server). -. On your staff client workstation, create a directory with the name of your - staff client and version. -. Extract the tar files into that directory. -. Within the directory, click on the `evergreen` file to start the program. -+ -Or, you can run the program from a terminal (command line). For example, if the -staff client files were extracted to a directory called `evergreen_client` in -your home directory, you can run it with: -+ -[source, bash] --------- -~/evergreen_client/evergreen --------- - -Registering a Workstation -~~~~~~~~~~~~~~~~~~~~~~~~~ - -anchor:register_workstation[] - - -indexterm:[staff client, registering a workstation] - -Before you can connect to Evergreen from your staff client, you will need to -register your workstation when you try to login. - -[NOTE] -=============== -You will need the permissions to add workstations to your network. If you do -not have these permissions, ask your system administrator for assistance. -=============== - -. When you login for the first time, a red box will appear around your workstation -information on the right side of the screen. -+ -image::media/staff_client_installation_4.png[] -+ -. Create a unique workstation name or use the default computer name provided. -. Click _Register_ -. You will now be able to log into the system. - -Removing Staff Client Preferences -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - -indexterm:[staff client, removing user preferences] -indexterm:[staff client, removing user settings] - -Windows -^^^^^^^ - -When you uninstall the Evergreen staff client code from your system, the staff -client preferences and cached data are not removed from your system. This can -be a problem if, for example, you have registered your workstation with the -wrong library; or if you have chosen a display language (locale) that is broken -and will not let you start up the client again - -On Windows, you can uninstall the Evergreen staff client code using the -Add/Remove Programs menu. - -To remove the staff client preferences and cached data entirely on Windows, -there are two directories that you must delete completely (where __ -represents your user profile name): - -* *C:\Documents and Settings\\Application Data\OpenILS* -* *C:\Documents and Settings\\Local Settings\Application Data\OpenILS* - -You might need to change the preferences in Windows Explorer to display hidden -files (Tools -> Folder Options… -> View). - -Linux -^^^^^ - -To remove the staff client preferences and cached data from your user account -on Linux, there is one directory that you must delete completely: - -[source, bash] ----------- -rm -fr ~/.openils ----------- - diff --git a/docs/media/Added_User_to_Routing_Slip.jpg b/docs/media/Added_User_to_Routing_Slip.jpg deleted file mode 100644 index fefc6dec60..0000000000 Binary files a/docs/media/Added_User_to_Routing_Slip.jpg and /dev/null differ diff --git a/docs/media/Address_on_Routing_Slip.jpg b/docs/media/Address_on_Routing_Slip.jpg deleted file mode 100644 index 247b82b407..0000000000 Binary files a/docs/media/Address_on_Routing_Slip.jpg and /dev/null differ diff --git a/docs/media/Authority_Control_Sets3.jpg b/docs/media/Authority_Control_Sets3.jpg deleted file mode 100644 index 50beca2a86..0000000000 Binary files a/docs/media/Authority_Control_Sets3.jpg and /dev/null differ diff --git a/docs/media/Authority_Control_Sets7.jpg b/docs/media/Authority_Control_Sets7.jpg deleted file mode 100644 index 7f318024ee..0000000000 Binary files a/docs/media/Authority_Control_Sets7.jpg and /dev/null differ diff --git a/docs/media/Authority_Control_Sets8.jpg b/docs/media/Authority_Control_Sets8.jpg deleted file mode 100644 index b4d776a1a1..0000000000 Binary files a/docs/media/Authority_Control_Sets8.jpg and /dev/null differ diff --git a/docs/media/Authority_Control_Sets9.jpg b/docs/media/Authority_Control_Sets9.jpg deleted file mode 100644 index d9d11c8ff6..0000000000 Binary files a/docs/media/Authority_Control_Sets9.jpg and /dev/null differ diff --git a/docs/media/Batch_Importing_MARC_Records11.jpg b/docs/media/Batch_Importing_MARC_Records11.jpg deleted file mode 100644 index 089c9a1ed2..0000000000 Binary files a/docs/media/Batch_Importing_MARC_Records11.jpg and /dev/null differ diff --git a/docs/media/Batch_Importing_MARC_Records13.jpg b/docs/media/Batch_Importing_MARC_Records13.jpg deleted file mode 100644 index d51536e5d2..0000000000 Binary files a/docs/media/Batch_Importing_MARC_Records13.jpg and /dev/null differ diff --git a/docs/media/Batch_Importing_MARC_Records9.jpg b/docs/media/Batch_Importing_MARC_Records9.jpg deleted file mode 100644 index 315f5b938a..0000000000 Binary files a/docs/media/Batch_Importing_MARC_Records9.jpg and /dev/null differ diff --git a/docs/media/Billed_Transaction_Color.jpg b/docs/media/Billed_Transaction_Color.jpg deleted file mode 100644 index 2e5bf36389..0000000000 Binary files a/docs/media/Billed_Transaction_Color.jpg and /dev/null differ diff --git a/docs/media/Customizable_Toolbar1.jpg b/docs/media/Customizable_Toolbar1.jpg deleted file mode 100644 index 5bd5f53639..0000000000 Binary files a/docs/media/Customizable_Toolbar1.jpg and /dev/null differ diff --git a/docs/media/Customizable_Toolbar2.jpg b/docs/media/Customizable_Toolbar2.jpg deleted file mode 100644 index 3aed02b630..0000000000 Binary files a/docs/media/Customizable_Toolbar2.jpg and /dev/null differ diff --git a/docs/media/Customizable_Toolbar3.jpg b/docs/media/Customizable_Toolbar3.jpg deleted file mode 100644 index ae4cbbf1ba..0000000000 Binary files a/docs/media/Customizable_Toolbar3.jpg and /dev/null differ diff --git a/docs/media/Customizable_Toolbar4.jpg b/docs/media/Customizable_Toolbar4.jpg deleted file mode 100644 index e5c1399010..0000000000 Binary files a/docs/media/Customizable_Toolbar4.jpg and /dev/null differ diff --git a/docs/media/Default_Patron_Billing_Screen.jpg b/docs/media/Default_Patron_Billing_Screen.jpg deleted file mode 100644 index 28368096ab..0000000000 Binary files a/docs/media/Default_Patron_Billing_Screen.jpg and /dev/null differ diff --git a/docs/media/Disable_Patron_Credit_Library_Setting.jpg b/docs/media/Disable_Patron_Credit_Library_Setting.jpg deleted file mode 100644 index d728c1caf7..0000000000 Binary files a/docs/media/Disable_Patron_Credit_Library_Setting.jpg and /dev/null differ diff --git a/docs/media/Disabled_Patron_Credit_Patron_Billing_Screen.jpg b/docs/media/Disabled_Patron_Credit_Patron_Billing_Screen.jpg deleted file mode 100644 index d69e8508ef..0000000000 Binary files a/docs/media/Disabled_Patron_Credit_Patron_Billing_Screen.jpg and /dev/null differ diff --git a/docs/media/Double_Click1.jpg b/docs/media/Double_Click1.jpg deleted file mode 100644 index 87bd0b514c..0000000000 Binary files a/docs/media/Double_Click1.jpg and /dev/null differ diff --git a/docs/media/Double_Click2.jpg b/docs/media/Double_Click2.jpg deleted file mode 100644 index 0b94ba07fa..0000000000 Binary files a/docs/media/Double_Click2.jpg and /dev/null differ diff --git a/docs/media/Double_Click3.jpg b/docs/media/Double_Click3.jpg deleted file mode 100644 index 0b94ba07fa..0000000000 Binary files a/docs/media/Double_Click3.jpg and /dev/null differ diff --git a/docs/media/My_Lists4.jpg b/docs/media/My_Lists4.jpg deleted file mode 100644 index 97a22cb355..0000000000 Binary files a/docs/media/My_Lists4.jpg and /dev/null differ diff --git a/docs/media/My_Lists5.jpg b/docs/media/My_Lists5.jpg deleted file mode 100644 index cc02d75b43..0000000000 Binary files a/docs/media/My_Lists5.jpg and /dev/null differ diff --git a/docs/media/New_Tab_Button1.jpg b/docs/media/New_Tab_Button1.jpg deleted file mode 100644 index b2d261acae..0000000000 Binary files a/docs/media/New_Tab_Button1.jpg and /dev/null differ diff --git a/docs/media/Patron_Border_Color_Enhancements2.jpg b/docs/media/Patron_Border_Color_Enhancements2.jpg deleted file mode 100755 index 9d835b05b1..0000000000 Binary files a/docs/media/Patron_Border_Color_Enhancements2.jpg and /dev/null differ diff --git a/docs/media/Print_Holds_Slip1.jpg b/docs/media/Print_Holds_Slip1.jpg deleted file mode 100644 index 249c0b5942..0000000000 Binary files a/docs/media/Print_Holds_Slip1.jpg and /dev/null differ diff --git a/docs/media/Print_Holds_Slip2.jpg b/docs/media/Print_Holds_Slip2.jpg deleted file mode 100644 index c2fd484907..0000000000 Binary files a/docs/media/Print_Holds_Slip2.jpg and /dev/null differ diff --git a/docs/media/Receive_Items_From_an_Invoice3.jpg b/docs/media/Receive_Items_From_an_Invoice3.jpg deleted file mode 100644 index a9005da372..0000000000 Binary files a/docs/media/Receive_Items_From_an_Invoice3.jpg and /dev/null differ diff --git a/docs/media/Receive_Items_From_an_Invoice6.jpg b/docs/media/Receive_Items_From_an_Invoice6.jpg deleted file mode 100644 index 907f4f185e..0000000000 Binary files a/docs/media/Receive_Items_From_an_Invoice6.jpg and /dev/null differ diff --git a/docs/media/Restrict_Z39_50_Sources_by_Permission_Group2.jpg b/docs/media/Restrict_Z39_50_Sources_by_Permission_Group2.jpg deleted file mode 100644 index 107f24bc0e..0000000000 Binary files a/docs/media/Restrict_Z39_50_Sources_by_Permission_Group2.jpg and /dev/null differ diff --git a/docs/media/SMS_Text_Messaging1.jpg b/docs/media/SMS_Text_Messaging1.jpg deleted file mode 100644 index 6bbfa99e31..0000000000 Binary files a/docs/media/SMS_Text_Messaging1.jpg and /dev/null differ diff --git a/docs/media/SMS_Text_Messaging10.jpg b/docs/media/SMS_Text_Messaging10.jpg deleted file mode 100644 index ec9da2715e..0000000000 Binary files a/docs/media/SMS_Text_Messaging10.jpg and /dev/null differ diff --git a/docs/media/SMS_Text_Messaging11.jpg b/docs/media/SMS_Text_Messaging11.jpg deleted file mode 100644 index fea6a7098f..0000000000 Binary files a/docs/media/SMS_Text_Messaging11.jpg and /dev/null differ diff --git a/docs/media/SMS_Text_Messaging2.jpg b/docs/media/SMS_Text_Messaging2.jpg deleted file mode 100644 index 81f1ba021c..0000000000 Binary files a/docs/media/SMS_Text_Messaging2.jpg and /dev/null differ diff --git a/docs/media/SMS_Text_Messaging5.jpg b/docs/media/SMS_Text_Messaging5.jpg deleted file mode 100644 index 94b7913afc..0000000000 Binary files a/docs/media/SMS_Text_Messaging5.jpg and /dev/null differ diff --git a/docs/media/SMS_Text_Messaging6.jpg b/docs/media/SMS_Text_Messaging6.jpg deleted file mode 100644 index e8ecc432c5..0000000000 Binary files a/docs/media/SMS_Text_Messaging6.jpg and /dev/null differ diff --git a/docs/media/SMS_Text_Messaging8.jpg b/docs/media/SMS_Text_Messaging8.jpg deleted file mode 100644 index 17fceac30b..0000000000 Binary files a/docs/media/SMS_Text_Messaging8.jpg and /dev/null differ diff --git a/docs/media/SMS_Text_Messaging9.jpg b/docs/media/SMS_Text_Messaging9.jpg deleted file mode 100644 index a86fa150d5..0000000000 Binary files a/docs/media/SMS_Text_Messaging9.jpg and /dev/null differ diff --git a/docs/media/Search_Results1.jpg b/docs/media/Search_Results1.jpg deleted file mode 100644 index a41532156c..0000000000 Binary files a/docs/media/Search_Results1.jpg and /dev/null differ diff --git a/docs/media/Sorting_Columns2.jpg b/docs/media/Sorting_Columns2.jpg deleted file mode 100644 index 6510ea4aa7..0000000000 Binary files a/docs/media/Sorting_Columns2.jpg and /dev/null differ diff --git a/docs/media/Sorting_Columns3.jpg b/docs/media/Sorting_Columns3.jpg deleted file mode 100644 index 57ba1bdfa4..0000000000 Binary files a/docs/media/Sorting_Columns3.jpg and /dev/null differ diff --git a/docs/media/Sorting_Columns4.jpg b/docs/media/Sorting_Columns4.jpg deleted file mode 100644 index 9d38c39241..0000000000 Binary files a/docs/media/Sorting_Columns4.jpg and /dev/null differ diff --git a/docs/media/Sorting_Columns5.jpg b/docs/media/Sorting_Columns5.jpg deleted file mode 100644 index 98d573a3ee..0000000000 Binary files a/docs/media/Sorting_Columns5.jpg and /dev/null differ diff --git a/docs/media/Target_Pickup_Lib1.jpg b/docs/media/Target_Pickup_Lib1.jpg deleted file mode 100644 index e8ccb37b8f..0000000000 Binary files a/docs/media/Target_Pickup_Lib1.jpg and /dev/null differ diff --git a/docs/media/Target_Pickup_Lib2.jpg b/docs/media/Target_Pickup_Lib2.jpg deleted file mode 100644 index bbb7c01555..0000000000 Binary files a/docs/media/Target_Pickup_Lib2.jpg and /dev/null differ diff --git a/docs/media/acq_activate.png b/docs/media/acq_activate.png deleted file mode 100644 index 3ee9088adc..0000000000 Binary files a/docs/media/acq_activate.png and /dev/null differ diff --git a/docs/media/acq_apply_claim_policy.png b/docs/media/acq_apply_claim_policy.png deleted file mode 100644 index 6b7dd93897..0000000000 Binary files a/docs/media/acq_apply_claim_policy.png and /dev/null differ diff --git a/docs/media/acq_cancel_copy.png b/docs/media/acq_cancel_copy.png deleted file mode 100644 index 2ed7dc1651..0000000000 Binary files a/docs/media/acq_cancel_copy.png and /dev/null differ diff --git a/docs/media/acq_cancel_line_items.png b/docs/media/acq_cancel_line_items.png deleted file mode 100644 index 541436346b..0000000000 Binary files a/docs/media/acq_cancel_line_items.png and /dev/null differ diff --git a/docs/media/acq_claim_item-2.png b/docs/media/acq_claim_item-2.png deleted file mode 100644 index 453f02c112..0000000000 Binary files a/docs/media/acq_claim_item-2.png and /dev/null differ diff --git a/docs/media/acq_claim_item-3.png b/docs/media/acq_claim_item-3.png deleted file mode 100644 index 79bbe07811..0000000000 Binary files a/docs/media/acq_claim_item-3.png and /dev/null differ diff --git a/docs/media/acq_claim_item-4.png b/docs/media/acq_claim_item-4.png deleted file mode 100644 index ada7330467..0000000000 Binary files a/docs/media/acq_claim_item-4.png and /dev/null differ diff --git a/docs/media/acq_claim_item-5.png b/docs/media/acq_claim_item-5.png deleted file mode 100644 index e1729e2606..0000000000 Binary files a/docs/media/acq_claim_item-5.png and /dev/null differ diff --git a/docs/media/acq_claim_item.png b/docs/media/acq_claim_item.png deleted file mode 100644 index 540605f6b7..0000000000 Binary files a/docs/media/acq_claim_item.png and /dev/null differ diff --git a/docs/media/acq_export_list.png b/docs/media/acq_export_list.png deleted file mode 100644 index f5c531704d..0000000000 Binary files a/docs/media/acq_export_list.png and /dev/null differ diff --git a/docs/media/acq_funds-2.png b/docs/media/acq_funds-2.png deleted file mode 100644 index 259edaa3e2..0000000000 Binary files a/docs/media/acq_funds-2.png and /dev/null differ diff --git a/docs/media/acq_funds.png b/docs/media/acq_funds.png deleted file mode 100644 index ad408031dc..0000000000 Binary files a/docs/media/acq_funds.png and /dev/null differ diff --git a/docs/media/acq_invoice_line_items.png b/docs/media/acq_invoice_line_items.png deleted file mode 100644 index 0a572f9b4e..0000000000 Binary files a/docs/media/acq_invoice_line_items.png and /dev/null differ diff --git a/docs/media/acq_invoice_purchase_order.png b/docs/media/acq_invoice_purchase_order.png deleted file mode 100644 index 0a572f9b4e..0000000000 Binary files a/docs/media/acq_invoice_purchase_order.png and /dev/null differ diff --git a/docs/media/acq_line_items_add_copies-2.png b/docs/media/acq_line_items_add_copies-2.png deleted file mode 100644 index 8b1178d2cb..0000000000 Binary files a/docs/media/acq_line_items_add_copies-2.png and /dev/null differ diff --git a/docs/media/acq_line_items_add_copies-3.png b/docs/media/acq_line_items_add_copies-3.png deleted file mode 100644 index ee9a6d58e2..0000000000 Binary files a/docs/media/acq_line_items_add_copies-3.png and /dev/null differ diff --git a/docs/media/acq_line_items_add_copies.png b/docs/media/acq_line_items_add_copies.png deleted file mode 100644 index 699a70a93d..0000000000 Binary files a/docs/media/acq_line_items_add_copies.png and /dev/null differ diff --git a/docs/media/acq_line_items_add_notes.png b/docs/media/acq_line_items_add_notes.png deleted file mode 100644 index f4e580ba94..0000000000 Binary files a/docs/media/acq_line_items_add_notes.png and /dev/null differ diff --git a/docs/media/acq_line_items_alerts-2.png b/docs/media/acq_line_items_alerts-2.png deleted file mode 100644 index 7bc899c4be..0000000000 Binary files a/docs/media/acq_line_items_alerts-2.png and /dev/null differ diff --git a/docs/media/acq_line_items_alerts.png b/docs/media/acq_line_items_alerts.png deleted file mode 100644 index 15003be799..0000000000 Binary files a/docs/media/acq_line_items_alerts.png and /dev/null differ diff --git a/docs/media/acq_line_items_link-2.png b/docs/media/acq_line_items_link-2.png deleted file mode 100644 index d0ef1936f9..0000000000 Binary files a/docs/media/acq_line_items_link-2.png and /dev/null differ diff --git a/docs/media/acq_line_items_link.png b/docs/media/acq_line_items_link.png deleted file mode 100644 index 11c1cd115b..0000000000 Binary files a/docs/media/acq_line_items_link.png and /dev/null differ diff --git a/docs/media/acq_line_items_update_barcodes.png b/docs/media/acq_line_items_update_barcodes.png deleted file mode 100644 index b95368d28c..0000000000 Binary files a/docs/media/acq_line_items_update_barcodes.png and /dev/null differ diff --git a/docs/media/acq_line_items_view_history.png b/docs/media/acq_line_items_view_history.png deleted file mode 100644 index b6a03abb84..0000000000 Binary files a/docs/media/acq_line_items_view_history.png and /dev/null differ diff --git a/docs/media/acq_line_items_worksheet.png b/docs/media/acq_line_items_worksheet.png deleted file mode 100644 index 54e465b893..0000000000 Binary files a/docs/media/acq_line_items_worksheet.png and /dev/null differ diff --git a/docs/media/acq_load_records.png b/docs/media/acq_load_records.png deleted file mode 100644 index 5b73687d73..0000000000 Binary files a/docs/media/acq_load_records.png and /dev/null differ diff --git a/docs/media/acq_purchase_order_add_charges.png b/docs/media/acq_purchase_order_add_charges.png deleted file mode 100644 index 3ee9088adc..0000000000 Binary files a/docs/media/acq_purchase_order_add_charges.png and /dev/null differ diff --git a/docs/media/acq_purchase_order_add_note.png b/docs/media/acq_purchase_order_add_note.png deleted file mode 100644 index e3d9e059af..0000000000 Binary files a/docs/media/acq_purchase_order_add_note.png and /dev/null differ diff --git a/docs/media/acq_purchase_order_create.png b/docs/media/acq_purchase_order_create.png deleted file mode 100644 index 71704bc09f..0000000000 Binary files a/docs/media/acq_purchase_order_create.png and /dev/null differ diff --git a/docs/media/acq_purchase_order_history.png b/docs/media/acq_purchase_order_history.png deleted file mode 100644 index 8f4c5fe466..0000000000 Binary files a/docs/media/acq_purchase_order_history.png and /dev/null differ diff --git a/docs/media/acq_purchase_order_name.png b/docs/media/acq_purchase_order_name.png deleted file mode 100644 index 6eaac45816..0000000000 Binary files a/docs/media/acq_purchase_order_name.png and /dev/null differ diff --git a/docs/media/acq_purchase_order_print.png b/docs/media/acq_purchase_order_print.png deleted file mode 100644 index d4a14feb5c..0000000000 Binary files a/docs/media/acq_purchase_order_print.png and /dev/null differ diff --git a/docs/media/acq_purchase_order_split-2.png b/docs/media/acq_purchase_order_split-2.png deleted file mode 100644 index a1fa5e3fd1..0000000000 Binary files a/docs/media/acq_purchase_order_split-2.png and /dev/null differ diff --git a/docs/media/acq_purchase_order_split.png b/docs/media/acq_purchase_order_split.png deleted file mode 100644 index b47702282e..0000000000 Binary files a/docs/media/acq_purchase_order_split.png and /dev/null differ diff --git a/docs/media/acq_purchase_order_view-2.png b/docs/media/acq_purchase_order_view-2.png deleted file mode 100644 index 81465c80a9..0000000000 Binary files a/docs/media/acq_purchase_order_view-2.png and /dev/null differ diff --git a/docs/media/acq_purchase_order_view.png b/docs/media/acq_purchase_order_view.png deleted file mode 100644 index 2bb5c94754..0000000000 Binary files a/docs/media/acq_purchase_order_view.png and /dev/null differ diff --git a/docs/media/acq_search.png b/docs/media/acq_search.png deleted file mode 100644 index 2bb5e85f5e..0000000000 Binary files a/docs/media/acq_search.png and /dev/null differ diff --git a/docs/media/acq_selection_mark_ready-2.png b/docs/media/acq_selection_mark_ready-2.png deleted file mode 100644 index 1452cae29d..0000000000 Binary files a/docs/media/acq_selection_mark_ready-2.png and /dev/null differ diff --git a/docs/media/add_holdings-1.png b/docs/media/add_holdings-1.png deleted file mode 100644 index 07baaa0192..0000000000 Binary files a/docs/media/add_holdings-1.png and /dev/null differ diff --git a/docs/media/add_holdings-2.png b/docs/media/add_holdings-2.png deleted file mode 100644 index 4176df14ef..0000000000 Binary files a/docs/media/add_holdings-2.png and /dev/null differ diff --git a/docs/media/add_holdings-3.png b/docs/media/add_holdings-3.png deleted file mode 100644 index a847eb6afc..0000000000 Binary files a/docs/media/add_holdings-3.png and /dev/null differ diff --git a/docs/media/add_holdings-4.png b/docs/media/add_holdings-4.png deleted file mode 100644 index 6359f1d0f1..0000000000 Binary files a/docs/media/add_holdings-4.png and /dev/null differ diff --git a/docs/media/add_holdings-5.png b/docs/media/add_holdings-5.png deleted file mode 100644 index 3a25250aec..0000000000 Binary files a/docs/media/add_holdings-5.png and /dev/null differ diff --git a/docs/media/adjust_to_zero_action.png b/docs/media/adjust_to_zero_action.png deleted file mode 100644 index 5dee1478c9..0000000000 Binary files a/docs/media/adjust_to_zero_action.png and /dev/null differ diff --git a/docs/media/application-pdf.png b/docs/media/application-pdf.png deleted file mode 100644 index 6fdfae9930..0000000000 Binary files a/docs/media/application-pdf.png and /dev/null differ diff --git a/docs/media/ascv-dist1.png b/docs/media/ascv-dist1.png deleted file mode 100644 index 512f26922d..0000000000 Binary files a/docs/media/ascv-dist1.png and /dev/null differ diff --git a/docs/media/ascv-dist2.png b/docs/media/ascv-dist2.png deleted file mode 100644 index fc3194360d..0000000000 Binary files a/docs/media/ascv-dist2.png and /dev/null differ diff --git a/docs/media/ascv-distr.jpg b/docs/media/ascv-distr.jpg deleted file mode 100644 index 77c151e215..0000000000 Binary files a/docs/media/ascv-distr.jpg and /dev/null differ diff --git a/docs/media/ascv-issues.jpg b/docs/media/ascv-issues.jpg deleted file mode 100644 index ab6d13c945..0000000000 Binary files a/docs/media/ascv-issues.jpg and /dev/null differ diff --git a/docs/media/ascv-sub.jpg b/docs/media/ascv-sub.jpg deleted file mode 100644 index a44bdbbba6..0000000000 Binary files a/docs/media/ascv-sub.jpg and /dev/null differ diff --git a/docs/media/auth_browse_infra1.png b/docs/media/auth_browse_infra1.png deleted file mode 100644 index a68f8afdee..0000000000 Binary files a/docs/media/auth_browse_infra1.png and /dev/null differ diff --git a/docs/media/auth_browse_infra2.png b/docs/media/auth_browse_infra2.png deleted file mode 100644 index e08b9c5a67..0000000000 Binary files a/docs/media/auth_browse_infra2.png and /dev/null differ diff --git a/docs/media/auto_login.png b/docs/media/auto_login.png deleted file mode 100644 index 44baa210f5..0000000000 Binary files a/docs/media/auto_login.png and /dev/null differ diff --git a/docs/media/backdate_checkin.png b/docs/media/backdate_checkin.png deleted file mode 100644 index ae0ef539f6..0000000000 Binary files a/docs/media/backdate_checkin.png and /dev/null differ diff --git a/docs/media/backdate_post_checkin.png b/docs/media/backdate_post_checkin.png deleted file mode 100644 index 03b54a92cc..0000000000 Binary files a/docs/media/backdate_post_checkin.png and /dev/null differ diff --git a/docs/media/backdate_post_date.png b/docs/media/backdate_post_date.png deleted file mode 100644 index 501483588c..0000000000 Binary files a/docs/media/backdate_post_date.png and /dev/null differ diff --git a/docs/media/backdate_red.png b/docs/media/backdate_red.png deleted file mode 100644 index 5d7c6c9c26..0000000000 Binary files a/docs/media/backdate_red.png and /dev/null differ diff --git a/docs/media/bills-1.png b/docs/media/bills-1.png deleted file mode 100644 index aca68919ed..0000000000 Binary files a/docs/media/bills-1.png and /dev/null differ diff --git a/docs/media/bills-10.png b/docs/media/bills-10.png deleted file mode 100644 index 1a9b1353e3..0000000000 Binary files a/docs/media/bills-10.png and /dev/null differ diff --git a/docs/media/bills-11.png b/docs/media/bills-11.png deleted file mode 100644 index 5e6eec9df9..0000000000 Binary files a/docs/media/bills-11.png and /dev/null differ diff --git a/docs/media/bills-12.png b/docs/media/bills-12.png deleted file mode 100644 index 2671a2a279..0000000000 Binary files a/docs/media/bills-12.png and /dev/null differ diff --git a/docs/media/bills-13.png b/docs/media/bills-13.png deleted file mode 100644 index c6043204b2..0000000000 Binary files a/docs/media/bills-13.png and /dev/null differ diff --git a/docs/media/bills-14.png b/docs/media/bills-14.png deleted file mode 100644 index 9ef43d2657..0000000000 Binary files a/docs/media/bills-14.png and /dev/null differ diff --git a/docs/media/bills-15.png b/docs/media/bills-15.png deleted file mode 100644 index e176d43ddf..0000000000 Binary files a/docs/media/bills-15.png and /dev/null differ diff --git a/docs/media/bills-16.png b/docs/media/bills-16.png deleted file mode 100644 index 2b4b29f901..0000000000 Binary files a/docs/media/bills-16.png and /dev/null differ diff --git a/docs/media/bills-17.png b/docs/media/bills-17.png deleted file mode 100644 index fff134b035..0000000000 Binary files a/docs/media/bills-17.png and /dev/null differ diff --git a/docs/media/bills-18.png b/docs/media/bills-18.png deleted file mode 100644 index f38bec473e..0000000000 Binary files a/docs/media/bills-18.png and /dev/null differ diff --git a/docs/media/bills-19.png b/docs/media/bills-19.png deleted file mode 100644 index cf455f2b92..0000000000 Binary files a/docs/media/bills-19.png and /dev/null differ diff --git a/docs/media/bills-2.png b/docs/media/bills-2.png deleted file mode 100644 index 242ff2db11..0000000000 Binary files a/docs/media/bills-2.png and /dev/null differ diff --git a/docs/media/bills-20.png b/docs/media/bills-20.png deleted file mode 100644 index ca4b84c3d0..0000000000 Binary files a/docs/media/bills-20.png and /dev/null differ diff --git a/docs/media/bills-3.png b/docs/media/bills-3.png deleted file mode 100644 index ac194f860f..0000000000 Binary files a/docs/media/bills-3.png and /dev/null differ diff --git a/docs/media/bills-4.png b/docs/media/bills-4.png deleted file mode 100644 index 74e2d7250b..0000000000 Binary files a/docs/media/bills-4.png and /dev/null differ diff --git a/docs/media/bills-5.png b/docs/media/bills-5.png deleted file mode 100644 index ac4c9917b2..0000000000 Binary files a/docs/media/bills-5.png and /dev/null differ diff --git a/docs/media/bills-6.png b/docs/media/bills-6.png deleted file mode 100644 index 4be2f89a69..0000000000 Binary files a/docs/media/bills-6.png and /dev/null differ diff --git a/docs/media/bills-7.png b/docs/media/bills-7.png deleted file mode 100644 index 2d7b5b0d11..0000000000 Binary files a/docs/media/bills-7.png and /dev/null differ diff --git a/docs/media/bills-8.png b/docs/media/bills-8.png deleted file mode 100644 index bbcb905e7a..0000000000 Binary files a/docs/media/bills-8.png and /dev/null differ diff --git a/docs/media/bills-9.png b/docs/media/bills-9.png deleted file mode 100644 index edbb56605b..0000000000 Binary files a/docs/media/bills-9.png and /dev/null differ diff --git a/docs/media/booking-cancel-1.png b/docs/media/booking-cancel-1.png deleted file mode 100644 index 767d64c89c..0000000000 Binary files a/docs/media/booking-cancel-1.png and /dev/null differ diff --git a/docs/media/booking-cancel-2.png b/docs/media/booking-cancel-2.png deleted file mode 100644 index 3ba68d4466..0000000000 Binary files a/docs/media/booking-cancel-2.png and /dev/null differ diff --git a/docs/media/booking-cancel-3.png b/docs/media/booking-cancel-3.png deleted file mode 100644 index 0f3949bd35..0000000000 Binary files a/docs/media/booking-cancel-3.png and /dev/null differ diff --git a/docs/media/booking-capture-1.png b/docs/media/booking-capture-1.png deleted file mode 100644 index 5c95759673..0000000000 Binary files a/docs/media/booking-capture-1.png and /dev/null differ diff --git a/docs/media/booking-capture-2.png b/docs/media/booking-capture-2.png deleted file mode 100644 index 1ed25bc258..0000000000 Binary files a/docs/media/booking-capture-2.png and /dev/null differ diff --git a/docs/media/booking-create-1.png b/docs/media/booking-create-1.png deleted file mode 100644 index a9aa9d4791..0000000000 Binary files a/docs/media/booking-create-1.png and /dev/null differ diff --git a/docs/media/booking-create-1_web_client.png b/docs/media/booking-create-1_web_client.png deleted file mode 100644 index c3558f3b76..0000000000 Binary files a/docs/media/booking-create-1_web_client.png and /dev/null differ diff --git a/docs/media/booking-create-2.png b/docs/media/booking-create-2.png deleted file mode 100644 index 5942214d5a..0000000000 Binary files a/docs/media/booking-create-2.png and /dev/null differ diff --git a/docs/media/booking-create-2_web_client.png b/docs/media/booking-create-2_web_client.png deleted file mode 100644 index d7d6b5b04a..0000000000 Binary files a/docs/media/booking-create-2_web_client.png and /dev/null differ diff --git a/docs/media/booking-create-3.png b/docs/media/booking-create-3.png deleted file mode 100644 index e0f0769cdd..0000000000 Binary files a/docs/media/booking-create-3.png and /dev/null differ diff --git a/docs/media/booking-create-3_web_client.png b/docs/media/booking-create-3_web_client.png deleted file mode 100644 index e4b7bdabcf..0000000000 Binary files a/docs/media/booking-create-3_web_client.png and /dev/null differ diff --git a/docs/media/booking-create-4.png b/docs/media/booking-create-4.png deleted file mode 100644 index d48499b0dc..0000000000 Binary files a/docs/media/booking-create-4.png and /dev/null differ diff --git a/docs/media/booking-create-4_web_client.png b/docs/media/booking-create-4_web_client.png deleted file mode 100644 index 508f64303a..0000000000 Binary files a/docs/media/booking-create-4_web_client.png and /dev/null differ diff --git a/docs/media/booking-create-5.png b/docs/media/booking-create-5.png deleted file mode 100644 index ba4de889db..0000000000 Binary files a/docs/media/booking-create-5.png and /dev/null differ diff --git a/docs/media/booking-create-5_web_client.png b/docs/media/booking-create-5_web_client.png deleted file mode 100644 index 291ca7d5c6..0000000000 Binary files a/docs/media/booking-create-5_web_client.png and /dev/null differ diff --git a/docs/media/booking-create-6.png b/docs/media/booking-create-6.png deleted file mode 100644 index a25176e234..0000000000 Binary files a/docs/media/booking-create-6.png and /dev/null differ diff --git a/docs/media/booking-create-6_web_client.png b/docs/media/booking-create-6_web_client.png deleted file mode 100644 index 684707147b..0000000000 Binary files a/docs/media/booking-create-6_web_client.png and /dev/null differ diff --git a/docs/media/booking-create-8.png b/docs/media/booking-create-8.png deleted file mode 100644 index ce1de3e1db..0000000000 Binary files a/docs/media/booking-create-8.png and /dev/null differ diff --git a/docs/media/booking-create-8_web_client.png b/docs/media/booking-create-8_web_client.png deleted file mode 100644 index 5d0312e430..0000000000 Binary files a/docs/media/booking-create-8_web_client.png and /dev/null differ diff --git a/docs/media/booking-create-9.png b/docs/media/booking-create-9.png deleted file mode 100644 index ce1de3e1db..0000000000 Binary files a/docs/media/booking-create-9.png and /dev/null differ diff --git a/docs/media/booking-create-module-1.png b/docs/media/booking-create-module-1.png deleted file mode 100644 index a2804c8bcb..0000000000 Binary files a/docs/media/booking-create-module-1.png and /dev/null differ diff --git a/docs/media/booking-create-module-1_web_client.png b/docs/media/booking-create-module-1_web_client.png deleted file mode 100644 index 68a9845274..0000000000 Binary files a/docs/media/booking-create-module-1_web_client.png and /dev/null differ diff --git a/docs/media/booking-create-module-2.png b/docs/media/booking-create-module-2.png deleted file mode 100644 index 92f093599e..0000000000 Binary files a/docs/media/booking-create-module-2.png and /dev/null differ diff --git a/docs/media/booking-create-module-3.png b/docs/media/booking-create-module-3.png deleted file mode 100644 index b031138983..0000000000 Binary files a/docs/media/booking-create-module-3.png and /dev/null differ diff --git a/docs/media/booking-create-module-3_web_client.png b/docs/media/booking-create-module-3_web_client.png deleted file mode 100644 index f1c780f2e9..0000000000 Binary files a/docs/media/booking-create-module-3_web_client.png and /dev/null differ diff --git a/docs/media/booking-create-module-4.png b/docs/media/booking-create-module-4.png deleted file mode 100644 index 32981a7e7c..0000000000 Binary files a/docs/media/booking-create-module-4.png and /dev/null differ diff --git a/docs/media/booking-create-module-4_web_client.png b/docs/media/booking-create-module-4_web_client.png deleted file mode 100644 index 6b9d6c8ca0..0000000000 Binary files a/docs/media/booking-create-module-4_web_client.png and /dev/null differ diff --git a/docs/media/booking-create-resourcetype-1.png b/docs/media/booking-create-resourcetype-1.png deleted file mode 100644 index aa11630c2c..0000000000 Binary files a/docs/media/booking-create-resourcetype-1.png and /dev/null differ diff --git a/docs/media/booking-pickup-1.png b/docs/media/booking-pickup-1.png deleted file mode 100644 index 30c94517eb..0000000000 Binary files a/docs/media/booking-pickup-1.png and /dev/null differ diff --git a/docs/media/booking-pickup-1_web_client.png b/docs/media/booking-pickup-1_web_client.png deleted file mode 100644 index eb8b11478b..0000000000 Binary files a/docs/media/booking-pickup-1_web_client.png and /dev/null differ diff --git a/docs/media/booking-pickup-module-1.png b/docs/media/booking-pickup-module-1.png deleted file mode 100644 index 215ad7616f..0000000000 Binary files a/docs/media/booking-pickup-module-1.png and /dev/null differ diff --git a/docs/media/booking-pickup-module-1_web_client.png b/docs/media/booking-pickup-module-1_web_client.png deleted file mode 100644 index 39c59fe43b..0000000000 Binary files a/docs/media/booking-pickup-module-1_web_client.png and /dev/null differ diff --git a/docs/media/booking-pull-1.png b/docs/media/booking-pull-1.png deleted file mode 100644 index 0dcdb8267c..0000000000 Binary files a/docs/media/booking-pull-1.png and /dev/null differ diff --git a/docs/media/booking-pull-1_web_client.png b/docs/media/booking-pull-1_web_client.png deleted file mode 100644 index ba185af212..0000000000 Binary files a/docs/media/booking-pull-1_web_client.png and /dev/null differ diff --git a/docs/media/booking-return-2.png b/docs/media/booking-return-2.png deleted file mode 100644 index 503180cd91..0000000000 Binary files a/docs/media/booking-return-2.png and /dev/null differ diff --git a/docs/media/booking-return-module-1.png b/docs/media/booking-return-module-1.png deleted file mode 100644 index f65b164b90..0000000000 Binary files a/docs/media/booking-return-module-1.png and /dev/null differ diff --git a/docs/media/booking-return-module-2.png b/docs/media/booking-return-module-2.png deleted file mode 100644 index 4c40bb6f97..0000000000 Binary files a/docs/media/booking-return-module-2.png and /dev/null differ diff --git a/docs/media/cap-wiz-cal.jpg b/docs/media/cap-wiz-cal.jpg deleted file mode 100644 index e28b592eda..0000000000 Binary files a/docs/media/cap-wiz-cal.jpg and /dev/null differ diff --git a/docs/media/cap-wiz-chan.jpg b/docs/media/cap-wiz-chan.jpg deleted file mode 100644 index f50eb0cf88..0000000000 Binary files a/docs/media/cap-wiz-chan.jpg and /dev/null differ diff --git a/docs/media/cap-wiz-chron.jpg b/docs/media/cap-wiz-chron.jpg deleted file mode 100644 index 27b955b68d..0000000000 Binary files a/docs/media/cap-wiz-chron.jpg and /dev/null differ diff --git a/docs/media/cap-wiz-freq.jpg b/docs/media/cap-wiz-freq.jpg deleted file mode 100644 index 83b0f9dade..0000000000 Binary files a/docs/media/cap-wiz-freq.jpg and /dev/null differ diff --git a/docs/media/cap-wiz-num.jpg b/docs/media/cap-wiz-num.jpg deleted file mode 100644 index e1aa286dd7..0000000000 Binary files a/docs/media/cap-wiz-num.jpg and /dev/null differ diff --git a/docs/media/catalogue-11.png b/docs/media/catalogue-11.png deleted file mode 100644 index d51f45bf70..0000000000 Binary files a/docs/media/catalogue-11.png and /dev/null differ diff --git a/docs/media/catalogue-4.png b/docs/media/catalogue-4.png deleted file mode 100644 index 17352789eb..0000000000 Binary files a/docs/media/catalogue-4.png and /dev/null differ diff --git a/docs/media/check_in_menu.png b/docs/media/check_in_menu.png deleted file mode 100644 index d04d859850..0000000000 Binary files a/docs/media/check_in_menu.png and /dev/null differ diff --git a/docs/media/checkin_barcode.png b/docs/media/checkin_barcode.png deleted file mode 100644 index a7b7d1d1c4..0000000000 Binary files a/docs/media/checkin_barcode.png and /dev/null differ diff --git a/docs/media/checkin_options.png b/docs/media/checkin_options.png deleted file mode 100644 index be3360f826..0000000000 Binary files a/docs/media/checkin_options.png and /dev/null differ diff --git a/docs/media/checkinmodifiers-with-inventory.png b/docs/media/checkinmodifiers-with-inventory.png deleted file mode 100644 index dffff311f8..0000000000 Binary files a/docs/media/checkinmodifiers-with-inventory.png and /dev/null differ diff --git a/docs/media/checkout_item_barcode.png b/docs/media/checkout_item_barcode.png deleted file mode 100644 index c625a90315..0000000000 Binary files a/docs/media/checkout_item_barcode.png and /dev/null differ diff --git a/docs/media/checkout_menu.png b/docs/media/checkout_menu.png deleted file mode 100644 index 029bf36bc5..0000000000 Binary files a/docs/media/checkout_menu.png and /dev/null differ diff --git a/docs/media/circulation-1.png b/docs/media/circulation-1.png deleted file mode 100644 index 01d1b0748f..0000000000 Binary files a/docs/media/circulation-1.png and /dev/null differ diff --git a/docs/media/circulation-10.png b/docs/media/circulation-10.png deleted file mode 100644 index bc15935fc1..0000000000 Binary files a/docs/media/circulation-10.png and /dev/null differ diff --git a/docs/media/circulation-11.png b/docs/media/circulation-11.png deleted file mode 100644 index 9fad77c5a6..0000000000 Binary files a/docs/media/circulation-11.png and /dev/null differ diff --git a/docs/media/circulation-12.png b/docs/media/circulation-12.png deleted file mode 100644 index d43881fca8..0000000000 Binary files a/docs/media/circulation-12.png and /dev/null differ diff --git a/docs/media/circulation-13.png b/docs/media/circulation-13.png deleted file mode 100644 index ba6edf5a1d..0000000000 Binary files a/docs/media/circulation-13.png and /dev/null differ diff --git a/docs/media/circulation-14.png b/docs/media/circulation-14.png deleted file mode 100644 index 1af7e6acf8..0000000000 Binary files a/docs/media/circulation-14.png and /dev/null differ diff --git a/docs/media/circulation-15.png b/docs/media/circulation-15.png deleted file mode 100644 index 35484a3768..0000000000 Binary files a/docs/media/circulation-15.png and /dev/null differ diff --git a/docs/media/circulation-16.png b/docs/media/circulation-16.png deleted file mode 100644 index a95c5117ba..0000000000 Binary files a/docs/media/circulation-16.png and /dev/null differ diff --git a/docs/media/circulation-17.png b/docs/media/circulation-17.png deleted file mode 100644 index bb66c3c2aa..0000000000 Binary files a/docs/media/circulation-17.png and /dev/null differ diff --git a/docs/media/circulation-18.png b/docs/media/circulation-18.png deleted file mode 100644 index 78b474565d..0000000000 Binary files a/docs/media/circulation-18.png and /dev/null differ diff --git a/docs/media/circulation-19.png b/docs/media/circulation-19.png deleted file mode 100644 index 0118b0076b..0000000000 Binary files a/docs/media/circulation-19.png and /dev/null differ diff --git a/docs/media/circulation-2.png b/docs/media/circulation-2.png deleted file mode 100644 index 077835dc64..0000000000 Binary files a/docs/media/circulation-2.png and /dev/null differ diff --git a/docs/media/circulation-20.png b/docs/media/circulation-20.png deleted file mode 100644 index d1ed93616c..0000000000 Binary files a/docs/media/circulation-20.png and /dev/null differ diff --git a/docs/media/circulation-21.png b/docs/media/circulation-21.png deleted file mode 100644 index 029c48b26d..0000000000 Binary files a/docs/media/circulation-21.png and /dev/null differ diff --git a/docs/media/circulation-22.png b/docs/media/circulation-22.png deleted file mode 100644 index 0463348da7..0000000000 Binary files a/docs/media/circulation-22.png and /dev/null differ diff --git a/docs/media/circulation-23.png b/docs/media/circulation-23.png deleted file mode 100644 index 0a6f10cae3..0000000000 Binary files a/docs/media/circulation-23.png and /dev/null differ diff --git a/docs/media/circulation-24.png b/docs/media/circulation-24.png deleted file mode 100644 index 315125220b..0000000000 Binary files a/docs/media/circulation-24.png and /dev/null differ diff --git a/docs/media/circulation-25.png b/docs/media/circulation-25.png deleted file mode 100644 index afd49ff7ec..0000000000 Binary files a/docs/media/circulation-25.png and /dev/null differ diff --git a/docs/media/circulation-26.png b/docs/media/circulation-26.png deleted file mode 100644 index b116445602..0000000000 Binary files a/docs/media/circulation-26.png and /dev/null differ diff --git a/docs/media/circulation-27.png b/docs/media/circulation-27.png deleted file mode 100644 index 2f0455ad06..0000000000 Binary files a/docs/media/circulation-27.png and /dev/null differ diff --git a/docs/media/circulation-28.png b/docs/media/circulation-28.png deleted file mode 100644 index ddac7ec62d..0000000000 Binary files a/docs/media/circulation-28.png and /dev/null differ diff --git a/docs/media/circulation-29.png b/docs/media/circulation-29.png deleted file mode 100644 index af3d586af1..0000000000 Binary files a/docs/media/circulation-29.png and /dev/null differ diff --git a/docs/media/circulation-3.png b/docs/media/circulation-3.png deleted file mode 100644 index 0a75f0a7ee..0000000000 Binary files a/docs/media/circulation-3.png and /dev/null differ diff --git a/docs/media/circulation-30.png b/docs/media/circulation-30.png deleted file mode 100644 index 13830c8d6e..0000000000 Binary files a/docs/media/circulation-30.png and /dev/null differ diff --git a/docs/media/circulation-31.png b/docs/media/circulation-31.png deleted file mode 100644 index b2f1f1328a..0000000000 Binary files a/docs/media/circulation-31.png and /dev/null differ diff --git a/docs/media/circulation-32.png b/docs/media/circulation-32.png deleted file mode 100644 index 1dffe813ff..0000000000 Binary files a/docs/media/circulation-32.png and /dev/null differ diff --git a/docs/media/circulation-33.png b/docs/media/circulation-33.png deleted file mode 100644 index 367adfbfc2..0000000000 Binary files a/docs/media/circulation-33.png and /dev/null differ diff --git a/docs/media/circulation-34.png b/docs/media/circulation-34.png deleted file mode 100644 index 5be2e2da9d..0000000000 Binary files a/docs/media/circulation-34.png and /dev/null differ diff --git a/docs/media/circulation-35.png b/docs/media/circulation-35.png deleted file mode 100644 index b3b918b964..0000000000 Binary files a/docs/media/circulation-35.png and /dev/null differ diff --git a/docs/media/circulation-36.png b/docs/media/circulation-36.png deleted file mode 100644 index 35b1e606c1..0000000000 Binary files a/docs/media/circulation-36.png and /dev/null differ diff --git a/docs/media/circulation-4.png b/docs/media/circulation-4.png deleted file mode 100644 index b92ecbcbf8..0000000000 Binary files a/docs/media/circulation-4.png and /dev/null differ diff --git a/docs/media/circulation-5.png b/docs/media/circulation-5.png deleted file mode 100644 index 898c871a41..0000000000 Binary files a/docs/media/circulation-5.png and /dev/null differ diff --git a/docs/media/circulation-6.png b/docs/media/circulation-6.png deleted file mode 100644 index 6df9eb98b4..0000000000 Binary files a/docs/media/circulation-6.png and /dev/null differ diff --git a/docs/media/circulation-7.png b/docs/media/circulation-7.png deleted file mode 100644 index 79987dfb7d..0000000000 Binary files a/docs/media/circulation-7.png and /dev/null differ diff --git a/docs/media/circulation-8.png b/docs/media/circulation-8.png deleted file mode 100644 index 7c624e271d..0000000000 Binary files a/docs/media/circulation-8.png and /dev/null differ diff --git a/docs/media/circulation-9.png b/docs/media/circulation-9.png deleted file mode 100644 index 49eae35b4e..0000000000 Binary files a/docs/media/circulation-9.png and /dev/null differ diff --git a/docs/media/circulation_patron_bills-1.png b/docs/media/circulation_patron_bills-1.png deleted file mode 100644 index 4d8ad8f465..0000000000 Binary files a/docs/media/circulation_patron_bills-1.png and /dev/null differ diff --git a/docs/media/circulation_patron_bills-10.png b/docs/media/circulation_patron_bills-10.png deleted file mode 100644 index 3edd94ffd3..0000000000 Binary files a/docs/media/circulation_patron_bills-10.png and /dev/null differ diff --git a/docs/media/circulation_patron_bills-11.png b/docs/media/circulation_patron_bills-11.png deleted file mode 100644 index 12c03bf09c..0000000000 Binary files a/docs/media/circulation_patron_bills-11.png and /dev/null differ diff --git a/docs/media/circulation_patron_bills-12.png b/docs/media/circulation_patron_bills-12.png deleted file mode 100644 index 9660237266..0000000000 Binary files a/docs/media/circulation_patron_bills-12.png and /dev/null differ diff --git a/docs/media/circulation_patron_bills-13.png b/docs/media/circulation_patron_bills-13.png deleted file mode 100644 index d07d16c6d8..0000000000 Binary files a/docs/media/circulation_patron_bills-13.png and /dev/null differ diff --git a/docs/media/circulation_patron_bills-14.png b/docs/media/circulation_patron_bills-14.png deleted file mode 100644 index 0570a283f2..0000000000 Binary files a/docs/media/circulation_patron_bills-14.png and /dev/null differ diff --git a/docs/media/circulation_patron_bills-15.png b/docs/media/circulation_patron_bills-15.png deleted file mode 100644 index d1a381fcb7..0000000000 Binary files a/docs/media/circulation_patron_bills-15.png and /dev/null differ diff --git a/docs/media/circulation_patron_bills-2.png b/docs/media/circulation_patron_bills-2.png deleted file mode 100644 index cfffe8187a..0000000000 Binary files a/docs/media/circulation_patron_bills-2.png and /dev/null differ diff --git a/docs/media/circulation_patron_bills-3.png b/docs/media/circulation_patron_bills-3.png deleted file mode 100644 index a6da447e1a..0000000000 Binary files a/docs/media/circulation_patron_bills-3.png and /dev/null differ diff --git a/docs/media/circulation_patron_bills-4.png b/docs/media/circulation_patron_bills-4.png deleted file mode 100644 index bd1671a950..0000000000 Binary files a/docs/media/circulation_patron_bills-4.png and /dev/null differ diff --git a/docs/media/circulation_patron_bills-5.png b/docs/media/circulation_patron_bills-5.png deleted file mode 100644 index 82ff2970f0..0000000000 Binary files a/docs/media/circulation_patron_bills-5.png and /dev/null differ diff --git a/docs/media/circulation_patron_bills-6.png b/docs/media/circulation_patron_bills-6.png deleted file mode 100644 index 2e0b250ac2..0000000000 Binary files a/docs/media/circulation_patron_bills-6.png and /dev/null differ diff --git a/docs/media/circulation_patron_bills-7.png b/docs/media/circulation_patron_bills-7.png deleted file mode 100644 index 49f750e6ac..0000000000 Binary files a/docs/media/circulation_patron_bills-7.png and /dev/null differ diff --git a/docs/media/circulation_patron_bills-8.png b/docs/media/circulation_patron_bills-8.png deleted file mode 100644 index 8d33a29f63..0000000000 Binary files a/docs/media/circulation_patron_bills-8.png and /dev/null differ diff --git a/docs/media/circulation_patron_bills-9.png b/docs/media/circulation_patron_bills-9.png deleted file mode 100644 index 616f958a1e..0000000000 Binary files a/docs/media/circulation_patron_bills-9.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-1.png b/docs/media/circulation_patron_records-1.png deleted file mode 100644 index 0fba3d959d..0000000000 Binary files a/docs/media/circulation_patron_records-1.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-10.png b/docs/media/circulation_patron_records-10.png deleted file mode 100644 index 923720cdd4..0000000000 Binary files a/docs/media/circulation_patron_records-10.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-11.png b/docs/media/circulation_patron_records-11.png deleted file mode 100644 index 3c0cfb26d7..0000000000 Binary files a/docs/media/circulation_patron_records-11.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-12.png b/docs/media/circulation_patron_records-12.png deleted file mode 100644 index 25bc8c8dfe..0000000000 Binary files a/docs/media/circulation_patron_records-12.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-13.png b/docs/media/circulation_patron_records-13.png deleted file mode 100644 index f4e5bbf10a..0000000000 Binary files a/docs/media/circulation_patron_records-13.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-14.png b/docs/media/circulation_patron_records-14.png deleted file mode 100644 index bcd74f9d99..0000000000 Binary files a/docs/media/circulation_patron_records-14.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-15.png b/docs/media/circulation_patron_records-15.png deleted file mode 100644 index b2545a4d73..0000000000 Binary files a/docs/media/circulation_patron_records-15.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-16.png b/docs/media/circulation_patron_records-16.png deleted file mode 100644 index 4e660c3ef0..0000000000 Binary files a/docs/media/circulation_patron_records-16.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-17.png b/docs/media/circulation_patron_records-17.png deleted file mode 100644 index 3b5eb45522..0000000000 Binary files a/docs/media/circulation_patron_records-17.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-18.png b/docs/media/circulation_patron_records-18.png deleted file mode 100644 index cc9c346d49..0000000000 Binary files a/docs/media/circulation_patron_records-18.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-19.png b/docs/media/circulation_patron_records-19.png deleted file mode 100644 index 59614f1b88..0000000000 Binary files a/docs/media/circulation_patron_records-19.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-2.png b/docs/media/circulation_patron_records-2.png deleted file mode 100644 index 9cdf324adb..0000000000 Binary files a/docs/media/circulation_patron_records-2.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-21.png b/docs/media/circulation_patron_records-21.png deleted file mode 100644 index e56eb62559..0000000000 Binary files a/docs/media/circulation_patron_records-21.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-22.png b/docs/media/circulation_patron_records-22.png deleted file mode 100644 index 5e97c36f5d..0000000000 Binary files a/docs/media/circulation_patron_records-22.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-23.png b/docs/media/circulation_patron_records-23.png deleted file mode 100644 index 0f255a27d1..0000000000 Binary files a/docs/media/circulation_patron_records-23.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-24.png b/docs/media/circulation_patron_records-24.png deleted file mode 100644 index b97d7fa3f4..0000000000 Binary files a/docs/media/circulation_patron_records-24.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-25.png b/docs/media/circulation_patron_records-25.png deleted file mode 100644 index e5a8bfcb21..0000000000 Binary files a/docs/media/circulation_patron_records-25.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-26.png b/docs/media/circulation_patron_records-26.png deleted file mode 100644 index 0092b021c5..0000000000 Binary files a/docs/media/circulation_patron_records-26.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-27.png b/docs/media/circulation_patron_records-27.png deleted file mode 100644 index d01b952d4e..0000000000 Binary files a/docs/media/circulation_patron_records-27.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-28.png b/docs/media/circulation_patron_records-28.png deleted file mode 100644 index 69a29a5a42..0000000000 Binary files a/docs/media/circulation_patron_records-28.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-29.png b/docs/media/circulation_patron_records-29.png deleted file mode 100644 index 0c864f1d43..0000000000 Binary files a/docs/media/circulation_patron_records-29.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-3.png b/docs/media/circulation_patron_records-3.png deleted file mode 100644 index f016101624..0000000000 Binary files a/docs/media/circulation_patron_records-3.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-30.png b/docs/media/circulation_patron_records-30.png deleted file mode 100644 index 27166ec8d5..0000000000 Binary files a/docs/media/circulation_patron_records-30.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-31.png b/docs/media/circulation_patron_records-31.png deleted file mode 100644 index 067ed747f7..0000000000 Binary files a/docs/media/circulation_patron_records-31.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-4.png b/docs/media/circulation_patron_records-4.png deleted file mode 100644 index 8c5e27465e..0000000000 Binary files a/docs/media/circulation_patron_records-4.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-5.png b/docs/media/circulation_patron_records-5.png deleted file mode 100644 index 5bc5973532..0000000000 Binary files a/docs/media/circulation_patron_records-5.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-6.png b/docs/media/circulation_patron_records-6.png deleted file mode 100644 index 59415fd69a..0000000000 Binary files a/docs/media/circulation_patron_records-6.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-7.png b/docs/media/circulation_patron_records-7.png deleted file mode 100644 index 7dbafa3e74..0000000000 Binary files a/docs/media/circulation_patron_records-7.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-8.png b/docs/media/circulation_patron_records-8.png deleted file mode 100644 index dfae3aef83..0000000000 Binary files a/docs/media/circulation_patron_records-8.png and /dev/null differ diff --git a/docs/media/circulation_patron_records-9.png b/docs/media/circulation_patron_records-9.png deleted file mode 100644 index a0a915bfb5..0000000000 Binary files a/docs/media/circulation_patron_records-9.png and /dev/null differ diff --git a/docs/media/claimed_date.png b/docs/media/claimed_date.png deleted file mode 100644 index 40af3de9c2..0000000000 Binary files a/docs/media/claimed_date.png and /dev/null differ diff --git a/docs/media/column_picker_xul.png b/docs/media/column_picker_xul.png deleted file mode 100644 index cc4b5ba014..0000000000 Binary files a/docs/media/column_picker_xul.png and /dev/null differ diff --git a/docs/media/column_picker_xul_save.png b/docs/media/column_picker_xul_save.png deleted file mode 100644 index becf8f87ec..0000000000 Binary files a/docs/media/column_picker_xul_save.png and /dev/null differ diff --git a/docs/media/conj1.jpg b/docs/media/conj1.jpg deleted file mode 100644 index c515c162f8..0000000000 Binary files a/docs/media/conj1.jpg and /dev/null differ diff --git a/docs/media/conj6.jpg b/docs/media/conj6.jpg deleted file mode 100644 index 5d407a6924..0000000000 Binary files a/docs/media/conj6.jpg and /dev/null differ diff --git a/docs/media/conj7.jpg b/docs/media/conj7.jpg deleted file mode 100644 index 37376fea88..0000000000 Binary files a/docs/media/conj7.jpg and /dev/null differ diff --git a/docs/media/conj8.jpg b/docs/media/conj8.jpg deleted file mode 100644 index 4eecf75c24..0000000000 Binary files a/docs/media/conj8.jpg and /dev/null differ diff --git a/docs/media/conj9.jpg b/docs/media/conj9.jpg deleted file mode 100644 index 45b5c9051b..0000000000 Binary files a/docs/media/conj9.jpg and /dev/null differ diff --git a/docs/media/conjoined_menu_manage.png b/docs/media/conjoined_menu_manage.png deleted file mode 100644 index ccb120cbd3..0000000000 Binary files a/docs/media/conjoined_menu_manage.png and /dev/null differ diff --git a/docs/media/copy-bucket-delete-2.png b/docs/media/copy-bucket-delete-2.png deleted file mode 100755 index 988291e453..0000000000 Binary files a/docs/media/copy-bucket-delete-2.png and /dev/null differ diff --git a/docs/media/copy_alert_message.png b/docs/media/copy_alert_message.png deleted file mode 100644 index 0931d88550..0000000000 Binary files a/docs/media/copy_alert_message.png and /dev/null differ diff --git a/docs/media/copy_edit_alert.png b/docs/media/copy_edit_alert.png deleted file mode 100644 index 29d0527159..0000000000 Binary files a/docs/media/copy_edit_alert.png and /dev/null differ diff --git a/docs/media/copy_locations_circulate.png b/docs/media/copy_locations_circulate.png deleted file mode 100644 index 3fd16cd0dc..0000000000 Binary files a/docs/media/copy_locations_circulate.png and /dev/null differ diff --git a/docs/media/copyalert1.PNG b/docs/media/copyalert1.PNG deleted file mode 100644 index 0e6dffeeab..0000000000 Binary files a/docs/media/copyalert1.PNG and /dev/null differ diff --git a/docs/media/copyalert10.PNG b/docs/media/copyalert10.PNG deleted file mode 100644 index 713979cba7..0000000000 Binary files a/docs/media/copyalert10.PNG and /dev/null differ diff --git a/docs/media/copyalert11.PNG b/docs/media/copyalert11.PNG deleted file mode 100644 index 1ddc324187..0000000000 Binary files a/docs/media/copyalert11.PNG and /dev/null differ diff --git a/docs/media/copyalert2.PNG b/docs/media/copyalert2.PNG deleted file mode 100644 index 94b3dddaf5..0000000000 Binary files a/docs/media/copyalert2.PNG and /dev/null differ diff --git a/docs/media/copyalert3.PNG b/docs/media/copyalert3.PNG deleted file mode 100644 index 262d099111..0000000000 Binary files a/docs/media/copyalert3.PNG and /dev/null differ diff --git a/docs/media/copyalert4.png b/docs/media/copyalert4.png deleted file mode 100644 index 70feddcb9d..0000000000 Binary files a/docs/media/copyalert4.png and /dev/null differ diff --git a/docs/media/copyalert5.PNG b/docs/media/copyalert5.PNG deleted file mode 100644 index 00e20d580e..0000000000 Binary files a/docs/media/copyalert5.PNG and /dev/null differ diff --git a/docs/media/copyalert6.png b/docs/media/copyalert6.png deleted file mode 100644 index 75bb4cf6ca..0000000000 Binary files a/docs/media/copyalert6.png and /dev/null differ diff --git a/docs/media/copyalert7.png b/docs/media/copyalert7.png deleted file mode 100644 index e553e4736e..0000000000 Binary files a/docs/media/copyalert7.png and /dev/null differ diff --git a/docs/media/copyalert8.PNG b/docs/media/copyalert8.PNG deleted file mode 100644 index cd15955a2e..0000000000 Binary files a/docs/media/copyalert8.PNG and /dev/null differ diff --git a/docs/media/copyalert9.png b/docs/media/copyalert9.png deleted file mode 100644 index 6d73a45da6..0000000000 Binary files a/docs/media/copyalert9.png and /dev/null differ diff --git a/docs/media/copytags5.PNG b/docs/media/copytags5.PNG deleted file mode 100644 index 035fbc2e5f..0000000000 Binary files a/docs/media/copytags5.PNG and /dev/null differ diff --git a/docs/media/create-template-33.png b/docs/media/create-template-33.png deleted file mode 100644 index 8d2bd373c4..0000000000 Binary files a/docs/media/create-template-33.png and /dev/null differ diff --git a/docs/media/create-template-34.png b/docs/media/create-template-34.png deleted file mode 100644 index 8d7069357d..0000000000 Binary files a/docs/media/create-template-34.png and /dev/null differ diff --git a/docs/media/create-template-35.png b/docs/media/create-template-35.png deleted file mode 100644 index 7bc9025d50..0000000000 Binary files a/docs/media/create-template-35.png and /dev/null differ diff --git a/docs/media/create_shortcut_here.png b/docs/media/create_shortcut_here.png deleted file mode 100644 index e9348c625c..0000000000 Binary files a/docs/media/create_shortcut_here.png and /dev/null differ diff --git a/docs/media/custom_hold_pickup_location1.jpg b/docs/media/custom_hold_pickup_location1.jpg deleted file mode 100644 index bd41bea401..0000000000 Binary files a/docs/media/custom_hold_pickup_location1.jpg and /dev/null differ diff --git a/docs/media/due_date_display.png b/docs/media/due_date_display.png deleted file mode 100644 index 48464fd008..0000000000 Binary files a/docs/media/due_date_display.png and /dev/null differ diff --git a/docs/media/dup_serials_barcode.JPG b/docs/media/dup_serials_barcode.JPG deleted file mode 100644 index 2ebe2238cf..0000000000 Binary files a/docs/media/dup_serials_barcode.JPG and /dev/null differ diff --git a/docs/media/edit_due_date_action.png b/docs/media/edit_due_date_action.png deleted file mode 100644 index eb5fbc2577..0000000000 Binary files a/docs/media/edit_due_date_action.png and /dev/null differ diff --git a/docs/media/evergreen_logo.gif b/docs/media/evergreen_logo.gif deleted file mode 100644 index c7c79111c5..0000000000 Binary files a/docs/media/evergreen_logo.gif and /dev/null differ diff --git a/docs/media/ffrc1.jpg b/docs/media/ffrc1.jpg deleted file mode 100644 index 7812ece968..0000000000 Binary files a/docs/media/ffrc1.jpg and /dev/null differ diff --git a/docs/media/ffrc2.jpg b/docs/media/ffrc2.jpg deleted file mode 100644 index 8968f3d392..0000000000 Binary files a/docs/media/ffrc2.jpg and /dev/null differ diff --git a/docs/media/ffrc3.jpg b/docs/media/ffrc3.jpg deleted file mode 100644 index 5c41370dd4..0000000000 Binary files a/docs/media/ffrc3.jpg and /dev/null differ diff --git a/docs/media/folder-10.png b/docs/media/folder-10.png deleted file mode 100644 index 7b5acd9198..0000000000 Binary files a/docs/media/folder-10.png and /dev/null differ diff --git a/docs/media/folder-11.png b/docs/media/folder-11.png deleted file mode 100644 index e358551745..0000000000 Binary files a/docs/media/folder-11.png and /dev/null differ diff --git a/docs/media/folder-12.png b/docs/media/folder-12.png deleted file mode 100644 index 6a5f98fab8..0000000000 Binary files a/docs/media/folder-12.png and /dev/null differ diff --git a/docs/media/folder-13.png b/docs/media/folder-13.png deleted file mode 100644 index 62ecd43fc9..0000000000 Binary files a/docs/media/folder-13.png and /dev/null differ diff --git a/docs/media/folder-14.png b/docs/media/folder-14.png deleted file mode 100644 index f7ff979d4a..0000000000 Binary files a/docs/media/folder-14.png and /dev/null differ diff --git a/docs/media/folder-7a.png b/docs/media/folder-7a.png deleted file mode 100644 index cadf59fd2f..0000000000 Binary files a/docs/media/folder-7a.png and /dev/null differ diff --git a/docs/media/generate-report-9.png b/docs/media/generate-report-9.png deleted file mode 100644 index 5c6aa4468f..0000000000 Binary files a/docs/media/generate-report-9.png and /dev/null differ diff --git a/docs/media/hold-1.png b/docs/media/hold-1.png deleted file mode 100644 index 18dbf6c59e..0000000000 Binary files a/docs/media/hold-1.png and /dev/null differ diff --git a/docs/media/hold-10.png b/docs/media/hold-10.png deleted file mode 100644 index 39744442d1..0000000000 Binary files a/docs/media/hold-10.png and /dev/null differ diff --git a/docs/media/hold-11.png b/docs/media/hold-11.png deleted file mode 100644 index c20be3aad1..0000000000 Binary files a/docs/media/hold-11.png and /dev/null differ diff --git a/docs/media/hold-12.png b/docs/media/hold-12.png deleted file mode 100644 index 012409912f..0000000000 Binary files a/docs/media/hold-12.png and /dev/null differ diff --git a/docs/media/hold-14.png b/docs/media/hold-14.png deleted file mode 100644 index fe211fd0e1..0000000000 Binary files a/docs/media/hold-14.png and /dev/null differ diff --git a/docs/media/hold-15.png b/docs/media/hold-15.png deleted file mode 100644 index 37dbaedcdf..0000000000 Binary files a/docs/media/hold-15.png and /dev/null differ diff --git a/docs/media/hold-16.png b/docs/media/hold-16.png deleted file mode 100644 index 235b0886ae..0000000000 Binary files a/docs/media/hold-16.png and /dev/null differ diff --git a/docs/media/hold-17.png b/docs/media/hold-17.png deleted file mode 100644 index 569a274287..0000000000 Binary files a/docs/media/hold-17.png and /dev/null differ diff --git a/docs/media/hold-18.png b/docs/media/hold-18.png deleted file mode 100644 index 58147bf78f..0000000000 Binary files a/docs/media/hold-18.png and /dev/null differ diff --git a/docs/media/hold-19.png b/docs/media/hold-19.png deleted file mode 100644 index 86ffac89dd..0000000000 Binary files a/docs/media/hold-19.png and /dev/null differ diff --git a/docs/media/hold-2.png b/docs/media/hold-2.png deleted file mode 100644 index b9968a97c5..0000000000 Binary files a/docs/media/hold-2.png and /dev/null differ diff --git a/docs/media/hold-20.png b/docs/media/hold-20.png deleted file mode 100644 index 3aeb8f93db..0000000000 Binary files a/docs/media/hold-20.png and /dev/null differ diff --git a/docs/media/hold-21.png b/docs/media/hold-21.png deleted file mode 100644 index bb1422cee8..0000000000 Binary files a/docs/media/hold-21.png and /dev/null differ diff --git a/docs/media/hold-22.png b/docs/media/hold-22.png deleted file mode 100644 index cc9050177b..0000000000 Binary files a/docs/media/hold-22.png and /dev/null differ diff --git a/docs/media/hold-23.png b/docs/media/hold-23.png deleted file mode 100644 index e08d9bdf27..0000000000 Binary files a/docs/media/hold-23.png and /dev/null differ diff --git a/docs/media/hold-24.png b/docs/media/hold-24.png deleted file mode 100644 index 69d78aa256..0000000000 Binary files a/docs/media/hold-24.png and /dev/null differ diff --git a/docs/media/hold-25.png b/docs/media/hold-25.png deleted file mode 100644 index 8df926061d..0000000000 Binary files a/docs/media/hold-25.png and /dev/null differ diff --git a/docs/media/hold-26.png b/docs/media/hold-26.png deleted file mode 100644 index 73f26f1251..0000000000 Binary files a/docs/media/hold-26.png and /dev/null differ diff --git a/docs/media/hold-27.png b/docs/media/hold-27.png deleted file mode 100644 index 7b57b8899e..0000000000 Binary files a/docs/media/hold-27.png and /dev/null differ diff --git a/docs/media/hold-28.png b/docs/media/hold-28.png deleted file mode 100644 index f569003995..0000000000 Binary files a/docs/media/hold-28.png and /dev/null differ diff --git a/docs/media/hold-29.png b/docs/media/hold-29.png deleted file mode 100644 index b0d265786f..0000000000 Binary files a/docs/media/hold-29.png and /dev/null differ diff --git a/docs/media/hold-4.png b/docs/media/hold-4.png deleted file mode 100644 index 79e8a419eb..0000000000 Binary files a/docs/media/hold-4.png and /dev/null differ diff --git a/docs/media/hold-5.png b/docs/media/hold-5.png deleted file mode 100644 index 3038e93b3d..0000000000 Binary files a/docs/media/hold-5.png and /dev/null differ diff --git a/docs/media/hold-6.png b/docs/media/hold-6.png deleted file mode 100644 index d57e25d6e0..0000000000 Binary files a/docs/media/hold-6.png and /dev/null differ diff --git a/docs/media/hold-7.png b/docs/media/hold-7.png deleted file mode 100644 index 494d5fe5cf..0000000000 Binary files a/docs/media/hold-7.png and /dev/null differ diff --git a/docs/media/hold-8.png b/docs/media/hold-8.png deleted file mode 100644 index 780fd2a7d6..0000000000 Binary files a/docs/media/hold-8.png and /dev/null differ diff --git a/docs/media/hold-9.png b/docs/media/hold-9.png deleted file mode 100644 index 2b2ce2b52a..0000000000 Binary files a/docs/media/hold-9.png and /dev/null differ diff --git a/docs/media/holds-managing-10.png b/docs/media/holds-managing-10.png deleted file mode 100644 index fab2a8be54..0000000000 Binary files a/docs/media/holds-managing-10.png and /dev/null differ diff --git a/docs/media/holds-managing-11.png b/docs/media/holds-managing-11.png deleted file mode 100644 index 89beec91a0..0000000000 Binary files a/docs/media/holds-managing-11.png and /dev/null differ diff --git a/docs/media/holds-managing-12.png b/docs/media/holds-managing-12.png deleted file mode 100644 index 9265a57634..0000000000 Binary files a/docs/media/holds-managing-12.png and /dev/null differ diff --git a/docs/media/holds-managing-13.png b/docs/media/holds-managing-13.png deleted file mode 100644 index 2765f756e3..0000000000 Binary files a/docs/media/holds-managing-13.png and /dev/null differ diff --git a/docs/media/holds-managing-14.png b/docs/media/holds-managing-14.png deleted file mode 100644 index ee8649480d..0000000000 Binary files a/docs/media/holds-managing-14.png and /dev/null differ diff --git a/docs/media/holds-managing-15.png b/docs/media/holds-managing-15.png deleted file mode 100644 index 20dd0b454b..0000000000 Binary files a/docs/media/holds-managing-15.png and /dev/null differ diff --git a/docs/media/holds-managing-2.png b/docs/media/holds-managing-2.png deleted file mode 100644 index 4b7af26bcb..0000000000 Binary files a/docs/media/holds-managing-2.png and /dev/null differ diff --git a/docs/media/holds-managing-3.png b/docs/media/holds-managing-3.png deleted file mode 100644 index 16ca2674f6..0000000000 Binary files a/docs/media/holds-managing-3.png and /dev/null differ diff --git a/docs/media/holds-managing-4.png b/docs/media/holds-managing-4.png deleted file mode 100644 index 34e758d6eb..0000000000 Binary files a/docs/media/holds-managing-4.png and /dev/null differ diff --git a/docs/media/holds-managing-5.png b/docs/media/holds-managing-5.png deleted file mode 100644 index 96b836f3fe..0000000000 Binary files a/docs/media/holds-managing-5.png and /dev/null differ diff --git a/docs/media/holds-managing-6.png b/docs/media/holds-managing-6.png deleted file mode 100644 index f7ce7ebd7f..0000000000 Binary files a/docs/media/holds-managing-6.png and /dev/null differ diff --git a/docs/media/holds-managing-7.png b/docs/media/holds-managing-7.png deleted file mode 100644 index 12f7ffef38..0000000000 Binary files a/docs/media/holds-managing-7.png and /dev/null differ diff --git a/docs/media/holds-managing-8.png b/docs/media/holds-managing-8.png deleted file mode 100644 index bbbff642ba..0000000000 Binary files a/docs/media/holds-managing-8.png and /dev/null differ diff --git a/docs/media/holds-notifications-3.png b/docs/media/holds-notifications-3.png deleted file mode 100644 index bfb8ee201d..0000000000 Binary files a/docs/media/holds-notifications-3.png and /dev/null differ diff --git a/docs/media/holds-notifications-4.png b/docs/media/holds-notifications-4.png deleted file mode 100644 index fd9201b872..0000000000 Binary files a/docs/media/holds-notifications-4.png and /dev/null differ diff --git a/docs/media/holds-placing-1.png b/docs/media/holds-placing-1.png deleted file mode 100644 index 5f60630e8b..0000000000 Binary files a/docs/media/holds-placing-1.png and /dev/null differ diff --git a/docs/media/holds-placing-10.png b/docs/media/holds-placing-10.png deleted file mode 100644 index 46fe88a112..0000000000 Binary files a/docs/media/holds-placing-10.png and /dev/null differ diff --git a/docs/media/holds-placing-11.png b/docs/media/holds-placing-11.png deleted file mode 100644 index cd1a10201e..0000000000 Binary files a/docs/media/holds-placing-11.png and /dev/null differ diff --git a/docs/media/holds-placing-2.png b/docs/media/holds-placing-2.png deleted file mode 100644 index 71daec5c6c..0000000000 Binary files a/docs/media/holds-placing-2.png and /dev/null differ diff --git a/docs/media/holds-placing-3.png b/docs/media/holds-placing-3.png deleted file mode 100644 index 16ca2674f6..0000000000 Binary files a/docs/media/holds-placing-3.png and /dev/null differ diff --git a/docs/media/holds-placing-4.png b/docs/media/holds-placing-4.png deleted file mode 100644 index 7b0c2e7423..0000000000 Binary files a/docs/media/holds-placing-4.png and /dev/null differ diff --git a/docs/media/holds-placing-5.png b/docs/media/holds-placing-5.png deleted file mode 100644 index 7ef50cb46f..0000000000 Binary files a/docs/media/holds-placing-5.png and /dev/null differ diff --git a/docs/media/holds-placing-6.png b/docs/media/holds-placing-6.png deleted file mode 100644 index d8e7c3d5f9..0000000000 Binary files a/docs/media/holds-placing-6.png and /dev/null differ diff --git a/docs/media/holds-placing-7.png b/docs/media/holds-placing-7.png deleted file mode 100644 index aa0ec912a7..0000000000 Binary files a/docs/media/holds-placing-7.png and /dev/null differ diff --git a/docs/media/holds-placing-8.png b/docs/media/holds-placing-8.png deleted file mode 100644 index c354a9d4d9..0000000000 Binary files a/docs/media/holds-placing-8.png and /dev/null differ diff --git a/docs/media/holds-placing-9.png b/docs/media/holds-placing-9.png deleted file mode 100644 index 41fe57efda..0000000000 Binary files a/docs/media/holds-placing-9.png and /dev/null differ diff --git a/docs/media/holds-pull-3.png b/docs/media/holds-pull-3.png deleted file mode 100644 index 494febb84e..0000000000 Binary files a/docs/media/holds-pull-3.png and /dev/null differ diff --git a/docs/media/import_item_attributes.png b/docs/media/import_item_attributes.png deleted file mode 100644 index cef69ac396..0000000000 Binary files a/docs/media/import_item_attributes.png and /dev/null differ diff --git a/docs/media/in_house_use.png b/docs/media/in_house_use.png deleted file mode 100644 index 3c15245a19..0000000000 Binary files a/docs/media/in_house_use.png and /dev/null differ diff --git a/docs/media/item_status_altview.png b/docs/media/item_status_altview.png deleted file mode 100644 index 5baa0ad9a0..0000000000 Binary files a/docs/media/item_status_altview.png and /dev/null differ diff --git a/docs/media/item_status_barcode.png b/docs/media/item_status_barcode.png deleted file mode 100644 index 10d7e21a29..0000000000 Binary files a/docs/media/item_status_barcode.png and /dev/null differ diff --git a/docs/media/item_status_list_view.png b/docs/media/item_status_list_view.png deleted file mode 100644 index 82b6197168..0000000000 Binary files a/docs/media/item_status_list_view.png and /dev/null differ diff --git a/docs/media/item_status_menu.png b/docs/media/item_status_menu.png deleted file mode 100644 index 7ecd0a61ce..0000000000 Binary files a/docs/media/item_status_menu.png and /dev/null differ diff --git a/docs/media/items_out_click.png b/docs/media/items_out_click.png deleted file mode 100644 index ac9542f849..0000000000 Binary files a/docs/media/items_out_click.png and /dev/null differ diff --git a/docs/media/k_book_record.png b/docs/media/k_book_record.png deleted file mode 100644 index e41a886706..0000000000 Binary files a/docs/media/k_book_record.png and /dev/null differ diff --git a/docs/media/last_few_circs_action.png b/docs/media/last_few_circs_action.png deleted file mode 100644 index 6ccfaee033..0000000000 Binary files a/docs/media/last_few_circs_action.png and /dev/null differ diff --git a/docs/media/last_few_circs_display.png b/docs/media/last_few_circs_display.png deleted file mode 100644 index 0e66051d1c..0000000000 Binary files a/docs/media/last_few_circs_display.png and /dev/null differ diff --git a/docs/media/long_overdue1.jpg b/docs/media/long_overdue1.jpg deleted file mode 100644 index 21249cf5e6..0000000000 Binary files a/docs/media/long_overdue1.jpg and /dev/null differ diff --git a/docs/media/long_overdue2.jpg b/docs/media/long_overdue2.jpg deleted file mode 100644 index 8669af889a..0000000000 Binary files a/docs/media/long_overdue2.jpg and /dev/null differ diff --git a/docs/media/lost_cr_section.png b/docs/media/lost_cr_section.png deleted file mode 100644 index 856cd51e99..0000000000 Binary files a/docs/media/lost_cr_section.png and /dev/null differ diff --git a/docs/media/lost_cr_section_web_client.png b/docs/media/lost_cr_section_web_client.png deleted file mode 100644 index 79d78896c6..0000000000 Binary files a/docs/media/lost_cr_section_web_client.png and /dev/null differ diff --git a/docs/media/lsa-1.png b/docs/media/lsa-1.png deleted file mode 100644 index eee8707b4c..0000000000 Binary files a/docs/media/lsa-1.png and /dev/null differ diff --git a/docs/media/lsa-10.jpg b/docs/media/lsa-10.jpg deleted file mode 100644 index 7c578e03b1..0000000000 Binary files a/docs/media/lsa-10.jpg and /dev/null differ diff --git a/docs/media/lsa-11.jpg b/docs/media/lsa-11.jpg deleted file mode 100644 index 4df7484298..0000000000 Binary files a/docs/media/lsa-11.jpg and /dev/null differ diff --git a/docs/media/lsa-12.jpg b/docs/media/lsa-12.jpg deleted file mode 100644 index c1c550546d..0000000000 Binary files a/docs/media/lsa-12.jpg and /dev/null differ diff --git a/docs/media/lsa-14.jpg b/docs/media/lsa-14.jpg deleted file mode 100644 index bdf842c60a..0000000000 Binary files a/docs/media/lsa-14.jpg and /dev/null differ diff --git a/docs/media/lsa-16.jpg b/docs/media/lsa-16.jpg deleted file mode 100644 index 90fdca61a8..0000000000 Binary files a/docs/media/lsa-16.jpg and /dev/null differ diff --git a/docs/media/lsa-17.jpg b/docs/media/lsa-17.jpg deleted file mode 100644 index a08b590caf..0000000000 Binary files a/docs/media/lsa-17.jpg and /dev/null differ diff --git a/docs/media/lsa-18.jpg b/docs/media/lsa-18.jpg deleted file mode 100644 index a3710530e7..0000000000 Binary files a/docs/media/lsa-18.jpg and /dev/null differ diff --git a/docs/media/lsa-2.jpg b/docs/media/lsa-2.jpg deleted file mode 100644 index 2cdd562075..0000000000 Binary files a/docs/media/lsa-2.jpg and /dev/null differ diff --git a/docs/media/lsa-22.png b/docs/media/lsa-22.png deleted file mode 100644 index b3f55dfe0f..0000000000 Binary files a/docs/media/lsa-22.png and /dev/null differ diff --git a/docs/media/lsa-23.jpg b/docs/media/lsa-23.jpg deleted file mode 100644 index 9fbdf96ba1..0000000000 Binary files a/docs/media/lsa-23.jpg and /dev/null differ diff --git a/docs/media/lsa-25.jpg b/docs/media/lsa-25.jpg deleted file mode 100644 index 2cbb735295..0000000000 Binary files a/docs/media/lsa-25.jpg and /dev/null differ diff --git a/docs/media/lsa-26.jpg b/docs/media/lsa-26.jpg deleted file mode 100644 index 9b1575c1fd..0000000000 Binary files a/docs/media/lsa-26.jpg and /dev/null differ diff --git a/docs/media/lsa-27.jpg b/docs/media/lsa-27.jpg deleted file mode 100644 index 36a024c049..0000000000 Binary files a/docs/media/lsa-27.jpg and /dev/null differ diff --git a/docs/media/lsa-28.jpg b/docs/media/lsa-28.jpg deleted file mode 100644 index ccf0b1a705..0000000000 Binary files a/docs/media/lsa-28.jpg and /dev/null differ diff --git a/docs/media/lsa-32.jpg b/docs/media/lsa-32.jpg deleted file mode 100644 index bf03d62108..0000000000 Binary files a/docs/media/lsa-32.jpg and /dev/null differ diff --git a/docs/media/lsa-33.jpg b/docs/media/lsa-33.jpg deleted file mode 100644 index 2a211fb686..0000000000 Binary files a/docs/media/lsa-33.jpg and /dev/null differ diff --git a/docs/media/lsa-4.jpg b/docs/media/lsa-4.jpg deleted file mode 100644 index 0406e4afda..0000000000 Binary files a/docs/media/lsa-4.jpg and /dev/null differ diff --git a/docs/media/lsa-5.jpg b/docs/media/lsa-5.jpg deleted file mode 100644 index da0e056bce..0000000000 Binary files a/docs/media/lsa-5.jpg and /dev/null differ diff --git a/docs/media/lsa-7.jpg b/docs/media/lsa-7.jpg deleted file mode 100644 index 6544913195..0000000000 Binary files a/docs/media/lsa-7.jpg and /dev/null differ diff --git a/docs/media/lsa-8.jpg b/docs/media/lsa-8.jpg deleted file mode 100644 index 4de9cf445e..0000000000 Binary files a/docs/media/lsa-8.jpg and /dev/null differ diff --git a/docs/media/lsa-barcode_completion_accesspoints.png b/docs/media/lsa-barcode_completion_accesspoints.png deleted file mode 100644 index dc4c74ccf9..0000000000 Binary files a/docs/media/lsa-barcode_completion_accesspoints.png and /dev/null differ diff --git a/docs/media/lsa-closed-mountain-1.png b/docs/media/lsa-closed-mountain-1.png deleted file mode 100644 index b7eb2c68b8..0000000000 Binary files a/docs/media/lsa-closed-mountain-1.png and /dev/null differ diff --git a/docs/media/lsa-closed-mountain-2.png b/docs/media/lsa-closed-mountain-2.png deleted file mode 100644 index f0b1036d69..0000000000 Binary files a/docs/media/lsa-closed-mountain-2.png and /dev/null differ diff --git a/docs/media/lsa-group-0.png b/docs/media/lsa-group-0.png deleted file mode 100644 index 4d75083ac4..0000000000 Binary files a/docs/media/lsa-group-0.png and /dev/null differ diff --git a/docs/media/lsa-group-1.png b/docs/media/lsa-group-1.png deleted file mode 100644 index 46a0a0f832..0000000000 Binary files a/docs/media/lsa-group-1.png and /dev/null differ diff --git a/docs/media/lsa-group-1a.png b/docs/media/lsa-group-1a.png deleted file mode 100644 index a5f4e93259..0000000000 Binary files a/docs/media/lsa-group-1a.png and /dev/null differ diff --git a/docs/media/lsa-group-2.png b/docs/media/lsa-group-2.png deleted file mode 100644 index bd3717313e..0000000000 Binary files a/docs/media/lsa-group-2.png and /dev/null differ diff --git a/docs/media/lsa-group-3.png b/docs/media/lsa-group-3.png deleted file mode 100644 index 328e7333a1..0000000000 Binary files a/docs/media/lsa-group-3.png and /dev/null differ diff --git a/docs/media/lsa-group-4.png b/docs/media/lsa-group-4.png deleted file mode 100644 index 4e378d3815..0000000000 Binary files a/docs/media/lsa-group-4.png and /dev/null differ diff --git a/docs/media/lsa-group-5.png b/docs/media/lsa-group-5.png deleted file mode 100644 index 53ee8edd31..0000000000 Binary files a/docs/media/lsa-group-5.png and /dev/null differ diff --git a/docs/media/lsa-group-6.png b/docs/media/lsa-group-6.png deleted file mode 100644 index 5a17f16547..0000000000 Binary files a/docs/media/lsa-group-6.png and /dev/null differ diff --git a/docs/media/lsa-statcat-7.png b/docs/media/lsa-statcat-7.png deleted file mode 100644 index 964fad421e..0000000000 Binary files a/docs/media/lsa-statcat-7.png and /dev/null differ diff --git a/docs/media/main_logo.jpg b/docs/media/main_logo.jpg deleted file mode 100644 index 633b7a75f9..0000000000 Binary files a/docs/media/main_logo.jpg and /dev/null differ diff --git a/docs/media/manage_parts_menu.png b/docs/media/manage_parts_menu.png deleted file mode 100644 index 9cc7686a9c..0000000000 Binary files a/docs/media/manage_parts_menu.png and /dev/null differ diff --git a/docs/media/marc_import_remove_fields3.jpg b/docs/media/marc_import_remove_fields3.jpg deleted file mode 100644 index dcdc6999d1..0000000000 Binary files a/docs/media/marc_import_remove_fields3.jpg and /dev/null differ diff --git a/docs/media/mark_claims_returned.png b/docs/media/mark_claims_returned.png deleted file mode 100644 index 6818ae1e42..0000000000 Binary files a/docs/media/mark_claims_returned.png and /dev/null differ diff --git a/docs/media/mark_lost.png b/docs/media/mark_lost.png deleted file mode 100644 index b63df20d99..0000000000 Binary files a/docs/media/mark_lost.png and /dev/null differ diff --git a/docs/media/mark_missing_damaged.png b/docs/media/mark_missing_damaged.png deleted file mode 100644 index ebb6b9ca0e..0000000000 Binary files a/docs/media/mark_missing_damaged.png and /dev/null differ diff --git a/docs/media/message_center1.PNG b/docs/media/message_center1.PNG deleted file mode 100644 index da32329c75..0000000000 Binary files a/docs/media/message_center1.PNG and /dev/null differ diff --git a/docs/media/message_center2.PNG b/docs/media/message_center2.PNG deleted file mode 100644 index 909c3d8378..0000000000 Binary files a/docs/media/message_center2.PNG and /dev/null differ diff --git a/docs/media/message_center9.PNG b/docs/media/message_center9.PNG deleted file mode 100644 index f53e9d90ef..0000000000 Binary files a/docs/media/message_center9.PNG and /dev/null differ diff --git a/docs/media/monograph_parts1.jpg b/docs/media/monograph_parts1.jpg deleted file mode 100644 index a105515e14..0000000000 Binary files a/docs/media/monograph_parts1.jpg and /dev/null differ diff --git a/docs/media/myaccount-bookbags.png b/docs/media/myaccount-bookbags.png deleted file mode 100644 index 940618fe29..0000000000 Binary files a/docs/media/myaccount-bookbags.png and /dev/null differ diff --git a/docs/media/myaccount-itemrenew.png b/docs/media/myaccount-itemrenew.png deleted file mode 100644 index dcbb6760e9..0000000000 Binary files a/docs/media/myaccount-itemrenew.png and /dev/null differ diff --git a/docs/media/myaccount-itemscheckedout.png b/docs/media/myaccount-itemscheckedout.png deleted file mode 100644 index 4e85822bcf..0000000000 Binary files a/docs/media/myaccount-itemscheckedout.png and /dev/null differ diff --git a/docs/media/myaccount-itemsonhold.png b/docs/media/myaccount-itemsonhold.png deleted file mode 100644 index 4b1d5e3d6b..0000000000 Binary files a/docs/media/myaccount-itemsonhold.png and /dev/null differ diff --git a/docs/media/myaccount-login-arrow.png b/docs/media/myaccount-login-arrow.png deleted file mode 100644 index 9cdcdad299..0000000000 Binary files a/docs/media/myaccount-login-arrow.png and /dev/null differ diff --git a/docs/media/myaccount-login-info.png b/docs/media/myaccount-login-info.png deleted file mode 100644 index 31343612db..0000000000 Binary files a/docs/media/myaccount-login-info.png and /dev/null differ diff --git a/docs/media/myaccount-login.png b/docs/media/myaccount-login.png deleted file mode 100644 index 180e9397a0..0000000000 Binary files a/docs/media/myaccount-login.png and /dev/null differ diff --git a/docs/media/myaccount-loginpasswordupdate.png b/docs/media/myaccount-loginpasswordupdate.png deleted file mode 100644 index e29ea6661b..0000000000 Binary files a/docs/media/myaccount-loginpasswordupdate.png and /dev/null differ diff --git a/docs/media/myaccount-summary.png b/docs/media/myaccount-summary.png deleted file mode 100644 index 1ab86b48a3..0000000000 Binary files a/docs/media/myaccount-summary.png and /dev/null differ diff --git a/docs/media/offline-1.png b/docs/media/offline-1.png deleted file mode 100644 index f7cad0ccd0..0000000000 Binary files a/docs/media/offline-1.png and /dev/null differ diff --git a/docs/media/offline-10.png b/docs/media/offline-10.png deleted file mode 100644 index 754f007255..0000000000 Binary files a/docs/media/offline-10.png and /dev/null differ diff --git a/docs/media/offline-11.png b/docs/media/offline-11.png deleted file mode 100644 index 914da51de0..0000000000 Binary files a/docs/media/offline-11.png and /dev/null differ diff --git a/docs/media/offline-12.png b/docs/media/offline-12.png deleted file mode 100644 index 66b48cf4e7..0000000000 Binary files a/docs/media/offline-12.png and /dev/null differ diff --git a/docs/media/offline-13.png b/docs/media/offline-13.png deleted file mode 100644 index fdee7dd22c..0000000000 Binary files a/docs/media/offline-13.png and /dev/null differ diff --git a/docs/media/offline-14.png b/docs/media/offline-14.png deleted file mode 100644 index 0177657633..0000000000 Binary files a/docs/media/offline-14.png and /dev/null differ diff --git a/docs/media/offline-15.png b/docs/media/offline-15.png deleted file mode 100644 index ab5c5d6b1e..0000000000 Binary files a/docs/media/offline-15.png and /dev/null differ diff --git a/docs/media/offline-16.png b/docs/media/offline-16.png deleted file mode 100644 index cc1e9dd5cd..0000000000 Binary files a/docs/media/offline-16.png and /dev/null differ diff --git a/docs/media/offline-17.png b/docs/media/offline-17.png deleted file mode 100644 index e895e6fffc..0000000000 Binary files a/docs/media/offline-17.png and /dev/null differ diff --git a/docs/media/offline-18.png b/docs/media/offline-18.png deleted file mode 100644 index 6e1ff210fc..0000000000 Binary files a/docs/media/offline-18.png and /dev/null differ diff --git a/docs/media/offline-19.png b/docs/media/offline-19.png deleted file mode 100644 index 6e26d49f2f..0000000000 Binary files a/docs/media/offline-19.png and /dev/null differ diff --git a/docs/media/offline-2.png b/docs/media/offline-2.png deleted file mode 100644 index 9077658945..0000000000 Binary files a/docs/media/offline-2.png and /dev/null differ diff --git a/docs/media/offline-20.png b/docs/media/offline-20.png deleted file mode 100644 index 8640d72c63..0000000000 Binary files a/docs/media/offline-20.png and /dev/null differ diff --git a/docs/media/offline-21.png b/docs/media/offline-21.png deleted file mode 100644 index 356598ab7f..0000000000 Binary files a/docs/media/offline-21.png and /dev/null differ diff --git a/docs/media/offline-22.png b/docs/media/offline-22.png deleted file mode 100644 index e4b0f82893..0000000000 Binary files a/docs/media/offline-22.png and /dev/null differ diff --git a/docs/media/offline-23.png b/docs/media/offline-23.png deleted file mode 100644 index d75427808d..0000000000 Binary files a/docs/media/offline-23.png and /dev/null differ diff --git a/docs/media/offline-24.png b/docs/media/offline-24.png deleted file mode 100644 index 7e3b09094e..0000000000 Binary files a/docs/media/offline-24.png and /dev/null differ diff --git a/docs/media/offline-25.png b/docs/media/offline-25.png deleted file mode 100644 index bda37a6eed..0000000000 Binary files a/docs/media/offline-25.png and /dev/null differ diff --git a/docs/media/offline-26.png b/docs/media/offline-26.png deleted file mode 100644 index 653bfb4bfd..0000000000 Binary files a/docs/media/offline-26.png and /dev/null differ diff --git a/docs/media/offline-27.png b/docs/media/offline-27.png deleted file mode 100644 index 9c0722b793..0000000000 Binary files a/docs/media/offline-27.png and /dev/null differ diff --git a/docs/media/offline-28.png b/docs/media/offline-28.png deleted file mode 100644 index 9cad8d870a..0000000000 Binary files a/docs/media/offline-28.png and /dev/null differ diff --git a/docs/media/offline-29.png b/docs/media/offline-29.png deleted file mode 100644 index 73a302c211..0000000000 Binary files a/docs/media/offline-29.png and /dev/null differ diff --git a/docs/media/offline-3.png b/docs/media/offline-3.png deleted file mode 100644 index a3d644de41..0000000000 Binary files a/docs/media/offline-3.png and /dev/null differ diff --git a/docs/media/offline-30.png b/docs/media/offline-30.png deleted file mode 100644 index 06bbb9a111..0000000000 Binary files a/docs/media/offline-30.png and /dev/null differ diff --git a/docs/media/offline-31.png b/docs/media/offline-31.png deleted file mode 100644 index 6b89ac32d6..0000000000 Binary files a/docs/media/offline-31.png and /dev/null differ diff --git a/docs/media/offline-32.png b/docs/media/offline-32.png deleted file mode 100644 index d26187900c..0000000000 Binary files a/docs/media/offline-32.png and /dev/null differ diff --git a/docs/media/offline-33.png b/docs/media/offline-33.png deleted file mode 100644 index bbf9bb16de..0000000000 Binary files a/docs/media/offline-33.png and /dev/null differ diff --git a/docs/media/offline-34.png b/docs/media/offline-34.png deleted file mode 100644 index eed6d76a7d..0000000000 Binary files a/docs/media/offline-34.png and /dev/null differ diff --git a/docs/media/offline-35.png b/docs/media/offline-35.png deleted file mode 100644 index 36a3a9affe..0000000000 Binary files a/docs/media/offline-35.png and /dev/null differ diff --git a/docs/media/offline-36.png b/docs/media/offline-36.png deleted file mode 100644 index 1274059012..0000000000 Binary files a/docs/media/offline-36.png and /dev/null differ diff --git a/docs/media/offline-4.png b/docs/media/offline-4.png deleted file mode 100644 index d5e7218008..0000000000 Binary files a/docs/media/offline-4.png and /dev/null differ diff --git a/docs/media/offline-5.png b/docs/media/offline-5.png deleted file mode 100644 index 5641cb4e4b..0000000000 Binary files a/docs/media/offline-5.png and /dev/null differ diff --git a/docs/media/offline-6.png b/docs/media/offline-6.png deleted file mode 100644 index 31531be097..0000000000 Binary files a/docs/media/offline-6.png and /dev/null differ diff --git a/docs/media/offline-7.png b/docs/media/offline-7.png deleted file mode 100644 index 7d563a46ea..0000000000 Binary files a/docs/media/offline-7.png and /dev/null differ diff --git a/docs/media/offline-8.png b/docs/media/offline-8.png deleted file mode 100644 index 0aeeeea53b..0000000000 Binary files a/docs/media/offline-8.png and /dev/null differ diff --git a/docs/media/offline-9.png b/docs/media/offline-9.png deleted file mode 100644 index 3f23afe3a8..0000000000 Binary files a/docs/media/offline-9.png and /dev/null differ diff --git a/docs/media/overdue_checkin.png b/docs/media/overdue_checkin.png deleted file mode 100644 index 3adf27d2d2..0000000000 Binary files a/docs/media/overdue_checkin.png and /dev/null differ diff --git a/docs/media/passwordresetmessage.png b/docs/media/passwordresetmessage.png deleted file mode 100644 index 29a9cc6f6a..0000000000 Binary files a/docs/media/passwordresetmessage.png and /dev/null differ diff --git a/docs/media/patron-1.png b/docs/media/patron-1.png deleted file mode 100644 index 94f12126f8..0000000000 Binary files a/docs/media/patron-1.png and /dev/null differ diff --git a/docs/media/patron-10.png b/docs/media/patron-10.png deleted file mode 100644 index 0814ad9973..0000000000 Binary files a/docs/media/patron-10.png and /dev/null differ diff --git a/docs/media/patron-11.png b/docs/media/patron-11.png deleted file mode 100644 index e2e72955c3..0000000000 Binary files a/docs/media/patron-11.png and /dev/null differ diff --git a/docs/media/patron-12.png b/docs/media/patron-12.png deleted file mode 100644 index 4dfb246ae2..0000000000 Binary files a/docs/media/patron-12.png and /dev/null differ diff --git a/docs/media/patron-13.png b/docs/media/patron-13.png deleted file mode 100644 index 5dc9cb1ba2..0000000000 Binary files a/docs/media/patron-13.png and /dev/null differ diff --git a/docs/media/patron-14.png b/docs/media/patron-14.png deleted file mode 100644 index 956d397751..0000000000 Binary files a/docs/media/patron-14.png and /dev/null differ diff --git a/docs/media/patron-15.png b/docs/media/patron-15.png deleted file mode 100644 index 8d7c4c713d..0000000000 Binary files a/docs/media/patron-15.png and /dev/null differ diff --git a/docs/media/patron-16.png b/docs/media/patron-16.png deleted file mode 100644 index 283c6d7a05..0000000000 Binary files a/docs/media/patron-16.png and /dev/null differ diff --git a/docs/media/patron-17.png b/docs/media/patron-17.png deleted file mode 100644 index f3563fad63..0000000000 Binary files a/docs/media/patron-17.png and /dev/null differ diff --git a/docs/media/patron-18.png b/docs/media/patron-18.png deleted file mode 100644 index ee4ae07994..0000000000 Binary files a/docs/media/patron-18.png and /dev/null differ diff --git a/docs/media/patron-19.png b/docs/media/patron-19.png deleted file mode 100644 index f69846b0f7..0000000000 Binary files a/docs/media/patron-19.png and /dev/null differ diff --git a/docs/media/patron-2.png b/docs/media/patron-2.png deleted file mode 100644 index dddd820e8b..0000000000 Binary files a/docs/media/patron-2.png and /dev/null differ diff --git a/docs/media/patron-20.png b/docs/media/patron-20.png deleted file mode 100644 index 24c4b6d8f8..0000000000 Binary files a/docs/media/patron-20.png and /dev/null differ diff --git a/docs/media/patron-21.png b/docs/media/patron-21.png deleted file mode 100644 index 1f5a65586f..0000000000 Binary files a/docs/media/patron-21.png and /dev/null differ diff --git a/docs/media/patron-22.png b/docs/media/patron-22.png deleted file mode 100644 index c2d01d8e65..0000000000 Binary files a/docs/media/patron-22.png and /dev/null differ diff --git a/docs/media/patron-23.png b/docs/media/patron-23.png deleted file mode 100644 index b4f19a2fca..0000000000 Binary files a/docs/media/patron-23.png and /dev/null differ diff --git a/docs/media/patron-24.png b/docs/media/patron-24.png deleted file mode 100644 index 7b8d7dd558..0000000000 Binary files a/docs/media/patron-24.png and /dev/null differ diff --git a/docs/media/patron-25.png b/docs/media/patron-25.png deleted file mode 100644 index 780716741d..0000000000 Binary files a/docs/media/patron-25.png and /dev/null differ diff --git a/docs/media/patron-26.png b/docs/media/patron-26.png deleted file mode 100644 index 79b65e341a..0000000000 Binary files a/docs/media/patron-26.png and /dev/null differ diff --git a/docs/media/patron-27.png b/docs/media/patron-27.png deleted file mode 100644 index b73c9da7bb..0000000000 Binary files a/docs/media/patron-27.png and /dev/null differ diff --git a/docs/media/patron-28.png b/docs/media/patron-28.png deleted file mode 100644 index 421855d3ee..0000000000 Binary files a/docs/media/patron-28.png and /dev/null differ diff --git a/docs/media/patron-29.png b/docs/media/patron-29.png deleted file mode 100644 index 7b70133e9a..0000000000 Binary files a/docs/media/patron-29.png and /dev/null differ diff --git a/docs/media/patron-3.png b/docs/media/patron-3.png deleted file mode 100644 index 24885105ae..0000000000 Binary files a/docs/media/patron-3.png and /dev/null differ diff --git a/docs/media/patron-30.png b/docs/media/patron-30.png deleted file mode 100644 index 055b34308b..0000000000 Binary files a/docs/media/patron-30.png and /dev/null differ diff --git a/docs/media/patron-31.png b/docs/media/patron-31.png deleted file mode 100644 index 5c3f52ed6f..0000000000 Binary files a/docs/media/patron-31.png and /dev/null differ diff --git a/docs/media/patron-32.png b/docs/media/patron-32.png deleted file mode 100644 index c5bcf386ca..0000000000 Binary files a/docs/media/patron-32.png and /dev/null differ diff --git a/docs/media/patron-3a.png b/docs/media/patron-3a.png deleted file mode 100644 index 24a3c3ea52..0000000000 Binary files a/docs/media/patron-3a.png and /dev/null differ diff --git a/docs/media/patron-4.png b/docs/media/patron-4.png deleted file mode 100644 index 58a4992986..0000000000 Binary files a/docs/media/patron-4.png and /dev/null differ diff --git a/docs/media/patron-5.png b/docs/media/patron-5.png deleted file mode 100644 index 9276de00c7..0000000000 Binary files a/docs/media/patron-5.png and /dev/null differ diff --git a/docs/media/patron-6.png b/docs/media/patron-6.png deleted file mode 100644 index 45f459d1aa..0000000000 Binary files a/docs/media/patron-6.png and /dev/null differ diff --git a/docs/media/patron-7.png b/docs/media/patron-7.png deleted file mode 100644 index 130ba73c72..0000000000 Binary files a/docs/media/patron-7.png and /dev/null differ diff --git a/docs/media/patron-8.png b/docs/media/patron-8.png deleted file mode 100644 index c903823877..0000000000 Binary files a/docs/media/patron-8.png and /dev/null differ diff --git a/docs/media/patron-9.png b/docs/media/patron-9.png deleted file mode 100644 index 0370982749..0000000000 Binary files a/docs/media/patron-9.png and /dev/null differ diff --git a/docs/media/patron-record-status-1.png b/docs/media/patron-record-status-1.png deleted file mode 100644 index a631541e14..0000000000 Binary files a/docs/media/patron-record-status-1.png and /dev/null differ diff --git a/docs/media/patron-record-status-dark-grey.png b/docs/media/patron-record-status-dark-grey.png deleted file mode 100644 index 3896fdd97b..0000000000 Binary files a/docs/media/patron-record-status-dark-grey.png and /dev/null differ diff --git a/docs/media/patron-record-status-green.png b/docs/media/patron-record-status-green.png deleted file mode 100644 index f50907b0b3..0000000000 Binary files a/docs/media/patron-record-status-green.png and /dev/null differ diff --git a/docs/media/patron-record-status-light-grey.png b/docs/media/patron-record-status-light-grey.png deleted file mode 100644 index 4c325302df..0000000000 Binary files a/docs/media/patron-record-status-light-grey.png and /dev/null differ diff --git a/docs/media/patron-record-status-orange.png b/docs/media/patron-record-status-orange.png deleted file mode 100644 index fdc56e13dd..0000000000 Binary files a/docs/media/patron-record-status-orange.png and /dev/null differ diff --git a/docs/media/patron-record-status-purple.png b/docs/media/patron-record-status-purple.png deleted file mode 100644 index 6a204d6d15..0000000000 Binary files a/docs/media/patron-record-status-purple.png and /dev/null differ diff --git a/docs/media/patron-record-status-red.png b/docs/media/patron-record-status-red.png deleted file mode 100644 index 00d82ce50c..0000000000 Binary files a/docs/media/patron-record-status-red.png and /dev/null differ diff --git a/docs/media/patron-record-status-yellow.png b/docs/media/patron-record-status-yellow.png deleted file mode 100644 index c2ba407146..0000000000 Binary files a/docs/media/patron-record-status-yellow.png and /dev/null differ diff --git a/docs/media/patron-reg-duplicate-search-1.png b/docs/media/patron-reg-duplicate-search-1.png deleted file mode 100644 index f46d64c35d..0000000000 Binary files a/docs/media/patron-reg-duplicate-search-1.png and /dev/null differ diff --git a/docs/media/patron-reg-duplicate-search-2.png b/docs/media/patron-reg-duplicate-search-2.png deleted file mode 100644 index a02db5cb48..0000000000 Binary files a/docs/media/patron-reg-duplicate-search-2.png and /dev/null differ diff --git a/docs/media/patron_summary_checkouts.jpg b/docs/media/patron_summary_checkouts.jpg deleted file mode 100644 index 7b7c15e4f7..0000000000 Binary files a/docs/media/patron_summary_checkouts.jpg and /dev/null differ diff --git a/docs/media/pcw1.jpg b/docs/media/pcw1.jpg deleted file mode 100644 index 6c50df74e1..0000000000 Binary files a/docs/media/pcw1.jpg and /dev/null differ diff --git a/docs/media/pcw10.jpg b/docs/media/pcw10.jpg deleted file mode 100644 index fc2e49350d..0000000000 Binary files a/docs/media/pcw10.jpg and /dev/null differ diff --git a/docs/media/pcw11.jpg b/docs/media/pcw11.jpg deleted file mode 100644 index 699c190efa..0000000000 Binary files a/docs/media/pcw11.jpg and /dev/null differ diff --git a/docs/media/pcw2.jpg b/docs/media/pcw2.jpg deleted file mode 100644 index 9f87931f25..0000000000 Binary files a/docs/media/pcw2.jpg and /dev/null differ diff --git a/docs/media/pcw3.jpg b/docs/media/pcw3.jpg deleted file mode 100644 index 6e71ab70b5..0000000000 Binary files a/docs/media/pcw3.jpg and /dev/null differ diff --git a/docs/media/pcw4.jpg b/docs/media/pcw4.jpg deleted file mode 100644 index bb49e19e7f..0000000000 Binary files a/docs/media/pcw4.jpg and /dev/null differ diff --git a/docs/media/pcw5.jpg b/docs/media/pcw5.jpg deleted file mode 100644 index 6ce5c0d806..0000000000 Binary files a/docs/media/pcw5.jpg and /dev/null differ diff --git a/docs/media/pcw6.jpg b/docs/media/pcw6.jpg deleted file mode 100644 index ee01ada5a3..0000000000 Binary files a/docs/media/pcw6.jpg and /dev/null differ diff --git a/docs/media/pcw7.jpg b/docs/media/pcw7.jpg deleted file mode 100644 index fd3967751f..0000000000 Binary files a/docs/media/pcw7.jpg and /dev/null differ diff --git a/docs/media/pcw8.jpg b/docs/media/pcw8.jpg deleted file mode 100644 index 765883dc73..0000000000 Binary files a/docs/media/pcw8.jpg and /dev/null differ diff --git a/docs/media/pcw9.jpg b/docs/media/pcw9.jpg deleted file mode 100644 index 999c49fcf2..0000000000 Binary files a/docs/media/pcw9.jpg and /dev/null differ diff --git a/docs/media/pre_cat_alert.png b/docs/media/pre_cat_alert.png deleted file mode 100644 index e48257229e..0000000000 Binary files a/docs/media/pre_cat_alert.png and /dev/null differ diff --git a/docs/media/precat.png b/docs/media/precat.png deleted file mode 100644 index 9681b8e9d1..0000000000 Binary files a/docs/media/precat.png and /dev/null differ diff --git a/docs/media/preset_tabs.png b/docs/media/preset_tabs.png deleted file mode 100644 index afd32e8e34..0000000000 Binary files a/docs/media/preset_tabs.png and /dev/null differ diff --git a/docs/media/receipt-10.jpg b/docs/media/receipt-10.jpg deleted file mode 100644 index 2788ce317c..0000000000 Binary files a/docs/media/receipt-10.jpg and /dev/null differ diff --git a/docs/media/receipt-11.jpg b/docs/media/receipt-11.jpg deleted file mode 100644 index e259e0fb3d..0000000000 Binary files a/docs/media/receipt-11.jpg and /dev/null differ diff --git a/docs/media/receipt-11a.png b/docs/media/receipt-11a.png deleted file mode 100644 index 23e8c0820e..0000000000 Binary files a/docs/media/receipt-11a.png and /dev/null differ diff --git a/docs/media/receipt-12.jpg b/docs/media/receipt-12.jpg deleted file mode 100644 index d170ec81c3..0000000000 Binary files a/docs/media/receipt-12.jpg and /dev/null differ diff --git a/docs/media/receipt-13.jpg b/docs/media/receipt-13.jpg deleted file mode 100644 index be2c6f3d15..0000000000 Binary files a/docs/media/receipt-13.jpg and /dev/null differ diff --git a/docs/media/receipt-14.jpg b/docs/media/receipt-14.jpg deleted file mode 100644 index 2037725267..0000000000 Binary files a/docs/media/receipt-14.jpg and /dev/null differ diff --git a/docs/media/receipt-15.jpg b/docs/media/receipt-15.jpg deleted file mode 100644 index 29190dcd84..0000000000 Binary files a/docs/media/receipt-15.jpg and /dev/null differ diff --git a/docs/media/receipt-16.png b/docs/media/receipt-16.png deleted file mode 100644 index 4407ef85cd..0000000000 Binary files a/docs/media/receipt-16.png and /dev/null differ diff --git a/docs/media/receipt-17.jpg b/docs/media/receipt-17.jpg deleted file mode 100644 index 19a7d76aa8..0000000000 Binary files a/docs/media/receipt-17.jpg and /dev/null differ diff --git a/docs/media/receipt-18.jpg b/docs/media/receipt-18.jpg deleted file mode 100644 index 017d045fd5..0000000000 Binary files a/docs/media/receipt-18.jpg and /dev/null differ diff --git a/docs/media/receipt-19.jpg b/docs/media/receipt-19.jpg deleted file mode 100644 index ce84686e0b..0000000000 Binary files a/docs/media/receipt-19.jpg and /dev/null differ diff --git a/docs/media/receipt-2.jpg b/docs/media/receipt-2.jpg deleted file mode 100644 index 7d0d6f4526..0000000000 Binary files a/docs/media/receipt-2.jpg and /dev/null differ diff --git a/docs/media/receipt-2.png b/docs/media/receipt-2.png deleted file mode 100644 index 6c58d261c5..0000000000 Binary files a/docs/media/receipt-2.png and /dev/null differ diff --git a/docs/media/receipt-20.jpg b/docs/media/receipt-20.jpg deleted file mode 100644 index d83bfcddeb..0000000000 Binary files a/docs/media/receipt-20.jpg and /dev/null differ diff --git a/docs/media/receipt-21.jpg b/docs/media/receipt-21.jpg deleted file mode 100644 index 80c7d4b49d..0000000000 Binary files a/docs/media/receipt-21.jpg and /dev/null differ diff --git a/docs/media/receipt-22.jpg b/docs/media/receipt-22.jpg deleted file mode 100644 index 0c393679e9..0000000000 Binary files a/docs/media/receipt-22.jpg and /dev/null differ diff --git a/docs/media/receipt-23.jpg b/docs/media/receipt-23.jpg deleted file mode 100644 index 2fca67ec78..0000000000 Binary files a/docs/media/receipt-23.jpg and /dev/null differ diff --git a/docs/media/receipt-24.jpg b/docs/media/receipt-24.jpg deleted file mode 100644 index abaf8336ea..0000000000 Binary files a/docs/media/receipt-24.jpg and /dev/null differ diff --git a/docs/media/receipt-3.jpg b/docs/media/receipt-3.jpg deleted file mode 100644 index f36cc405f4..0000000000 Binary files a/docs/media/receipt-3.jpg and /dev/null differ diff --git a/docs/media/receipt-4.jpg b/docs/media/receipt-4.jpg deleted file mode 100644 index a69a63ebb6..0000000000 Binary files a/docs/media/receipt-4.jpg and /dev/null differ diff --git a/docs/media/receipt-5.jpg b/docs/media/receipt-5.jpg deleted file mode 100644 index d73c31c5be..0000000000 Binary files a/docs/media/receipt-5.jpg and /dev/null differ diff --git a/docs/media/receipt-6.jpg b/docs/media/receipt-6.jpg deleted file mode 100644 index 170e0205fb..0000000000 Binary files a/docs/media/receipt-6.jpg and /dev/null differ diff --git a/docs/media/receipt-7.jpg b/docs/media/receipt-7.jpg deleted file mode 100644 index ec59453788..0000000000 Binary files a/docs/media/receipt-7.jpg and /dev/null differ diff --git a/docs/media/receipt-8.jpg b/docs/media/receipt-8.jpg deleted file mode 100644 index 9c10d3331f..0000000000 Binary files a/docs/media/receipt-8.jpg and /dev/null differ diff --git a/docs/media/receipt-9.jpg b/docs/media/receipt-9.jpg deleted file mode 100644 index 5564e9351f..0000000000 Binary files a/docs/media/receipt-9.jpg and /dev/null differ diff --git a/docs/media/record_in_house_action.png b/docs/media/record_in_house_action.png deleted file mode 100644 index 71cfa62fb5..0000000000 Binary files a/docs/media/record_in_house_action.png and /dev/null differ diff --git a/docs/media/renew_action.png b/docs/media/renew_action.png deleted file mode 100644 index d6642e2fb6..0000000000 Binary files a/docs/media/renew_action.png and /dev/null differ diff --git a/docs/media/renew_item.png b/docs/media/renew_item.png deleted file mode 100644 index 75a79446e5..0000000000 Binary files a/docs/media/renew_item.png and /dev/null differ diff --git a/docs/media/renew_item_calendar.png b/docs/media/renew_item_calendar.png deleted file mode 100644 index d30f3dc2f6..0000000000 Binary files a/docs/media/renew_item_calendar.png and /dev/null differ diff --git a/docs/media/renew_specific_date.png b/docs/media/renew_specific_date.png deleted file mode 100644 index 21c30be152..0000000000 Binary files a/docs/media/renew_specific_date.png and /dev/null differ diff --git a/docs/media/retrieve_patron.png b/docs/media/retrieve_patron.png deleted file mode 100644 index e5adee47ea..0000000000 Binary files a/docs/media/retrieve_patron.png and /dev/null differ diff --git a/docs/media/scv-combined-dist.png b/docs/media/scv-combined-dist.png deleted file mode 100644 index d84ee4f85c..0000000000 Binary files a/docs/media/scv-combined-dist.png and /dev/null differ diff --git a/docs/media/scv-combined-iss.png b/docs/media/scv-combined-iss.png deleted file mode 100644 index 248e328def..0000000000 Binary files a/docs/media/scv-combined-iss.png and /dev/null differ diff --git a/docs/media/scv-combined-sub.png b/docs/media/scv-combined-sub.png deleted file mode 100644 index c3e171cc3e..0000000000 Binary files a/docs/media/scv-combined-sub.png and /dev/null differ diff --git a/docs/media/scv-crec.jpg b/docs/media/scv-crec.jpg deleted file mode 100644 index b4b3360549..0000000000 Binary files a/docs/media/scv-crec.jpg and /dev/null differ diff --git a/docs/media/scv-distr.jpg b/docs/media/scv-distr.jpg deleted file mode 100644 index 7ffd8ac46e..0000000000 Binary files a/docs/media/scv-distr.jpg and /dev/null differ diff --git a/docs/media/scv-distr.png b/docs/media/scv-distr.png deleted file mode 100644 index db21628bbb..0000000000 Binary files a/docs/media/scv-distr.png and /dev/null differ diff --git a/docs/media/scv-iss.jpg b/docs/media/scv-iss.jpg deleted file mode 100644 index e56ea80560..0000000000 Binary files a/docs/media/scv-iss.jpg and /dev/null differ diff --git a/docs/media/scv-iss.png b/docs/media/scv-iss.png deleted file mode 100644 index bf9ddc0304..0000000000 Binary files a/docs/media/scv-iss.png and /dev/null differ diff --git a/docs/media/scv-notes.png b/docs/media/scv-notes.png deleted file mode 100644 index 5e3c6710e5..0000000000 Binary files a/docs/media/scv-notes.png and /dev/null differ diff --git a/docs/media/scv-rec.jpg b/docs/media/scv-rec.jpg deleted file mode 100644 index ee492a351d..0000000000 Binary files a/docs/media/scv-rec.jpg and /dev/null differ diff --git a/docs/media/scv-rec.png b/docs/media/scv-rec.png deleted file mode 100644 index 566bdd90c3..0000000000 Binary files a/docs/media/scv-rec.png and /dev/null differ diff --git a/docs/media/scv-srec.jpg b/docs/media/scv-srec.jpg deleted file mode 100644 index 7974ad7a6a..0000000000 Binary files a/docs/media/scv-srec.jpg and /dev/null differ diff --git a/docs/media/scv-status.png b/docs/media/scv-status.png deleted file mode 100644 index f50919a471..0000000000 Binary files a/docs/media/scv-status.png and /dev/null differ diff --git a/docs/media/scv-sub.jpg b/docs/media/scv-sub.jpg deleted file mode 100644 index 5afc9a6475..0000000000 Binary files a/docs/media/scv-sub.jpg and /dev/null differ diff --git a/docs/media/self_check_check_out_1b.png b/docs/media/self_check_check_out_1b.png deleted file mode 100644 index d2c845999b..0000000000 Binary files a/docs/media/self_check_check_out_1b.png and /dev/null differ diff --git a/docs/media/send_to_desktop.png b/docs/media/send_to_desktop.png deleted file mode 100644 index 6622e53aa9..0000000000 Binary files a/docs/media/send_to_desktop.png and /dev/null differ diff --git a/docs/media/serials_mfhd2.PNG b/docs/media/serials_mfhd2.PNG deleted file mode 100644 index c033931e61..0000000000 Binary files a/docs/media/serials_mfhd2.PNG and /dev/null differ diff --git a/docs/media/serials_mfhd4.PNG b/docs/media/serials_mfhd4.PNG deleted file mode 100644 index 6d3be96e80..0000000000 Binary files a/docs/media/serials_mfhd4.PNG and /dev/null differ diff --git a/docs/media/serials_mfhd5.PNG b/docs/media/serials_mfhd5.PNG deleted file mode 100644 index 7e3c90b752..0000000000 Binary files a/docs/media/serials_mfhd5.PNG and /dev/null differ diff --git a/docs/media/server-3.png b/docs/media/server-3.png deleted file mode 100644 index f0cfb45a87..0000000000 Binary files a/docs/media/server-3.png and /dev/null differ diff --git a/docs/media/server-4.png b/docs/media/server-4.png deleted file mode 100644 index e092f4798c..0000000000 Binary files a/docs/media/server-4.png and /dev/null differ diff --git a/docs/media/server-5.png b/docs/media/server-5.png deleted file mode 100644 index 2fbea3f3de..0000000000 Binary files a/docs/media/server-5.png and /dev/null differ diff --git a/docs/media/server-6.png b/docs/media/server-6.png deleted file mode 100644 index 05b6ed9f0e..0000000000 Binary files a/docs/media/server-6.png and /dev/null differ diff --git a/docs/media/shared-template-6.png b/docs/media/shared-template-6.png deleted file mode 100644 index 44b75a66f0..0000000000 Binary files a/docs/media/shared-template-6.png and /dev/null differ diff --git a/docs/media/shared-template-7.png b/docs/media/shared-template-7.png deleted file mode 100644 index 2c52629b36..0000000000 Binary files a/docs/media/shared-template-7.png and /dev/null differ diff --git a/docs/media/shared-template-9.png b/docs/media/shared-template-9.png deleted file mode 100644 index 1df47250e6..0000000000 Binary files a/docs/media/shared-template-9.png and /dev/null differ diff --git a/docs/media/shortcut_properties.png b/docs/media/shortcut_properties.png deleted file mode 100644 index 5e677ececc..0000000000 Binary files a/docs/media/shortcut_properties.png and /dev/null differ diff --git a/docs/media/shortcut_properties_window.png b/docs/media/shortcut_properties_window.png deleted file mode 100644 index 48dc306551..0000000000 Binary files a/docs/media/shortcut_properties_window.png and /dev/null differ diff --git a/docs/media/specify_due_date1.png b/docs/media/specify_due_date1.png deleted file mode 100644 index ab8aa6c1c3..0000000000 Binary files a/docs/media/specify_due_date1.png and /dev/null differ diff --git a/docs/media/specify_due_date2.png b/docs/media/specify_due_date2.png deleted file mode 100644 index 71df31afc2..0000000000 Binary files a/docs/media/specify_due_date2.png and /dev/null differ diff --git a/docs/media/staff-penalties-1.jpg b/docs/media/staff-penalties-1.jpg deleted file mode 100644 index ee31c2a180..0000000000 Binary files a/docs/media/staff-penalties-1.jpg and /dev/null differ diff --git a/docs/media/staff-penalties-2.jpg b/docs/media/staff-penalties-2.jpg deleted file mode 100644 index e0e42fb097..0000000000 Binary files a/docs/media/staff-penalties-2.jpg and /dev/null differ diff --git a/docs/media/staff-penalties-3.jpg b/docs/media/staff-penalties-3.jpg deleted file mode 100644 index 66dc08af60..0000000000 Binary files a/docs/media/staff-penalties-3.jpg and /dev/null differ diff --git a/docs/media/staff-penalties-4.jpg b/docs/media/staff-penalties-4.jpg deleted file mode 100644 index f28d50fa15..0000000000 Binary files a/docs/media/staff-penalties-4.jpg and /dev/null differ diff --git a/docs/media/staff-penalties-5.jpg b/docs/media/staff-penalties-5.jpg deleted file mode 100644 index 4869e82a6f..0000000000 Binary files a/docs/media/staff-penalties-5.jpg and /dev/null differ diff --git a/docs/media/staff-penalties-6.jpg b/docs/media/staff-penalties-6.jpg deleted file mode 100644 index 03d71a2e89..0000000000 Binary files a/docs/media/staff-penalties-6.jpg and /dev/null differ diff --git a/docs/media/staff-penalties-7.jpg b/docs/media/staff-penalties-7.jpg deleted file mode 100644 index 824dc773c7..0000000000 Binary files a/docs/media/staff-penalties-7.jpg and /dev/null differ diff --git a/docs/media/staff_client-3.png b/docs/media/staff_client-3.png deleted file mode 100644 index 4492a80036..0000000000 Binary files a/docs/media/staff_client-3.png and /dev/null differ diff --git a/docs/media/staff_client-4.png b/docs/media/staff_client-4.png deleted file mode 100644 index ddc7e97266..0000000000 Binary files a/docs/media/staff_client-4.png and /dev/null differ diff --git a/docs/media/staff_client_installation_0.png b/docs/media/staff_client_installation_0.png deleted file mode 100644 index 467d522d9f..0000000000 Binary files a/docs/media/staff_client_installation_0.png and /dev/null differ diff --git a/docs/media/staff_client_installation_1.png b/docs/media/staff_client_installation_1.png deleted file mode 100644 index 47771432a1..0000000000 Binary files a/docs/media/staff_client_installation_1.png and /dev/null differ diff --git a/docs/media/staff_client_installation_2.png b/docs/media/staff_client_installation_2.png deleted file mode 100644 index 6650944aa2..0000000000 Binary files a/docs/media/staff_client_installation_2.png and /dev/null differ diff --git a/docs/media/staff_client_installation_3.png b/docs/media/staff_client_installation_3.png deleted file mode 100644 index 1d973393b3..0000000000 Binary files a/docs/media/staff_client_installation_3.png and /dev/null differ diff --git a/docs/media/staff_client_installation_4.png b/docs/media/staff_client_installation_4.png deleted file mode 100644 index 8d7ecd1c93..0000000000 Binary files a/docs/media/staff_client_installation_4.png and /dev/null differ diff --git a/docs/media/staffclient-1.png b/docs/media/staffclient-1.png deleted file mode 100644 index 3199d38741..0000000000 Binary files a/docs/media/staffclient-1.png and /dev/null differ diff --git a/docs/media/staffclient-2.png b/docs/media/staffclient-2.png deleted file mode 100644 index 98d168e36f..0000000000 Binary files a/docs/media/staffclient-2.png and /dev/null differ diff --git a/docs/media/staffclient-3.png b/docs/media/staffclient-3.png deleted file mode 100644 index f2d695d86a..0000000000 Binary files a/docs/media/staffclient-3.png and /dev/null differ diff --git a/docs/media/staffclient-4.png b/docs/media/staffclient-4.png deleted file mode 100644 index 108afa901a..0000000000 Binary files a/docs/media/staffclient-4.png and /dev/null differ diff --git a/docs/media/staffclient-5.png b/docs/media/staffclient-5.png deleted file mode 100644 index 9451695b11..0000000000 Binary files a/docs/media/staffclient-5.png and /dev/null differ diff --git a/docs/media/staffclient-6.png b/docs/media/staffclient-6.png deleted file mode 100644 index 8348e63ba7..0000000000 Binary files a/docs/media/staffclient-6.png and /dev/null differ diff --git a/docs/media/staffclient-6a.png b/docs/media/staffclient-6a.png deleted file mode 100644 index 02f6cef008..0000000000 Binary files a/docs/media/staffclient-6a.png and /dev/null differ diff --git a/docs/media/staffclient-6b.png b/docs/media/staffclient-6b.png deleted file mode 100644 index f9ce6834a8..0000000000 Binary files a/docs/media/staffclient-6b.png and /dev/null differ diff --git a/docs/media/staffclient-6c.png b/docs/media/staffclient-6c.png deleted file mode 100644 index 3908102fba..0000000000 Binary files a/docs/media/staffclient-6c.png and /dev/null differ diff --git a/docs/media/staffclient-6d.png b/docs/media/staffclient-6d.png deleted file mode 100644 index f4c793e86d..0000000000 Binary files a/docs/media/staffclient-6d.png and /dev/null differ diff --git a/docs/media/staffclient-7.png b/docs/media/staffclient-7.png deleted file mode 100644 index 4492a80036..0000000000 Binary files a/docs/media/staffclient-7.png and /dev/null differ diff --git a/docs/media/staffclient-7a.png b/docs/media/staffclient-7a.png deleted file mode 100644 index ddc7e97266..0000000000 Binary files a/docs/media/staffclient-7a.png and /dev/null differ diff --git a/docs/media/staffclient-8.png b/docs/media/staffclient-8.png deleted file mode 100644 index 91154f0985..0000000000 Binary files a/docs/media/staffclient-8.png and /dev/null differ diff --git a/docs/media/staffclient-9.png b/docs/media/staffclient-9.png deleted file mode 100644 index ecec7d8199..0000000000 Binary files a/docs/media/staffclient-9.png and /dev/null differ diff --git a/docs/media/staffclientinstallation-proxy-putty-1.png b/docs/media/staffclientinstallation-proxy-putty-1.png deleted file mode 100644 index 1558fb665c..0000000000 Binary files a/docs/media/staffclientinstallation-proxy-putty-1.png and /dev/null differ diff --git a/docs/media/staffclientinstallation-proxy-socks-1.png b/docs/media/staffclientinstallation-proxy-socks-1.png deleted file mode 100644 index b43192b910..0000000000 Binary files a/docs/media/staffclientinstallation-proxy-socks-1.png and /dev/null differ diff --git a/docs/media/staffclientinstallation-proxy-socks-2.png b/docs/media/staffclientinstallation-proxy-socks-2.png deleted file mode 100644 index 5f9088dbca..0000000000 Binary files a/docs/media/staffclientinstallation-proxy-socks-2.png and /dev/null differ diff --git a/docs/media/staffclientinstallation-staffclient-1.png b/docs/media/staffclientinstallation-staffclient-1.png deleted file mode 100644 index 1c19db00f0..0000000000 Binary files a/docs/media/staffclientinstallation-staffclient-1.png and /dev/null differ diff --git a/docs/media/staffclientinstallation-staffclient-2.png b/docs/media/staffclientinstallation-staffclient-2.png deleted file mode 100644 index a75f0565e0..0000000000 Binary files a/docs/media/staffclientinstallation-staffclient-2.png and /dev/null differ diff --git a/docs/media/staffclientinstallation-staffclient-3.png b/docs/media/staffclientinstallation-staffclient-3.png deleted file mode 100644 index 4627d077c0..0000000000 Binary files a/docs/media/staffclientinstallation-staffclient-3.png and /dev/null differ diff --git a/docs/media/staffclientinstallation-staffclient-4.png b/docs/media/staffclientinstallation-staffclient-4.png deleted file mode 100644 index 4627d077c0..0000000000 Binary files a/docs/media/staffclientinstallation-staffclient-4.png and /dev/null differ diff --git a/docs/media/staffclientinstallation-staffclient-workstationnames-1.png b/docs/media/staffclientinstallation-staffclient-workstationnames-1.png deleted file mode 100644 index b219531428..0000000000 Binary files a/docs/media/staffclientinstallation-staffclient-workstationnames-1.png and /dev/null differ diff --git a/docs/media/staffclientinstallation-staffclient-workstationnames-2.png b/docs/media/staffclientinstallation-staffclient-workstationnames-2.png deleted file mode 100644 index 6c70b438ef..0000000000 Binary files a/docs/media/staffclientinstallation-staffclient-workstationnames-2.png and /dev/null differ diff --git a/docs/media/staffclientinstallation-staffclient-workstationnames-3.png b/docs/media/staffclientinstallation-staffclient-workstationnames-3.png deleted file mode 100644 index 7af39674bc..0000000000 Binary files a/docs/media/staffclientinstallation-staffclient-workstationnames-3.png and /dev/null differ diff --git a/docs/media/staffclientinstallation-tabbed-1.png b/docs/media/staffclientinstallation-tabbed-1.png deleted file mode 100644 index d5ae3bebf7..0000000000 Binary files a/docs/media/staffclientinstallation-tabbed-1.png and /dev/null differ diff --git a/docs/media/sup-permissions-1.png b/docs/media/sup-permissions-1.png deleted file mode 100644 index 140c177c84..0000000000 Binary files a/docs/media/sup-permissions-1.png and /dev/null differ diff --git a/docs/media/sup-permissions-2.png b/docs/media/sup-permissions-2.png deleted file mode 100644 index 8161a3a93d..0000000000 Binary files a/docs/media/sup-permissions-2.png and /dev/null differ diff --git a/docs/media/sup-permissions-3_web_client.png b/docs/media/sup-permissions-3_web_client.png deleted file mode 100644 index 852bda2cf7..0000000000 Binary files a/docs/media/sup-permissions-3_web_client.png and /dev/null differ diff --git a/docs/media/sup-permissions-4.png b/docs/media/sup-permissions-4.png deleted file mode 100644 index 59e4aee23a..0000000000 Binary files a/docs/media/sup-permissions-4.png and /dev/null differ diff --git a/docs/media/sup-permissions-5.png b/docs/media/sup-permissions-5.png deleted file mode 100644 index 9110fdf09d..0000000000 Binary files a/docs/media/sup-permissions-5.png and /dev/null differ diff --git a/docs/media/survey-1.png b/docs/media/survey-1.png deleted file mode 100644 index 536f926763..0000000000 Binary files a/docs/media/survey-1.png and /dev/null differ diff --git a/docs/media/survey-10.png b/docs/media/survey-10.png deleted file mode 100644 index 80d5b85686..0000000000 Binary files a/docs/media/survey-10.png and /dev/null differ diff --git a/docs/media/survey-2.png b/docs/media/survey-2.png deleted file mode 100644 index ba6a10fa93..0000000000 Binary files a/docs/media/survey-2.png and /dev/null differ diff --git a/docs/media/survey-3.png b/docs/media/survey-3.png deleted file mode 100644 index 6f0afd0a73..0000000000 Binary files a/docs/media/survey-3.png and /dev/null differ diff --git a/docs/media/survey-4.png b/docs/media/survey-4.png deleted file mode 100644 index 0ffc78187c..0000000000 Binary files a/docs/media/survey-4.png and /dev/null differ diff --git a/docs/media/survey-5.png b/docs/media/survey-5.png deleted file mode 100644 index afafdcb54a..0000000000 Binary files a/docs/media/survey-5.png and /dev/null differ diff --git a/docs/media/survey-6.png b/docs/media/survey-6.png deleted file mode 100644 index 688d1f61f4..0000000000 Binary files a/docs/media/survey-6.png and /dev/null differ diff --git a/docs/media/survey-7.png b/docs/media/survey-7.png deleted file mode 100644 index 06b84fd979..0000000000 Binary files a/docs/media/survey-7.png and /dev/null differ diff --git a/docs/media/survey-8.png b/docs/media/survey-8.png deleted file mode 100644 index 3a37afdf53..0000000000 Binary files a/docs/media/survey-8.png and /dev/null differ diff --git a/docs/media/survey-9.png b/docs/media/survey-9.png deleted file mode 100644 index 896e527c94..0000000000 Binary files a/docs/media/survey-9.png and /dev/null differ diff --git a/docs/media/target_box.png b/docs/media/target_box.png deleted file mode 100644 index 66f08b28fe..0000000000 Binary files a/docs/media/target_box.png and /dev/null differ diff --git a/docs/media/transit-1.png b/docs/media/transit-1.png deleted file mode 100644 index 92733a0c6f..0000000000 Binary files a/docs/media/transit-1.png and /dev/null differ diff --git a/docs/media/transit-10.png b/docs/media/transit-10.png deleted file mode 100644 index f1c6215621..0000000000 Binary files a/docs/media/transit-10.png and /dev/null differ diff --git a/docs/media/transit-2.png b/docs/media/transit-2.png deleted file mode 100644 index 30681af74f..0000000000 Binary files a/docs/media/transit-2.png and /dev/null differ diff --git a/docs/media/transit-3.png b/docs/media/transit-3.png deleted file mode 100644 index 34480f066f..0000000000 Binary files a/docs/media/transit-3.png and /dev/null differ diff --git a/docs/media/transit-4a.png b/docs/media/transit-4a.png deleted file mode 100644 index 143bf789fc..0000000000 Binary files a/docs/media/transit-4a.png and /dev/null differ diff --git a/docs/media/transit-5.png b/docs/media/transit-5.png deleted file mode 100644 index ae889e24f0..0000000000 Binary files a/docs/media/transit-5.png and /dev/null differ diff --git a/docs/media/transit-6.png b/docs/media/transit-6.png deleted file mode 100644 index c9ce4b118f..0000000000 Binary files a/docs/media/transit-6.png and /dev/null differ diff --git a/docs/media/transit-7.png b/docs/media/transit-7.png deleted file mode 100644 index 8464c674ea..0000000000 Binary files a/docs/media/transit-7.png and /dev/null differ diff --git a/docs/media/transit-8.png b/docs/media/transit-8.png deleted file mode 100644 index ce33b5d472..0000000000 Binary files a/docs/media/transit-8.png and /dev/null differ diff --git a/docs/media/transit-9.png b/docs/media/transit-9.png deleted file mode 100644 index 8c84c420a3..0000000000 Binary files a/docs/media/transit-9.png and /dev/null differ diff --git a/docs/media/unified_volume_copy_creator1.jpg b/docs/media/unified_volume_copy_creator1.jpg deleted file mode 100644 index a8b78d0ce4..0000000000 Binary files a/docs/media/unified_volume_copy_creator1.jpg and /dev/null differ diff --git a/docs/media/unified_volume_copy_creator2.jpg b/docs/media/unified_volume_copy_creator2.jpg deleted file mode 100644 index 02d6df9dd8..0000000000 Binary files a/docs/media/unified_volume_copy_creator2.jpg and /dev/null differ diff --git a/docs/media/unified_volume_copy_creator3.jpg b/docs/media/unified_volume_copy_creator3.jpg deleted file mode 100644 index 6a1222e586..0000000000 Binary files a/docs/media/unified_volume_copy_creator3.jpg and /dev/null differ diff --git a/docs/media/unified_volume_copy_creator4.jpg b/docs/media/unified_volume_copy_creator4.jpg deleted file mode 100644 index 2033608ce3..0000000000 Binary files a/docs/media/unified_volume_copy_creator4.jpg and /dev/null differ diff --git a/docs/media/unified_volume_copy_creator5.jpg b/docs/media/unified_volume_copy_creator5.jpg deleted file mode 100644 index 0813279181..0000000000 Binary files a/docs/media/unified_volume_copy_creator5.jpg and /dev/null differ diff --git a/docs/media/unified_volume_copy_creator6.jpg b/docs/media/unified_volume_copy_creator6.jpg deleted file mode 100644 index 0cdbca56c4..0000000000 Binary files a/docs/media/unified_volume_copy_creator6.jpg and /dev/null differ diff --git a/docs/media/userbucket5.PNG b/docs/media/userbucket5.PNG deleted file mode 100644 index 5010e13d40..0000000000 Binary files a/docs/media/userbucket5.PNG and /dev/null differ diff --git a/docs/media/userbucket6.png b/docs/media/userbucket6.png deleted file mode 100644 index 8fec59b787..0000000000 Binary files a/docs/media/userbucket6.png and /dev/null differ diff --git a/docs/media/vid6.PNG b/docs/media/vid6.PNG deleted file mode 100644 index 58940d1b72..0000000000 Binary files a/docs/media/vid6.PNG and /dev/null differ diff --git a/docs/media/view-output-3.png b/docs/media/view-output-3.png deleted file mode 100644 index 12756c5376..0000000000 Binary files a/docs/media/view-output-3.png and /dev/null differ diff --git a/docs/media/workstation-button_bar-1.png b/docs/media/workstation-button_bar-1.png deleted file mode 100644 index aebc43cc42..0000000000 Binary files a/docs/media/workstation-button_bar-1.png and /dev/null differ diff --git a/docs/media/workstation-button_bar-2.png b/docs/media/workstation-button_bar-2.png deleted file mode 100644 index 40e3dce8c3..0000000000 Binary files a/docs/media/workstation-button_bar-2.png and /dev/null differ diff --git a/docs/media/workstation-button_bar-3.png b/docs/media/workstation-button_bar-3.png deleted file mode 100644 index 076c0e4cdc..0000000000 Binary files a/docs/media/workstation-button_bar-3.png and /dev/null differ