X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Fsuggestion%2Fsuggestion.tt;h=c1f54e3932cd52a3135b202520fa38233ef927ba;hb=490688ea534addc3028ceac6b9a8d3f6816359d2;hp=47ee96ac43889b752d139d9f32ae821a5ef21f43;hpb=5c2def51587c4b2636b5f066306b8bd5dc0e7a7a;p=koha_fer diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt index 47ee96ac43..c1f54e3932 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -1,21 +1,31 @@ -[% INCLUDE 'doc-head-open.inc' %]Koha › Acquisitions › -[% IF ( op_save ) %][% IF ( suttesionid ) %]Edit purchase suggestion #[% suggestionid %][% ELSE %]Enter a new purchase suggestion[% END %][% ELSE %]Suggestions Management[% END %] +[% USE KohaAuthorisedValues %] +[% USE KohaBranchName %] +[% INCLUDE 'doc-head-open.inc' %] +Koha › Acquisitions › + [% IF ( op_save ) %] + [% IF ( suggestionid) %] + [% IF ( op == 'show' ) %] + Show purchase suggestion #[% suggestionid %] + [% ELSE %] + Edit purchase suggestion #[% suggestionid %] + [% END %] + [% ELSE %] + Enter a new purchase suggestion + [% END %] + [% ELSE %] + Suggestions management + [% END %] + [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] -[% IF ( op_else ) %] +[% IF ( op_else ) %] + + +[% INCLUDE 'datatables-strings.inc' %] + [% ELSE %] - + [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] - + + +[% IF ( op == 'show' ) %] +
+
+
+
+ +
+ Bibliographic information +
    +
  1. Title:[% title |html %]
  2. +
  3. Author:[% author %]
  4. +
  5. Copyright date:[% copyrightdate %]
  6. +
  7. ISBN or ISSN or other standard number:[% isbn %]
  8. +
  9. Publisher:[% publishercode %]
  10. +
  11. Publication place:[% place %]
  12. +
  13. Collection title:[% collectiontitle %]
  14. +
  15. Document type: + [% FOREACH itemtypeloo IN itemtypeloop %] + [% IF ( itemtypeloo.selected ) %][% itemtypeloo.description %][% END %] + [% END %] +
  16. + [% IF ( patron_reason_loop ) %] +
  17. Reason for suggestion: + [% FOREACH patron_reason_loo IN patron_reason_loop %] + [% IF ( patron_reason_loo.selected ) %][% patron_reason_loo.lib %][% END %] + [% END %] +
  18. + [% END %] +
  19. Notes:[% note %]
  20. +
+
+
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. +
  3. + + + + + + + + + + + + + + + + + + + +
     DateBy
    Suggestion creation [% suggesteddate %][% IF ( suggestedby_borrowernumber ) %][% suggestedby_surname %], [% suggestedby_firstname %] [% suggestedby_branchcode | $KohaBranchName %] ([% suggestedby_description %])[% END %] +
    Suggestion management [% manageddate %][% IF ( managedby_borrowernumber ) %][% managedby_surname %], [% managedby_firstname %] [% managedby_branchcode | $KohaBranchName %] ([% managedby_description %])[% END %]
    Suggestion accepted [% accepteddate %][% IF ( acceptedby_borrowernumber ) %][% acceptedby_surname %], [% acceptedby_firstname %] [% acceptedby_branchcode | $KohaBranchName %] ([% acceptedby_description %])[% END %]
+
+
Acquisition information +
    +
  1. + Library: [% branchname %] +
  2. +
  3. + Fund: [% budgetname %] +
  4. +
  5. + Copies:[% quantity %] +
  6. +
  7. + Currency:[% currency %] +
  8. +
  9. + Price:[% price %] +
  10. +
  11. + Total[% total %] +
  12. +
+
+ + <<Back to the list + +
+
+
+[% ELSE %] [% IF ( op_save ) %]
[% ELSE %]
[% END %]
@@ -106,14 +285,14 @@ $(document).ready(function() { calcNewsuggTotal(); });

Enter a new purchase suggestion

