Subversion Repositories SmartDukaan

Rev

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