Subversion Repositories SmartDukaan

Rev

Rev 10484 | Rev 13727 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1961 ankur.sing 1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
2
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
10484 vikram.rag 3
	xmlns:g="urn:import:com.google.gwt.user.client.ui" xmlns:dp="urn:import:com.google.gwt.user.datepicker.client">
4
 
5
	<ui:image field='gradient' src='gradient_bg_dark.png'
6
		repeatStyle='Horizontal' />
7
 
8
	<ui:style
9
		type='in.shop2020.catalog.dashboard.client.ItemDetails.ItemDetailStyle'>
1961 ankur.sing 10
		.outer {
10484 vikram.rag 11
		border-left: 1px solid #999;
11671 vikram.rag 12
		border-bottom: 1px solid
13
		#999;
10484 vikram.rag 14
		cursor: pointer;
15
		cursor: hand;
1961 ankur.sing 16
		}
10484 vikram.rag 17
 
1961 ankur.sing 18
		.blueLabel {
10484 vikram.rag 19
		color: white;
11671 vikram.rag 20
		font: bold
21
		12px tahoma, arial, helvetica, sans-serif;
10484 vikram.rag 22
		border: 1px solid #99bbe8;
23
		padding: 5px;
24
		background-color: blue
1961 ankur.sing 25
		}
10484 vikram.rag 26
 
1961 ankur.sing 27
		.greenLabel {
10484 vikram.rag 28
		width: 100px;
11671 vikram.rag 29
		color:
30
		black;
10484 vikram.rag 31
		font: bold 12px tahoma, arial, helvetica, sans-serif;
11671 vikram.rag 32
		border: 1px
33
		solid #99bbe8;
10484 vikram.rag 34
		padding: 5px;
35
		background-color: #66ff99;
1961 ankur.sing 36
		}
10484 vikram.rag 37
 
1992 ankur.sing 38
		.fieldChanged {
10484 vikram.rag 39
		color: white;
40
		font: bold 12px tahoma, arial, helvetica, sans-serif;
41
		border: 1px solid #99bbe8;
42
		padding: 5px;
43
		background-color: red;
1992 ankur.sing 44
		}
10484 vikram.rag 45
 
2027 ankur.sing 46
		.outer {
10484 vikram.rag 47
		border-left: 1px solid #999;
48
		border-bottom: 1px solid #999;
11671 vikram.rag 49
		cursor:
50
		pointer;
10484 vikram.rag 51
		cursor: hand;
52
		}
53
 
54
		@sprite .header {
55
		gwt-image: 'gradient';
56
		background-color: #d3d6dd;
57
		table-layout: fixed;
58
		width: 100%;
11671 vikram.rag 59
		height:
60
		100%;
10484 vikram.rag 61
		}
62
 
63
		.header td {
64
		font-weight: bold;
65
		text-shadow: #fff 0 2px 2px;
66
		padding: 2px 0 1px 10px;
67
		border-top: 1px solid #999;
11671 vikram.rag 68
		border-bottom: 1px
69
		solid #999;
10484 vikram.rag 70
		}
71
 
72
		.table {
73
		table-layout: fixed;
74
		width: 100%;
75
		}
76
 
77
		.table td {
78
		border-top: 1px solid #fff;
79
		border-bottom: 1px solid #fff;
11671 vikram.rag 80
		padding: 2px
81
 
10484 vikram.rag 82
		}
83
		.numeric-box{
84
		width: 80px;
85
		text-align: right;
86
		color: black;
87
		font: bold 12px tahoma, arial, helvetica, sans-serif;
11671 vikram.rag 88
		border: 1px solid
89
		#99bbe8;
10484 vikram.rag 90
		padding: 5px;
91
		background-color: #66ff99;
92
		}
93
 
94
		.vendorTable {
11671 vikram.rag 95
		float:
96
		right;
10484 vikram.rag 97
		border: 1px solid #99bbe8;
98
		padding-top:10px
99
		}
100
 
2066 ankur.sing 101
		.inventoryTable {
10484 vikram.rag 102
		float: left;
103
		border: 1px solid #99bbe8;
104
		padding-bottom:10px
2027 ankur.sing 105
		}
10484 vikram.rag 106
 
107
		.buttonContainer {
108
		width: 100%;
109
		padding-top: 40px;
110
		padding-left: 370px;
2027 ankur.sing 111
		}