[% END %]
Bibliographic information
    -
  1. +
  2. -
  3. -
  4. -
  5. +
  6. +
  7. +
  8. - [% IF (statusselected_ASKED ) %] - [% ELSE %][% END %] - [% IF (statusselected_ACCEPTED ) %] - [% ELSE %][% END %] - [% IF (statusselected_CHECKED ) %] - [% ELSE %][% END %] - [% IF ( statusselected_REJECTED ) %] - [% ELSE %][% END %] -
  9. [% END %] + [% IF ( suggestionid ) %] +
  10. + + +
  11. + [% END %]
  12. - - + - + - +
     DateBy
    [% IF ( suggestedby_borrowernumber ) %][% suggestedby_surname %], [% suggestedby_firstname %] [% suggestedby_branchcode %] ([% suggestedby_description %])[% END %] + [% IF ( suggestedby_borrowernumber ) %][% suggestedby_surname %], [% suggestedby_firstname %] [% suggestedby_branchcode | $KohaBranchName %] ([% suggestedby_description %])[% END %]
    [% IF ( managedby_borrowernumber ) %][% managedby_surname %], [% managedby_firstname %] [% managedby_branchcode %] ([% managedby_description %])[% END %][% IF ( managedby_borrowernumber ) %][% managedby_surname %], [% managedby_firstname %] [% managedby_branchcode | $KohaBranchName %] ([% managedby_description %])[% END %]
    [% IF ( acceptedby_borrowernumber ) %][% acceptedby_surname %], [% acceptedby_firstname %] [% acceptedby_branchcode %] ([% acceptedby_description %])[% END %][% IF ( acceptedby_borrowernumber ) %][% acceptedby_surname %], [% acceptedby_firstname %] [% acceptedby_branchcode | $KohaBranchName %] ([% acceptedby_description %])[% END %]
@@ -164,11 +373,11 @@ $(document).ready(function() { calcNewsuggTotal(); });
Acquisition information
  1. -
  2. +
  3. -
  4. +
-
[% IF ( suggestionid ) %] Cancel[% ELSE %] Cancel[% END %] +
[% IF ( suggestionid ) %] Cancel[% ELSE %] Cancel[% END %]
[% END %] [% IF ( op_else ) %] - + -

Suggestions Management

+

Suggestions management

[% UNLESS ( notabs ) %] -
Sorting...
-
Loading tab...
-
-
@@ -306,144 +573,120 @@ $(document).ready(function() { calcNewsuggTotal(); });
[% ELSE %] - No Results. + No results. [% END %]
[% END %] +
[% END %]
- [% UNLESS ( op_save ) %]
+ [% UNLESS ( op_save ) %] [% UNLESS ( op == 'show' ) %]

Filter by: [clear]

-

Bibliographic information

+

Bibliographic information

  1. -
  2. -
+
  • +
  • -

    Suggestion information

    +

    Suggestion information

      -
    1. -
    2. + + + [% IF (statusselected_ASKED ) %] + + [% ELSE %] + + [% END %] + + [% IF (statusselected_ACCEPTED ) %] + + [% ELSE %] + + [% END %] + + [% IF (statusselected_CHECKED ) %] + + [% ELSE %] + + [% END %] + + [% IF ( statusselected_REJECTED ) %] + + [% ELSE %] + + [% END %] + + [% FOREACH s IN SuggestionStatuses %] + [% IF s.authorised_value == selected_status %] + + [% ELSE %] + + [% END %] + [% END %] + +
    3. + +
    4. -
    5. [% suggesteddate %] +
    6. - + - +
      from :Show Calendar -
      to :Show Calendar -
    7. -
    8. [% manageddate %] +
    9. - + - +
      from :Show Calendar -
      to :Show Calendar -
    10. -
    11. [% accepteddate %] +
    12. - + - +
      from :Show Calendar -
      to :Show Calendar -
    -

    Acquisition information

    +

    Acquisition information

    -
    [% END %] +
    + [% END %] + [% END %] +[% END %] [% INCLUDE 'intranet-bottom.inc' %]