From ac836c5fd247de5adb47e9468653d6c19cda155e Mon Sep 17 00:00:00 2001 From: Russel Garlick Date: Wed, 2 Jan 2008 18:18:32 -0600 Subject: [PATCH] Adding Online Help for Circ from Wiki (thanks tnb) Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- .../en/modules/help/circ/branchtransfers.tmpl | 5 +++++ .../modules/help/circ/circulation-home.tmpl | 3 +++ .../en/modules/help/circ/circulation.tmpl | 21 ++----------------- .../prog/en/modules/help/circ/returns.tmpl | 21 +++---------------- .../help/circ/selectbranchprinter.tmpl | 5 +++++ 5 files changed, 18 insertions(+), 37 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/branchtransfers.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/circulation-home.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/selectbranchprinter.tmpl diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/branchtransfers.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/branchtransfers.tmpl new file mode 100644 index 0000000000..8492d8e093 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/branchtransfers.tmpl @@ -0,0 +1,5 @@ + +
+

Circulation Transfers

Q: What is Circulation Transfers?

A: Allows reassignment of an item to another Branch.

Q: How do I use Circulation Transfers?

A: Enter the item’s barcode, select the destination branch, click on the “transfer button”. A successful transfer will result in a “Transferred Items” confirmation box appearing.

Q: How does Circulation Transfers change the status of the item?

A: The item is shown as belonging to the transferred branch.

+
+ diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/circulation-home.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/circulation-home.tmpl new file mode 100644 index 0000000000..4ff5b11dbf --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/circulation-home.tmpl @@ -0,0 +1,3 @@ + +

Circulation Help

What can I do in Circulation?

Circulation is where items are check out and in to patrons. Some libraries use different nomeclature for thise functions. 

Koha uses the following terms:

  • Check Out = issue an item to a patron
  • Check In = return an item from a patron
  • Transfer = used to change the holding branch of an item
  • Holds = items that patrons have placed a request on (called "reserves" in some libraries - not to be confused with "Course Reserves" used in academimc libraries)

INFORMATION: BRANCH AND PRINTER SETTINGS.

Before you begin, it is very important that you take note of the branch and printer settings and change them if necessary. This should only have to be done the first time you do circulations from a workstation, after which a browser cookie will remember the correct settings. If you do circulations under the wrong branch settings then Koha will reset the location of all items scanned to the incorrect branch and the statistical reports will credit all circulations to the wrong branch

 

+ diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/circulation.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/circulation.tmpl index 9aa2526f24..81645e0958 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/circulation.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/circulation.tmpl @@ -1,20 +1,3 @@ - -Online Help › Circulation › Issues - - - - - -

Circulation -- Issues

- -

Before you begin, it is very important that you take note of the branch and printer settings and change them if necessary. This should only have to be done the first time you do circulations from a workstation, after which a browser cookie will remember the correct settings. If you do circulations under the wrong branch settings (for example, your branch setting is "Suburb," but you are actually working at the "Downtown" branch), then Koha will reset the location of all items scanned to the incorrect branch (Suburb) and the statistical reports will credit all circulations to the wrong branch.

- -

Now start by scanning the patron's barcode or type in their name to find their account. Once Koha has found the patron, you will see a new form for scanning or typing the item's identifying number (usually a barcode).

- -

If you wish to have this item and all subsequent items in this transaction to have a date due other than the default date due defined for the item type, use the "Sticky Due Date" to set the date due before scanning the first item.

- -

If the item can be issued without problems, it will be done immediatly and shown (with other patron issues) at bottom.

- -

If the issuing is problematic, then another box will appear and ask for confirmation if possible. If the issuing is really impossible (for example, the barcode does not exist), then you can't confirm the issue. If it is possible but has something that needs confirmation (like item being issued to another patron, or patron having issued too many items), then you must confirm the issuing. If the confirmation means another operation (if item is issued to another patron, then issuing also means make the return), then it's also done

- + +

Circulation Check Out (Issues)

Q: How do I check out an item to a patron?

A: Start by scanning the patron’s barcode or type in their name to find their account. Once Koha has found the patron, you will see a new form for scanning or typing the item’s identifying number (usually a barcode). If the item can be issued without problems, it will be done immediately and shown with other patron issues at bottom.

