[% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › Invoices [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'calendar.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 %] [% invoice.invoicenumber %] [% invoice.suppliername %] [% IF invoice.shipmentdate %] [% invoice.shipmentdate | $KohaDates %] [% ELSE %] [% END %] [% IF invoice.billingdate %] [% invoice.billingdate | $KohaDates %] [% ELSE %] [% END %] [% invoice.receivedbiblios %] [% invoice.receiveditems %] [% 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. Status:
[% ELSE %]

Sorry, but there is no results for your search.

Search was:

    [% IF ( invoicenumber ) %]
  • Invoice no.: [% invoicenumber %]
  • [% END %] [% IF booksellerid %]
  • Vendor: [% suppliername %]
  • [% 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 %]
  • [% END %] [% IF ( title ) %]
  • Title: [% title %]
  • [% END %] [% IF ( author ) %]
  • Author: [% author %]
  • [% END %] [% IF ( publisher ) %]
  • Publisher: [% publisher %]
  • [% END %] [% IF ( publicationyear ) %]
  • Publication year: [% publicationyear %]
  • [% END %] [% IF ( branch ) %]
  • Library: [% branchname %]
  • [% END %]

[% END %] [% ELSE %]

Use the search form on the left to find invoices.

[% END %]

Search filters

  1. Shipment date
  2. Billing date
[% INCLUDE 'acquisitions-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]