[% USE raw %] [% USE Asset %] [% USE AuthorisedValues %] [% USE KohaDates %] [% USE Branches %] [% SET footerjs = 1 %] [% PROCESS 'i18n.inc' %] [% INCLUDE 'doc-head-open.inc' %] [% FILTER collapse %] [% t("Invoices") | html %] › [% t("Acquisitions") | html %] › [% t("Koha") | html %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] [% WRAPPER breadcrumb_item %] Acquisitions [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] Invoices [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %]
[% INCLUDE 'blocking_errors.inc' %]

Invoices

[% IF ( do_search ) %] [% IF invoices %] [% BLOCK invoices_table %] [% IF closed %] [% SET tab = 'closed' %] [% ELSE %] [% SET tab = 'opened' %] [% END %]

Select all | Clear all

[% IF CAN_user_acquisition_merge_invoices %] [% END %] [% FOREACH invoice IN invoices %] [% IF CAN_user_acquisition_merge_invoices %] [% END %] [% END # /FOREACH invoice %]
   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 # /IF tab == 'closed' %] [% END # /IF CAN_user_acquisition_merge_invoices %] [% END # /BLOCK invoices_table %] [% WRAPPER tabs id= "invoicestabs" %] [% WRAPPER tabs_nav %] [% WRAPPER tab_item tabname= "opened" bt_active= 1 %] Open invoices ([% openedinvoices.size || 0 | html %]) [% END %] [% WRAPPER tab_item tabname= "closed" %] Closed invoices ([% closedinvoices.size || 0 | html %]) [% END %] [% END %] [% WRAPPER tab_panels %] [% WRAPPER tab_panel tabname="opened" bt_active= 1 %] [% IF openedinvoices %] [% INCLUDE invoices_table invoices = openedinvoices %] [% ELSE %]

Your search returned no open invoices.

[% END %] [% END # /#opened %] [% WRAPPER tab_panel tabname="closed" %] [% IF closedinvoices %] [% INCLUDE invoices_table invoices = closedinvoices closed = 1 %] [% ELSE %]

Your search returned no closed invoices.

[% END %] [% END # /#closed %] [% END # /tab_panels %] [% END # /#invoicestabs %]
  1. Merge invoices

  2. Invoice number Shipment date Billing date Shipment cost
  3. Required
  4. [% INCLUDE 'date-format.inc' %]
  5. [% INCLUDE 'date-format.inc' %]
  6. Status:
[% ELSE # IF invoices %]

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 # /IF invoices %] [% 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' %]