|
Lines 209-226
Link Here
|
| 209 |
</div> |
209 |
</div> |
| 210 |
</div> |
210 |
</div> |
| 211 |
<fieldset class="rows" id="top_itemfieldset"> |
211 |
<fieldset class="rows" id="top_itemfieldset"> |
| 212 |
<div id="items-panel" class="page-section"> |
212 |
<div id="items-panel" class="page-section"> |
| 213 |
<div id="acq-create-receiving"> |
213 |
<div id="acq-create-receiving"> |
| 214 |
<div id="items_list" style="display: none"> |
214 |
<div id="items_list" style="display: none"> |
| 215 |
<h4>Items list</h4> |
215 |
<h4>Items list</h4> |
| 216 |
<div style="width:100%;overflow:auto;"> |
216 |
<div style="width:100%;overflow:auto;"> |
|
|
217 |
<table> |
| 218 |
<thead> |
| 219 |
<tr> |
| 220 |
<th>Actions</th> |
| 221 |
<th>Barcode</th> |
| 222 |
<th>Home library</th> |
| 223 |
<th>Holding library</th> |
| 224 |
<th>Not for loan</th> |
| 225 |
<th>Restricted</th> |
| 226 |
<th>Location</th> |
| 227 |
<th>Call number</th> |
| 228 |
<th>Copy number</th> |
| 229 |
<th>Inventory number</th> |
| 230 |
<th>Collection</th> |
| 231 |
<th>Item type</th> |
| 232 |
<th>Materials</th> |
| 233 |
<th>Notes</th> |
| 234 |
</tr> |
| 235 |
</thead> |
| 236 |
<tbody> |
| 237 |
</tbody> |
| 238 |
</table> |
| 239 |
</div> |
| 240 |
</div> |
| 241 |
|
| 242 |
<div id="itemfieldset"> |
| 243 |
<h4>Item</h4> |
| 244 |
[% IF ( NoACQframework ) %] |
| 245 |
<p class="required"> |
| 246 |
No ACQ framework, using default. You should create a |
| 247 |
framework with code ACQ, the items framework would be |
| 248 |
used |
| 249 |
</p> |
| 250 |
[% END %] |
| 251 |
<div id="outeritemblock"></div> |
| 252 |
</div> |
| 253 |
</div> |
| 254 |
<div id="acq-create-ordering"> |
| 255 |
<h4>Items</h4> |
| 256 |
<div style="width:100%;overflow:auto"> |
| 217 |
<table> |
257 |
<table> |
| 218 |
<thead> |
258 |
<thead> |
| 219 |
<tr> |
259 |
<tr> |
| 220 |
<th>Actions</th> |
260 |
<th>Receive?</th> |
|
|
261 |
<th> </th> |
| 221 |
<th>Barcode</th> |
262 |
<th>Barcode</th> |
| 222 |
<th>Home library</th> |
263 |
<th>Home library</th> |
| 223 |
<th>Holding library</th> |
264 |
<th>Current library</th> |
| 224 |
<th>Not for loan</th> |
265 |
<th>Not for loan</th> |
| 225 |
<th>Restricted</th> |
266 |
<th>Restricted</th> |
| 226 |
<th>Location</th> |
267 |
<th>Location</th> |
|
Lines 238-285
Link Here
|
| 238 |
</table> |
279 |
</table> |
| 239 |
</div> |
280 |
</div> |
| 240 |
</div> |
281 |
</div> |
| 241 |
|
|
|
| 242 |
<div id="itemfieldset"> |
| 243 |
<h4>Item</h4> |
| 244 |
[% IF ( NoACQframework ) %] |
| 245 |
<p class="required"> |
| 246 |
No ACQ framework, using default. You should create a |
| 247 |
framework with code ACQ, the items framework would be |
| 248 |
used |
| 249 |
</p> |
| 250 |
[% END %] |
| 251 |
<div id="outeritemblock"></div> |
| 252 |
</div> |
| 253 |
</div> |
282 |
</div> |
| 254 |
<div id="acq-create-ordering"> |
|
|
| 255 |
<h4>Items</h4> |
| 256 |
<div style="width:100%;overflow:auto"> |
| 257 |
<table> |
| 258 |
<thead> |
| 259 |
<tr> |
| 260 |
<th>Receive?</th> |
| 261 |
<th> </th> |
| 262 |
<th>Barcode</th> |
| 263 |
<th>Home library</th> |
| 264 |
<th>Current library</th> |
| 265 |
<th>Not for loan</th> |
| 266 |
<th>Restricted</th> |
| 267 |
<th>Location</th> |
| 268 |
<th>Call number</th> |
| 269 |
<th>Copy number</th> |
| 270 |
<th>Inventory number</th> |
| 271 |
<th>Collection</th> |
| 272 |
<th>Item type</th> |
| 273 |
<th>Materials</th> |
| 274 |
<th>Notes</th> |
| 275 |
</tr> |
| 276 |
</thead> |
| 277 |
<tbody> |
| 278 |
</tbody> |
| 279 |
</table> |
| 280 |
</div> |
| 281 |
</div> |
| 282 |
</div> |
| 283 |
</fieldset> |
283 |
</fieldset> |
| 284 |
</div> |
284 |
</div> |
| 285 |
<div class="col-md-12 col-lg-6"> |
285 |
<div class="col-md-12 col-lg-6"> |
| 286 |
- |
|
|