From 1970bb4d66f3c39c9843a5cd21a30bb1c947f101 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 14 Jan 2013 22:39:51 -0500 Subject: [PATCH] Docs: minor formatting fixes for "borrowing items" chapter * Images need to have a trailing [] ; ideally this would contain the alt text for the image, but the [] is needed to make the images show up at all * Since we're touching the image:: tags anyway, make the filename extensions consistently lower case * Fix a processing error; a bulleted list item wrapped so that > was the first character on a line, which made Asciidoc angry. Easiest thing to do to avoid this is just to indent the wrapped lines for each bullet item, but we'll do the minimal thing and just indent this one line this time. * Fix one instance of Word "smart quotes" having replaced ye olde single quotes. Signed-off-by: Dan Scott --- docs/admin_initial_setup/borrowing_items.txt | 22 +++++++++--------- .../{circ_example1.PNG => circ_example1.png} | Bin .../{circ_example2.PNG => circ_example2.png} | Bin .../{circ_example3.PNG => circ_example3.png} | Bin 4 files changed, 11 insertions(+), 11 deletions(-) rename docs/media/{circ_example1.PNG => circ_example1.png} (100%) rename docs/media/{circ_example2.PNG => circ_example2.png} (100%) rename docs/media/{circ_example3.PNG => circ_example3.png} (100%) diff --git a/docs/admin_initial_setup/borrowing_items.txt b/docs/admin_initial_setup/borrowing_items.txt index ea05a8a29b..c173ae3023 100644 --- a/docs/admin_initial_setup/borrowing_items.txt +++ b/docs/admin_initial_setup/borrowing_items.txt @@ -35,11 +35,11 @@ Copy Locations ~~~~~~~~~~~~~~ * To get to the Copy Locations Editor, navigate to *Admin > Local Administration -> Copy Locations Editor*. + > Copy Locations Editor*. * When setting up copy locations for your library you can set an entire copy location to allow or disallow circulation. -image::copy_locations_circulate.png +image::media/copy_locations_circulate.png[] * Copy locations can also be used as a data element in circulation policies. @@ -60,7 +60,7 @@ identify the maximum renewals that can be placed on an item. You can find Circulation Duration Rules by navigating to *Admin > Server Administration > Circulation Duration Rules*. -image::media/circ_duration_rules.jpg +image::media/circ_duration_rules.jpg[] *Recurring fine* describes the amount assessed for daily and hourly fines as well as fines set for other regular intervals. You can also identify any grace @@ -69,7 +69,7 @@ periods that should be applied before the fine starts accruing. You can find Recurring Fine Rules by navigating to *Admin > Server Administration > Circulation Recurring Fine Rules*. -image::media/circ_recurring_fine_rules.jpg +image::media/circ_recurring_fine_rules.jpg[] *Max fine* describes the maximum amount of fines that will be assessed for a specific circulation. Set the *Use Percent* field to True if the maximum fine @@ -78,7 +78,7 @@ should be a percentage of the item's price. You can find Circ Max Fine Rules by navigating to *Admin > Server Administration > Circulation Max Fine Rules*. -image::media/circ_max_fine_rules.jpg +image::media/circ_max_fine_rules.jpg[] These rules generally cause the most variation between organizational units. @@ -143,8 +143,8 @@ it is easier to create and locate rules directly in the database by updating The *config.circ_matrix_matchpoint* table is central to the configuration of circulation parameters. It collects the main set of data used to determine what rules apply to any given circulation. It is useful for us to think of their -columns in terms of “match” columns, those that are used to match the -particulars of a given circulation transaction, and “result” columns, those that +columns in terms of 'match' columns, those that are used to match the +particulars of a given circulation transaction, and 'result' columns, those that return the various parameters that are applied to the matching transaction. * Circulation policies by checkout library or owning library? @@ -179,7 +179,7 @@ consortium. *Example 1* -image::media/circ_example1.PNG +image::media/circ_example1.png[] In this example, the consortium has decided on a 21_day_2_renew loan rule for general materials, i.e. books, etc. Most members do not charge overdue fines. @@ -188,7 +188,7 @@ default circulation duration. *Example 2* -image::media/circ_example2.PNG +image::media/circ_example2.png[] This example includes a basic set of fields and creates a situation where items with a circ modifier of "book" or "music" can be checked out, but "dvd" items @@ -196,7 +196,7 @@ will not circulate. The associated rules would apply during checkouts. *Example 3* -image::media/circ_example3.PNG +image::media/circ_example3.png[] This example builds on the earlier example and adds some more complicated options. @@ -228,4 +228,4 @@ already checked out to will simply renew the circulation. than the item price in overdue fines. * *Charge fines on overdue circulations when closed* - Normally, fines are not charged when a library is closed. When set to True, fines will be charged during -scheduled closings and normal weekly closed days. \ No newline at end of file +scheduled closings and normal weekly closed days. diff --git a/docs/media/circ_example1.PNG b/docs/media/circ_example1.png similarity index 100% rename from docs/media/circ_example1.PNG rename to docs/media/circ_example1.png diff --git a/docs/media/circ_example2.PNG b/docs/media/circ_example2.png similarity index 100% rename from docs/media/circ_example2.PNG rename to docs/media/circ_example2.png diff --git a/docs/media/circ_example3.PNG b/docs/media/circ_example3.png similarity index 100% rename from docs/media/circ_example3.PNG rename to docs/media/circ_example3.png -- 2.43.2