10484 vikram.rag 112
 
4423 phani.kuma 113
		.textlabel {
10484 vikram.rag 114
		border-top: 2px solid #99bbe8;
115
		text-align: center;
116
		}		
1961 ankur.sing 117
	</ui:style>
118
 
119
	<g:DockLayoutPanel styleName='{style.outer}' unit='EM'>
120
		<g:center>
10484 vikram.rag 121
			<g:ScrollPanel>
122
				<g:VerticalPanel>
123
					<g:HorizontalPanel>
124
						<g:cell>
125
							<g:Grid>
126
								<g:row>
127
									<g:customCell>
128
										<g:Label styleName='{style.blueLabel}'>Item id:</g:Label>
129
									</g:customCell>
130
									<g:customCell>
131
										<g:Label styleName='{style.greenLabel}' ui:field="itemId"></g:Label>
132
									</g:customCell>
133
								</g:row>
134
								<g:row>
135
									<g:customCell>
136
										<g:Label styleName='{style.blueLabel}'>Item Status:</g:Label>
137
									</g:customCell>
138
									<g:customCell>
139
										<g:Label styleName='{style.greenLabel}' ui:field="itemStatus"></g:Label>
140
									</g:customCell>
141
								</g:row>
142
								<g:row>
143
									<g:customCell>
144
										<g:Label styleName='{style.blueLabel}'>Product Group:</g:Label>
145
									</g:customCell>
146
									<g:customCell>
147
										<g:Label styleName='{style.greenLabel}' ui:field="productGroup"></g:Label>
148
									</g:customCell>
149
								</g:row>
150
								<g:row>
151
									<g:customCell>
152
										<g:Label styleName='{style.blueLabel}'>Brand:</g:Label>
153
									</g:customCell>
154
									<g:customCell>
155
										<g:TextBox styleName="{style.greenLabel}" ui:field="brand"></g:TextBox>
156
									</g:customCell>
157
								</g:row>
158
								<g:row>
159
									<g:customCell>
160
										<g:Label styleName='{style.blueLabel}'>Model Number:</g:Label>
161
									</g:customCell>
162
									<g:customCell>
163
										<g:TextBox styleName="{style.greenLabel}" ui:field="modelNumber"></g:TextBox>
164
									</g:customCell>
165
								</g:row>
166
								<g:row>
167
									<g:customCell>
168
										<g:Label styleName='{style.blueLabel}'>Model Name:</g:Label>
169
									</g:customCell>
170
									<g:customCell>
171
										<g:TextBox styleName="{style.greenLabel}" ui:field="modelName"></g:TextBox>
172
									</g:customCell>
173
								</g:row>
174
								<g:row>
175
									<g:customCell>
176
										<g:Label styleName='{style.blueLabel}'>Colour:</g:Label>
177
									</g:customCell>
178
									<g:customCell>
179
										<g:TextBox styleName="{style.greenLabel}" ui:field="color"></g:TextBox>
180
									</g:customCell>
181
								</g:row>
182
								<g:row>
183
									<g:customCell>
184
										<g:Label styleName='{style.blueLabel}'>Preferred Insurer:</g:Label>
185
									</g:customCell>
186
									<g:customCell>
187
										<g:ListBox ui:field="preferredInsurer"></g:ListBox>
188
									</g:customCell>
189
								</g:row>
190
								<g:row>
191
									<g:customCell>
192
										<g:Label styleName='{style.blueLabel}'>ASIN:</g:Label>
193
									</g:customCell>
194
									<g:customCell>
11671 vikram.rag 195
										<g:TextBox styleName='{style.greenLabel}' ui:field="asin"></g:TextBox>
10484 vikram.rag 196
									</g:customCell>
197
								</g:row>
198
								<g:row>
199
									<g:customCell>
200
										<g:Label styleName='{style.blueLabel}'>Website N-Day Sale:</g:Label>
201
									</g:customCell>
202
									<g:customCell>
203
										<g:TextBox styleName='{style.greenLabel}' ui:field="websiteLastNdaySale"></g:TextBox>
204
									</g:customCell>
205
								</g:row>
11671 vikram.rag 206
								<g:row>
207
									<g:customCell>
208
										<g:Label styleName='{style.blueLabel}'>Deal Price:</g:Label>
209
									</g:customCell>
210
									<g:customCell>
