Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/orderreceive.tt
Jonathan Druart 572c586793 Bug 11238: contruct links to the appropriate manual version dynamically
This patch uses the version number of the Koha database to
dynamically generate links from help to the appropriate version
of the manual.

Test plan (for 3.15 branch):
- Open a help page
- Verify the manual link is correct (point to 3.14 manual)
- change the version in mysql:
update systempreferences set value="3.1600000" where variable="version";
- Verify the manual link now points to the future 3.16 manual.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Work as described. No koha-qa errors

Tested on top of Bug 10671
On master (BD version 3.13.xxx) help links point to 3.12 manual
Changing version to 3.14/15 points to 3.14 manual
Changing version to 3.16 points to the future :)

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2013-11-23 19:30:16 +00:00

23 lines
1.8 KiB
Text

[% INCLUDE 'help-top.inc' %]
<h1>Receiving Orders</h1>
<p>Orders can be received from the vendor information page or the vendor search results page.</p>
<p>After clicking 'Receive shipment' you will be asked to enter a vendor invoice number, a shipment received date, a shipping cost and a budget to subtract that shipping amount from.</p>
<p>The receive page will list all items still on order with the vendor regardless of the basket the item is from.</p>
<p>To receive a specific item, click the 'Receive' link to the right of the item.</p>
<p>From this form you can alter the cost information. You can also choose to mark only part of the order as received if the vendor didn't send your entire order by checking only the boxes next to the items on the left that you want to receive. The values you enter in the 'Replacement cost' and 'Actual cost' will automatically populate the item record by filling in subfield v (Cost, replacement price) and subfield g (Cost, normal purchase price) on the item record after saving.</p>
<p>You can also make edits to the item record from this form by clicking the 'Edit' link next to each item. This will allow you to enter in accurate call numbers and barcodes if you'd like to do that at the point of receipt. Once you have made any changes necessary (to the order and/or items, click 'Save' to mark the item(s) as received.</p>
<p>When you're finished receiving items you can navigate away from this page or click the 'Finish receiving' button at the bottom of the screen.</p>
<p>You will also see that the item is received and/or cancelled if you view the basket.</p>
<p><strong>See the full documentation for Receiving Orders in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/receiveacqorder.html">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]