Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/acqui-home.tmpl
Andrew Moore 6e52709824 Bug: 2259: eliminate lines too long for git to use.
This patch modifies 13 HTML templates and includes that have lines in them longer than 998 characters. Lines this long are known to break git.

I believe that none of these change behaviour at all, but I'm concerned about one of them. It adds whitespace (carraige returns) inside a <title> tag. I'm not certain that all browsers will deal with this OK.

No documentation changes necessary here.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-06-18 19:25:52 -05:00

22 lines
2.4 KiB
Cheetah

<!-- TMPL_INCLUDE NAME="help-top.inc" -->
<h1>Acquisitions Help</h1><h2>What is Acquisitions? </h2>
<p>The Koha Acquisitions module provides a way where the library can record orders placed with vendors and manage purchase budgets.</p><p>You do not need to use Acquisitions to add items to your catalogue. If you do not want to track orders and budget expenditure, then use the <strong>&quot;Add MARC&quot; </strong>feature in <strong>Cataloging </strong>to add new bibliographic and item records.</p>
<h2>How to place an order? </h2>
<p>To place an order, the first step is to locate your Vendor (supplier). If no Vendor exists, you will need to create one. Once you have a Vendor you can place an order.</p>
<h2>How to receive an order?</h2>
<p>There are two ways to receive an order:</p><ol><li><strong>By Supplier (Supplier Search) - </strong>search for the vendor and view all order associated with the item. </li><li><strong>By Order (Orders Search) -</strong> enter the title of the ordered Item in the orders search and locate the item.</li></ol><h2>What needs to be setup to use Acquisitions?</h2>
<p>To make the most of acquisitions the following needs to be setup under <strong>System Administration</strong></p>
<ul>
<li><strong>Budgets and Funds</strong> - &quot;Funds&quot; are used to group &quot;Budgets&quot;. For example a Fund may be called &quot;General Stack&quot;, and will have a &quot;Budget&quot; which records the amount availalbe to spend during the period of the budget. A budget must have a start and end date. </li>
<li><strong>Exchange Rates (optional)- </strong>If making purchases in overseas currency, the exchange rate will need to be set realtive to your local currency. Remember that your local currency should be set to 1.00<br /><strong>NOTE: Exchanges Rates need to be updated manually. <br /></strong></li>
<li><strong>Vendor(s) - </strong>These are the entities where items are purchased, or donated from. Orders are placed with Vendors.</li>
</ul>
<h2>How do you handle donated items? </h2>In Koha, doners are simply vendors who do not charge anything for items. You can either setup a catchall vendor account for all donations, or setup a new vendor account for each doner. When items are &quot;ordered&quot; from a vendor, simply enter 0 in the purchase price. If you wish to, you can record the actual value of the item in the &quot;Replacement Cost&quot; field.&nbsp;
<!-- TMPL_INCLUDE name="help-bottom.inc" -->