211
										<g:TextBox styleName='{style.greenLabel}' ui:field="dealPrice"></g:TextBox>
212
									</g:customCell>
213
								</g:row>
214
								<g:row>
215
									<g:customCell>
216
										<g:Label styleName='{style.blueLabel}'>Deal Start Date</g:Label>
217
									</g:customCell>
218
									<g:customCell>
219
										<dp:DateBox styleName='{style.greenLabel}'
220
											ui:field="dealStartDate" enabled="true"></dp:DateBox>
221
									</g:customCell>
222
								</g:row>
223
								<g:row>
224
									<g:customCell>
225
										<g:Label styleName='{style.blueLabel}'>Deal Freebie Option</g:Label>
226
									</g:customCell>
227
									<g:customCell>
228
										<g:ListBox ui:field="dealFreebieOption"></g:ListBox>
229
									</g:customCell>
230
								</g:row>
10484 vikram.rag 231
							</g:Grid>
232
						</g:cell>
233
						<g:cell>
234
							<g:Grid>
235
								<g:row>
236
									<g:customCell>
237
										<g:Label styleName='{style.blueLabel}'>Status Description</g:Label>
238
									</g:customCell>
239
									<g:customCell>
240
										<g:TextBox styleName='{style.greenLabel}' ui:field="statusDesc"></g:TextBox>
241
									</g:customCell>
242
								</g:row>
243
								<g:row>
244
									<g:customCell>
245
										<g:Label styleName='{style.blueLabel}'>Category:</g:Label>
246
									</g:customCell>
247
									<g:customCell>
248
										<g:Label styleName='{style.greenLabel}' ui:field="contentCategory"></g:Label>
249
									</g:customCell>
250
								</g:row>
251
								<g:row>
252
									<g:customCell>
253
										<g:Label styleName='{style.blueLabel}'>Comments:</g:Label>
254
									</g:customCell>
255
									<g:customCell>
256
										<g:TextBox styleName='{style.greenLabel}' ui:field="comments"></g:TextBox>
257
									</g:customCell>
258
								</g:row>
259
								<g:row>
260
									<g:customCell>
261
										<g:Label styleName='{style.blueLabel}'>Catalog Item ID:</g:Label>
262
									</g:customCell>
263
									<g:customCell>
264
										<g:Label styleName='{style.greenLabel}' ui:field="catalogItemId"></g:Label>
265
									</g:customCell>
266
								</g:row>
267
								<g:row>
268
									<g:customCell>
269
										<g:Label styleName='{style.blueLabel}'>Preferred Vendor:</g:Label>
270
									</g:customCell>
271
									<g:customCell>
272
										<g:ListBox ui:field="preferredVendor"></g:ListBox>
273
									</g:customCell>
274
								</g:row>
275
								<g:row>
276
									<g:customCell>
277
										<g:Button ui:field="comingSoonButton" text="Coming Soon"></g:Button>
278
									</g:customCell>
279
								</g:row>
280
								<g:row>
281
									<g:customCell>
282
										<g:Label styleName='{style.blueLabel}'>Coming Soon Start Date</g:Label>
283
									</g:customCell>
284
									<g:customCell>
285
										<dp:DateBox styleName='{style.greenLabel}'
286
											ui:field="comingSoonStartDate" enabled="false"></dp:DateBox>
287
									</g:customCell>
288
								</g:row>
289
								<g:row>
290
									<g:customCell>
291
										<g:Label styleName='{style.blueLabel}'>Expected Arrival Date</g:Label>
292
									</g:customCell>
293
									<g:customCell>
294
										<dp:DateBox styleName='{style.greenLabel}'
295
											ui:field="expectedArrivalDate" enabled="false"></dp:DateBox>
296
									</g:customCell>
297
								</g:row>
298
								<g:row>
299
									<g:customCell>
300
										<g:Label styleName='{style.blueLabel}'>Amazon N-Day Sale:</g:Label>
301
									</g:customCell>
302
									<g:customCell>
303
										<g:TextBox styleName='{style.greenLabel}' ui:field="amazonLastNdaySale"></g:TextBox>
304
									</g:customCell>
305
								</g:row>
11671 vikram.rag 306
								<g:row>
307
									<g:customCell>
308
										<g:Label styleName='{style.blueLabel}'>Deal Freebie Item ID:</g:Label>
309
									</g:customCell>
310
									<g:customCell>
