| Line 34... |
Line 34... |
| 34 |
<div class="row">
|
34 |
<div class="row">
|
| 35 |
<div class="col-lg-12">
|
35 |
<div class="col-lg-12">
|
| 36 |
<h3 class="page-header"><i class="icon_document_alt"></i>ITEM</h3>
|
36 |
<h3 class="page-header"><i class="icon_document_alt"></i>ITEM</h3>
|
| 37 |
<ol class="breadcrumb">
|
37 |
<ol class="breadcrumb">
|
| 38 |
<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
|
38 |
<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
|
| 39 |
<li><i class="icon_document_alt"></i>SCAN OUT ITEMS</li>
|
39 |
<li><i class="icon_document_alt"></i>SCAN OUT ITEMS - $warehouse.getName()</li>
|
| 40 |
</ol>
|
40 |
</ol>
|
| 41 |
</div>
|
41 |
</div>
|
| 42 |
</div>
|
42 |
</div>
|
| 43 |
|
43 |
|
| 44 |
<div id="scan-out-item-container">
|
44 |
<div id="scan-out-item-container">
|
| 45 |
<div class="row">
|
45 |
<div class="row">
|
| 46 |
<div class="col-lg-2 form-group" id="admin-warehouses-container">
|
- |
|
| 47 |
<select class="form-control" id="admin-warehouses-for-scan-out" placeholder="Warehouses">
|
- |
|
| 48 |
<option value="" disabled selected>Warehouses</option>
|
- |
|
| 49 |
#foreach($warehouse in $warehouses)
|
- |
|
| 50 |
<option value="$warehouse.getId()">$warehouse.getName()</option>
|
- |
|
| 51 |
#end
|
- |
|
| 52 |
</select>
|
- |
|
| 53 |
</div>
|
- |
|
| 54 |
|
- |
|
| 55 |
<div class="col-lg-2 form-group">
|
46 |
<div class="col-lg-2 form-group">
|
| 56 |
<select class="form-control input-sm" id = "fofo-users" name = "fofo-users" placeholder="Users">
|
47 |
<select class="form-control input-sm" id = "fofo-users" name = "fofo-users" placeholder="Users">
|
| 57 |
<option value="" disabled selected>Users</option>
|
48 |
<option value="" disabled selected>Users</option>
|
| 58 |
#foreach($fofoId in $fofoIdEmailIdMap.keySet())
|
49 |
#foreach($fofoId in $fofoIdNameMap.keySet())
|
| 59 |
<option value="$fofoId">$fofoIdEmailIdMap.get($fofoId)</option>
|
50 |
<option value="$fofoId">$fofoIdNameMap.get($fofoId)</option>
|
| 60 |
#end
|
51 |
#end
|
| 61 |
</select>
|
52 |
</select>
|
| 62 |
</div>
|
53 |
</div>
|
| 63 |
<div class="col-lg-2">
|
54 |
<div class="col-lg-2">
|
| 64 |
<button class="btn btn-primary" data-toggle="modal" data-target="#scanOutItemModel" id="" onclick="scanOutItemDialog()" type="button">Scan Out</button>
|
55 |
<button class="btn btn-primary" data-toggle="modal" data-target="#scanOutItemModel" id="" onclick="scanOutItemDialog()" type="button">Scan Out</button>
|
| Line 80... |
Line 71... |
| 80 |
</tr>
|
71 |
</tr>
|
| 81 |
#if(!$adminDeliveryNotes.isEmpty())
|
72 |
#if(!$adminDeliveryNotes.isEmpty())
|
| 82 |
#foreach( $adminDeliveryNote in $adminDeliveryNotes )
|
73 |
#foreach( $adminDeliveryNote in $adminDeliveryNotes )
|
| 83 |
<tr class="scan-out-item-details" data="$adminDeliveryNote.getDeliveryNoteId()">
|
74 |
<tr class="scan-out-item-details" data="$adminDeliveryNote.getDeliveryNoteId()">
|
| 84 |
<td>$adminDeliveryNote.getDeliveryNoteId()</td>
|
75 |
<td>$adminDeliveryNote.getDeliveryNoteId()</td>
|
| 85 |
<td>$warehouseIdNameMap.get($adminDeliveryNote.getWarehouseId())</td>
|
- |
|
| 86 |
<td>$fofoIdEmailIdMap.get($adminDeliveryNote.getFofoId())</td>
|
76 |
<td>$fofoIdNameMap.get($adminDeliveryNote.getFofoId())</td>
|
| 87 |
<td>$adminDeliveryNote.getFormattedCreateTimestamp()</td>
|
77 |
<td>$dateTimeFormatter.format($adminDeliveryNote.getCreateTimestamp())</td>
|
| 88 |
</tr>
|
78 |
</tr>
|
| 89 |
#end
|
79 |
#end
|
| 90 |
#else
|
80 |
#else
|
| 91 |
<tr>
|
81 |
<tr>
|
| 92 |
<td colspan="6" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
|
82 |
<td colspan="6" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
|
| Line 128... |
Line 118... |
| 128 |
<h4 class="modal-title">Scan Out Item</h4>
|
118 |
<h4 class="modal-title">Scan Out Item</h4>
|
| 129 |
</div>
|
119 |
</div>
|
| 130 |
<div class="modal-body">
|
120 |
<div class="modal-body">
|
| 131 |
<input type="hidden" class="warehouseId" />
|
121 |
<input type="hidden" class="warehouseId" />
|
| 132 |
<input type="hidden" class="userId" />
|
122 |
<input type="hidden" class="userId" />
|
| 133 |
<h4 class="warehouseInformation modelHeaderCustom">Warehouse Details : <span></span></h4>
|
- |
|
| 134 |
<h4 class="userInformation modelHeaderCustom">User Details : <span></span></h4>
|
123 |
<h4 class="userInformation modelHeaderCustom">User Details : <span></span></h4>
|
| 135 |
<h4 class="modal-title">Choose Instructions</h4>
|
124 |
<h4 class="modal-title">Choose Instructions</h4>
|
| 136 |
<div id="instructionItemsContainer">
|
125 |
<div id="instructionItemsContainer">
|
| 137 |
</div>
|
126 |
</div>
|
| 138 |
<hr/>
|
127 |
<hr/>
|