View | Details | Raw Unified | Return to bug 37094
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-filters.inc (+29 lines)
Line 0 Link Here
1
[% IF letters %]
2
    [% IF ( missingissues && supplierid ) %]
3
        [% PROCESS select_vendor context => "sidebar" %]
4
    [% END %]
5
[% END %]
6
7
[% IF ( missingissues ) %]
8
    <form action="claims.pl" id="filter_claims_form">
9
        <fieldset class="brief">
10
            <h4>Filter missing issues</h4>
11
            <legend class="sr-only">Filter missing issues</legend>
12
            <ol>
13
                <li>
14
                    <label for="from">From:</label>
15
                    <input type="text" name="begindate" id="from" value="[% begindate | html %]" size="10" maxlength="10" class="flatpickr" data-date_to="to" />
16
                </li>
17
                <li>
18
                    <label for="to">To:</label>
19
                    <input type="text" name="enddate" id="to" value="[% enddate | html %]" size="10" maxlength="10" class="flatpickr" />
20
                    <span class="hint">[% INCLUDE 'date-format.inc' %]</span>
21
                </li>
22
            </ol>
23
        </fieldset>
24
        <fieldset class="action">
25
            <input id="filterByDate" class="btn btn-primary" type="button" value="OK" />
26
            <input type="reset" class="btn btn-default" value="Clear" id="clearfilter" />
27
        </fieldset>
28
    </form>
29
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-menu.inc (+1 lines)
Lines 1-5 Link Here
1
<div id="navmenu">
1
<div id="navmenu">
2
    <div id="navmenulist">
2
    <div id="navmenulist">
3
        [% INCLUDE "serials-filters.inc" %]
3
        <h5>Serials</h5>
4
        <h5>Serials</h5>
4
        <ul>
5
        <ul>
5
            [% IF ( subscriptionid ) %]
