Invoices
[% IF ( do_search ) %] [% IF invoices %] [% BLOCK invoices_table %] [% IF closed %] [% SET tab = 'closed' %] [% ELSE %] [% SET tab = 'opened' %] [% END %][% END %] | Invoice number | Vendor | Shipment date | Billing date | Received bibliographic records | Received items | Status | ||
---|---|---|---|---|---|---|---|---|---|
[% invoice.is_linked_to_subscriptions | html %] | [% END %][% 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 %] |
[% IF openedinvoices %]
[% INCLUDE invoices_table invoices = openedinvoices %]
[% ELSE %]
[% END %]
[% IF closedinvoices %]
[% INCLUDE invoices_table invoices = closedinvoices closed = 1 %]
[% ELSE %]
[% END %]
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 %]
Use the search form on the left to find invoices.
[% END %]