Q: How do I set up a sticky date?

A: If you wish to have this item and all subsequent items in this transaction to have a date due other than the default date due defined for the item type, use the “Sticky Due Date” to set the date due before scanning the first item.

Q: What to do I do if there is a problem with an issue?

A: If there is a problem with an issue, then a box will appear and ask for confirmation, if possible. Confirming will override the system and issue the item.

Q: What can I do with impossible issues?

A: If the issuing is really impossible (for example, the barcode does not exist), then you can’t confirm the issue.

Q: What happens if an item is checked out to another borrower?

A: Confirming will checkout the issue and automatically return the item on the other borrower account.

INFORMATION: BRANCH AND PRINTER SETTINGS.

Before you begin, it is very important that you take note of the branch and printer settings and change them if necessary. This should only have to be done the first time you do circulations from a workstation, after which a browser cookie will remember the correct settings. If you do circulations under the wrong branch settings then Koha will reset the location of all items scanned to the incorrect branch and the statistical reports will credit all circulations to the wrong branch.

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/returns.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/returns.tmpl index 46159956d8..dff29508fa 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/returns.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/returns.tmpl @@ -1,18 +1,3 @@ - -Online Help › Circulation › Returns - - - - - -

Circulation -- Returns

- -

Before you begin, it is very important that you take note of the branch and printer settings and change them if necessary. This should only have to be done the first time you do circulations (or returns) from a workstation, after which a browser cookie will remember the correct settings. If you do returns under the wrong branch settings (for example, your branch setting is "Suburb," but you are actually working at the "Downtown" branch), then Koha will reset the location of all items scanned to the incorrect branch (Suburb).

- -

Now simply scan or type the returned item's identifying number (usually a barcode) in the box provided.

- -

The return is done and if there is something specific for the item or the patron (like patron having debts), a red box will warn you

-

If the item has been requested by someone else, you also are asked to validate the request. If you confirm it, item is changed to a "waiting" status and you should warn the patron that the item is available

-

If the item is requested by someone in another branch, then you must validate the transfer too

- - + +

Circulation Check In (Returns)

How do I  check in (return) an item?

Simply scan or type the returned item's identifying number (usually a barcode) in the box provided.

What happens if a patron has debts?

A red box will alert you. Fines are calculated and posted the following day.

If you know the items all have fines or debts associated with them, you can chose to "Forgive All Debts" by using the Check box. By usiing this check box, no charges will be placed against the patrons account. 

What happens if the item is on reserve?

A red typed alert saying "Reserve Found" will be displayed along with the Reserve listing information. Click on the confirm button to proceed. If the item is confirmed than the items status will be changed to "waiting". If the item is requested by someone in another branch, then you must validate the transfer.

WARNING: BRANCH AND PRINTING SETTINGS.

Before you begin, it is very important that you take note of the branch and printer settings and change them if necessary. This should only have to be done the first time you do circulations (or returns) from a workstation, after which a browser cookie will remember the correct settings. If you do returns under the wrong branch settings Koha will reset the location of all items scanned to the incorrect branch

+ diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/selectbranchprinter.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/selectbranchprinter.tmpl new file mode 100644 index 0000000000..e46917e61b --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/selectbranchprinter.tmpl @@ -0,0 +1,5 @@ + +
+

What is a home branch?

The home branch is the branch you want recorded as the origination of circulation functions for a computer session. For example, if your home branch is set to “main”, any items scanned to a borrower/patron on from that computer will be considered by Koha to be issued ‘from’ the “main” branch. An item transferred on that computer will be recorded as transferred ‘from’ the “main” branch.

How do I select a home branch?

Select your home branch from the “Choose your branch” dropdown menu.

IMPORTANT: You must set your home branch each time you login to Koha’s intranet. For instance, you set home branch at the beginning of the work day, or each time the computer is restarted.

Why would I want to set a home branch?

Setting your home branch is critical. It enables Koha to accurately record statistics, circulation (what branch an item has been issued from or returned to), and transfers.

IMPORTANT: Check your branch

If you forget to set your home branch at the beginning of a computer session, Koha will set the first branch in the dropdown list as the ‘home branch’. This means Koha’s statistics will be inaccurate.

+
+ -- 2.39.5