311
										<g:TextBox styleName='{style.greenLabel}' ui:field="dealFreebieItemId"></g:TextBox>
312
									</g:customCell>
313
								</g:row>
314
								<g:row>
315
									<g:customCell>
316
										<g:Label styleName='{style.blueLabel}'>Deal End Date</g:Label>
317
									</g:customCell>
318
									<g:customCell>
319
										<dp:DateBox styleName='{style.greenLabel}'
320
											ui:field="dealEndDate" enabled="true"></dp:DateBox>
321
									</g:customCell>
322
								</g:row>
10484 vikram.rag 323
							</g:Grid>
324
						</g:cell>
325
						<g:cell>
326
							<g:Grid>
327
								<g:row>
328
									<g:customCell>
329
										<g:Label styleName='{style.blueLabel}'>MRP:</g:Label>
330
									</g:customCell>
331
									<g:customCell width='6'>
332
										<g:TextBox styleName='{style.numeric-box}' ui:field="mrp"></g:TextBox>
333
									</g:customCell>
334
								</g:row>
335
								<g:row>
336
									<g:customCell>
337
										<g:Label styleName='{style.blueLabel}'>Selling Price:</g:Label>
338
									</g:customCell>
339
									<g:customCell size='6'>
340
										<g:TextBox styleName='{style.numeric-box}' ui:field="sellingPrice"></g:TextBox>
341
									</g:customCell>
342
								</g:row>
343
								<g:row>
344
									<g:customCell>
345
										<g:Label styleName='{style.blueLabel}'>Weight(in kg):</g:Label>
346
									</g:customCell>
347
									<g:customCell>
348
										<g:TextBox styleName='{style.numeric-box}' ui:field="weight"></g:TextBox>
349
									</g:customCell>
350
								</g:row>
351
								<g:row>
352
									<g:customCell>
353
										<g:Label styleName='{style.blueLabel}'>Expected Delay(Days):</g:Label>
354
									</g:customCell>
355
									<g:customCell>
356
										<g:TextBox styleName='{style.numeric-box}' ui:field="expectedDelay"></g:TextBox>
357
									</g:customCell>
358
								</g:row>
359
								<g:row>
360
									<g:customCell>
361
										<g:Label styleName='{style.blueLabel}'>Is Warehouse Preference Sticky:</g:Label>
362
									</g:customCell>
363
									<g:customCell>
364
										<g:CheckBox ui:field="warehouseStickiness"></g:CheckBox>
365
									</g:customCell>
366
								</g:row>
367
								<g:row>
368
									<g:customCell>
369
										<g:Label styleName='{style.blueLabel}'>Has Serial Number:</g:Label>
370
									</g:customCell>
371
									<g:customCell>
372
										<g:CheckBox ui:field="itemType"></g:CheckBox>
373
									</g:customCell>
374
								</g:row>
375
								<g:row>
376
									<g:customCell>
377
										<g:Label styleName='{style.blueLabel}'>Show Selling Price</g:Label>
378
									</g:customCell>
379
									<g:customCell>
380
										<g:CheckBox ui:field="showSellingPrice" enabled="false"></g:CheckBox>
381
									</g:customCell>
382
								</g:row>
383
								<g:row>
384
									<g:customCell>
385
										<g:Label styleName='{style.blueLabel}'>Hold Override</g:Label>
386
									</g:customCell>
387
									<g:customCell>
388
										<g:CheckBox ui:field="holdOverride"></g:CheckBox>
389
									</g:customCell>
390
								</g:row>
391
								<g:row>
392
									<g:customCell>
393
										<g:Label styleName='{style.blueLabel}'>Best Deals Details Text:</g:Label>
394
									</g:customCell>
395
									<g:customCell>
396
										<g:TextBox styleName='{style.greenLabel}' ui:field="bestDealsDetailsText"></g:TextBox>
397
									</g:customCell>
398
								</g:row>
399
								<g:row>
400
									<g:customCell>
401
										<g:Label styleName='{style.blueLabel}'>Ebay N-Day Sale:</g:Label>
402
									</g:customCell>
403
									<g:customCell>
404
										<g:TextBox styleName='{style.greenLabel}' ui:field="ebayLastNdaySale"></g:TextBox>
405
									</g:customCell>
406
								</g:row>
11671 vikram.rag 407
								<g:row>
408
									<g:customCell>
