Jonathan Druart
e936655b88
PatronsPerPage should be done on a separate bug report, not trivial Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
309 lines
14 KiB
Text
309 lines
14 KiB
Text
[% USE raw %]
|
|
[% USE Asset %]
|
|
[% USE Koha %]
|
|
[% USE TablesSettings %]
|
|
[% USE Branches %]
|
|
[% USE Categories %]
|
|
[% SET footerjs = 1 %]
|
|
[% PROCESS 'patronfields.inc' %]
|
|
[% SET libraries = Branches.all %]
|
|
[% SET categories = Categories.all.unblessed %]
|
|
[% SET columns = ['cardnumber', 'name-address', 'dateofbirth', 'branch', 'category', 'dateexpiry', 'checkouts', 'account_balance', 'borrowernotes', 'action'] %]
|
|
[% PROCESS 'patron-search.inc' %]
|
|
[% INCLUDE 'doc-head-open.inc' %]
|
|
<title>Patrons[% IF ( searching ) %] › Search results[% END %] › Koha</title>
|
|
[% INCLUDE 'doc-head-close.inc' %]
|
|
</head>
|
|
|
|
<body id="pat_member" class="pat">
|
|
[% INCLUDE 'header.inc' %]
|
|
[% INCLUDE 'patron-search-header.inc' %]
|
|
|
|
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
|
|
<ol>
|
|
<li>
|
|
<a href="/cgi-bin/koha/mainpage.pl">Home</a>
|
|
</li>
|
|
[% IF ( searching ) %]
|
|
<li>
|
|
<a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
|
|
</li>
|
|
<li>
|
|
<a href="#" aria-current="page">
|
|
Search results
|
|
</a>
|
|
</li>
|
|
[% ELSE %]
|
|
<li>
|
|
<a href="#" aria-current="page">
|
|
Patrons
|
|
</a>
|
|
</li>
|
|
[% END %]
|
|
</ol>
|
|
</nav>
|
|
|
|
<div class="main container-fluid">
|
|
<div class="row">
|
|
<div class="col-sm-10 col-sm-push-2">
|
|
<main>
|
|
|
|
[% IF CAN_user_tools_manage_patron_lists %]
|
|
<div id="patron_list_dialog" class="dialog message">
|
|
Added <span class="patrons-length"></span> patrons to <a></a>.
|
|
</div>
|
|
[% END %]
|
|
|
|
[% INCLUDE 'patron-toolbar.inc' %]
|
|
[% INCLUDE 'noadd-warnings.inc' %]
|
|
|
|
[% IF CAN_user_borrowers_edit_borrowers && pending_borrower_modifications %]
|
|
<div class="pending-info" id="patron_updates_pending">
|
|
<a href="/cgi-bin/koha/members/members-update.pl">Patrons requesting modifications</a>:
|
|
<span class="number_box"><a href="/cgi-bin/koha/members/members-update.pl">[% pending_borrower_modifications | html %]</a></span>
|
|
</div>
|
|
[% END %]
|
|
|
|
<div id="searchresults">
|
|
[% IF CAN_user_tools_manage_patron_lists || CAN_user_borrowers_edit_borrowers %]
|
|
<div class="searchheader fh-fixedHeader" id="searchheader" style="display:none;">
|
|
<div>
|
|
<a href="#" class="btn btn-link" id="select_all"><i class="fa fa-check"></i> Select all</a>
|
|
|
|
|
<a href="#" class="btn btn-link" id="clear_all"><i class="fa fa-remove"></i> Clear all</a>
|
|
[% IF CAN_user_tools_manage_patron_lists %]
|
|
|
|
[% END %]
|
|
|
|
[% IF CAN_user_tools_manage_patron_lists %]
|
|
<div id="patronlist-dropdown" class="btn-group">
|
|
<button id="patronlist-menu" type="button" class="btn btn-sm btn-default dropdown-toggle patron-edits disabled" disabled="disabled" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
Add to patron list <span class="caret"></span>
|
|
</button>
|
|
<ul class="dropdown-menu">
|
|
[% IF patron_lists %]
|
|
[% FOREACH pl IN patron_lists %]
|
|
<li><a href="#" class="patron-list-add" data-listid="[% pl.patron_list_id | html %]">[% pl.name | html %]</a></li>
|
|
[% END %]
|
|
[% END %]
|
|
<li role="separator" class="divider"></li>
|
|
<li><a href="#" class="patron-list-add" data-listid="new">New list</a></li>
|
|
</ul>
|
|
</div>
|
|
[% END %]
|
|
|
|
[% IF CAN_user_borrowers_edit_borrowers %]
|
|
<button id="merge-patrons" class="btn btn-sm btn-default disabled" disabled="disabled" type="submit"><i class="fa fa-compress" aria-hidden="true"></i> Merge selected patrons</button>
|
|
[% END %]
|
|
</div>
|
|
</div>
|
|
[% END %]
|
|
|
|
[% IF CAN_user_borrowers_edit_borrowers || CAN_user_tools_manage_patron_lists %]
|
|
[% columns.unshift('checkbox') | html %]
|
|
[% END %]
|
|
[% PROCESS patron_search_table table_id => 'memberresultst' columns => columns %]
|
|
</div>
|
|
|
|
</main>
|
|
</div> <!-- /.col-sm-10.col-sm-push-2 -->
|
|
|
|
<div class="col-sm-2 col-sm-pull-10">
|
|
<aside>
|
|
[% PROCESS patron_search_filters categories => categories, libraries => libraries, filters => ['search_field', 'search_type', 'category', 'branch'], search_filter => searchmember %]
|
|
</aside>
|
|
</div> <!-- /.col-sm-2.col-sm-pull-10 -->
|
|
</div> <!-- /.row -->
|
|
|
|
<!-- New Patron List Modal -->
|
|
<div class="modal" id="new-patron-list" tabindex="-1" role="dialog" aria-labelledby="new-patron-listLabel">
|
|
<div class="modal-dialog" role="document">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
|
<h4 class="modal-title" id="new-patron-listLabel">Add patrons to a new patron list</h4>
|
|
</div>
|
|
<form id="new-patron-list_form">
|
|
<div class="modal-body">
|
|
<div class="form-group">
|
|
<label for="new_patron_list" class="required">Patron list name: </label>
|
|
<input class="form-control required" type="text" name="new_patron_list" id="new_patron_list" required="required" />
|
|
<input type="hidden" name="add_to_patron_list" id="add_to_patron_list" />
|
|
<span class="required">Required</span>
|
|
</div>
|
|
</div> <!-- /.modal-body -->
|
|
<div class="modal-footer">
|
|
<button type="submit" id="add_to_patron_list_submit" class="btn btn-default approve">Submit</button>
|
|
<button type="button" class="btn btn-default deny" data-dismiss="modal">Cancel</button>
|
|
</div> <!-- /.modal-footer -->
|
|
</form> <!-- /#new-patron-list_form -->
|
|
</div> <!-- /.modal-content -->
|
|
</div> <!-- /.modal-dialog -->
|
|
</div> <!-- /#new-patron-list -->
|
|
|
|
[% MACRO jsinclude BLOCK %]
|
|
[% INCLUDE 'datatables.inc' %]
|
|
[% INCLUDE 'columns_settings.inc' %]
|
|
[% INCLUDE 'str/members-menu.inc' %]
|
|
[% Asset.js("js/members-menu.js") | $raw %]
|
|
<script>
|
|
|
|
$(document).ready(function() {
|
|
$('#merge-patrons').prop('disabled', true);
|
|
$('#memberresultst').on('change', 'input.selection', function() {
|
|
if ( $('.selection:checked').length > 1 ) {
|
|
/* More than one checkbox has been checked */
|
|
$('#merge-patrons').prop('disabled', false).removeClass("disabled");
|
|
$("#patronlist-menu").removeClass("disabled").prop("disabled", false);
|
|
} else if ( $('.selection:checked').length == 1 ) {
|
|
/* At least one checkbox has been checked */
|
|
$('#merge-patrons').prop('disabled', true).addClass("disabled");
|
|
$("#patronlist-menu").removeClass("disabled").prop("disabled", false);
|
|
} else {
|
|
/* No checkbox has been checked */
|
|
$('#merge-patrons').prop('disabled', true).addClass("disabled");
|
|
$("#patronlist-menu").addClass("disabled").prop("disabled", true);
|
|
}
|
|
});
|
|
|
|
$('#merge-patrons').on('click', function() {
|
|
var merge_patrons_url = 'merge-patrons.pl?' + $('.selection:checked')
|
|
.map(function() {
|
|
return "id=" + $(this).val()
|
|
}).get().join('&');
|
|
window.location.href = merge_patrons_url;
|
|
});
|
|
|
|
$("#patronlist-dropdown").on("click", ".patron-list-add", function(e){
|
|
e.preventDefault();
|
|
|
|
if ( $("#memberresultst input:checkbox:checked").length == 0 ) {
|
|
alert( _("You have not selected any patrons to add to a list!") );
|
|
$(".btn-group").removeClass("open"); /* Close button menu */
|
|
return false;
|
|
}
|
|
|
|
var listid = $(this).data("listid");
|
|
$("#add_to_patron_list").val( listid );
|
|
if( listid == "new" ){
|
|
/* #add_to_patron_list value "new" in the modal form will tell API to create a new list */
|
|
$("#new-patron-list").modal("show");
|
|
} else {
|
|
/* Ajax submit the patrons to list */
|
|
|
|
patronListAdd();
|
|
}
|
|
})
|
|
|
|
/* Submit selected patrons to a list via AJAX */
|
|
$("#new-patron-list_form").on('submit', function(e){
|
|
e.preventDefault();
|
|
/* Upon submitting modal patron list add form... */
|
|
if ( $('#new_patron_list').val() ) {
|
|
$(".patron-list-add").each(function() {
|
|
/* Check each list name in the menu of patron lists */
|
|
/* If submitted list name matches... */
|
|
if ( $(this).text() == $('#new_patron_list').val() ) {
|
|
alert( _("You already have a list with that name!") );
|
|
return false;
|
|
}
|
|
});
|
|
} else {
|
|
alert( _("You must give your new patron list a name!") );
|
|
return false;
|
|
}
|
|
$("#new-patron-list").modal("hide");
|
|
patronListAdd();
|
|
});
|
|
|
|
$("#select_all").on("click",function(e){
|
|
e.preventDefault();
|
|
$(".selection").prop("checked", true).change();
|
|
});
|
|
$("#clear_all").on("click",function(e){
|
|
e.preventDefault();
|
|
$(".selection").prop("checked", false).change();
|
|
});
|
|
|
|
[% IF searchmember %]
|
|
$("#searchmember_filter").val("[% searchmember | html %]");
|
|
[% END %]
|
|
[% IF searchfieldstype %]
|
|
$("searchfieldstype_filter").val("[% searchfieldstype | html %]");
|
|
[% END %]
|
|
[% IF searchtype %]
|
|
$("#searchtype_filter").val("[% searchtype | html %]");
|
|
[% END %]
|
|
[% IF categorycode %]
|
|
$("#categorycode_filter").val("[% categorycode_filter | html %]");
|
|
[% END %]
|
|
[% IF branchcode %]
|
|
$("#branchcode_filter").val("[% branchcode_filter | html %]");
|
|
[% END %]
|
|
|
|
$("#searchheader").hide();
|
|
$("#patron_search_form").on('submit', function(){$("#searchheader").show();});
|
|
$("#clear_search").on("click",function(e){$("#searchheader").hide();});
|
|
});
|
|
|
|
function patronListAdd(){
|
|
var borrowernumbers = [];
|
|
$("#memberresultst").find("input:checkbox:checked").each(function(){
|
|
borrowernumbers.push($(this).val());
|
|
});
|
|
var data = {
|
|
add_to_patron_list: $("#add_to_patron_list").val(),
|
|
new_patron_list: $("#new_patron_list").val(),
|
|
borrowernumbers: borrowernumbers
|
|
};
|
|
$.ajax({
|
|
data: data,
|
|
type: 'POST',
|
|
url: '/cgi-bin/koha/svc/members/add_to_list',
|
|
success: function(data) {
|
|
$("#patron_list_dialog").show();
|
|
$("#patron_list_dialog > span.patrons-length").html(data.patrons_added_to_list);
|
|
$("#patron_list_dialog > a").attr("href", "/cgi-bin/koha/patron_lists/list.pl?patron_list_id=" + data.patron_list.patron_list_id);
|
|
$("#patron_list_dialog > a").html(data.patron_list.name);
|
|
|
|
if ( $('#add_to_patron_list').val() == 'new' ) {
|
|
/* Add a new entry to the menu */
|
|
$("#patronlist-dropdown .divider").before('<li><a class="patron-list-add" href="#" data-listid="' + data.patron_list.patron_list_id + '">' + data.patron_list.name + '</li>');
|
|
}
|
|
},
|
|
error: function() {
|
|
alert( _("An error occurred. Patron list could not be updated.") );
|
|
}
|
|
});
|
|
return true;
|
|
}
|
|
|
|
$('#memberresultst tbody').on('click','td',function(e){
|
|
var $checkbox = $(this).find("input[type=checkbox]");
|
|
if (e.target.type != "checkbox") {
|
|
$checkbox.prop('checked', !$checkbox.prop("checked"));
|
|
$checkbox.change();
|
|
}
|
|
});
|
|
|
|
</script>
|
|
|
|
<script>
|
|
// Apply DataTables on the results table
|
|
var table_settings = [% TablesSettings.GetColumns( 'members', 'member', 'memberresultst', 'json' ) | $raw %];
|
|
[% UNLESS CAN_user_borrowers_edit_borrowers OR CAN_user_tools_manage_patron_lists %]
|
|
[%# Remove the first column if we do not display the checkbox %]
|
|
table_settings['columns'].splice(0, 1);
|
|
[% END %]
|
|
</script>
|
|
|
|
[% IF circsearch == 1 %]
|
|
[% SET redirect_url = '/cgi-bin/koha/circ/circulation.pl' %]
|
|
[% ELSE %]
|
|
[% SET redirect_url = '/cgi-bin/koha/members/moremember.pl' %]
|
|
[% END %]
|
|
[% PROCESS patron_search_js table_id => 'memberresultst', categories => categories, libraries => libraries, extended_attribute_types => attribute_type_codes, columns => columns,actions => ['edit', 'checkout'], redirect_if_one_result => 1, redirect_url => redirect_url, sticky_header => "searchheader", sticky_to => "searchresults", default_sort_column => 'name-address', display_search_description => 1 %]
|
|
|
|
[% END %]
|
|
|
|
[% INCLUDE 'intranet-bottom.inc' %]
|