Bug 14973: Check existing biblio when submitting a purchase suggestion (opac side)
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-suggestions.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE Koha %]
4 [% USE Branches %]
5 [% USE AuthorisedValues %]
6 [% USE KohaDates %]
7 [% INCLUDE 'doc-head-open.inc' %]
8 <title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog &rsaquo;
9 [% IF ( op_add ) %]Enter a new purchase suggestion[% END %]
10 [% IF ( op_else ) %]Purchase Suggestions[% END %]</title>
11 [% INCLUDE 'doc-head-close.inc' %]
12 [% BLOCK cssinclude %][% END %]
13 </head>
14 [% IF ( loggedinusername ) %][% INCLUDE 'bodytag.inc' bodyid='opac-usersuggestions' bodyclass='scrollto' %][% ELSE %][% INCLUDE 'bodytag.inc' bodyid='opac-suggestions' bodyclass='scrollto' %][% END %]
15 [% INCLUDE 'masthead.inc' %]
16
17     <div class="main">
18         <ul class="breadcrumb">
19             <li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">&rsaquo;</span></li>
20             <li><a href="/cgi-bin/koha/opac-user.pl">[% INCLUDE 'patron-title.inc' patron = logged_in_user %]</a> <span class="divider">&rsaquo;</span></li>
21             <li><a href="#">Your purchase suggestions</a></li>
22         </ul>
23
24         <div class="container-fluid">
25             <div class="row-fluid">
26                 <div class="span2">
27                     <div id="navigation">
28                         [% INCLUDE 'navigation.inc' IsPatronPage=1 %]
29                     </div>
30                 </div>
31                 <div class="span10">
32                     <div id="usersuggestions" class="maincontent">
33                         [% IF ( op_add ) %]
34                             [% IF ( Koha.Preference('MaxOpenSuggestions') != '' && patrons_pending_suggestions_count >= Koha.Preference('MaxOpenSuggestions') ) %]
35                                     <h1 class="TooManySuggestions">You cannot place any more suggestions</h1>
36                                     <h2 class="TooManySuggestionsText">You have reached your limit of suggestions you can place at this time ([% Koha.Preference('MaxOpenSuggestions') | html %]). Once the library has processed those suggestions you will be able to place more.</h2>
37                             [% ELSE %]
38                             <h1>Enter a new purchase suggestion</h1>
39
40                             <p>Please fill out this form to make a purchase suggestion. You will receive an email when the library processes your suggestion.</p>
41                             <p>Only certain fields (marked in red) are required, but the more information you enter the easier it will be for the librarians to find the title you're requesting. The "Notes" field can be used to provide any additional information.</p>
42
43                             [% FOR m IN messages %]
44                                 <div class="alert alert-[% m.type %]">
45                                     [% SWITCH m.code %]
46                                     [% CASE 'biblio_exists' %]
47                                         A similar document already exists: <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% m.id %]">[% m.title %]</a>. Click on "Confirm your suggestion" to ignore this message.
48                                     [% CASE %]
49                                         [% m.code %]
50                                     [% END %]
51                                 </div>
52                             [% END %]
53
54                             <form action="/cgi-bin/koha/opac-suggestions.pl" method="post" id="add_suggestion_form">
55                                 <fieldset class="rows">
56                                     <ol>
57                                         <li>
58                                             [% IF ( title_required ) %]
59                                                 <label for="title" class="required">Title:</label>
60                                                 <input type="text" id="title" name="title" class="span6" maxlength="255" value="[% title %]" required="required" />
61                                                 <span class="required">Required</span>
62                                             [% ELSE %]
63                                                 <label for="title">Title:</label>
64                                                 <input type="text" id="title" name="title" class="span6" maxlength="255" value="[% title %]" />
65                                             [% END %]
66                                         </li>
67                                         <li>
68                                             [% IF ( author_required ) %]
69                                                 <label for="author" class="required">Author:</label>
70                                                 <input type="text" id="author" name="author" class="span6" maxlength="80" value="[% author %]" required="required" />
71                                                 <span class="required">Required</span>
72                                             [% ELSE %]
73                                                 <label for="author">Author:</label>
74                                                 <input type="text" id="author" name="author" class="span6" maxlength="80" value="[% author %]" />
75                                             [% END %]
76                                         </li>
77                                         <li>
78                                             <div title="Copyright or publication year, for example: 2016">
79                                                 [% IF ( copyrightdate_required ) %]
80                                                     <label for="copyrightdate" class="required">Copyright date:</label>
81                                                     <input type="text" id="copyrightdate" name="copyrightdate" pattern="[12]\d{3}" size="4" maxlength="4" value="[% copyrightdate %]" required="required" />
82                                                 <span class="required">Required</span>
83                                                 [% ELSE %]
84                                                     <label for="copyrightdate">Copyright date:</label>
85                                                     <input type="text" id="copyrightdate" name="copyrightdate" pattern="[12]\d{3}" size="4" maxlength="4" value="[% copyrightdate %]" />
86                                                 [% END %]
87                                             </div>
88                                         </li>
89                                         <li>
90                                             [% IF ( isbn_required ) %]
91                                                 <label for="isbn" class="required">Standard number (ISBN, ISSN or other):</label>
92                                                 <input type="text" id="isbn" name="isbn"  maxlength="80" value="[% isbn %]" required="required" />
93                                                 <span class="required">Required</span>
94                                             [% ELSE %]
95                                                 <label for="isbn">Standard number (ISBN, ISSN or other):</label>
96                                                 <input type="text" id="isbn" name="isbn"  maxlength="80" value="[% isbn %]" />
97                                             [% END %]
98                                         </li>
99                                         <li>
100                                             [% IF ( publishercode_required ) %]
101                                                 <label for="publishercode" class="required">Publisher:</label>
102                                                 <input type="text" id="publishercode" name="publishercode" class="span6" maxlength="80" value="[% publishercode %]" required="required" />
103                                                 <span class="required">Required</span>
104                                             [% ELSE %]
105                                                 <label for="publishercode">Publisher:</label>
106                                                 <input type="text" id="publishercode" name="publishercode" class="span6" maxlength="80" value="[% publishercode %]" />
107                                             [% END %]
108                                         </li>
109                                         <li>
110                                             [% IF ( collectiontitle_required ) %]
111                                                 <label for="collectiontitle" class="required">Collection title:</label>
112                                                 <input type="text" id="collectiontitle" name="collectiontitle" class="span6" maxlength="80" value="[% collectiontitle %]" required="required" />
113                                                 <span class="required">Required</span>
114                                             [% ELSE %]
115                                                 <label for="collectiontitle">Collection title:</label>
116                                                 <input type="text" id="collectiontitle" name="collectiontitle" class="span6" maxlength="80" value="[% collectiontitle %]" />
117                                             [% END %]
118                                         </li>
119                                         <li>
120                                             [% IF ( place_required ) %]
121                                                 <label for="place" class="required">Publication place:</label>
122                                                 <input type="text" id="place" name="place" required="required" maxlength="80" value="[% place %]" />
123                                                 <span class="required">Required</span>
124                                             [% ELSE %]
125                                                 <label for="place">Publication place:</label>
126                                                 <input type="text" id="place" name="place"  maxlength="80" value="[% place %]" />
127                                             [% END %]
128                                         </li>
129                                         <li id="opac-suggestion-quantity">
130                                             [% IF ( quantity_required ) %]
131                                                 <label for="quantity" class="required">Quantity:</label>
132                                                 <input type="text" id="quantity" name="quantity" required="required" maxlength="4" size="4" />
133                                                 <span class="required">Required</span>
134                                             [% ELSE %]
135                                                 <label for="quantity">Quantity:</label>
136                                                 <input type="text" id="quantity" name="quantity"  maxlength="4" size="4" />
137                                             [% END %]
138                                         </li>
139                                         <li>
140                                             [% IF ( itemtype_required ) %]
141                                                 <label for="itemtype" class="required">Item type:</label>
142                                                 [% PROCESS 'av-build-dropbox.inc' name="itemtype", category="SUGGEST_FORMAT", size = 20 %]
143                                                 <span class="required">Required</span>
144                                             [% ELSE %]
145                                                 <label for="itemtype">Item type:</label>
146                                                 [% PROCESS 'av-build-dropbox.inc' name="itemtype", category="SUGGEST_FORMAT", size = 20 %]
147                                             [% END %]
148                                         </li>
149                                         [% IF branchcode %]
150                                             <li>
151                                                 [% IF ( branchcode_required ) %]
152                                                     <label for="branch" class="required">Library:</label>
153                                                     <select name="branchcode" id="branch" required="required">
154                                                         [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode ) %]
155                                                     </select>
156                                                     <span class="required">Required</span>
157                                                 [% ELSE %]
158                                                     <label for="branch">Library:</label>
159                                                     <select name="branchcode" id="branch">
160                                                         [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode ) %]
161                                                     </select>
162                                                 [% END %]
163                                             </li>
164                                         [% END %]
165                                         [% IF ( patron_reason_loop ) %]
166                                             <li>
167                                                 [% IF ( patronreason_required ) %]
168                                                     <label for="patronreason" class="required">Reason for suggestion: </label>
169                                                     <select name="patronreason" id="patronreason" required="required">
170                                                         <option value="">-- Choose --</option>
171                                                         [% FOREACH patron_reason_loo IN patron_reason_loop %]
172                                                             <option value="[% patron_reason_loo.authorised_value | html %]">[% patron_reason_loo.lib | html %]</option>
173                                                         [% END %]
174                                                     </select>
175                                                     <span class="required">Required</span>
176                                                 [% ELSE %]
177                                                     <label for="patronreason">Reason for suggestion: </label>
178                                                     <select name="patronreason" id="patronreason">
179                                                         <option value="">-- Choose --</option>
180                                                         [% FOREACH patron_reason_loo IN patron_reason_loop %]
181                                                             <option value="[% patron_reason_loo.authorised_value | html %]">[% patron_reason_loo.lib | html %]</option>
182                                                         [% END %]
183                                                     </select>
184                                                 [% END %]
185                                             </li>
186                                         [% END %]
187                                         <li>
188                                             [% IF ( note_required ) %]
189                                                 <label for="note" class="required">Notes:</label>
190                                                 <textarea name="note" id="note" rows="5" cols="40" required="required"></textarea>
191                                                 <span class="required">Required</span>
192                                             [% ELSE %]
193                                                 <label for="note">Notes:</label>
194                                                 <textarea name="note" id="note" rows="5" cols="40"></textarea>
195                                                 <textarea name="note" id="note" rows="5" cols="40">[% note %]</textarea>
196                                             [% END %]
197                                         </li>
198
199                                         <!--  Add a hidden 'negcap' field -->
200                                         <li id="negcap" style="position: absolute; left: -2000px;">
201                                             negcap <input type="text" name="negcap"/>
202                                         </li>
203
204                                     </ol>
205                                 </fieldset>
206                                 <fieldset class="action">
207                                     <input type="hidden" name="suggested_by_anyone" value="[% suggested_by_anyone | html %]" />
208                                     <input type="hidden" name="op" value="add_confirm" />
209                                     [% IF ( need_confirm ) %]
210                                         <input type="submit" onclick="this.form.op.value = 'add_confirm'; this.form.submit();" class="btn" value="Confirm your suggestion" />
211                                     [% ELSE %]
212                                         <input type="submit" class="btn" value="Submit your suggestion" />
213                                     [% END %]
214                                     <a class="action" href="/cgi-bin/koha/opac-suggestions.pl">Cancel</a>
215                                 </fieldset>
216                             </form>
217                             [% END %]
218                         [% END #  IF op_add %]
219
220                         [% IF ( op_else ) %]
221                             <h1>
222                                 [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]
223                                     Purchase suggestions
224                                 [% ELSE %]
225                                     [% IF ( loggedinusername ) %]
226                                         Your purchase suggestions
227                                     [% ELSE %]
228                                         Purchase suggestions
229                                     [% END %]
230                                 [% END %]
231                             </h1>
232                             [% FOR m IN messages %]
233                                 <div class="alert alert-[% m.type | html %]">
234                                     [% SWITCH m.code %]
235                                     [% CASE 'too_many' %]
236                                         The suggestion has not been added. You have reached your limit of suggestions you can place at this time ([% Koha.Preference('MaxOpenSuggestions') | html %]). Once the library has processed those suggestions you will be able to place more.
237                                     [% CASE 'already_exists' %]
238                                         The suggestion has not been added. A suggestion with this title already exists.
239                                     [% CASE 'success_on_inserted' %]
240                                         Your suggestion has been submitted.
241                                     [% CASE %]
242                                         [% m.code | html %]
243                                     [% END %]
244                                 </div>
245                             [% END %]
246
247                             [% IF ( deleted ) %]<div class="alert alert-info">The selected suggestions have been deleted.</div>[% END %]
248
249                             [% IF ( suggestions_loop ) %]
250                                 <form action="/cgi-bin/koha/opac-suggestions.pl" class="form-inline" method="get">
251                                     <fieldset>
252                                         <label for="title">Search for:</label>
253                                         <input type="text" name="title" id="title" value="[% title | html %]" />
254                                         [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]
255                                             [% IF loggedinusername %]
256                                                 <label for="suggested_by_anyone">Suggested by:</label>
257                                                 <div class="input-append">
258                                                     <select name="suggested_by_anyone" id="suggested_by_anyone">
259                                                         [% IF suggested_by_anyone %]
260                                                             <option value="0">Me</option>
261                                                             <option value="1" selected="selected">Anyone</option>
262                                                         [% ELSE %]
263                                                             <option value="0" selected="selected">Me</option>
264                                                             <option value="1">Anyone</option>
265                                                         [% END %]
266                                                     </select>
267                                                     <button type="submit" class="btn">Go</button>
268                                                 </div>
269                                             [% END %]
270                                         [% END %]
271                                     </fieldset>
272                                 </form>
273                                 <form action="/cgi-bin/koha/opac-suggestions.pl" method="post" id="myform">
274                                     <input type="hidden" name="op" value="delete_confirm" />
275                                     [% IF ( loggedinusername || ( Koha.Preference( 'AnonSuggestions' ) == 1 ) ) %]
276                                         <div id="toolbar" class="toolbar clearfix">
277                                         [% IF ( Koha.Preference('MaxOpenSuggestions') != '' && patrons_pending_suggestions_count >= Koha.Preference('MaxOpenSuggestions') ) %]
278                                                 <p class="TooManySuggestionsText">You have reached your limit of suggestions you can place at this time ([% Koha.Preference('MaxOpenSuggestions') | html %]).</br>Once the library has processed those suggestions you will be able to place more.</p>
279                                         [% ELSE %]
280                                                 <a class="new" href="/cgi-bin/koha/opac-suggestions.pl?op=add">New purchase suggestion</a>
281                                         [% END %]
282                                         </div>
283                                     [% END %]
284
285                                     [% IF ( loggedinusername ) %]
286                                         <div id="selections-toolbar" class="toolbar">
287                                             <span class="checkall"></span> <span class="clearall"></span> <span class="sep">|</span>
288                                             <span class="links">
289                                                 <span id="selections">Select suggestions to: </span>
290                                                 <span id="removeitems"></span>
291                                             </span>
292                                         </div>
293                                     [% END %]
294
295                                     <table id="suggestt" class="checkboxed table table-bordered table-striped">
296                                         <thead>
297                                             <tr>
298                                                 [% IF ( loggedinusername ) %]<th>&nbsp;</th>[% END %]
299                                                 <th>Summary</th>
300                                                 <th>Suggested on</th>
301                                                 <th>Note</th>
302                                                 [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]<th>Suggested for</th>[% END %]
303                                                 [% IF Koha.Preference( 'OpacSuggestionManagedBy' ) %]<th>Managed by</th>[% END %]
304                                                 <th>Status</th>
305                                             </tr>
306                                         </thead>
307                                         <tbody>
308                                             [% FOREACH suggestions_loo IN suggestions_loop %]
309                                                 <tr>
310                                                     [% IF ( loggedinusername ) %]
311                                                         <td>
312                                                             [% IF ( suggestions_loo.showcheckbox ) %]
313                                                                 <input type="checkbox" class="cb" name="delete_field" value="[% suggestions_loo.suggestionid | html %]" />
314                                                             [% END %]
315                                                         </td>
316                                                     [% END %]
317                                                     <td>
318                                                         <p><strong>[% suggestions_loo.title | html %]</strong></p>
319                                                             <p>[% IF ( suggestions_loo.author ) %][% suggestions_loo.author | html %],[% END %]
320                                                                 [% IF ( suggestions_loo.copyrightdate ) %] - [% suggestions_loo.copyrightdate | html %],[% END %]
321                                                                 [% IF ( suggestions_loo.publishercode ) %] - [% suggestions_loo.publishercode | html %][% END %]
322                                                                 [% IF ( suggestions_loo.place ) %]([% suggestions_loo.place | html %])[% END %]
323                                                                 [% IF ( suggestions_loo.collectiontitle ) %] , [% suggestions_loo.collectiontitle | html %][% END %]
324                                                                 [% IF ( suggestions_loo.itemtype ) %] - [% AuthorisedValues.GetByCode( 'SUGGEST_FORMAT', suggestions_loo.itemtype, 1 ) | html %][% END %]
325                                                         </p>
326                                                     </td>
327                                                     <td>
328                                                         [% IF ( suggestions_loo.suggesteddate ) %][% suggestions_loo.suggesteddate |$KohaDates %][% END %]
329                                                     </td>
330                                                     <td>
331                                                         [% IF ( suggestions_loo.note ) %]
332                                                             <span class="tdlabel">Note: </span>
333                                                             [% suggestions_loo.note | html %]
334                                                         [% END %]
335                                                     </td>
336                                                     [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]
337                                                         <td>
338                                                             [% IF ( suggestions_loo.branchcodesuggestedby ) %]
339                                                                 <span class="tdlabel">Suggested for:</span>
340                                                                 [% suggestions_loo.branchcodesuggestedby | html %]
341                                                             [% END %]
342                                                         </td>
343                                                     [% END %]
344                                                     [% IF Koha.Preference( 'OpacSuggestionManagedBy' ) %]
345                                                     <td>
346                                                         [% IF ( suggestions_loo.surnamemanagedby ) %]
347                                                             <span class="tdlabel">Managed by:</span>
348                                                             [% suggestions_loo.surnamemanagedby | html %]
349                                                             [% IF ( suggestions_loo.firstnamemanagedby ) %]    , [% suggestions_loo.firstnamemanagedby | html %]
350                                                             [% END %]
351                                                         [% END %]
352                                                     </td>
353                                                     [% END %]
354                                                     <td>
355                                                         <span class="tdlabel">Status:</span>
356                                                         [% IF ( suggestions_loo.ASKED ) %]Requested
357                                                         [% ELSIF ( suggestions_loo.CHECKED ) %]Checked by the library
358                                                         [% ELSIF ( suggestions_loo.ACCEPTED ) %]Accepted by the library
359                                                         [% ELSIF ( suggestions_loo.ORDERED ) %]Ordered by the library
360                                                         [% ELSIF ( suggestions_loo.REJECTED ) %]Suggestion declined
361                                                         [% ELSIF ( suggestions_loo.AVAILABLE ) %]Available in the library
362                                                         [% ELSE %] [% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS, 1 ) | html %] [% END %]
363                                                         [% IF ( suggestions_loo.reason ) %]([% suggestions_loo.reason | html %])[% END %]
364                                                     </td>
365                                                 </tr>
366                                             [% END # / FOREACH suggestions_loo %]
367                                         </tbody>
368                                     </table>
369
370                                     [% IF ( loggedinusername ) %]
371                                         <fieldset class="action">
372                                             <input type="submit" class="btn btn-danger" value="Delete selected" />
373                                         </fieldset>
374                                     [% END %]
375                                 </form>
376                             [% ELSE %]
377                                 [% UNLESS Koha.Preference( 'OPACViewOthersSuggestions' ) or loggedinusername %]
378                                     <p>You are not authorized to see pending purchase suggestions.</p>
379                                 [% ELSE %]
380                                     <p>There are no pending purchase suggestions.</p>
381                                 [% END %]
382                                 [% IF ( loggedinusername || ( Koha.Preference( 'AnonSuggestions' ) == 1 ) ) %]
383                                     [% IF ( Koha.Preference('MaxOpenSuggestions') != ''  && patrons_pending_suggestions_count >= Koha.Preference('MaxOpenSuggestions') ) %]
384                                         <p class="TooManySuggestionsText">You have reached your limit of suggestions you can place at this time.</br>Once the library has processed those suggestions you will be able to place more.</p>
385                                     [% ELSE %]
386                                         <p><a class="new" href="/cgi-bin/koha/opac-suggestions.pl?op=add">New purchase suggestion</a></p>
387                                     [% END %]
388                                 [% END %]
389                             [% END # / IF suggestions_loop %]
390
391                         [% END # IF op_else %]
392                     </div> <!-- / #usersuggestions -->
393                 </div> <!-- / .span10 -->
394             </div> <!-- / .row-fluid -->
395         </div> <!-- / .container-fluid -->
396     </div> <!-- / .main -->
397
398 [% INCLUDE 'opac-bottom.inc' %]
399 [% BLOCK jsinclude %]
400 [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]
401 [% INCLUDE 'datatables.inc' %]
402 <script>
403     //<![CDATA[
404     [% IF ( loggedinusername ) %]
405         function enableCheckboxActions(){
406             // Enable/disable controls if checkboxes are checked
407             var checkedBoxes = $(".checkboxed input:checkbox:checked");
408             if ($(checkedBoxes).size()) {
409               $("#selections").html(_("With selected suggestions: "));
410               $("#selections-toolbar .links a").removeClass("disabled");
411             } else {
412               $("#selections").html(_("Select suggestions to: "));
413               $("#selections-toolbar .links a").addClass("disabled");
414             }
415         }
416     [% END %]
417
418     $(function() {
419         $("#suggestt").dataTable($.extend(true, {}, dataTablesDefaults, {
420             "order": [[ 1, "asc" ]],
421             "columnDefs": [
422               [% IF ( loggedinusername ) %]{ "targets": [ 0 ], "sortable": false, "searchable": false }[% END %]
423             ],
424             "columns": [
425                 [% IF ( loggedinusername ) %]null,[% END %]
426                 { "type": "anti-the" },
427                 null,
428                 null,
429                 [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]null,[% END %]
430                 [% IF Koha.Preference( 'OpacSuggestionManagedBy' ) %]null,[% END %]
431                 null
432             ]
433         }));
434         [% IF ( loggedinusername ) %]$("span.clearall").html("<a id=\"CheckNone\" href=\"#\">"+_("Clear all")+"<\/a>");
435         $("span.checkall").html("<a id=\"CheckAll\" href=\"#\">"+_("Select all")+"<\/a>");
436         $("#CheckAll").click(function(){
437             $(".checkboxed").checkCheckboxes();
438             enableCheckboxActions();
439             return false;
440         });
441         $("#CheckNone").click(function(){
442             $(".checkboxed").unCheckCheckboxes();
443             enableCheckboxActions();
444             return false;
445         });
446         $(".cb").click(function(){
447           enableCheckboxActions();
448         });
449         $("#removeitems").html("<a href=\"#\" class=\"removeitems tag_hides disabled\">"+_("Delete")+"</a>")
450         .click(function(e){
451           e.preventDefault();
452           $("#myform").submit();
453           return false;
454         });
455         enableCheckboxActions();
456         $("#myform").on('submit', function() {
457           if ( $("input:checked").size() < 1 ) {
458             alert(MSG_NO_SUGGESTION_SELECTED);
459             return false;
460           }
461           return true;
462         });
463         [% END %]
464     });
465 //]]>
466 </script>
467 [% END %]