409
										<g:Label styleName='{style.blueLabel}'>Deal Text</g:Label>
410
									</g:customCell>
411
									<g:customCell>
412
										<g:TextBox styleName='{style.greenLabel}' ui:field="dealText"></g:TextBox>
413
									</g:customCell>
414
								</g:row>
415
								<g:row>
416
									<g:customCell>
417
										<g:Label styleName='{style.blueLabel}'>Is Deal available on COD</g:Label>
418
									</g:customCell>
419
									<g:customCell>
420
										<g:CheckBox ui:field="isCodOnDeal"></g:CheckBox>
421
									</g:customCell>
422
								</g:row>
10484 vikram.rag 423
							</g:Grid>
424
						</g:cell>
425
						<g:cell>
426
							<g:Grid>
427
								<g:row>
428
									<g:customCell>
429
										<g:Label styleName='{style.blueLabel}'>Added On:</g:Label>
430
									</g:customCell>
431
									<g:customCell>
432
										<g:Label styleName='{style.greenLabel}' ui:field="addedOn"></g:Label>
433
									</g:customCell>
434
								</g:row>
435
								<g:row>
436
									<g:customCell>
437
										<g:Label styleName='{style.blueLabel}'>Start Date:</g:Label>
438
									</g:customCell>
439
									<g:customCell>
440
										<dp:DateBox styleName='{style.greenLabel}'
441
											ui:field="startDate"></dp:DateBox>
442
									</g:customCell>
443
								</g:row>
444
								<g:row>
445
									<g:customCell>
446
										<g:Label styleName='{style.blueLabel}'>Retiring Date:</g:Label>
447
									</g:customCell>
448
									<g:customCell>
449
										<g:Label styleName='{style.greenLabel}' ui:field="retireDate"></g:Label>
450
									</g:customCell>
451
								</g:row>
452
								<g:row>
453
									<g:customCell>
454
										<g:Label styleName='{style.blueLabel}'>Updated On:</g:Label>
455
									</g:customCell>
456
									<g:customCell>
457
										<g:Label styleName='{style.greenLabel}' ui:field="updatedOn"></g:Label>
458
									</g:customCell>
459
								</g:row>
460
								<g:row>
461
									<g:customCell>
462
										<g:Label styleName='{style.blueLabel}'>Has Item Number:</g:Label>
463
									</g:customCell>
464
									<g:customCell>
465
										<g:CheckBox ui:field="hasItemNo"></g:CheckBox>
466
									</g:customCell>
467
								</g:row>
468
								<g:row>
469
									<g:customCell>
470
										<g:Label styleName='{style.blueLabel}'>Best Deals Details Link:</g:Label>
471
									</g:customCell>
472
									<g:customCell>
473
										<g:TextBox styleName='{style.greenLabel}' ui:field="bestDealsDetailsLink"></g:TextBox>
474
									</g:customCell>
475
								</g:row>
476
								<g:row>
477
									<g:customCell>
478
										<g:Label styleName='{style.blueLabel}'>Freebie ItemId:</g:Label>
479
									</g:customCell>
480
									<g:customCell>
481
										<g:TextBox styleName='{style.greenLabel}' ui:field="freebieItemId"></g:TextBox>
482
									</g:customCell>
483
								</g:row>
484
								<g:row>
485
									<g:customCell>
486
										<g:Label styleName='{style.blueLabel}'>Last N Day Sale:</g:Label>
487
									</g:customCell>
488
									<g:customCell>
489
										<g:TextBox styleName='{style.greenLabel}' ui:field="lastNdaySale"></g:TextBox>
490
									</g:customCell>
491
								</g:row>
492
								<g:row>
493
									<g:customCell>
494
										<g:Label styleName='{style.blueLabel}'>Snapdeal N-Day Sale:</g:Label>
495
									</g:customCell>
496
									<g:customCell>
497
										<g:TextBox styleName='{style.greenLabel}' ui:field="snapdealLastNdaySale"></g:TextBox>
498
									</g:customCell>
499
								</g:row>
11671 vikram.rag 500
								<g:row>
501
									<g:customCell>
502
										<g:Label styleName='{style.blueLabel}'>Deal Rank</g:Label>
503
									</g:customCell>
504
									<g:customCell>
505
										<g:TextBox styleName='{style.greenLabel}' ui:field="dealRank"></g:TextBox>
506
									</g:customCell>
507
								</g:row>
