[% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › [% UNLESS ( basketno ) %]New [% END %][% IF ( delete_confirm ) %]Delete [% END %]Basket [% basketname|html %] ([% basketno %]) for [% name|html %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'datatables-strings.inc' %] [% UNLESS ( closedate ) %] [% ELSE %] [% UNLESS ( grouped ) %] [% END %] [% END %] [% INCLUDE 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %]
[% UNLESS ( confirm_close ) %] [% UNLESS ( selectbasketg ) %] [% UNLESS ( closedate ) %]
[% ELSE %] [% UNLESS ( grouped ) %]
[% END %] [% END %] [% END %] [% IF ( NO_BOOKSELLER ) %]

Vendor not found

[% ELSE %] [% IF ( delete_confirmed ) %]

Basket deleted

[% ELSE %]

[% UNLESS ( basketno ) %]New [% END %][% IF ( delete_confirm ) %]Delete [% END %]Basket [% basketname|html %] ([% basketno %]) for [% name|html %]

[% IF ( delete_confirm ) %]

Yes, delete this basket! Cancel

[% END %] [% IF ( basketno ) %]
    [% IF ( basketnote ) %]
  1. Internal note: [% basketnote %]
  2. [% END %] [% IF ( basketbooksellernote ) %]
  3. Vendor note: [% basketbooksellernote %]
  4. [% END %] [% IF ( basketcontractno ) %]
  5. Contract name: [% basketcontractname %]
  6. [% END %] [% IF ( authorisedbyname ) %]
  7. Managed by: [% authorisedbyname %]
  8. [% END %] [% IF ( creationdate ) %]
  9. Opened on: [% creationdate | $KohaDates %]
  10. [% END %] [% IF ( closedate ) %]
  11. Closed on: [% closedate | $KohaDates %]
  12. [% END %] [% IF ( estimateddeliverydate ) %]
  13. Estimated delivery date: [% estimateddeliverydate | $KohaDates %]
  14. [% END %]
[% IF ( closedate ) %]

[% END %]
[% END %] [% UNLESS ( delete_confirm ) %]

Order Details

[% IF ( books_loop ) %] [% IF ( active ) %] [% UNLESS ( closedate ) %] [% END %] [% END %] [% IF ( GST ) %] [% IF ( active ) %] [% IF ( closedate ) %] [% ELSE %] [% END %] [% END %] [% ELSE %] [% END %] [% FOREACH books_loo IN books_loop %] [% IF ( books_loo.order_received ) %][% ELSE %][% IF ( books_loo.toggle ) %][% ELSE %][% END %][% END %] [% IF ( active ) %] [% UNLESS ( closedate ) %] [% END %] [% END %] [% END %]
Order RRP Est. Qty. Total FundModify Delete
Total tax exc. [% total_rrp_gste %]   [% qty_total %] [% total_est_gste %]  
Tax ([% gist_rate %]) [% gist_rrp %]     [% gist_est %]
Total tax inc. ([% currency %]) [% total_rrp_gsti %]   [% qty_total %] [% total_est_gsti %]
Total ([% currency %]) [% total_rrp_gsti %]   [% qty_total %] [% total_est_gsti %]  

[% IF ( books_loo.order_received ) %] (rcvd)[% END %] [% books_loo.title |html %] by [% books_loo.author %]
[% IF ( books_loo.isbn ) %] - [% books_loo.isbn %][% END %] [% IF ( books_loo.issn ) %] - [% books_loo.issn %][% END %] [% IF ( books_loo.publishercode ) %], [% books_loo.publishercode %][% END %] [% IF ( books_loo.publicationyear ) %], [% books_loo.publicationyear %][% END %] [% IF ( books_loo.editionstatement ) %], [% books_loo.editionstatement %][% END %] [% IF ( books_loo.suggestionid ) %]
Suggested by: [% books_loo.surnamesuggestedby %][% IF ( books_loo.firstnamesuggestedby ) %], [% books_loo.firstnamesuggestedby %] [% END %] (suggestion #[% books_loo.suggestionid %]) [% END %] [% IF ( books_loo.notes ) %]

Note: [% books_loo.notes|html %] [Change note]

[% ELSE %] [Add note] [% END %]

[% books_loo.rrp %] [% books_loo.ecost %] [% books_loo.quantity %] [% books_loo.line_total %] [% books_loo.budget_name %] Modify [% IF ( books_loo.left_holds_on_order ) %] Can't delete order
[% ELSE %] Delete order
[% END %] [% IF ( books_loo.can_del_bib ) %] Delete order and catalog record
[% ELSE %] Can't delete order and catalog record
[% END %] [% IF ( books_loo.left_item ) %] [% books_loo.items %] item(s) left
[% END %] [% IF ( books_loo.left_biblio ) %] [% books_loo.biblios %] order(s) left
[% END %] [% IF ( books_loo.left_subscription ) %] [% books_loo.subscriptions %] subscription(s) left
[% END %] [% IF ( books_loo.left_holds ) %] [% books_loo.holds %] hold(s) left [% END %]
[% ELSE %]
Basket empty
[% END %] [% IF ( listincgst ) %]** Vendor's listings already include tax. [% END %]
[% IF (cancelledorders_loop) %]

Cancelled orders

[% FOREACH order IN cancelledorders_loop %] [% END %]
Order RRP Est. Qty. Total Fund

[% IF ( order.order_received ) %] (rcvd)[% END %] [% IF (order.title) %] [% order.title |html %] by [% order.author %]
[% ELSE %] Deleted bibliographic record, can't find title
[% END %] [% IF ( order.notes ) %] [% order.notes %][% END %] [% IF ( order.isbn ) %] - [% order.isbn %][% END %] [% IF ( order.issn ) %] - [% order.issn %][% END %] [% IF ( order.publishercode ) %], [% order.publishercode %][% END %] [% IF ( order.publicationyear ) %], [% order.publicationyear %][% END %] [% IF ( books_loo.editionstatement ) %], [% books_loo.editionstatement %][% END %]

[% order.rrp %]

[% order.ecost %]

[% order.quantity %]

[% order.line_total %]

[% order.budget_name %]

[% END %]
[% UNLESS ( closedate ) %] [% INCLUDE 'acquisitions-add-to-basket.inc' %] [% END %] [% END %] [% END %] [% END %] [% ELSE %] [% END %] [% IF ( confirm_close ) %]

Are you sure you want to close basket [% basketname|html %]?

[% END %]
[% INCLUDE 'acquisitions-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]