]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/templates/default/acq/common/li_table.tt2
Acq: separate LI note creation from LI alert creation; improve notes iface
[working/Evergreen.git] / Open-ILS / web / templates / default / acq / common / li_table.tt2
1 <script src='[% ctx.media_prefix %]/js/ui/default/acq/common/li_table.js'> </script>
2 <div id='acq-lit-table-container'>
3     <div id='acq-lit-table-div' class='hidden'>
4
5         <!-- Lineitem (bib record) list -->
6         <table id='acq-lit-table' class='oils-generic-table'>
7             <thead>
8                 <tr>
9                     <th colspan='0'>
10                         <table style='width:100%;'>
11                             <tr>
12                                 <td>
13                                     <span>
14                                         <select dojoType='dijit.form.FilteringSelect' value='_' jsId='acqLitLiActionsSelector'>
15                                             <option mask='*'  value='_'>--Actions--</option>
16                                             <option mask='sr' value='save_picklist'>Save Items To Selection List</option>
17                                             <option mask='pl' value='selector_ready'>Mark Ready for Selector</option>
18                                             <option mask='pl' value='order_ready'>Mark Ready for Order</option>
19                                             <option mask='*'  value='delete_selected'>Delete Selected Items</option>
20                                             <option mask='*'  value='add_brief_record'>Add Brief Record</option>
21                                             <option mask='*'  value='export_attr_list'>Export Single Attribute List</option>
22                                             <option mask='po' value='' disabled='disabled'>----PO----</option>
23                                             <option mask='sr|pl' value='create_order'>Create Purchase Order</option>
24                                             <option mask='po' value='create_assets'>Load Bibs and Items</option>
25                                             <option mask='po' value='receive_po'>Mark Purchase Order as Received</option>
26                                             <option mask='po' value='rollback_receive_po'>Un-Receive Purchase Order</option>
27                                             <option mask='po' value='print_po'>Print Purchase Order</option>
28                                         </select>
29                                         <span id="acq-lit-export-attr-holder" class="hidden">
30                                             <input dojoType="dijit.form.FilteringSelect" id="acq-lit-export-attr" jsId="acqLitExportAttrSelector" labelAttr="description" searchAttr="description" />
31                                             <span dojoType="dijit.form.Button" jsId="acqLitExportAttrButton">Export List</span>
32                                         </span>
33                                     </span>
34                                     <span id='acq-lit-generic-progress' class='hidden'>
35                                         <span dojoType="dijit.ProgressBar" style="width:300px" jsId="litGenericProgress"></span>
36                                     </span>
37                                 </td>
38                                 <td>
39                                     <div style='width:100%;text-align:right;'>
40                                         <span style='padding-right:15px;'>
41                                             <a href='javascript:void(0);' id='acq-lit-prev' style='visibility:hidden'>&#171; Previous</a>
42                                             <a href='javascript:void(0);' id='acq-lit-next' style='visibility:hidden'>Next &#187;</a>
43                                         </span>
44                                     </div>
45                                 </td>
46                             </tr>
47                         </table>
48                     </th>
49                 </tr>
50             </thead>
51             <tbody><tr><td colspan='0' style='height:20px;'/></tr></tbody>
52             <tbody style='font-weight:bold;border:1px solid #aaa;'>
53                 <tr>
54                     <td><span><a id='acq-lit-select-toggle' href='javascript:void(0);'>&#x2713</a></span></td>
55                     <td>Line Items</td>
56                     <td></td>
57                     <td></td>
58                     <td>Items</td>
59                     <td>Notes</td>
60                     <td>Status</td>
61                     <td>Price</td>
62                 </tr>
63             </tbody>
64             <tbody id='acq-lit-tbody'>
65                 <tr id='acq-lit-row' class='acq-lit-row'>
66                     <td name='selector'><input type='checkbox' name='selectbox'/></td>
67                     <td style='width:75%;'>
68                         <table style='width:100%;'>
69                             <tbody>
70                                 <tr>
71                                     <td rowspan='2' style='width:43px;'><img style='width:40px;height:65px;' name='jacket'></img></td>
72                                     <td style='width:70%;font-weight:bold;'>
73                                         <a attr='title' href='javascript:void(0);'></a>
74                                         <span name='pl' class='hidden'>(<a name='pl_link' href='javascript:void(0);'></a>)</span>
75                                         <span name='po' class='hidden'>(<a name='po_link' href='javascript:void(0);'>PO</a>)</span>
76                                     </td>
77                                     <td rowspan='2' style='text-align:right'>
78                                     </td>
79                                 </tr>
80                                 <tr class='acq-lit-alt-row'>
81                                     <td colspan='0'>
82                                         <span attr='author'></span>
83                                         <span attr='isbn'></span>
84                                         <span attr='issn'></span>
85                                         <span attr='edition'></span>
86                                         <span attr='pubdate'></span>
87                                         <span attr='publisher'></span>
88                                         <span name='source_label'></span>
89                                     </td>
90                                 </tr>
91                             </tbody>
92                         </table>
93                     </td>
94                     <td><a class='hidden' name='real_copies_link' href='javascript:void(0);'>Update&nbsp;Barcodes</a></td>
95                     <td><a name='receive_link' href='javascript:void(0);'>Mark&nbsp;Received</a><a name='unreceive_link' href='javascript:void(0);'>Un-Receive</a></td>
96                     </td>
97                     <td><a name='copieslink' href='javascript:void(0);'>Copies(<span name='count'>0</span>)</a></td>
98                     <td>
99                         <a name='noteslink' href='javascript:void(0);' 
100                             style='margin-right:15px;'>Notes(<span name='notes_count'>0</span>)</a>
101                     </td>
102                     <td><span name='li_state'></span></td>
103                     <td><input type='text' size='8' name='price'/></td>
104                 </tr>
105             </tbody>
106         </table>
107     </div>
108
109     <!-- Bib record / Lineitem details table -->
110     <div id='acq-lit-info-div' class='hidden'>
111         <div class='acq-lit-li-menu-bar'>
112             <div dojoType='dijit.form.Button' id='acq-lit-info-back-button'>&#x2196; Return</div>
113         </div>
114         <table>
115             <tbody id='acq-lit-info-tbody'>
116                 <tr id='acq-lit-info-row'><td name='label'/><td name='value'/></tr>
117             </tbody>
118         </table>
119         <div style='margin-top:10px;' class='hidden' id='acq-lit-info-cat-link'>
120             View in the <a href='/opac/en-US/skin/default/xml/rdetail.xml?r='>Catalog</a>
121         </div>
122         <div style='margin-top:40px;'>
123             <h3 id='acq-lit-marc-order-record-label'>MARC Order Record</h3>
124             <h3 id='acq-lit-marc-real-record-label'>MARC ILS Record</h3>
125             <div>
126                 <div dojoType='dijit.form.Button' jsId='acqLitEditOrderMarc' class='hidden'>Edit MARC Order Record</div>
127             </div>
128             <div id='acq-lit-marc-div' style='margin-top:20px;'> </div>
129         </div>
130     </div>
131
132     <!-- Lineitem notes table -->
133     <div id='acq-lit-notes-div' class='hidden'>
134
135         <div class='acq-lit-li-menu-bar'>
136             <table style='width:100%'>
137                 <tr>
138                     <td style='text-align:left;'>
139                         <div dojoType='dijit.form.Button' id='acq-lit-notes-back-button'>&#x2196; Return</div>
140                     </td>
141                     <td style='text-align:right;'>
142                         <div dojoType="dijit.form.DropDownButton">
143                             <span>New Note</span>
144                             <div dojoType="dijit.TooltipDialog">
145                                 <div class="acq-lit-note-row">
146                                     <div jsId='acqLitCreateNoteText' dojoType='dijit.form.Textarea' style='height:5em; width:25em;' name='note'></div>
147                                 </div>
148                                 <button jsId='acqLitCreateLiNoteSubmit' dojoType='dijit.form.Button' type="submit">Create</button>
149                             </div>
150                         </div>
151                         <div dojoType="dijit.form.DropDownButton">
152                             <span>New Alert</span>
153                             <div dojoType="dijit.TooltipDialog">
154                                 <div class="acq-lit-note-row">
155                                     <label for="acq-lit-alert-alert-text">Choose alert code &nbsp;</label>
156                                     <input id="acq-lit-alert-alert-text" jsId="acqLitAlertAlertText" dojoType="dijit.form.FilteringSelect" labelAttr="code" searchAttr="code" required="true" />
157                                 </div>
158                                 <div class="acq-lit-note-row">
159                                     <label for="acq-lit-alert-value">Optional description</label>
160                                     <div jsId="acqLitAlertNoteValue" id="acq-lit-alert-value" dojoType="dijit.form.Textarea" name="value"></div>
161                                 </div>
162                                 <button jsId="acqLitCreateAlertSubmit" dojoType="dijit.form.Button" type="submit">Create</button>
163                             </div>
164                         </div>
165                     </td>
166                 </tr>
167             </table>
168         </div>
169
170         <ol id='acq-lit-notes-tbody'>
171             <li id='acq-lit-notes-row'>
172                 <table style='width:100%;' class='oils-generic-table'>
173                     <tr>
174                         <td width='70%' align='left'><span name="alert_code"></span><span style='font-size:120%' name='value'></span></td>
175                         <td align='right' style='padding-right:30px;'>
176                             <span name='edit_time'></span>
177                             <span style='padding-left:4px;'><a name='delete' href='javascript:void(0);' style='color:red;'>Delete</a></span>
178                         </td>
179                     </tr>
180                 </div>
181             </li>
182         </ol>
183     </div>
184
185     <!-- Copies table -->
186     <div id='acq-lit-li-details' class='hidden'>
187         <h2>Copies</h2>
188
189         <div class='acq-lit-li-menu-bar'>
190             <table style='width:100%'>
191                 <tr>
192                     <td class="acq-lit-li-menu-left">
193                         <div dojoType='dijit.form.Button' id='acq-lit-copies-back-button'>&#x2196; Return</div>
194                         <span style='margin-left:10px;padding-left:10px;border-left:2px solid #aaa;'>
195                             Item Count: 
196                             <input dojoType='dijit.form.NumberTextBox' jsId='acqLitCopyCountInput'  
197                                 constraints="{min:0,max:1000,places:0}" style='width:40px' value='0'></input> 
198                             <div dojoType='dijit.form.Button' jsId='acqLitAddCopyCount'>Go</div>
199                         </span>
200                     </td>
201                     <td class="acq-lit-li-menu-right">
202                         <span>
203                             <div dojoType='dijit.form.Button' jsId='acqLitSaveCopies'>Save Changes</div>
204                         </span>
205                         <span id='acq-lit-update-copies-progress' class='hidden'>
206                             <span dojoType="dijit.ProgressBar" style="width:300px" jsId="litUpdateCopiesProgress"></span>
207                         </span>
208                     </td>
209                 </tr>
210             </table>
211         </div>
212
213         <table id='acq-lit-li-details-table'>
214             <tbody style='background-color:#ddd;'>
215                 <tr id='acq-lit-li-details-batch-row'>
216                     <td><div name='owning_lib'/></td>
217                     <td><div name='location'/></td>
218                     <td><div name='collection_code'/></td>
219                     <td><div name='fund'/></td>
220                     <td><div name='circ_modifier'/></td>
221                     <td><div name='cn_label'/></td>
222                     <td colspan='3' style='text-align:left;'>
223                         <div dojoType='dijit.form.Button' jsId='acqLitBatchUpdateCopies'>Batch Update</div>
224                     </td>
225                 </tr>
226             </tbody>
227
228             <tbody><tr><td class='acq-lit-table-spacer' colspan='0'/></tr></tbody>
229
230             <tbody id='acq-lit-distrib-formula-tbody'>
231                 <tr id='acq-lit-distrib-form-row'>
232                     <td colspan='0'>
233                         <span>Distribution Formulas</span>
234                         <div name='selector'></div>
235                         <div name='set_button'></div>
236                         <div name="reset_button"></div>
237                     </td>
238                 </tr>
239             </tbody>
240
241             <tbody><tr><td class='acq-lit-table-spacer' colspan='0'/></tr></tbody>
242             <tbody style='font-weight:bold;'>
243                 <tr>
244                     <td style='margin-top:30px;'>Owning Branch</td>
245                     <td>Shelving Location</td>
246                     <td>Collection Code</td>
247                     <td>Fund</td>
248                     <td>Circ Modifier</td>
249                     <td>Callnumber</td>
250                     <td>Barcode</td>
251                     <td>Notes</td>
252                     <td colspan='0'>
253                 </tr>
254             </tbody>
255             <tbody id='acq-lit-li-details-tbody' class='oils-generic-table'>
256                 <tr id='acq-lit-li-details-row'>
257                     <td><div name='owning_lib'/></td>
258                     <td><div name='location'/></td>
259                     <td><div name='collection_code'/></td>
260                     <td><div name='fund'/></td>
261                     <td><div name='circ_modifier'/></td>
262                     <td><div name='cn_label'/></td>
263                     <td><div name='barcode'/></td>
264                     <td><div name='note'/></td>
265                     <td><a href='javascript:void(0);' name='receive'>Mark&nbsp;Received</a><a href='javascript:void(0);' name='unreceive'>Un-Receive</a></td>
266                     <td><div name='delete' dojoType='dijit.form.Button' style='color:red;'>X</div></td>
267                 </tr>
268             </tbody>
269         </table>
270     </div>
271
272
273     <!-- Copies table -->
274     <div id='acq-lit-real-copies-div' class='hidden'>
275         <h2>Copies</h2>
276
277         <div class='acq-lit-li-menu-bar'>
278             <table style='width:100%'>
279                 <tr>
280                     <td style='text-align:left;'>
281                         <div dojoType='dijit.form.Button' id='acq-lit-real-copies-back-button'>&#x2196; Return</div>
282                     </td>
283                     <td style='text-align:right;'>
284                         <span>
285                             <div dojoType='dijit.form.Button' jsId='acqLitSaveRealCopies'>Save Changes</div>
286                         </span>
287                     </td>
288                 </tr>
289             </table>
290         </div>
291
292         <table id='acq-lit-real-copies-table'>
293             <tbody style='font-weight:bold;'>
294                 <tr>
295                     <td style='margin-top:30px;'>Owning Branch</td>
296                     <td>Shelving Location</td>
297                     <td>Circ Modifier</td>
298                     <td>Callnumber</td>
299                     <td>Barcode</td>
300                     <td colspan='0'>
301                 </tr>
302             </tbody>
303             <tbody id='acq-lit-real-copies-tbody' class='oils-generic-table'>
304                 <tr id='acq-lit-real-copies-row'>
305                     <td><div name='owning_lib'/></td>
306                     <td><div name='location'/></td>
307                     <td><div name='circ_modifier'/></td>
308                     <td><div name='label'/></td>
309                     <td><div name='barcode'/></td>
310                 </tr>
311             </tbody>
312         </table>
313     </div>
314
315     <div class='hidden' id='acq-lit-progress-numbers'>
316         <table class='oils-generic-table'>
317             <tbody>
318                 <tr>
319                     <td>Lineitems Processed</td>
320                     <td><span id='acq-pl-lit-li-processed'>0</span></td>
321                 </tr>
322                 <tr>
323                     <td>Items Processed</td>
324                     <td><span id='acq-pl-lit-lid-processed'>0</span></td>
325                 </tr>
326                 <tr>
327                     <td>Debits Encumbered</td>
328                     <td><span id='acq-pl-lit-debits-processed'>0</span></td>
329                 </tr>
330                 <tr>
331                     <td>Bib Records Imported</td>
332                     <td><span id='acq-pl-lit-bibs-processed'>0</span></td>
333                 </tr>
334                 <tr>
335                     <td>Bib Records Indexed</td>
336                     <td><span id='acq-pl-lit-indexed-processed'>0</span></td>
337                 </tr>
338                 <tr>
339                     <td>Copies Processed</td>
340                     <td><span id='acq-pl-lit-copies-processed'>0</span></td>
341                 </tr>
342             </tbody>
343         </table>
344     </div>
345
346     <div class='hidden'>
347         <div dojoType='dijit.Dialog' jsId='acqLitPoCreateDialog'>
348             <table class='oils-generic-table'>
349                 <tr>
350                     <td>Ordering Agency</td>
351                     <td><div name='ordering_agency' id='acq-lit-po-agency'/></td>
352                 </tr>
353                 <tr>
354                     <td>Provider</td>
355                     <td><div name='provider' id='acq-lit-po-provider'/></td>
356                 </tr>
357                 <tr>
358                     <td>All Lineitems</td>
359                     <td><input checked='checked' name='create_from' value='all' dojoType='dijit.form.RadioButton'/></td>
360                 </tr>
361                 <tr>
362                     <td>Selected Lineitems</td>
363                     <td><input name='create_from' value='selected' dojoType='dijit.form.RadioButton'/></td>
364                 </tr>
365                 <tr>
366                     <td>Import Bibs and Create Copies</td>
367                     <td><input name='create_assets' dojoType='dijit.form.CheckBox'/></td>
368                 </tr>
369                 <tr>
370                     <td colspan='2'>
371                         <div dojoType='dijit.form.Button' type='submit' jsId='acqLitCreatePoSubmit'>Submit</div>
372                     </td>
373                 </tr>
374             </table>
375         </div>
376     </div>
377
378     <div dojoType="dijit.Dialog" jsId='acqLitSavePlDialog'>
379         <table class='dijitTooltipTable'>
380             <tr>
381                 <td colspan='2'>
382                     <input dojoType="dijit.form.RadioButton" name="which" type='radio' checked='checked' value='selected'/>
383                     <label for="name">Save selected</label>
384                     <input dojoType="dijit.form.RadioButton" name="which" type='radio' value='all'/>
385                     <label for="name">Save all</label>
386                 </td>
387             </tr>
388             <tr><td colspan='2'><hr/></td></tr>
389             <tr>
390                 <td><label for="new_name">Save as Selection List: </label></td>
391                 <td><input dojoType="dijit.form.TextBox" name="new_name"/></td>
392             </tr>
393             <tr>
394                 <td><label for="existing_pl">Add to Selection List: </label></td>
395                 <td>
396                     <input jsId='acqLitAddExistingSelect' dojoType="dijit.form.FilteringSelect" 
397                         name="existing_pl" searchAttr='name' displayAttr='name'/>
398                 </td>
399             </tr>
400             <tr>
401                 <td colspan='2' align='center'>
402                     <button dojoType='dijit.form.Button' type="submit" jsId='acqLitSavePlButton'>Save</button>
403                 </td>
404             </tr>
405         </table>
406     </div>
407
408     <div dojoType="dijit.Dialog" jsId='acqLitChangeLiStateDialog'>
409         <table class='dijitTooltipTable'>
410             <tr>
411                 <td>
412                     <input dojoType="dijit.form.RadioButton" name="which" type='radio' checked='checked' value='selected'/>
413                     <label for="name">Mark selected</label>
414                     <input dojoType="dijit.form.RadioButton" name="which" type='radio' value='all'/>
415                     <label for="name">Mark all</label>
416                 </td>
417             </tr>
418             <tr>
419                 <td colspan='2' align='center'>
420                     <button dojoType='dijit.form.Button' type="submit" jsId='acqLitCancelLiStateButton'>Cancel</button>
421                     <button dojoType='dijit.form.Button' type="submit" jsId='acqLitSaveLiStateButton'>Go</button>
422                 </td>
423             </tr>
424         </table>
425     </div>
426
427
428     <div class='hidden'>
429         <div dojoType='openils.widget.ProgressDialog' jsId='progressDialog'/>
430     </div>
431
432 </div>
433