Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basketheader.tt
Nicole C. Engard 4e65e26bab Bug 6966 Acquisitions help files
This patch updates help files in the acqui folder. It removes
a file that isn't used anymore and adds links to the manual
for all files that weren't edit in patches for bug 6942.
2011-10-08 20:00:52 +13:00

18 lines
807 B
Text

[% INCLUDE 'help-top.inc' %]
<h2>Adding a Basket</h2>
<p>When adding a basket you want to give it a name that will help you identify it later. The notes fields are optional and can contain any type of information.</p>
<p>If you have added contracts to the vendor you're ordering from, you will also have an option to choose which contract you're ordering these items under.</p>
<p>When finished, click 'Save'</p>
<h2>Editing Basket Headers</h2>
<p>After creating your basket you can edit the name of the basket, the notes associated with it and the contract you're ordering against.</p>
<p><strong>See the full documentation for Ordering in the <a href="http://manual.koha-community.org/3.6/en/placingacqorder.html#createacqbasket">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]