Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/invoice.tt
Jonathan Druart b08913370f Bug 18817: Update links manually
Without the anchor it is not possible to retrieve the html page, so
these occurrences have been updated manually (and yes it was painful)

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2017-08-25 10:22:14 -03:00

13 lines
640 B
Text

[% INCLUDE 'help-top.inc' %]
<h1>Invoices</h1>
<p>When orders are received invoices are generated. Invoices can be searched by clicking on 'Invoices' in the left of the Acquisitions page.</p>
<p>After searching, your results will appear to the right of the search options.</p>
<p>From the results you can click the 'Details' link to see the full invoice or 'Close' to note that the invoice is closed/paid for.</p>
<p><strong>See the full documentation for Invoices in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/09_acquisitions.html#invoices">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]