Subversion Repositories SmartDukaan

Rev

Rev 7316 | Rev 7366 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7316 Rev 7365
Line 3... Line 3...
3
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
    
4
    
5
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
<head>
6
<head>
7
#set ($itemDetail = $action.fetchItemDetail())
7
#set ($itemDetail = $action.fetchItemDetail())
8
#set ($item = $action.getSaholicItem())
8
#set ($item = $action.getSaholicItem("$itemDetail.getItemid()"))
9
<style>
9
<style>
10
* { font-family: Verdana; font-size: 96%; }
10
* { font-family: Verdana; font-size: 96%; }
11
		label {
11
		label {
12
    float: left;
12
    float: left;
13
}
13
}
Line 172... Line 172...
172
</tr>
172
</tr>
173
<tr>      
173
<tr>      
174
<td class="detail">EAN</td>
174
<td class="detail">EAN</td>
175
<td class="value">$itemDetail.getEan()<input id="ean" name="ean" value='$itemDetail.getEan()'type="hidden"/></td>
175
<td class="value">$itemDetail.getEan()<input id="ean" name="ean" value='$itemDetail.getEan()'type="hidden"/></td>
176
</tr>
176
</tr>
-
 
177
<tr>      
-
 
178
<td class="detail">Default Inventory</td>
-
 
179
<td class="value">$item.getDefaultInventory()</td>
-
 
180
</tr>
-
 
181
<tr>      
-
 
182
<td class="detail">Hold Inventory</td>
-
 
183
<td class="value">$item.getHoldInventory()</td>
-
 
184
</tr>
177
</tbody>
185
</tbody>
178
</table>
186
</table>
179
<br>
187
<br>
180
<br>
188
<br>
181
<table id="upload" style="text-align: center;width: 100%;height:200px;">
189
<table id="upload" style="text-align: center;width: 100%;height:200px;">
Line 218... Line 226...
218
		<select name="isInventoryOverride"><option selected="selected" value="False">No</option><option value="True">Yes</option></select>
226
		<select name="isInventoryOverride"><option selected="selected" value="False">No</option><option value="True">Yes</option></select>
219
	  #end
227
	  #end
220
</td>
228
</td>
221
</tr>
229
</tr>
222
<tr>
230
<tr>
-
 
231
<td class="detail">Lead Time To Ship</td>
-
 
232
<td class="value">
-
 
233
	#if ( !$itemDetail.isIsCustomTime() )
-
 
234
<input type="radio" value="False" name="isTime" checked="checked">Default
-
 
235
<input type="text" value=$action.getTimetoShip("$itemDetail.getItemid()") name="handlingTime" id="handlingTime" style="width: 10%;" readonly/>
-
 
236
	<span>Days</span>
-
 
237
<input type="radio" value="True" name="isTime">Custom
-
 
238
<input type="text" value='$itemDetail.getHandlingTime()' name="customHandlingTime" id="customHandlingTime" style="width: 10%;">
-
 
239
	<span>Days</span>
-
 
240
	#else
-
 
241
		<input type="radio" value="False" name="isTime" >Default
-
 
242
<input type="text" value=$action.getTimetoShip("$itemDetail.getItemid()") name="handlingTime" id="handlingTime" style="width: 10%;" readonly/>
-
 
243
	<span>Days</span>
-
 
244
<input type="radio" value="True" name="isTime" checked="checked">Custom
-
 
245
<input type="text" value='$itemDetail.getHandlingTime()' name="customHandlingTime" id="customHandlingTime" style="width: 10%;">
-
 
246
	<span>Days</span>
-
 
247
	#end
-
 
248
</td>
-
 
249
</tr>
-
 
250
<tr>
223
<td class="detail">Action</td>
251
<td class="detail">Action</td>
224
<td class="value"><input type="submit" value="Update" name="upload" style="width: 25%;">
252
<td class="value"><input type="submit" value="Update" name="upload" style="width: 25%;">
225
<input type="button" style="padding-left: 5px; margin-left: 10px;width: 25%;" id="cancelbutton" name="cancel" value="Cancel">
253
<input type="button" style="padding-left: 5px; margin-left: 10px;width: 25%;" id="cancelbutton" name="cancel" value="Cancel">
226
	  </td>
254
	  </td>
227
</tr>
255
</tr>
Line 235... Line 263...
235
#set($mapReserved = $action.getReservedItemInventory("$itemDetail.getItemid()"))
263
#set($mapReserved = $action.getReservedItemInventory("$itemDetail.getItemid()"))
236
<div style="display: inline-block; position: absolute; width: 50%;margin-top:15px;margin-left:70px;">
264
<div style="display: inline-block; position: absolute; width: 50%;margin-top:15px;margin-left:70px;">
237
	<table id="upload" style="text-align: center;width: 100%">
265
	<table id="upload" style="text-align: center;width: 100%">
238
<thead>
266
<thead>
239
<tr>
267
<tr>
240
<th colspan="3">Saholic Inventory</th>
268
<th colspan="3">Inventory Saholic & Amazon (Total)</th>
241
</tr>
269
</tr>
242
</thead>
270
</thead>
243
<tbody>
271
<tbody>
244
	<tr>
272
	<tr>
245
<td class="detail">Warehouse</td>
273
<td class="detail">Warehouse</td>