508
									<g:row>
509
									<g:customCell>
510
										<g:Label styleName='{style.blueLabel}'>Is Deal Active</g:Label>
511
									</g:customCell>
512
									<g:customCell>
513
										<g:CheckBox ui:field="isDealActive"></g:CheckBox>
514
									</g:customCell>
515
								</g:row>
10484 vikram.rag 516
							</g:Grid>
517
						</g:cell>
518
						<g:cell>
519
							<g:Grid>
520
								<g:row>
521
									<g:customCell>
522
										<g:Label styleName='{style.blueLabel}'>Best Deals Text:</g:Label>
523
									</g:customCell>
524
									<g:customCell>
525
										<g:TextBox styleName='{style.greenLabel}' ui:field="bestDealsText"></g:TextBox>
526
									</g:customCell>
527
								</g:row>
528
								<g:row>
529
									<g:customCell>
530
										<g:Label styleName='{style.blueLabel}'>Best Deals Value:</g:Label>
531
									</g:customCell>
532
									<g:customCell>
533
										<g:TextBox styleName='{style.numeric-box}' ui:field="bestDealsValue"></g:TextBox>
534
									</g:customCell>
535
								</g:row>
536
								<g:row>
537
									<g:customCell>
538
										<g:Label styleName='{style.blueLabel}'>Best Selling Rank:</g:Label>
539
									</g:customCell>
540
									<g:customCell>
541
										<g:TextBox styleName='{style.numeric-box}' ui:field="bestSellingRank"></g:TextBox>
542
									</g:customCell>
543
								</g:row>
544
								<g:row>
545
									<g:customCell>
546
										<g:Label styleName='{style.blueLabel}'>Default for Entity:</g:Label>
547
									</g:customCell>
548
									<g:customCell>
549
										<g:CheckBox ui:field="defaultForEntity"></g:CheckBox>
550
									</g:customCell>
551
								</g:row>
552
								<g:row>
553
									<g:customCell>
554
										<g:Label styleName='{style.blueLabel}'>Is Risky:</g:Label>
555
									</g:customCell>
556
									<g:customCell>
557
										<g:CheckBox ui:field="risky" enabled='false'></g:CheckBox>
558
									</g:customCell>
559
								</g:row>
560
								<g:row>
561
									<g:customCell>
562
										<g:Label styleName='{style.blueLabel}'>Min StockLevel:</g:Label>
563
									</g:customCell>
564
									<g:customCell>
565
										<g:TextBox styleName='{style.numeric-box}' ui:field="minStockLevel"></g:TextBox>
566
									</g:customCell>
567
								</g:row>
568
								<g:row>
569
									<g:customCell>
570
										<g:Label styleName='{style.blueLabel}'>min Days Of Stock:</g:Label>
571
									</g:customCell>
572
									<g:customCell>
573
										<g:TextBox styleName='{style.numeric-box}' ui:field="numOfDaysStock"></g:TextBox>
574
									</g:customCell>
575
								</g:row>
576
								<g:row>
577
									<g:customCell>
578
										<g:Label styleName='{style.blueLabel}'>Hold Inventory:</g:Label>
579
									</g:customCell>
580
									<g:customCell>
581
										<g:TextBox styleName='{style.numeric-box}' ui:field="holdInventory"></g:TextBox>
582
									</g:customCell>
583
								</g:row>
584
								<g:row>
585
									<g:customCell>
586
										<g:Label styleName='{style.blueLabel}'>Default Inventory:</g:Label>
587
									</g:customCell>
588
									<g:customCell>
589
										<g:TextBox styleName='{style.numeric-box}' ui:field="defaultInventory"></g:TextBox>
590
									</g:customCell>
591
								</g:row>
592
								<g:row>
593
									<g:customCell>
594
										<g:Label styleName='{style.blueLabel}'>Flipkart N-Day Sale:</g:Label>
595
									</g:customCell>
596
									<g:customCell>
597
										<g:TextBox styleName='{style.greenLabel}' ui:field="flipkartLastNdaySale"></g:TextBox>
598
									</g:customCell>
599
								</g:row>
11671 vikram.rag 600
								<g:row>
601
									<g:customCell>
602
										<g:Label styleName='{style.blueLabel}'>Deal Text Option</g:Label>
603
									</g:customCell>
604
									<g:customCell>
605
										<g:ListBox ui:field="dealTextOption"></g:ListBox>
