[% USE Branches %] [% USE AuthorisedValues %] [% USE KohaDates %] [% USE Price %] [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › [% IF ( op_save ) %] [% IF ( suggestionid ) %] Suggestions › Edit suggestion #[% suggestionid %] [% ELSE %] Suggestions › Add suggestion [% END %] [% ELSIF ( op == 'show' ) %] Suggestions › Show suggestion #[% suggestionid %] [% ELSE %] Suggestions management [% END %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] [% IF ( op == 'show' || op_else ) %] [% END %] [% IF ( op_else ) %] [% INCLUDE 'datatables.inc' %] [% END %] [% IF ( op_save ) %] [% END %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] [% IF ( op == 'show' ) %]
Bibliographic information
    [% IF ( title ) %]
  1. Title: [% title |html %]
  2. [% END %] [% IF ( author ) %]
  3. Author: [% author |html %]
  4. [% END %] [% IF ( copyrightdate ) %]
  5. Copyright date: [% copyrightdate |html %]
  6. [% END %] [% IF ( isbn ) %]
  7. ISBN or ISSN or other standard number: [% isbn |html %]
  8. [% END %] [% IF ( publishercode ) %]
  9. Publisher: [% publishercode |html %]
  10. [% END %] [% IF ( place ) %]
  11. Publication place: [% place |html %]
  12. [% END %] [% IF ( collectiontitle ) %]
  13. Collection title: [% collectiontitle |html %]
  14. [% END %] [% IF ( itemtype ) %]
  15. Document type: [% AuthorisedValues.GetByCode( 'SUGGEST_FORMAT', itemtype, 0 ) %]
  16. [% END %] [% IF ( patron_reason_loop ) %]
  17. Reason for suggestion: [% FOREACH patron_reason_loo IN patron_reason_loop %] [% IF patron_reason_loo.authorised_value == patronreason %][% patron_reason_loo.lib %][% END %] [% END %]
  18. [% END %] [% IF ( note ) %]
  19. Notes: [% note |html %]
  20. [% END %]
Suggestion management
  1. Status: [% SET status_found = 0 %] [% IF ( STATUS == 'ASKED' ) %] Pending [% SET status_found = 1 %] [% ELSIF ( STATUS == 'ACCEPTED' ) %] Accepted [% SET status_found = 1 %] [% ELSIF ( STATUS == 'CHECKED' ) %] Checked [% SET status_found = 1 %] [% ELSIF ( STATUS == 'REJECTED' ) %] Rejected [% SET status_found = 1 %] [% ELSE %] [% FOREACH s IN SuggestionStatuses %] [% IF STATUS == s.authorised_value %] [% s.lib %] [% SET status_found = 1 %] [% END %] [% END %] [% END %]
  2.  DateBy
    Created by: [% suggesteddate | $KohaDates %] [% IF ( suggestedby_borrowernumber ) %] [% suggestedby_surname %], [% suggestedby_firstname %] ([% suggestedby_cardnumber %]) [% Branches.GetName( suggestedby_branchcode ) %] ([% suggestedby_description %]) [% END %]
    Managed by: [% manageddate | $KohaDates %] [% IF ( managedby_borrowernumber ) %] [% managedby_surname %], [% managedby_firstname %] ([% suggestedby_cardnumber %]) [% Branches.GetName( managedby_branchcode ) %] ([% managedby_description %]) [% END %]
    Accepted on: [% accepteddate | $KohaDates %] [% IF ( acceptedby_borrowernumber ) %] [% acceptedby_surname %], [% acceptedby_firstname %] ([% suggestedby_cardnumber %]) [% Branches.GetName( acceptedby_branchcode ) %] ([% acceptedby_description %]) [% END %]
Acquisition information
  1. Library: [% Branches.GetName( branchcode ) %]
  2. Fund: [% budgetname %]
  3. Copies:[% quantity %]
  4. Currency:[% currency %]
  5. Price:[% price | $Price %]
  6. Total[% total | $Price %]
<< Back to suggestions
[% ELSE %] [% IF ( op_save ) %]
[% ELSE %]
[% END %]
[% IF ( op_save ) %]
[% IF ( suggestionid ) %]

Edit purchase suggestion #[% suggestionid %]

[% ELSE %]

Enter a new purchase suggestion

[% END %]
Bibliographic information
  1. Required
  2. [% PROCESS 'av-build-dropbox.inc' name="itemtype", category="SUGGEST_FORMAT", size = 20, default=itemtype %]
  3. [% IF patron_reason_loop %]
  4. [% END %]
Suggestion management
    [% IF ( suggestionid ) %]
  1. [% END %]
  2.  DateBy
    [% INCLUDE 'date-format.inc' %] [% IF ( suggestedby_borrowernumber ) %][% suggestedby_surname %], [% suggestedby_firstname %] ([% suggestedby_cardnumber %]) [% Branches.GetName( suggestedby_branchcode ) %] ([% suggestedby_description %])[% END %]
    [% INCLUDE 'date-format.inc' %] [% IF ( managedby_borrowernumber ) %][% managedby_surname %], [% managedby_firstname %] ([% suggestedby_cardnumber %]) [% Branches.GetName( managedby_branchcode ) %] ([% managedby_description %])[% END %]
    [% INCLUDE 'date-format.inc' %] [% IF ( acceptedby_borrowernumber ) %][% acceptedby_surname %], [% acceptedby_firstname %] ([% suggestedby_cardnumber %]) [% Branches.GetName( acceptedby_branchcode ) %] ([% acceptedby_description %])[% END %]
Acquisition information
  1. [% FOREACH c IN currencies %] [% END %]
[% IF ( suggestionid ) %] Cancel[% ELSE %] Cancel[% END %]
[% END %] [% IF ( op_else ) %]

Suggestions management

[% FOR m IN messages %]
[% SWITCH m.code %] [% CASE 'already_exists' %] The suggestion has not been added. A suggestion with this title already exists (suggestion #[% m.id %]) [% CASE %] [% m.code %] [% END %]
[% END %] [% UNLESS ( notabs ) %]
[% END %] [% FOREACH suggestion IN suggestions %]
[% IF ( suggestion.suggestions_loop ) %]

Check all | Uncheck all

[% FOREACH suggestions_loo IN suggestion.suggestions_loop %] [% END %]
  Suggestion Suggested by - on Managed by - on Library Fund Status  
[% suggestions_loo.title |html %][% IF ( suggestions_loo.author ) %], by [% suggestions_loo.author %][% END %]
[% IF ( suggestions_loo.copyrightdate ) %]© [% suggestions_loo.copyrightdate |html %] [% END %] [% IF ( suggestions_loo.volumedesc ) %]; Volume:[% suggestions_loo.volumedesc |html %] [% END %] [% IF ( suggestions_loo.isbn ) %]; ISBN:[% suggestions_loo.isbn |html %] [% END %][% IF ( suggestions_loo.publishercode ) %]; Published by [% suggestions_loo.publishercode |html %] [% END %][% IF ( suggestions_loo.publicationyear ) %] in [% suggestions_loo.publicationyear |html %] [% END %][% IF ( suggestions_loo.place ) %] in [% suggestions_loo.place |html %] [% END %][% IF ( suggestions_loo.collectiontitle ) %]; [% suggestions_loo.collectiontitle |html %] [% END %][% IF ( suggestions_loo.itemtype ) %]; [% AuthorisedValues.GetByCode( 'SUGGEST_FORMAT', suggestions_loo.itemtype, 0 ) %] [% END %]
[% IF ( suggestions_loo.note ) %][% suggestions_loo.note |html%][% END %]
[% suggestions_loo.surnamesuggestedby %][% IF ( suggestions_loo.firstnamesuggestedby ) %], [% suggestions_loo.firstnamesuggestedby %][% END %] [% IF (suggestions_loo.cardnumbersuggestedby ) %]([% suggestions_loo.cardnumbersuggestedby %])[% END %] [% IF ( suggestions_loo.suggesteddate ) %] - [% suggestions_loo.suggesteddate | $KohaDates %][% END %] [% suggestions_loo.surnamemanagedby %][% IF ( suggestions_loo.firstnamemanagedby ) %], [% suggestions_loo.firstnamemanagedby %][% END %] [% IF ( suggestions_loo.manageddate ) %] - [% suggestions_loo.manageddate | $KohaDates %][% END %] [% Branches.GetName( suggestions_loo.branchcode ) %] [% suggestions_loo.budget_name %] [% IF ( suggestions_loo.ASKED ) %] Pending [% ELSIF ( suggestions_loo.ACCEPTED ) %] Accepted [% ELSIF ( suggestions_loo.ORDERED ) %] Ordered [% ELSIF ( suggestions_loo.REJECTED ) %] Rejected [% ELSIF ( suggestions_loo.CHECKED ) %] Checked [% ELSIF AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS ) %] [% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS ) %] [% ELSE %] Status unknown [% END %] [% IF ( suggestions_loo.reason ) %]
([% suggestions_loo.reason %]) [% END %]
Edit Delete
Cancel OR:
[% ELSE %] No results. [% END %]
[% END %]
[% END %]
[% UNLESS ( op_save ) %] [% UNLESS ( op == 'show' ) %]

Filter by: [clear]

Bibliographic information

Suggestion information

Acquisition information

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