From 753219b79dc0f0f6556e0e78f703e1c926932913 Mon Sep 17 00:00:00 2001 From: Russel Garlick Date: Thu, 20 Dec 2007 19:38:48 -0600 Subject: [PATCH] Online help for label printing and serials Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- .../prog/en/modules/help/labels/label-home.tmpl | 3 +++ .../intranet-tmpl/prog/en/modules/help/serials/claims.tmpl | 5 +++++ .../prog/en/modules/help/serials/serials-edit.tmpl | 5 +++++ 3 files changed, 13 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-home.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/claims.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/serials-edit.tmpl diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-home.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-home.tmpl new file mode 100644 index 0000000000..469ee7cd18 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-home.tmpl @@ -0,0 +1,3 @@ + +

Label Printing

How do I print Labels using this feature?

The sequence of steps is:

  1. Define a Layout
  2. Define a Layout Template
  3. Merge a Layout and Layout Template via the Label Batch 

What is a "Layout"?

A layout is where you define what will print on the label. For example for a spine label you may choose the Classification Number.

What is a "Layout Template"?

A layout template is the dimensions of the sheet you are using. You will need to either acquire the dimensions from the label supplier, or measure them accurately.

Layout Templates will need to be defined for each type of Label sheet or page you wish to print to.

What is a "Label Batch"?

A label batch is where you take your Layout, Layout Template and merge with the items you wish to create the labels for.

Once the merge has been completed, a PDF will be generated that can be used to print the labels.

 

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

Serials Claims

What are Claims?

Claims are where an issue that was expected has not been recieved by the library. The claims interface is used to manage those claims, in particular provide the expected issue information that can be sent to the supplier.

How to lodge a Claim?

Make a selection from the drop down list. The "All Supplies" count gives you a count of the total number of current item claims across all suppliers.

There are two ways to lodge a claim with the supplier:

  1. Using a Letter defined in Notices. Note that you will need to set up the notice.
  2. Exporting the claims information. This downloads a CSV file to your local machine with all the claim data ready for additional formatting before sending to the supplier.

How to resolve a Claim?

The claim will be resolved once recieved status has changed. Search for the Subscription and then click "Serial receive" to locate the issue and change it's status.  

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

Recieving Serials

How do I receive an expected issue?

The number for the next expected Issue should display in the top row. The status will default to waited. If the serial has arrived, then select "arrived" from the drop down. If SerialAddItems is turned on you will be prompted to add the item detail.

Once you press save the new issue will be recorded in the subscription history.

How do I receive an unexpected or supplemental issue?

Uss the blank line under the expected issue line to add in the details for the unexpected or supplemental issue.  Select the appropriate status and save. 

What happens if an Issue does not turn up?

If an issue does not turn up or is late, then select that status from the Status drop down. The issue will now appear under "Claims" and can be managed from there.  

+
+ -- 2.39.2