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

[% IF ( Supplier ) %][% Supplier | html %] : [% END %]Late orders

[% IF error_claim %] [% IF ( error_claim == "no_email" ) %]
This vendor has no email
[% ELSIF ( error_claim == "no_order_selected" ) %]
No order selected
[% ELSE %]
[% error_claim | html %]
[% END %] [% END %] [% IF info_claim %]
Email has been sent.
[% END %] [% IF ( lateorders ) %]
[% IF ( letters ) %]

[% END %] [% IF Supplier %] [% ELSE %] [% END %] [% FOREACH lateorder IN lateorders %] [% END %]
Check all
Uncheck all
Order line Order date Estimated delivery date Vendor Information Total cost Basket Basket group Library Fund Claims count Claimed date Internal note Vendor note ISBN
[% lateorder.ordernumber | $raw %] [% lateorder.orderdate | $KohaDates %] ([% lateorder.latesince | html %] days) [% IF ( lateorder.estimateddeliverydate ) %] [% lateorder.estimateddeliverydate | $KohaDates %] [% ELSE %] [% END %] [% lateorder.supplier | html %] ([% lateorder.supplierid | html %]) [% lateorder.title | html %] [% IF ( lateorder.author ) %]
Author: [% lateorder.author | html %][% END %] [% IF ( lateorder.publisher ) %]
Published by: [% lateorder.publisher | html %] [% IF ( lateorder.publicationyear ) %] in [% lateorder.publicationyear | html %] [% END %] [% END %]
[% lateorder.unitpricesupplier | html %]x[% lateorder.quantity | html %] = [% lateorder.subtotal | html %] [% IF ( CAN_user_acquisition_order_manage ) %] [% lateorder.basketname | html %] ([% lateorder.basketno | html %]) [% ELSE %] [% lateorder.basketname | html %] ([% lateorder.basketno | html %]) [% END %] [% IF ( lateorder.basketgroupid ) %] [% IF ( CAN_user_acquisition_group_manage ) %] [% lateorder.basketgroupname | html %] ([% lateorder.basketgroupid | html %]) [% ELSE %] [% lateorder.basketgroupname | html %] ([% lateorder.basketgroupid | html %]) [% END %] [% END %] [% Branches.GetName( lateorder.branch ) | html %] [% lateorder.budget | html %] [% lateorder.claims_count | html %] [% IF ( lateorder.claimed_date ) %] [% lateorder.claimed_date | $KohaDates %] [% ELSE %] [% END %] [% IF ( lateorder.internalnote ) %]

[% lateorder.internalnote | html %] Edit internal note

[% ELSE %] Add internal note [% END %]
[% IF ( lateorder.vendornote ) %]

[% lateorder.vendornote | html %] Edit vendor note

[% ELSE %] Add vendor note [% END %]
[% lateorder.isbn | $raw %]
Total [% total | html %]  

[% ELSE %]

There are no late orders.

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