| Line 94... |
Line 94... |
| 94 |
#else
|
94 |
#else
|
| 95 |
<td>-</td>
|
95 |
<td>-</td>
|
| 96 |
#end
|
96 |
#end
|
| 97 |
<td>$customLineItem.getQuantity()</td>
|
97 |
<td>$customLineItem.getQuantity()</td>
|
| 98 |
<td>$customLineItem.getUnitPrice()</td>
|
98 |
<td>$customLineItem.getUnitPrice()</td>
|
| 99 |
#if(!$customItem.isScanned())
|
99 |
#if($customItem.isScanned())
|
| 100 |
<td class="grnDone"><a class="btn btn-primary" href="javascript:void(0)"><i class="icon_check_alt2"></i></a></td>
|
100 |
<td class="grnDone"><a class="btn btn-primary" href="javascript:void(0)"><i class="icon_check_alt2"></i></a></td>
|
| 101 |
#else
|
101 |
#else
|
| - |
|
102 |
#if($customItem.getType() == "SERIALIZED")
|
| 102 |
<td class="startGrn" itemId="$customItem.getItemId()" displayName="$customLineItem.getDisplayName()" invoiceNumber="$invoiceNumber" quantity="$customLineItem.getQuantity()"><a class="btn btn-primary" data-toggle="modal" data-target="#scanModel""><i class="icon_plus_alt2"></i></a></td>
|
103 |
<td class="startGrnSerialized" itemId="$customItem.getItemId()" displayName="$customLineItem.getDisplayName()" invoiceNumber="$invoiceNumber" quantity="$customLineItem.getQuantity()"><a class="btn btn-primary" data-toggle="modal" data-target="#scanModel""><i class="icon_plus_alt2"></i></a></td>
|
| - |
|
104 |
#else
|
| - |
|
105 |
<td class="startGrnNonSerialized" itemId="$customItem.getItemId()" displayName="$customLineItem.getDisplayName()" invoiceNumber="$invoiceNumber" quantity="$customLineItem.getQuantity()"><a class="btn btn-primary" data-toggle="modal" data-target="#scanNonSerializedModel""><i class="icon_plus_alt2"></i></a></td>
|
| - |
|
106 |
#end
|
| 103 |
#end
|
107 |
#end
|
| 104 |
</tr>
|
108 |
</tr>
|
| 105 |
#end
|
109 |
#end
|
| 106 |
</tbody>
|
110 |
</tbody>
|
| 107 |
</table>
|
111 |
</table>
|
| 108 |
</div>
|
112 |
</div>
|
| 109 |
</div>
|
113 |
</div>
|
| - |
|
114 |
|
| 110 |
<div id="scanModel" class="modal fade" role="dialog">
|
115 |
<div id="scanModel" class="modal fade" role="dialog">
|
| 111 |
<div class="modal-dialog modal-lg">
|
116 |
<div class="modal-dialog modal-lg">
|
| 112 |
<!-- Modal content-->
|
117 |
<!-- Modal content-->
|
| 113 |
<div class="modal-content">
|
118 |
<div class="modal-content">
|
| 114 |
<div class="modal-header">
|
119 |
<div class="modal-header">
|
| 115 |
<button type="button" class="close" data-dismiss="modal">×</button>
|
120 |
<button type="button" class="close" data-dismiss="modal">×</button>
|
| 116 |
<h4 class="modal-title">Enter GRN Details</h4>
|
121 |
<h4 class="modal-title">Enter GRN Details</h4>
|
| 117 |
</div>
|
122 |
</div>
|
| 118 |
<div class="modal-body">
|
123 |
<div class="modal-body">
|
| 119 |
<input type="hidden" id="invoiceNumber" />
|
124 |
<input type="hidden" class="invoiceNumber" />
|
| 120 |
<input type="hidden" id="itemId" />
|
125 |
<input type="hidden" class="itemId" />
|
| - |
|
126 |
<h4 class="modelHeaderCustom">Item Type : <span>SERIALIZED</span></h4>
|
| 121 |
<h4 class="grnInvoiceNumber modelHeaderCustom">Invoice Number : <span></span></h4>
|
127 |
<h4 class="grnInvoiceNumber modelHeaderCustom">Invoice Number : <span></span></h4>
|
| 122 |
<h4 class="grnProductInfo modelHeaderCustom">Product Details : <span></span></h4>
|
128 |
<h4 class="grnProductInfo modelHeaderCustom">Product Details : <span></span></h4>
|
| 123 |
<h4 class="modal-title">Enter Serial Numbers</h4>
|
129 |
<h4 class="modal-title">Enter Serial Numbers</h4>
|
| 124 |
<div id="grnImeiInformation">
|
130 |
<div id="grnImeiInformation">
|
| 125 |
</div>
|
131 |
</div>
|
| 126 |
<hr/>
|
132 |
<hr/>
|
| 127 |
<span class="input-group-btn">
|
133 |
<span class="input-group-btn">
|
| 128 |
<button type="submit" id="grnSubmit" class="btn btn-primary">Submit!</button>
|
134 |
<button type="submit" id="grnSubmitSerialized" class="btn btn-primary">Submit!</button>
|
| 129 |
</span>
|
135 |
</span>
|
| 130 |
</div>
|
136 |
</div>
|
| 131 |
<div class="modal-footer">
|
137 |
<div class="modal-footer">
|
| 132 |
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
|
138 |
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
|
| 133 |
</div>
|
139 |
</div>
|
| 134 |
</div>
|
140 |
</div>
|
| - |
|
141 |
</div>
|
| - |
|
142 |
</div>
|
| 135 |
|
143 |
|
| - |
|
144 |
<div id="scanNonSerializedModel" class="modal fade" role="dialog">
|
| - |
|
145 |
<div class="modal-dialog modal-lg">
|
| - |
|
146 |
<!-- Modal content-->
|
| - |
|
147 |
<div class="modal-content">
|
| - |
|
148 |
<div class="modal-header">
|
| - |
|
149 |
<button type="button" class="close" data-dismiss="modal">×</button>
|
| - |
|
150 |
<h4 class="modal-title">Enter GRN Details</h4>
|
| - |
|
151 |
</div>
|
| - |
|
152 |
<div class="modal-body">
|
| - |
|
153 |
<input type="hidden" class="invoiceNumber" />
|
| - |
|
154 |
<input type="hidden" class="itemId" />
|
| - |
|
155 |
<h4 class="modelHeaderCustom">Item Type : <span>NON-SERIALIZED</span></h4>
|
| - |
|
156 |
<h4 class="grnInvoiceNumber modelHeaderCustom">Invoice Number : <span></span></h4>
|
| - |
|
157 |
<h4 class="grnProductInfo modelHeaderCustom">Product Details : <span></span></h4>
|
| - |
|
158 |
<h4 class="modal-title">Enter Quantity</h4>
|
| - |
|
159 |
<div class="row"><div class="col-sm-3"><div class="input-group"><input type="text" class="quantity form-control"></input></div></div></div>
|
| - |
|
160 |
<hr/>
|
| - |
|
161 |
<span class="input-group-btn">
|
| - |
|
162 |
<button type="submit" id="grnNonSerializedSubmit" class="btn btn-primary">Submit!</button>
|
| - |
|
163 |
</span>
|
| - |
|
164 |
</div>
|
| - |
|
165 |
<div class="modal-footer">
|
| - |
|
166 |
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
|
| - |
|
167 |
</div>
|
| - |
|
168 |
</div>
|
| - |
|
169 |
</div>
|
| 136 |
</div>
|
170 |
</div>
|
| - |
|
171 |
|
| 137 |
</div>
|
172 |
</div>
|
| 138 |
#end
|
173 |
#end
|
| 139 |
|
174 |
|
| 140 |
</section>
|
175 |
</section>
|