606
									</g:customCell>
607
								</g:row>
10484 vikram.rag 608
							</g:Grid>
609
						</g:cell>
610
					</g:HorizontalPanel>
611
 
612
					<g:VerticalPanel>
613
						<g:VerticalPanel styleName='{style.inventoryTable}'>
614
							<g:FlexTable ui:field='headerAvailability' styleName='{style.header}'
615
								cellSpacing='0' cellPadding='0' />
616
							<g:FlexTable ui:field='availabilityTable' styleName='{style.table}'
617
								cellSpacing='0' cellPadding='0' />
618
						</g:VerticalPanel>
619
						<g:VerticalPanel>
620
							<g:Label styleName='{style.textlabel}'>Vendor Keys</g:Label>
621
							<g:FlexTable ui:field='headerVendorItemKey'
622
								styleName='{style.header}' cellSpacing='0' cellPadding='0' />
623
							<g:FlexTable ui:field='tableVendorItemKey' styleName='{style.table}'
624
								cellSpacing='0' cellPadding='0' />
625
							<g:Label></g:Label>
626
						</g:VerticalPanel>
627
						<g:VerticalPanel>
628
							<g:Label styleName='{style.textlabel}'>Vendor Prices</g:Label>
629
							<g:FlexTable ui:field='headerVendorPrices' styleName='{style.header}'
630
								cellSpacing='0' cellPadding='0' />
631
							<g:FlexTable ui:field='tableVendorPrices' styleName='{style.table}'
632
								cellSpacing='0' cellPadding='0' />
633
						</g:VerticalPanel>
634
						<g:VerticalPanel>
635
							<g:Label styleName='{style.textlabel}'>Vouchers</g:Label>
636
							<g:FlexTable ui:field='headerVouchers' styleName='{style.header}'
637
								cellSpacing='0' cellPadding='0' />
638
							<g:FlexTable ui:field='tableVouchers' styleName='{style.table}'
639
								cellSpacing='0' cellPadding='0' />
640
						</g:VerticalPanel>
641
						<g:VerticalPanel>
642
							<g:Label styleName='{style.textlabel}'>Source Prices</g:Label>
643
							<g:FlexTable ui:field='headerSourcePrices' styleName='{style.header}'
644
								cellSpacing='0' cellPadding='0' />
645
							<g:FlexTable ui:field='tableSourcePrices' styleName='{style.table}'
646
								cellSpacing='0' cellPadding='0' />
647
						</g:VerticalPanel>
648
						<g:VerticalPanel>
649
							<g:Label styleName='{style.textlabel}'>VAT Details</g:Label>
650
							<g:FlexTable ui:field='headerVatDetails' styleName='{style.header}'
651
								cellSpacing='0' cellPadding='0' />
652
							<g:FlexTable ui:field='tableVatDetails' styleName='{style.table}'
653
								cellSpacing='0' cellPadding='0' />
654
						</g:VerticalPanel>
655
						<g:VerticalPanel>
656
							<g:Label styleName='{style.textlabel}'>Similar Items</g:Label>
657
							<g:FlexTable ui:field='headerSimilarItems' styleName='{style.header}'
658
								cellSpacing='0' cellPadding='0' />
659
							<g:FlexTable ui:field='tableSimilarItems' styleName='{style.table}'
660
								cellSpacing='0' cellPadding='0' />
661
						</g:VerticalPanel>
662
					</g:VerticalPanel>
663
					<g:VerticalPanel>
664
						<g:Label styleName='{style.textlabel}'>Inactive Inventory Sync Warehouses</g:Label>
665
						<g:FlexTable ui:field='headerIgnoredWarehouse'
666
							styleName='{style.header}' cellSpacing='0' cellPadding='0' />
667
						<g:FlexTable ui:field='tableIgnoredWarehouse'
668
							styleName='{style.table}' cellSpacing='0' cellPadding='0' />
669
					</g:VerticalPanel>
670
 
671
					<!-- <g:VerticalPanel styleName='{style.buttonContainer}'> <g:Button 
672
						ui:field="submit">Update Item</g:Button> </g:VerticalPanel> -->
673
				</g:VerticalPanel>
674
			</g:ScrollPanel>
1961 ankur.sing 675
		</g:center>
676
	</g:DockLayoutPanel>
5118 mandeep.dh 677
</ui:UiBinder>