Bug 22734: Fund not marked as mandatory when ordering from a staged file
[koha-equinox.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / addorderiso2709.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE KohaDates %]
4 [% USE Branches %]
5 [% SET footerjs = 1 %]
6 [% INCLUDE 'doc-head-open.inc' %]
7 <title>Koha &rsaquo; Acquisitions &rsaquo; Order staged MARC records
8 [% IF ( batch_details ) %]
9  &rsaquo; Batch [% import_batch_id | html %]
10 [% ELSE %]
11  &rsaquo; Batch list
12 [% END %]
13 </title>
14 <style>#dataPreview { width : 80%; } @media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } }</style>
15 [% INCLUDE 'doc-head-close.inc' %]
16 </head>
17
18 <body id="acq_addorderiso2709" class="acq">
19 [% INCLUDE 'header.inc' %]
20 [% INCLUDE 'acquisitions-search.inc' %]
21 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | html %]">[% booksellername | html %]</a> &rsaquo; <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | html %]">Basket [% basketno | html %]</a> &rsaquo; Add orders from MARC file</div>
22     <div class="container-fluid">
23         <div class="row">
24             <div class="col-sm-6 col-sm-offset-3 col-md-8 col-md-offset-2">
25              [% IF ( allmatch ) %]<div class="dialog alert">
26               <h4>No records imported</h4>
27              No record have been imported because they all match an existing record in your catalog.<br />You'll have to treat them individually.
28              </div>
29              [% END %]
30
31              [% IF ( batch_details ) %]
32                 <h1>Add orders from [% comments | html %]
33                     ([% file_name | html %] staged on [% upload_timestamp | $KohaDates  with_hours => 1 %])
34                 </h1>
35                 <form action="/cgi-bin/koha/acqui/addorderiso2709.pl" method="post" id="Aform">
36                 <div id="tabs" class="toptabs">
37                   <ul>
38                     <li><a href="#records_to_import">Select to import</a></li>
39                     <li><a href="#items_info" class="items_info">Item information</a></li>
40                     <li><a href="#accounting_details">Default accounting details</a></li>
41                   </ul>
42
43                   <div id="records_to_import">
44                     <div id="searchheader">
45                         <div>
46                             <span class="checkall"><a id="checkAll" href="#">Select all</a></span>
47                             |
48                             <span class="uncheckall"><a id="unCheckAll" href="#">Clear all</a></span>
49                             |
50                             <span>
51                                 <label for="matcher_id">Matching:</label>
52                                     <select name="matcher_id" id="matcher_id">
53                                         <option value="_TITLE_AUTHOR_">Title and author</option>
54                                         <option value="">Do not look for matching records</option>
55                                         [% FOREACH available_matcher IN available_matchers %]
56                                             [% IF ( available_matcher.code == current_matcher_code ) %]
57                                                 <option value="[% available_matcher.matcher_id | html %]" selected="selected">
58                                                     [% available_matcher.code | html %] ([% available_matcher.description | html %])
59                                                 </option>
60                                             [% ELSE %]
61                                                 <option value="[% available_matcher.matcher_id | html %]">
62                                                     [% available_matcher.code | html %] ([% available_matcher.description | html %])
63                                                 </option>
64                                             [% END %]
65                                         [% END %]
66                                     </select>
67                             </span>
68                             |
69                             <span>
70                                 <label for="showallbudgets" style="float:none;width:auto;">&nbsp;Show inactive funds:</label>
71                                 <input type="checkbox" id="showallbudgets" />
72                             </span>
73                         </div>
74                     </div>
75
76                         <input type="hidden" name="op" value="import_records"/>
77                         <input type="hidden" name="basketno" value="[% basketno | html %]" />
78                         <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
79                         <input type="hidden" name="import_batch_id" value="[% import_batch_id | html %]" />
80                         <input type="hidden" name="ordernumber" value="[% ordernumber | html %]" />
81
82                         [% FOREACH biblio IN biblio_list %]
83                         <fieldset class="biblio unselected rows" style="float:none;">
84                           <legend>
85                             <label for="record_[% biblio.import_record_id | html %]" style="width:auto;">
86                               <input type="checkbox" name="import_record_id" id="record_[% biblio.import_record_id | html %]" value="[% biblio.import_record_id | html %]" />
87                               <span class="citation">[% biblio.citation | html %]</span>
88                             </label>
89                             <span class="links" style="font-weight: normal;">
90                               ( <a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% biblio.import_record_id | uri %]" class="previewData">MARC</a> | <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;importid=[% biblio.import_record_id | html %]" class="previewData">Card</a> | <a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=[% booksellerid | html %]&amp;basketno=[% basketno | html %]&amp;breedingid=[% biblio.import_record_id | html %]&amp;import_batch_id=[% biblio.import_batch_id | html %]&amp;biblionumber=[% biblio.match_biblionumber | html %]">Add order</a> )
91                             </span>
92                           </legend>
93                           <div style="float:left">
94                           <ol>
95                             <li class="status">
96                               <span class="match">
97                                 [% IF ( biblio_lis.overlay_status == 'no_match' ) %]
98                                     No match
99                                 [% ELSIF ( biblio_lis.overlay_status == 'match_applied' ) %]
100                                     Match applied
101                                 [% ELSIF ( biblio_lis.overlay_status == 'auto_match' ) %]
102                                     Match found
103                                 [% ELSE %]
104                                     [% biblio_lis.overlay_status | html %]
105                                 [% END %]
106                                 [% IF ( biblio.match_biblionumber ) %]
107                                   Matches biblio [% biblio.match_biblionumber | uri %] (score = [% biblio.match_score | html %]): <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.match_biblionumber | uri %]">[% biblio.match_citation | html %]</a>
108                                 [% END %]
109                               </span>
110                             </li>
111                             <li class="quantity">
112                                 <label for="quantity_record_[% biblio.import_record_id | html %]" class="required">Quantity: </label>
113                                 <input id="quantity_record_[% biblio.import_record_id | html %]" type="text" pattern="[0-9]+" value="[% biblio.quantity.length ? biblio.quantity : 1 | html %]" name="quantity" />
114                                 <span class="required">Required</span>
115                             </li>
116                             <li class="price">
117                                 <label for="price_record_[% biblio.import_record_id | html %]">Price: </label>
118                                 <input id="price_record_[% biblio.import_record_id | html %]" type="text" value="[% biblio.price | html %]" name="price" />
119                             </li>
120                             <li class="discount">
121                                 <label for="discount_record_[% biblio.import_record_id | html %]">Discount: </label>
122                                 <input id="discount_record_[% biblio.import_record_id | html %]" type="text" value="[% biblio.discount | html %]" name="discount" size="6" /> %
123                                 <div class="hint">If empty, discount rate from vendor will be used</div>
124                             </li>
125                             <li class="fund">
126                                 [% IF ( close ) %]
127                                     <label for="fund_record_[% biblio.import_record_id | html %]">Fund: </label>
128                                     <input type="hidden" size="20" name="budget_id" value="[% budget_id | html %]" />[% Budget_name | html %]
129                                 [% ELSE %]
130                                     <label for="fund_record_[% biblio.import_record_id | html %]">Fund: </label>
131                                     <select id="fund_record_[% biblio.import_record_id | html %]" size="1" name="budget_id">
132                                     <option value="">Select a fund</option>
133                                     [% FOREACH budget IN budget_loop %]
134                                         [% IF ( budget.b_id == biblio.budget_id ) %]
135                                           [% IF budget.b_active %]
136                                             <option value="[% budget.b_id | html %]" data-sort1-authcat="[% budget.b_sort1_authcat | html %]" data-sort2-authcat="[% budget.b_sort2_authcat | html %]" selected="selected">[% budget.b_txt | html %]</option>
137                                           [% ELSE %]
138                                             <option value="[% budget.b_id | html %]" data-sort1-authcat="[% budget.b_sort1_authcat | html %]" data-sort2-authcat="[% budget.b_sort2_authcat | html %]" selected="selected">[% budget.b_txt | html %] (inactive)</option>
139                                           [% END %]
140                                         [% ELSE %]
141                                             [% IF budget.b_active %]<option value="[% budget.b_id | html %]" data-sort1-authcat="[% budget.b_sort1_authcat | html %]" data-sort2-authcat="[% budget.b_sort2_authcat | html %]">[% budget.b_txt | html %]</option>
142                                             [% ELSE %]<option value="[% budget.b_id | html %]" class="b_inactive" data-sort1-authcat="[% budget.b_sort1_authcat | html %]" data-sort2-authcat="[% budget.b_sort2_authcat | html %]">[% budget.b_txt | html %] (inactive)</option>
143                                             [% END %]
144                                         [% END %]
145                                     [% END %]
146                                   </select>
147                                   <span class="required" style="display:none">Required</span>
148                                 [% END %]
149                             </li>
150                             <li class="sort1">
151                                 <label for="sort1_record_[% biblio.import_record_id | html %]">Statistic 1: </label>
152                                 <input id="sort1_record_[% biblio.import_record_id | html %]" type="text" id="sort1" size="20" name="sort1" value="[% biblio.sort1 | html %]" />
153                             </li>
154                             <li class="sort2">
155                                 <label for="sort2_record_[% biblio.import_record_id | html %]">Statistic 2: </label>
156                                 <input id="sort2_record_[% biblio.import_record_id | html %]" type="text" id="sort2" size="20" name="sort2" value="[% biblio.sort2 | html %]" />
157                             </li>
158                           </ol>
159                         </div>
160                         <div style="float:right">
161                         [% IF biblio.item_error %]Item records could not be processed because the number of item fields was uneven.[% END %]
162                         [% FOREACH item IN biblio.iteminfos %]
163                         <fieldset>
164                         <legend>Item Record [% item.item_id | html %]</legend>
165                         <ol>
166                         <li>
167                         <label for="homebranch_item_[% item.item_id | html %]">homebranch</label><select id="homebranch_item_[% item.item_id | html %]" name="homebranch_[% item.biblio_count | html %]">
168                         [% FOREACH l IN libraries %]
169                           [% IF l.branchcode == item.homebranch %]
170                             <option value="[% l.branchcode | html %]" selected="selected">[% l.branchname | html %]</option>
171                           [% ELSE %]
172                             <option value="[% l.branchcode | html %]">[% l.branchname | html %]</option>
173                           [% END %]
174                         [% END %]
175                         </select>
176                         </li>
177
178                         <li><label for="holdingbranch_item_[% item.item_id | html %]">holdingbranch</label><select id="holdingbranch_item_[% item.item_id | html %]" name="holdingbranch_[% item.biblio_count | html %]">
179                         [% FOREACH l IN libraries %]
180                           [% IF l.branchcode == item.holdingbranch %]
181                             <option value="[% l.branchcode | html %]" selected="selected">[% l.branchname | html %]</option>
182                           [% ELSE %]
183                             <option value="[% l.branchcode | html %]">[% l.branchname | html %]</option>
184                           [% END %]
185                         [% END %]
186                         </select>
187                         </li>
188                         <li><label for="itype_item_[% item.item_id | html %]">itype</label><select id="itype_item_[% item.item_id | html %]" name="itype_[% item.biblio_count | html %]">
189                         [% FOREACH itypeloo IN itypeloop %]
190                           [% IF ( itypeloo.itemtype ) == ( item.itype ) %]
191                             <option value="[% itypeloo.itemtype | html %]" selected="selected">[% itypeloo.description | html %]</option>
192                           [% ELSE %]
193                             <option value="[% itypeloo.itemtype | html %]">[% itypeloo.description | html %]</option>
194                           [% END %]
195                         [% END %]
196                         </select>
197                         </li>
198
199                         <li><label for="nonpublic_note_item_[% item.item_id | html %]">nonpublic_note</label><input type="text" id="nonpublic_note_item_[% item.item_id | html %]" name="nonpublic_note_[% item.biblio_count | html %]" value="[% item.nonpublic_note | html %]"></li>
200                         <li><label for="public_note_item_[% item.item_id | html %]">public_note</label><input type="text" id="public_note_item_[% item.item_id | html %]" name="public_note_[% item.biblio_count | html %]" value="[% item.public_note | html %]"></li>
201                         <li><label for="loc_item_[% item.item_id | html %]">loc</label><select id="loc_item_[% item.item_id | html %]" name="loc_[% item.biblio_count | html %]">
202                         <option value=""> </option>
203                         [% FOREACH locationloo IN locationloop %]
204                             [% IF ( locationloo.code ) == (item.loc) %]<option value="[% locationloo.code | html %]" selected="selected">[% locationloo.description | html %]</option>[% ELSE %]<option value="[% locationloo.code | html %]">[% locationloo.description | html %]</option>[% END %]
205                         [% END %]
206                        </select>
207                         </li>
208
209                         <li><label for="ccode_item_[% item.item_id | html %]">ccode</label><select id="ccode_item_[% item.item_id | html %]" name="ccode_[% item.biblio_count | html %]">
210                         [% FOREACH ccodeloo IN ccodeloop %]
211                             [% IF ( ccodeloo.code ) == (item.ccode) %]<option value="[% ccodeloo.code | html %]" selected="selected">[% ccodeloo.description | html %]</option>[% ELSE %]<option value="[% ccodeloo.code | html %]">[% ccodeloo.description | html %]</option>[% END %]
212                         [% END %]
213                         </select>
214                         </li>
215
216                         <li><label for="notforloan_item_[% item.item_id | html %]">notforloan</label><select id="notforloan_item_[% item.item_id | html %]" name="notforloan_[% item.biblio_count | html %]">
217                         [% FOREACH n IN notforloanloop %]
218                             [% IF n.code == item.notforloan %]
219                                 <option value="[% n.code | html %]" selected="selected">[% n.description | html %]</option>
220                             [% ELSE %]
221                                 <option value="[% n.code | html %]">[% n.description | html %]</option>
222                             [% END %]
223                         [% END %]
224                         </select>
225                         </li>
226                         <li><label for="uri_item_[% item.item_id | html %]">uri</label><input type="text" id="uri_item_[% item.item_id | html %]" name="uri_[% item.biblio_count | html %]" value="[% item.uri | html %]"></li>
227                         <li><label for="copyno_item_[% item.item_id | html %]">copyno</label><input type="text" id="copyno_item_[% item.item_id | html %]" name="copyno_[% item.biblio_count | html %]" value="[% item.copyno | html %]"></li>
228                         <li><label for="budget_code_item_[% item.item_id | html %]">budget_code</label><select id="budget_code_item_[% item.item_id | html %]" name="budget_code_[% item.biblio_count | html %]">
229                         <option value="">Select a fund</option>
230                         [% FOREACH budget_loo IN budget_loop %]
231                             [% IF ( budget_loo.b_id ) == ( item.budget_id ) %]<option value="[% budget_loo.b_id | html %]" selected="selected">[% budget_loo.b_txt | html %]</option>
232                             [% ELSE %]<option value="[% budget_loo.b_id | html %]">[% budget_loo.b_txt | html %]</option>
233                             [% END %]
234                         [% END %]
235                         </select>
236                         </li>
237                         <li><label for="price_item_[% item.item_id | html %]">price</label><input type="text" id="price_item_[% item.item_id | html %]" name="itemprice_[% item.biblio_count | html %]" value="[% item.itemprice | html %]"></li>
238                         <li><label for="replacementprice_item_[% item.item_id | html %]">replacement price</label><input type="text" id="replacementprice_item_[% item.item_id | html %]" name="replacementprice_[% item.biblio_count | html %]" value="[% item.replacementprice | html %]"></li>
239                         <li><label for="callnumber_item_[% item.item_id | html %]">callnumber</label><input type="text" id="callnumber_item_[% item.item_id | html %]" name="itemcallnumber_[% item.biblio_count | html %]" value="[% item.itemcallnumber | html %]"></li>
240                         </ol>
241                         </fieldset>
242                         [% END %]
243                         </div>
244                         </fieldset>
245                             <div id="dataPreview" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="dataPreviewLabel" aria-hidden="true">
246                                 <div class="modal-dialog">
247                                 <div class="modal-content">
248                                 <div class="modal-header">
249                                     <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
250                                     <h3 id="dataPreviewLabel">MARC preview</h3>
251                                 </div>
252                                 <div class="modal-body">
253                                     <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
254                                 </div>
255                                 <div class="modal-footer">
256                                     <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button>
257                                 </div>
258                                 </div>
259                                 </div>
260                             </div>
261                         [% END %]
262                       </div>
263                       <div id="items_info">
264                         <h2>Item information</h2>
265                         <p>Import all the checked items in the basket with the following parameters:</p>
266
267                         [% IF ( items ) %]
268                         <fieldset class="rows" style="float:none;">
269                             <legend>Item</legend>
270                             [% IF ( NoACQframework ) %]
271                                 <div class="dialog message">No ACQ framework, using default. You should create a framework with code ACQ, the items framework would be used</div>
272                             [% END %]
273                             [% FOREACH item IN items %]
274                             <div id="outeritemblock">
275                             <div id="itemblock">
276                                 <ol>
277                                 [% FOREACH iteminformatio IN item.iteminformation %]<li style="[% iteminformatio.hidden | html %];">
278                                     <div class="subfield_line" id="subfield[% iteminformatio.serialid | html %][% iteminformatio.countitems | html %][% iteminformatio.subfield | html %][% iteminformatio.random | html %]">
279                                         [% IF (iteminformatio.mandatory) %]
280                                             <label class="required">[% iteminformatio.subfield | html %] - [% iteminformatio.marc_lib | $raw %]</label>
281                                         [% ELSE %]
282                                             <label>[% iteminformatio.subfield | html %] - [% iteminformatio.marc_lib | $raw %]</label>
283                                         [% END %]
284
285                                         [% IF ( iteminformatio.marc_value.type == 'select' ) %]
286                                             <select name="field_value" size="1">
287                                             [% FOREACH value IN iteminformatio.marc_value.values %]
288                                                 [% IF ( value == iteminformatio.marc_value.default ) %]
289                                                     <option value="[% value | html %]" selected="selected">[% iteminformatio.marc_value.labels.$value | html %]</option>
290                                                 [% ELSE %]
291                                                     <option value="[% value | html %]">[% iteminformatio.marc_value.labels.$value | html %]</option>
292                                                 [% END %]
293                                             [% END %]
294                                             </select>
295                                         [% ELSE %]
296                                         [% iteminformatio.marc_value | $raw %]
297                                         [% END %]
298                                         <input type="hidden" name="itemid" value="1" />
299                                         <input type="hidden" name="kohafield" value="[% iteminformatio.kohafield | html %]" />
300                                         <input type="hidden" name="tag" value="[% iteminformatio.tag | html %]" />
301                                         <input type="hidden" name="subfield" value="[% iteminformatio.subfield | html %]" />
302                                         <input type="hidden" name="mandatory" value="[% iteminformatio.mandatory | html %]" />
303                                         [% IF ( iteminformatio.mandatory ) %] <span class="required">Required</span>[% END %]
304                                     </div></li>
305                                 [% END %]
306                                 </ol>
307                             </div><!-- /iteminformation -->
308                             </div>
309                             [% END %] <!-- /items -->
310                         </fieldset>
311                         [% END %] <!-- items -->
312                       </div>
313                       <div id="accounting_details">
314                         <p>Import all the checked items in the basket with the following accounting details (used only if no information is filled for the item):</p>
315                         <fieldset class="rows" style="float:none;">
316                             <legend>Accounting details</legend>
317                             <ol>
318                                 <li>
319                                     <!-- origquantityrec only here for javascript compatibility (additem.js needs it, useless here, useful when receiveing an order -->
320                                     <input id="origquantityrec" readonly="readonly" type="hidden" name="origquantityrec" value="1" />
321                                 </li>
322                                 <li>
323                                     [% IF ( close ) %]
324                                         <span class="label">Fund: </span>
325                                         <input type="hidden" size="20" name="budget_id" id="budget_id" value="[% budget_id | html %]" />[% Budget_name | html %]
326                                     [% ELSE %]
327                                         <li>
328                                             <label for="all_currency">Currency:</label>
329                                             <select name="all_currency" id="all_currency">
330                                             [% FOREACH currency IN currencies %]
331                                                 [% IF currency.currency == bookseller.listprice %]
332                                                     <option value="[% currency.currency | html %]" selected="selected">[% currency.currency | html %]</option>
333                                                 [% ELSIF not currency.archived %]
334                                                     <option value="[% currency.currency | html %]">[% currency.currency | html %]</option>
335                                                 [% END %]
336                                             [% END %]
337                                             </select>
338                                         </li>
339                                         <li>
340                                             <label for="all_budget_id">Fund: </label>
341                                             <select id="all_budget_id" size="1" name="all_budget_id">
342                                               <option value="">Select a fund</option>
343                                             [% FOREACH budget_loo IN budget_loop %]
344                                                 [% IF ( budget_loo.b_active ) %]<option value="[% budget_loo.b_id | html %]" data-sort1-authcat="[% budget_loo.b_sort1_authcat | html %]" data-sort2-authcat="[% budget_loo.b_sort2_authcat | html %]">[% budget_loo.b_txt | html %]</option>
345                                                 [% ELSE %]<option value="[% budget_loo.b_id | html %]" class="b_inactive" data-sort1-authcat="[% budget_loo.b_sort1_authcat | html %]" data-sort2-authcat="[% budget_loo.b_sort2_authcat | html %]">[% budget_loo.b_txt | html %] (inactive)</option>
346                                                 [% END %]
347                                             [% END %]
348                                             </select>
349                                             <label for="all_showallbudgets" style="float:none;width:auto;">&nbsp;Show inactive:</label>
350                                             <input type="checkbox" id="all_showallbudgets" />
351                                         </li>
352                                     [% END %]
353                                 </li>
354                                 <li>
355                                     <label for="all_order_internalnote">Internal note: </label>
356                                     <textarea id="all_order_internalnote" cols="30" rows="3" name="all_order_internalnote"></textarea>
357                                 </li>
358                                 <li>
359                                     <label for="all_order_vendornote">Vendor note: </label>
360                                     <textarea id="all_order_vendornote" cols="30" rows="3" name="all_order_vendornote"></textarea>
361                                 </li>
362                                 <li>
363                                     <div class="hint">The 2 following fields are available for your own usage. They can be useful for statistical purposes</div>
364                                     <label for="all_sort1">Statistic 1: </label>
365                                     <input type="text" id="all_sort1" size="20" name="all_sort1" value="" />
366                                 </li>
367                                 <li>
368                                     <label for="all_sort2">Statistic 2: </label>
369                                     <input type="text" id="all_sort2" size="20" name="all_sort2" value="" />
370                                 </li>
371                             </ol>
372                         </fieldset>
373                       </div>
374                       </div>
375
376                       <fieldset class="action">
377                           <input type="submit" value="Save" /><a class="cancel" href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | html %]">Cancel</a>
378                       </fieldset>
379                     </form>
380                 [% ELSE %]
381                 <div>
382                   <h1>Choose the file to add to the basket</h1>
383                   <table id="files">
384                     <thead>
385                       <tr>
386                         <th>File name</th>
387                         <th>Comments</th>
388                         <th>Status</th>
389                         <th class="title-string">Staged</th>
390                         <th># Bibliographic records</th>
391                         <th class="NoSort">&nbsp;</th>
392                       </tr>
393                     </thead>
394                     <tbody>
395                       [% FOREACH batch_lis IN batch_list %]
396                       <tr>
397                         <td>[% batch_lis.file_name | html %]</td>
398                         <td>[% batch_lis.comments | html %]</td>
399                         <td>
400                           [% IF ( batch_lis.import_status == 'cleaned' ) %]
401                             Cleaned
402                           [% ELSIF ( batch_lis.import_status == 'imported' ) %]
403                             Imported
404                           [% ELSIF ( batch_lis.import_status == 'importing' ) %]
405                             Importing
406                           [% ELSIF ( batch_lis.import_status == 'reverted' ) %]
407                             Reverted
408                           [% ELSIF ( batch_lis.import_status == 'reverting' ) %]
409                             Reverting
410                           [% ELSIF ( batch_lis.import_status == 'staged' ) %]
411                             Staged
412                           [% ELSE %]
413                             [% batch_lis.import_status | html %]
414                           [% END %]
415                         </td>
416                         <td><span title="[% batch_lis.staged_date | html %]">[% batch_lis.staged_date | $KohaDates  with_hours => 1 %]</span></td>
417                         <td>[% batch_lis.num_records | html %]</td>
418                         <td class="actions">
419                             <a href="[% batch_lis.scriptname | url %]?import_batch_id=[% batch_lis.import_batch_id | uri %]&amp;basketno=[% basketno | uri %]&amp;booksellerid=[% booksellerid | uri %]" class="btn btn-default btn-xs"><i class="fa fa-plus"></i> Add orders</a>
420                         </td>
421                       </tr>
422                       [% END %]
423                     </tbody>
424                   </table>
425                 </div>
426                 [% END %]
427             </div> [% # /div.col-sm-6 %]
428        </div> [% # /div.row %]
429
430
431 [% MACRO jsinclude BLOCK %]
432     [% Asset.js("js/acquisitions-menu.js") | $raw %]
433     [% INCLUDE 'datatables.inc' %]
434     [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]
435     [% Asset.js("js/acq.js") | $raw %]
436     [% Asset.js("js/funds_sorts.js") | $raw %]
437     [% Asset.js("js/addorderiso2709.js") | $raw %]
438     <script>
439         var ERR_NO_RECORD_SELECTED = _("There is no record selected");
440         var ERR_INVALID_QUANTITY = _("quantity values are not filled in or are not numbers");
441         var ERR_FUNDS_MISSING = _("Some budgets are not defined in item records");
442         var MSG_LOADING = _("Loading");
443     </script>
444 [% END %]
445
446 [% INCLUDE 'intranet-bottom.inc' %]