[% USE raw %] [% USE Asset %] [% USE KohaDates %] [% USE Branches %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › Invoices [% Asset.css("css/datatables.css") | $raw %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %]

Invoices

[% IF ( do_search ) %] [% IF invoices %] [% FOREACH invoice IN invoices %] [% END %]
    Invoice no. Vendor Shipment date Billing date Received biblios Received items Status  
[% invoice.is_linked_to_subscriptions | html %] [% invoice.invoicenumber | html %] [% invoice.suppliername | html %] [% IF invoice.shipmentdate %] [% invoice.shipmentdate | $KohaDates %] [% ELSE %] [% END %] [% IF invoice.billingdate %] [% invoice.billingdate | $KohaDates %] [% ELSE %] [% END %] [% invoice.receivedbiblios | html %] [% invoice.receiveditems | html %] [% IF invoice.closedate %] Closed on [% invoice.closedate | $KohaDates %] [% ELSE %] Open [% END %]
Merge selected invoices
  1. Merge invoices

  2. Invoice no.Shipment dateBilling dateShipment cost
  3. Required
  4. Status:
[% ELSE %]

Sorry, but there are no results for your search.

Search was:

    [% IF ( invoicenumber ) %]
  • Invoice no.: [% invoicenumber | html %]
  • [% END %] [% IF booksellerid %]
  • Vendor: [% suppliername | html %]
  • [% END %] [% IF shipmentdatefrom %]
  • Shipment date: [% IF shipmentdateto %] From [% shipmentdatefrom | $KohaDates %] To [% shipmentdateto | $KohaDates %] [% ELSE %] All since [% shipmentdatefrom | $KohaDates %] [% END %]
  • [% ELSE %] [% IF shipmentdateto %]
  • Shipment date: All until [% shipmentdateto | $KohaDates %]
  • [% END %] [% END %] [% IF billingdatefrom %]
  • Billing date: [% IF billingdateto %] From [% billingdatefrom | $KohaDates %] To [% billingdateto | $KohaDates %] [% ELSE %] All since [% billingdatefrom | $KohaDates %] [% END %]
  • [% ELSE %] [% IF billingdateto %]
  • Billing date: All until [% billingdateto | $KohaDates %]
  • [% END %] [% END %] [% IF ( isbneanissn ) %]
  • ISBN/EAN/ISSN: [% isbneanissn | html %]
  • [% END %] [% IF ( title ) %]
  • Title: [% title | html %]
  • [% END %] [% IF ( author ) %]
  • Author: [% author | html %]
  • [% END %] [% IF ( publisher ) %]
  • Publisher: [% publisher | html %]
  • [% END %] [% IF ( publicationyear ) %]
  • Publication year: [% publicationyear | html %]
  • [% END %] [% IF ( branch ) %]
  • Library: [% Branches.GetName( branch ) | html %]
  • [% END %]

[% END %] [% ELSE %]

Use the search form on the left to find invoices.

[% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/acquisitions-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'calendar.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]