6
            [% IF ( subscriptionid ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt (-193 / +235 lines)
Lines 7-27 Link Here
7
[% PROCESS 'i18n.inc' %]
7
[% PROCESS 'i18n.inc' %]
8
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
9
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
10
<title
10
    <title>[% FILTER collapse %]
11
    >[% FILTER collapse %]
12
        [% IF( supplierid ) %]
11
        [% IF( supplierid ) %]
13
            [% tx("Claims for {vendor}", { vendor = suppliername }) | html %]
12
            [% tx("Claims for {vendor}", { vendor = suppliername }) | html %] &rsaquo;
14
            &rsaquo;
15
        [% END %]
13
        [% END %]
16
        [% t("Claims") | html %]
14
        [% t("Claims") | html %] &rsaquo;
17
        &rsaquo; [% t("Serials") | html %] &rsaquo; [% t("Koha") | html %]
15
        [% t("Serials") | html %] &rsaquo;
18
    [% END %]</title
16
        [% t("Koha") | html %]
19
>
17
    [% END %]</title>
20
[% INCLUDE 'doc-head-close.inc' %]
18
    [% INCLUDE 'doc-head-close.inc' %]
21
</head>
19
</head>
22
20
23
<body id="ser_claims" class="ser">
21
<body id="ser_claims" class="ser">
24
[% WRAPPER 'header.inc' %]
22
    [% WRAPPER 'header.inc' %]
25
    [% INCLUDE 'serials-search.inc' %]
23
    [% INCLUDE 'serials-search.inc' %]
26
[% END %]
24
[% END %]
27
25
Lines 32-38 Link Here
32
        [% END %]
30
        [% END %]
33
        [% IF ( supplierid ) -%]
31
        [% IF ( supplierid ) -%]
34
            [% WRAPPER breadcrumb_item %]
32
            [% WRAPPER breadcrumb_item %]
35
                <a href="/cgi-bin/koha/serials/claims.pl"> Claims </a>
33
                <a href="/cgi-bin/koha/serials/claims.pl">
34
                    Claims
35
                </a>
36
            [% END %]
36
            [% END %]
37
            [% WRAPPER breadcrumb_item bc_active= 1 %]
37
            [% WRAPPER breadcrumb_item bc_active= 1 %]
38
                <span>Claims for [% suppliername | html %]</span>
38
                <span>Claims for [% suppliername | html %]</span>
Lines 46-214 Link Here
46
[% END #/ WRAPPER sub-header.inc %]
46
[% END #/ WRAPPER sub-header.inc %]
47
47
48
[% WRAPPER 'main-container.inc' aside='serials-menu' %]
48
[% WRAPPER 'main-container.inc' aside='serials-menu' %]
49
    <h1>Claims [% IF ( suppliername ) %]for [% suppliername | html %][% END %]</h1>
50
49
51
    [% IF error_claim %]
50
                <h1>Claims [% IF ( suppliername ) %] for [% suppliername | html %] [% END %]</h1>
52
        [% IF error_claim == 'no_vendor_email' %]
51
53
            <div class="alert alert-warning">This vendor has no email defined for late issues.</div>
52
                [% IF error_claim %]
54
        [% ELSIF error_claim == 'bad_or_missing_sender' %]
53
                    [% IF error_claim == 'no_vendor_email' %]
55
            <div class="alert alert-warning">Bad or missing sender address; check your branch email address or preference KohaAdminEmailAddress.</div>
54
                        <div class="alert alert-warning">This vendor has no email defined for late issues.</div>
56
        [% ELSE %]
55
                    [% ELSIF error_claim == 'bad_or_missing_sender' %]
57
            <div class="alert alert-warning">[% error_claim | html %]</div>
56
                        <div class="alert alert-warning">Bad or missing sender address; check your branch email address or preference KohaAdminEmailAddress.</div>
58
        [% END %]
57
                    [% ELSE %]
59
    [% END %]
58
                        <div class="alert alert-warning">[% error_claim | html %]</div>
60
    [% IF info_claim %]
59
                    [% END %]
61
        <div class="alert alert-info">Email has been sent.</div>
60
                [% END %]
62
    [% END %]
61
                [% IF info_claim %]
63
62
                    <div class="alert alert-info">Email has been sent.</div>
64
    [% IF letters %]
63
                [% END %]
65
        [% UNLESS ( missingissues ) %]
64
66
            [% IF ( supplierid ) %]
65
                [% IF letters %]
67
                <div class="alert alert-warning">No missing issues found.</div>
66
                    [% UNLESS ( missingissues ) %]
68
            [% ELSE %]
67
                        [% IF ( supplierid ) %]
69
                <div class="alert alert-info">Please choose a vendor.</div>
68
                            <div class="alert alert-warning">No missing issues found.</div>
70
            [% END %]
69
                        [% ELSE %]
71
        [% END %]
70
                            <div class="alert alert-info">Please choose a vendor.</div>
72
    [% END %]
71
                            [% PROCESS select_vendor context => "main" %]
72
                        [% END %]
73
                    [% END %]
74
                [% END %]
75
76
                [% IF ( SHOWCONFIRMATION ) %]
77
                    <div class="alert alert-warning">Your notification has been sent.</div>
78
                [% END %]
79
80
                [% UNLESS letters %]
81
                    <div class="alert alert-warning">
82
                        No claims notice defined. <a href="/cgi-bin/koha/tools/letter.pl">Please define one</a>.
83
                    </div>
84
                [% END %]
85
86
                [% IF ( missingissues ) %]
87
                    <h3>Missing issues</h3>
88
89
                        <form action="claims.pl" method="post" id="claims_form">
90
                            <div class="page-section">
91
                                [% INCLUDE 'csrf-token.inc' %]
92
                                <table id="claimst">
93
                                    <thead>
94
                                        <tr>
95
                                            <th class="NoSort"><input type="checkbox" id="CheckAll"></th>
96
                                            <th>Vendor</th>
97
                                            <th>Library</th>
98
                                            <th class="anti-the">Title</th>
99
                                            <th>ISSN</th>
100
                                            <th>Issue number</th>
101
                                            <th>Status</th>
102
                                            <th>Since</th>
103
                                            <th>Publication date</th>
104
                                            <th>Claims count</th>
105
                                            <th>Claim date</th>
106
                                            [% FOR field IN additional_fields_for_subscription %]
107
                                            <th>[% field.name | html %]</th>
108
                                            [% END %]
109
                                        </tr>
110
                                    </thead>
111
                                    <tbody>
112
                                        [% FOREACH missingissue IN missingissues %]
113
                                            <tr>
114
                                                <td>
115
                                                [% UNLESS missingissue.cannot_claim %]
116
                                                    <input type="checkbox" class="select_serial" name="serialid" value="[% missingissue.serialid | html %]" />
117
                                                [% END %]
118
                                                </td>
119
                                                <td>[% missingissue.name | html %]</td>
120
                                                <td>
121
                                                    <span class="branch-[% missingissue.branchcode | html %]">[% Branches.GetName( missingissue.branchcode ) | html %]</span>
122
                                                </td>
123
                                                <td>
124
                                                    <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% missingissue.subscriptionid | uri %]">[% missingissue.title | html %]</a>
125
                                                </td>
126
                                                <td>[% missingissue.issn | html %]</td>
127
                                                <td>[% missingissue.serialseq | html %]</td>
128
                                                <td>
129
                                                    [% INCLUDE 'serial-status.inc' serial = missingissue %]
130
                                                </td>
131
                                                <td class="planneddate" data-order="[% missingissue.planneddate | html %]">
132
                                                    [% missingissue.planneddate | $KohaDates %]
133
                                                </td>
134
                                                <td class="publisheddate" data-order="[% missingissue.publisheddate | html %]">
135
                                                    [% missingissue.publisheddate | $KohaDates %]
136
                                                </td>
137
                                                <td>[% missingissue.claims_count | html %]</td>
138
                                                <td data-order="[% missingissue.claimdate | html %]">
139
                                                    [% missingissue.claimdate | $KohaDates %]
140
                                                </td>
141
                                                [% INCLUDE 'additional-fields-display.inc' available=additional_fields_for_subscription values=missingissue.additional_field_values value_only=1 is_table_cell=1 %]
142
                                            </tr>
143
                                        [% END # /FOREACH missingissue %]
144
                                    </tbody>
145
                                    <tfoot>
146
                                        <tr>
147
                                            <td></td>
148
                                            <td><input type="text" class="filter" data-column_num="1" placeholder="Search vendor" /></td>
149
                                            <td><input type="text" class="filter" data-column_num="2" placeholder="Search library" /></td>
150
                                            <td><input type="text" class="filter" data-column_num="3" placeholder="Search title" /></td>
151
                                            <td><input type="text" class="filter" data-column_num="4" placeholder="Search ISSN" /></td>
152
                                            <td><input type="text" class="filter" data-column_num="5" placeholder="Search issue number" /></td>
153
                                            <td><input type="text" class="filter" data-column_num="6" placeholder="Search status" /></td>
154
                                            <td><input type="text" class="filter" data-column_num="7" placeholder="Search since" /></td>
155
                                            <td><input type="text" class="filter" data-column_num="8" placeholder="Search publication date" /></td>
156
                                            <td><input type="text" class="filter" data-column_num="9" placeholder="Search claim count" /></td>
157
                                            <td><input type="text" class="filter" data-column_num="10" placeholder="Search claim date" /></td>
158
                                            [% FOR field IN additional_fields_for_subscription %]
159
                                                <td><input type="text" class="filter" data-column_num="[% loop.count + 10 | html %]" placeholder="Search [% field.name | html %]" /></td>
160
                                            [% END %]
161
                                        </tr>
162
                                    </tfoot>
163
                                </table> <!-- /#claimst -->
164
                            </div> <!-- /.page-section -->
165
166
                            <hr />
167
168
                            <div class="row">
169
                                [% IF csv_profiles.count %]
170
                                    <div class="col">
171
                                        <fieldset class="serial_batch_op" disabled="disabled">
172
                                            <fieldset class="brief">
173
                                                <legend>Download selected claims</legend>
174
                                                <label for="csv_profile_for_export">Select CSV profile:</label>
175
                                                <select id="csv_profile_for_export">
176
                                                    [% FOR csv IN csv_profiles %]
177
                                                        <option value="[% csv.export_format_id | html %]">[% csv.profile | html %]</option>
178
                                                    [% END %]
179
                                                </select>
180
                                                <fieldset class="action">
181
                                                    <button class="btn btn-primary" id="ExportSelected" type="button">Download selected claims</button>
182
                                                </fieldset>
183
                                            </fieldset>
184
                                        </fieldset>
185
                                    </div>
186
                                [% END %]
73
187
74
    [% IF ( SHOWCONFIRMATION ) %]
188
                                [% IF letters %]
75
        <div class="alert alert-warning">Your notification has been sent.</div>
189
                                    <div class="col">
76
    [% END %]
190
                                        <fieldset class="serial_batch_op" disabled="disabled">
191
                                            <fieldset class="brief">
192
                                                <legend>Send claim notification</legend>
193
                                                <label for="letter_code">Select notice:</label>
194
                                                <select name="letter_code" id="letter_code">
195
                                                    [% FOREACH letter IN letters %]
196
                                                        <option value="[% letter.code | html %]">[% letter.name | html %]</option>
197
                                                    [% END %]
198
                                                </select>
199
                                                <fieldset class="action">
200
                                                    <input type="hidden" name="op" value="cud-send_alert" />
201
                                                    <input type="hidden" name="supplierid" value="[% supplierid | html %]" />
202
                                                    <input type="submit" name="submit" class="btn btn-primary" value="Send notification" />
203
                                                </fieldset>
204
                                            </fieldset>
205
                                        </fieldset>
206
                                    </div>
207
                                [% END %]
208
                            </div>
209
                        </form> <!-- /#claims_form -->
77
210
78
    [% UNLESS letters %]
211
                [% END # /missingissues %]
79
        <div class="alert alert-warning"> No claims notice defined. <a href="/cgi-bin/koha/tools/letter.pl">Please define one</a>. </div>
80
    [% END %]
81
212
82
    <form id="claims" name="claims" action="claims.pl" method="get">
213
[% END %]
83
        <fieldset>
214
84
            <label for="supplierid">Vendor: </label>
215
[% BLOCK select_vendor %]
216
    <form class="select_vendor" name="claims" action="claims.pl" method="get">
217
        [% IF ( context == "main") %]
218
            [% SET form_class = "rows" %]
219
        [% ELSE %]
220
            [% SET form_class = "brief" %]
221
        [% END %]
222
        <fieldset class="[% form_class | html %]">
223
            <h4>Choose vendor</h4>
224
            <label class="sr-only" for="supplierid">Choose vendor: </label>
85
            <select id="supplierid" name="supplierid">
225
            <select id="supplierid" name="supplierid">
86
                [% FOREACH suploo IN suploop %]
226
                [% FOREACH suploo IN suploop %]
87
                    <option value="[% suploo.id | html %]" [% IF suploo.selected %]selected="selected"[% END %]> [% suploo.name | html %] ([% suploo.count | html %]) </option>
227
                    [% IF ( suploo.selected ) %]
228
                        <option value="[% suploo.id | html %]" selected="selected" >
229
                    [% ELSE %]
230
                        <option value="[% suploo.id | html %]">
231
                    [% END %]
232
                        [% suploo.name | html %]
233
                        ([% suploo.count | html %])
234
                    </option>
88
                [% END %]
235
                [% END %]
89
            </select>
236
            </select>
90
            <input type="submit" class="btn btn-primary" value="OK" />
91
        </fieldset>
237
        </fieldset>
92
    </form>
238
        <fieldset class="action">
93
    <!-- /#claims -->
239
            <input type="submit" class="btn btn-primary" value="OK" />
94
95
    [% IF ( missingissues ) %]
96
        <h3>Missing issues</h3>
97
        <form method="get" action="claims.pl" id="filter_claims_form">
98
            <fieldset class="rows">
99
                <legend>Filters:</legend>
100
                <ol>
101
                    <li>
102
                        <label for="from">From:</label>
103
                        <input type="text" name="begindate" id="from" value="[% begindate | html %]" size="10" maxlength="10" class="flatpickr" data-date_to="to" />
104
                        <label for="to" style="float:none;">To:</label>
105
                        <input type="text" name="enddate" id="to" value="[% enddate | html %]" size="10" maxlength="10" class="flatpickr" />
106
                        <span class="hint">[% INCLUDE 'date-format.inc' %]</span>
107
                        <input id="filterByDate" type="button" value="OK" />
108
                        <a href="#" id="clearfilter"><i class="fa fa-times"></i> Clear filter</a>
109
                    </li>
110
                </ol>
111
            </fieldset>
112
        </form>
113
114
        <fieldset>
115
            <form action="claims.pl" method="post" id="claims_form">
116
                [% INCLUDE 'csrf-token.inc' %]
117
                <table id="claimst">
118
                    <thead>
119
                        <tr>
120
                            <th><input type="checkbox" id="CheckAll" /></th>
121
                            <th>Vendor</th>
122
                            <th>Library</th>
123
                            <th class="anti-the">Title</th>
124
                            <th>ISSN</th>
125
                            <th>Issue number</th>
126
                            <th>Status</th>
127
                            <th>Since</th>
128
                            <th>Publication date</th>
129
                            <th>Claims count</th>
130
                            <th>Claim date</th>
131
                            [% FOR field IN additional_fields_for_subscription %]
132
                                <th>[% field.name | html %]</th>
133
                            [% END %]
134
                        </tr>
135
                    </thead>
136
                    <tbody>
137
                        [% FOREACH missingissue IN missingissues %]
138
                            <tr>
139
                                <td>
140
                                    [% UNLESS missingissue.cannot_claim %]
141
                                        <input type="checkbox" name="serialid" value="[% missingissue.serialid | html %]" />
142
                                    [% END %]
143
                                </td>
144
                                <td>[% missingissue.name | html %]</td>
145
                                <td>
146
                                    <span class="branch-[% missingissue.branchcode | html %]">[% Branches.GetName( missingissue.branchcode ) | html %]</span>
147
                                </td>
148
                                <td>
149
                                    <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% missingissue.subscriptionid | uri %]">[% missingissue.title | html %]</a>
150
                                </td>
151
                                <td>[% missingissue.issn | html %]</td>
152
                                <td>[% missingissue.serialseq | html %]</td>
153
                                <td> [% INCLUDE 'serial-status.inc' serial = missingissue %] </td>
154
                                <td class="planneddate" data-order="[% missingissue.planneddate | html %]"> [% missingissue.planneddate | $KohaDates %] </td>
155
                                <td class="publisheddate" data-order="[% missingissue.publisheddate | html %]"> [% missingissue.publisheddate | $KohaDates %] </td>
156
                                <td>[% missingissue.claims_count | html %]</td>
157
                                <td data-order="[% missingissue.claimdate | html %]"> [% missingissue.claimdate | $KohaDates %] </td>
158
                                [% INCLUDE 'additional-fields-display.inc' available=additional_fields_for_subscription values=missingissue.additional_field_values value_only=1 is_table_cell=1 %]
159
                            </tr>
160
                        [% END # /FOREACH missingissue %]
161
                    </tbody>
162
                    <tfoot>
163
                        <tr>
164
                            <td></td>
165
                            <td><input type="text" class="filter" data-column_num="1" placeholder="Search vendor" /></td>
166
                            <td><input type="text" class="filter" data-column_num="2" placeholder="Search library" /></td>
167
                            <td><input type="text" class="filter" data-column_num="3" placeholder="Search title" /></td>
168
                            <td><input type="text" class="filter" data-column_num="4" placeholder="Search ISSN" /></td>
169
                            <td><input type="text" class="filter" data-column_num="5" placeholder="Search issue number" /></td>
170
                            <td><input type="text" class="filter" data-column_num="6" placeholder="Search status" /></td>
171
                            <td><input type="text" class="filter" data-column_num="7" placeholder="Search since" /></td>
172
                            <td><input type="text" class="filter" data-column_num="8" placeholder="Search publication date" /></td>
173
                            <td><input type="text" class="filter" data-column_num="9" placeholder="Search claim count" /></td>
174
                            <td><input type="text" class="filter" data-column_num="10" placeholder="Search claim date" /></td>
175
                            [% FOR field IN additional_fields_for_subscription %]
176
                                <td><input type="text" class="filter" data-column_num="[% loop.count + 10 | html %]" placeholder="Search [% field.name | html %]" /></td>
177
                            [% END %]
178
                        </tr>
179
                    </tfoot>
180
                </table>
181
                <!-- /#claimst -->
182
183
                [% IF csv_profiles.count %]
184
                    <fieldset class="action">
185
                        <label for="csv_code">Select CSV profile:</label>
186
                        <select id="csv_profile_for_export">
187
                            [% FOR csv IN csv_profiles %]
188
                                <option value="[% csv.export_format_id | html %]">[% csv.profile | html %]</option>
189
                            [% END %]
190
                        </select>
191
                        <span class="exportSelected"><a id="ExportSelected" href="/cgi-bin/koha/serials/claims.pl">Download selected claims</a></span>
192
                    </fieldset>
193
                [% END %]
194
195
                [% IF letters %]
196
                    <fieldset class="action">
197
                        <label for="letter_code">Select notice:</label>
198
                        <select name="letter_code" id="letter_code">
199
                            [% FOREACH letter IN letters %]
200
                                <option value="[% letter.code | html %]">[% letter.name | html %]</option>
201
                            [% END %]
202
                        </select>
203
                        <input type="hidden" name="op" value="cud-send_alert" />
204
                        <input type="hidden" name="supplierid" value="[% supplierid | html %]" />
205
                        <input type="submit" name="submit" class="btn btn-primary" value="Send notification" />
206
                    </fieldset>
207
                [% END %]
208
            </form>
209
            <!-- /#claims_form -->
210
        </fieldset>
240
        </fieldset>
211
    [% END # /missingissues %]
241
    </form> <!-- /#claims -->
212
[% END %]
242
[% END %]
213
243
214
[% MACRO jsinclude BLOCK %]
244
[% MACRO jsinclude BLOCK %]
Lines 216-245 Link Here
216
    [% INCLUDE 'datatables.inc' %]
246
    [% INCLUDE 'datatables.inc' %]
217
    <script>
247
    <script>
218
        var sTable;
248
        var sTable;
219
        $(document).ready(function () {
249
        $(document).ready(function() {
220
            sTable = $("#claimst").dataTable(
250
            enableSelectedActions();
221
                $.extend(true, {}, dataTablesDefaults, {
251
            sTable = $("#claimst").dataTable($.extend(true, {}, dataTablesDefaults, {
222
                    dom: "t",
252
                "dom": 't',
223
                    columnDefs: [
253
                "order": [[ 7, "asc" ]],
224
                        { targets: [0], orderable: false, searchable: false },
254
                "columnDefs": [
225
                        { type: "anti-the", targets: ["anti-the"] },
255
                    { 'sortable': false, 'targets': [ 'NoSort' ] },
226
                    ],
256
                    { "type": "anti-the", "targets":  [ 'anti-the'] }
227
                    paginate: false,
257
                ],
228
                })
258
                "paginate": false
229
            );
259
            }));
230
            $("#supplierid").change(function () {
231
                $("#claims").submit();
232
            });
233
260
234
            // Checkboxes : Select All / None
261
            // Checkboxes : Select All / None
235
            $("span.checkall").html('<input type="checkbox" name="CheckAll"> ' + _("Check all") + "</input>");
262
            $("span.checkall").html("<input type=\"checkbox\" name=\"CheckAll\"> "+_("Check all")+"</input>");
236
263
237
            $("#CheckAll").click(function () {
264
            $("#CheckAll").click(function() {
238
                $("#claimst tr:visible :checkbox").prop("checked", $("#CheckAll").is(":checked"));
265
                $("#claimst tr:visible :checkbox").prop('checked', $("#CheckAll").is(':checked'));
266
                enableSelectedActions();
239
            });
267
            });
240
268
241
            // Generates a dynamic link for exporting the selections data as CSV
269
            // Generates a dynamic link for exporting the selections data as CSV
242
            $("#ExportSelected").click(function () {
270
            $("#ExportSelected").click(function() {
243
                // We need to use "input[name=serialid]:checked" instead of "input:checked". Otherwise, the "check all" box will pass the value of "on" as a serialid, which produces a SQL error.
271
                // We need to use "input[name=serialid]:checked" instead of "input:checked". Otherwise, the "check all" box will pass the value of "on" as a serialid, which produces a SQL error.
244
                var selected = $("input[name=serialid]:checked");
272
                var selected = $("input[name=serialid]:checked");
245
273
Lines 249-281 Link Here
249
                }
277
                }
250
278
251
                // Building the url from currently checked boxes
279
                // Building the url from currently checked boxes
252
                var url = "/cgi-bin/koha/serials/lateissues-export.pl?supplierid=&amp;op=claims";
280
                var url = '/cgi-bin/koha/serials/lateissues-export.pl?supplierid=&amp;op=claims';
253
                for (var i = 0; i < selected.length; i++) {
281
                for (var i = 0; i < selected.length; i++) {
254
                    url += "&amp;serialid=" + selected[i].value;
282
                    url += '&amp;serialid=' + selected[i].value;
255
                }
283
                }
256
                url += "&amp;csv_profile=" + $("#csv_profile_for_export option:selected").val();
284
                url += '&amp;csv_profile=' + $("#csv_profile_for_export option:selected").val();
257
                // And redirecting to the CSV page
285
                // And redirecting to the CSV page
258
                location.href = url;
286
                location.href = url;
259
                return false;
287
                return false;
260
            });
288
            });
261
            $("#filterByDate").on("click", function (e) {
289
            $("#filterByDate").on("click",function(e){
262
                e.preventDefault();
290
                e.preventDefault();
263
                filterByDate();
291
                filterByDate();
264
            });
292
            });
265
            $("#clearfilter").on("click", function (e) {
293
            $("#clearfilter").on("click",function(e){
266
                e.preventDefault();
294
                e.preventDefault();
267
                $("#from").flatpickr().clear();
295
                $("#from").flatpickr().clear();
268
                $("#to").flatpickr().clear();
296
                $("#to").flatpickr().clear();
269
                $("table#claimst tbody tr").show();
297
                $("table#claimst tbody tr").show();
270
            });
298
            });
271
            $("#claims_form").on("submit", function () {
299
            $("#claims_form").on("submit",function(){
272
                return checkForm();
300
                return checkForm();
273
            });
301
            });
274
            $("#filter_claims_form").on("submit", function () {
302
            $("#filter_claims_form").on("submit",function(){
275
                return false;
303
                return false;
276
            });
304
            });
305
306
            $(".select_serial").on("change", function(){
307
                enableSelectedActions();
308
            });
277
        });
309
        });
278
310
311
        function enableSelectedActions() {
312
            var checkedBoxes = $(".select_serial:checked");
313
            if ( checkedBoxes.length ) {
314
                $(".serial_batch_op").prop( "disabled", false );
315
            } else {
316
                $(".serial_batch_op").prop( "disabled", true );
317
            }
318
        }
319
279
        // Checks if the form can be sent (at least one checkbox must be checked)
320
        // Checks if the form can be sent (at least one checkbox must be checked)
280
        function checkForm() {
321
        function checkForm() {
281
            if ($("input:checked").length == 0) {
322
            if ($("input:checked").length == 0) {
Lines 287-293 Link Here
287
        // Filter by date
328
        // Filter by date
288
        function filterByDate() {
329
        function filterByDate() {
289
            var beginDate = new Date($("#from").val()).getTime();
330
            var beginDate = new Date($("#from").val()).getTime();
290
            var endDate = new Date($("#to").val()).getTime();
331
            var endDate   = new Date($("#to").val()).getTime();
291
332
292
            // Checks if the beginning date is valid
333
            // Checks if the beginning date is valid
293
            if (!parseInt(beginDate)) {
334
            if (!parseInt(beginDate)) {
Lines 313-324 Link Here
313
            $("table#claimst tbody tr").hide();
354
            $("table#claimst tbody tr").hide();
314
355
315
            // For each date in the table
356
            // For each date in the table
316
            $(".planneddate").each(function () {
357
            $(".planneddate").each(function() {
358
317
                // We make a JS Date Object, according to the locale
359
                // We make a JS Date Object, according to the locale
318
                var pdate = Date_from_syspref($(this).text()).getTime();
360
                var pdate = Date_from_syspref($(this).text()).getTime();
319
361
320
                // And checks if the date is between the beginning and ending dates
362
                // And checks if the date is between the beginning and ending dates
321
                if (pdate > beginDate && pdate < endDate) {
363
                if (pdate > beginDate &&
364
                    pdate < endDate) {
322
                    // If so, we can show the row
365
                    // If so, we can show the row
323
                    $(this).parent().show();
366
                    $(this).parent().show();
324
                }
367
                }
325
- 

Return to bug 37094