[% USE raw %] [% USE Asset %] [% USE KohaDates %] [% USE Branches %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Invoices › Acquisitions › Koha [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %]
[% INCLUDE 'blocking_errors.inc' %]

Invoices

[% IF ( do_search ) %] [% IF invoices %] [% BLOCK invoices_table %] [% IF closed %] [% SET tab = 'closed' %] [% ELSE %] [% SET tab = 'opened' %] [% END %] [% IF CAN_user_acquisition_merge_invoices %] [% END %] [% FOREACH invoice IN invoices %] [% IF CAN_user_acquisition_merge_invoices %] [% END %] [% END %]
   Invoice number Vendor Shipment date Billing date Received bibliographic records Received items Status  
[% invoice.is_linked_to_subscriptions | html %] [% invoice.invoicenumber | html %] [% invoice.suppliername | html %] [% invoice.shipmentdate | $KohaDates %] [% invoice.billingdate | $KohaDates %] [% invoice.receivedbiblios | html %] [% invoice.receiveditems | html %] [% IF invoice.closedate %] Closed on [% invoice.closedate | $KohaDates %] [% ELSE %] Open [% END %]
Actions
[% IF CAN_user_acquisition_merge_invoices %] [% IF tab == 'closed' %] Merge selected invoices Reopen selected invoices [% ELSE %] Merge selected invoices Close selected invoices [% END %] [% END %] [% END %]
[% IF openedinvoices %] [% INCLUDE invoices_table invoices = openedinvoices %] [% ELSE %]

Your search returned no open invoices.

[% END %]
[% IF closedinvoices %] [% INCLUDE invoices_table invoices = closedinvoices closed = 1 %] [% ELSE %]

Your search returned no closed invoices.

[% END %]
  1. Merge invoices

  2. Invoice numberShipment dateBilling dateShipment cost
  3. Required
  4. [% INCLUDE 'date-format.inc' %]
  5. [% INCLUDE 'date-format.inc' %]
  6. Status:
[% ELSE %]

Sorry, but there are no results for your search.

Search was:

    [% IF ( invoicenumber ) %]
  • Invoice number: [% 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' %]