From 2422dbfb8ab2b2d62ff990c6d2492e030f7cfdf4 Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Tue, 26 Feb 2008 10:07:13 +1300 Subject: [PATCH] Adding screen help for Printer Profile feature. Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- .../modules/help/labels/label-profiles.tmpl | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-profiles.tmpl diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-profiles.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-profiles.tmpl new file mode 100644 index 0000000000..b8bb742ddf --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-profiles.tmpl @@ -0,0 +1,48 @@ + + +

Label Profiles

+

What is a "Printer Profile"?

+ +

A printer profile is where you setup adjustments for label offset and creep (also known as printer calibration).

+

Depending upon the printer you use and even the tray within the printer you use, the text on labels may be offset so that it does not appear correctly on the labels. +Even once the offset (usually measured from the upper left-hand corner) is correct, the text may appear to "creep" -print correctly on some labels, but slowly move off of other labels. +A printer profile will allow you to provide a per printer per tray per label template correction for these symptoms.

+ +

How do I setup a Printer Profile?

+ +

Creating a Printer Profile

+

+

    +
  1. First note: You can only create Printer Profiles for existing label templates.
  2. +
  3. Provide a printername and a tray name for your Profile. Note: You can only have a single instance of printername-trayname per label template.
  4. +
  5. Then select a label template from the pull-down list of templates.
  6. +
  7. Next set the horizontal and vertical offset. Be sure to use numbers which corrispond to the units you specify at the bottom of the form. Negative values are permitted.
  8. +
  9. Last set the horizontal and vertical creep. Be sure to use numbers which corrispond to the units you specify at the bottom of the form. Negative values are permitted.
  10. +
  11. Click on the 'Save' button at the bottom of the form to save your new profile.
  12. +
+

+ +

Applying a Printer Profile

+

+

    +
  1. After creating a Printer Profile, it must be applied to a particular label template. Note: You can only apply one Printer Profile to a given label template at a time.
  2. +
  3. Edit the label template you want to apply a profile to.
  4. +
  5. On the edit form and in the left-hand column, you will see a "Printer Profile:" field.
  6. +
  7. If one or more Printer Profiles are defined for this label template, you will see a pull-down control allowing you to select from a list of available Printer Profiles for that label template.
  8. +
  9. Select the profile you want to be applied to the label template at this time. Remember: Only one Printer Profile can be applied at any given time.
  10. +
  11. If the "Printer Profile:" field reads "None Defined" this indicates that you will need to create at least one Printer Profile for this label template in order to apply a Printer Profile to this label template.
  12. +
+

+ +

Tips to Remember When Adjusting a Printer Profile

+

+

    +
  1. All of these factor in to image position and creep. Keep this in mind when makeing adjustments.
  2. +
  3. Adjust margins until both top and left margins are correct.
  4. +
  5. Then adjust the label height and width to correct label creep across and down page.
  6. +
  7. Negative offset units cause overall image movement up and to the left. Positive offset units cause overall image movement down and to the right.
  8. +
  9. Negative creep units cause shrinkage of the overall image. Positive creep units cause enlarging of the overall image.
  10. +
+

+ + -- 2.39.2