Subversion Repositories SmartDukaan

Rev

Rev 6777 | Rev 6838 | 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>
171
    					</g:Grid>
172
    				</g:cell>
173
    				<g:cell>
174
    					<g:Grid>
2359 ankur.sing 175
                            <g:row>
176
                                <g:customCell>
177
                                    <g:Label styleName='{style.blueLabel}'>Status Description</g:Label>
178
                                </g:customCell>
179
                                <g:customCell>
180
                                    <g:TextBox styleName='{style.greenLabel}' ui:field="statusDesc"></g:TextBox>
181
                                </g:customCell>
182
                            </g:row>
1992 ankur.sing 183
    						<g:row>
184
    							<g:customCell>
185
    								<g:Label styleName='{style.blueLabel}'>Category:</g:Label>
186
    							</g:customCell>
187
    							<g:customCell>
2105 ankur.sing 188
    								<g:Label styleName='{style.greenLabel}' ui:field="contentCategory"></g:Label>
1992 ankur.sing 189
    							</g:customCell>
190
    						</g:row>
191
    						<g:row>
192
    							<g:customCell>
193
    								<g:Label styleName='{style.blueLabel}'>Comments:</g:Label>
194
    							</g:customCell>
195
    							<g:customCell>
2027 ankur.sing 196
    								<g:TextBox styleName='{style.greenLabel}' ui:field="comments"></g:TextBox>
1992 ankur.sing 197
    							</g:customCell>
198
    						</g:row>
199
    						<g:row>
200
    							<g:customCell>
201
    								<g:Label styleName='{style.blueLabel}'>Catalog Item ID:</g:Label>
202
    							</g:customCell>
203
    							<g:customCell>
204
    								<g:Label styleName='{style.greenLabel}' ui:field="catalogItemId"></g:Label>
205
    							</g:customCell>
206
    						</g:row>
4506 phani.kuma 207
    						<g:row>
208
    							<g:customCell>
209
    								<g:Label styleName='{style.blueLabel}'>Preferred Vendor:</g:Label>
210
    							</g:customCell>
211
    							<g:customCell>
212
    								<g:ListBox ui:field="preferredVendor"></g:ListBox>
213
    							</g:customCell>
214
    						</g:row>
5217 amit.gupta 215
    						<g:row>
216
    							<g:customCell>
217
    								<g:Button ui:field="comingSoonButton" text="Coming Soon"></g:Button>
218
    							</g:customCell>
219
    						</g:row>
220
						 <g:row>
221
					          <g:customCell>
222
					            <g:Label styleName='{style.blueLabel}'>Coming Soon Start Date</g:Label>
223
					          </g:customCell>
224
					          <g:customCell>
225
					             <dp:DateBox styleName='{style.greenLabel}' ui:field="comingSoonStartDate" enabled="false"></dp:DateBox>
226
					          </g:customCell>
227
						</g:row>
228
						 <g:row>
229
					          <g:customCell>
230
					            <g:Label styleName='{style.blueLabel}'>Expected Arrival Date</g:Label>
231
					          </g:customCell>
232
					          <g:customCell>
233
					            <dp:DateBox styleName='{style.greenLabel}' ui:field="expectedArrivalDate"  enabled="false"></dp:DateBox>
234
					          </g:customCell>
235
						</g:row>
1992 ankur.sing 236
    					</g:Grid>
237
    				</g:cell>
238
    				<g:cell>
239
    					<g:Grid>
240
    						<g:row>
241
    							<g:customCell>
242
    								<g:Label styleName='{style.blueLabel}'>MRP:</g:Label>
243
    							</g:customCell>
2066 ankur.sing 244
    							<g:customCell width='6'>
245
    								<g:TextBox styleName='{style.numeric-box}' ui:field="mrp"></g:TextBox>
1992 ankur.sing 246
    							</g:customCell>
247
    						</g:row>
3359 chandransh 248
    						<g:row>
1992 ankur.sing 249
    							<g:customCell>
3359 chandransh 250
    								<g:Label styleName='{style.blueLabel}'>Selling Price:</g:Label>
1992 ankur.sing 251
    							</g:customCell>
3359 chandransh 252
    							<g:customCell size='6'>
253
    								<g:TextBox styleName='{style.numeric-box}' ui:field="sellingPrice"></g:TextBox>
1992 ankur.sing 254
    							</g:customCell>
3359 chandransh 255
    						</g:row>
256
    						<g:row>
1992 ankur.sing 257
    							<g:customCell>
3359 chandransh 258
    								<g:Label styleName='{style.blueLabel}'>Weight(in kg):</g:Label>
1992 ankur.sing 259
    							</g:customCell>
260
    							<g:customCell>
3359 chandransh 261
    								<g:TextBox styleName='{style.numeric-box}' ui:field="weight"></g:TextBox>
1992 ankur.sing 262
    							</g:customCell>
3359 chandransh 263
    						</g:row>
1992 ankur.sing 264
    						<g:row>
265
    							<g:customCell>
3359 chandransh 266
    								<g:Label styleName='{style.blueLabel}'>Expected Delay(Days):</g:Label>
1992 ankur.sing 267
    							</g:customCell>
3359 chandransh 268
    							<g:customCell>
269
    								<g:TextBox styleName='{style.numeric-box}' ui:field="expectedDelay"></g:TextBox>
1992 ankur.sing 270
    							</g:customCell>
271
    						</g:row>
272
    						<g:row>
4413 anupam.sin 273
                                <g:customCell>
274
                                    <g:Label styleName='{style.blueLabel}'>Is Warehouse Preference Sticky:</g:Label>
275
                                </g:customCell>
276
                                <g:customCell>
277
                                    <g:CheckBox ui:field="warehouseStickiness"></g:CheckBox>
278
                                </g:customCell>
279
                            </g:row>
5384 phani.kuma 280
                            <g:row>
281
    							<g:customCell>
282
    								<g:Label styleName='{style.blueLabel}'>Has Serial Number:</g:Label>
283
    							</g:customCell>
284
    							<g:customCell>
285
    								<g:CheckBox ui:field="itemType"></g:CheckBox>
286
    							</g:customCell>
287
    						</g:row>
6241 amit.gupta 288
                            <g:row>
289
    							<g:customCell>
290
    								<g:Label styleName='{style.blueLabel}'>Show Selling Price</g:Label>
291
    							</g:customCell>
292
    							<g:customCell>
293
    								<g:CheckBox ui:field="showSellingPrice" enabled="false"></g:CheckBox>
294
    							</g:customCell>
295
    						</g:row>
6777 vikram.rag 296
    						<g:row>
297
    							<g:customCell>
298
    								<g:Label styleName='{style.blueLabel}'>Best Deals Details Text:</g:Label>
299
    							</g:customCell>
300
    							<g:customCell>
301
    								<g:TextBox styleName='{style.greenLabel}' ui:field="bestDealsDetailsText"></g:TextBox>
302
    							</g:customCell>
303
    						</g:row>
1992 ankur.sing 304
    					</g:Grid>
305
    				</g:cell>
306
    				<g:cell>
307
    					<g:Grid>
308
    						<g:row>
309
    							<g:customCell>
310
    								<g:Label styleName='{style.blueLabel}'>Added On:</g:Label>
311
    							</g:customCell>
312
    							<g:customCell>
313
    								<g:Label styleName='{style.greenLabel}' ui:field="addedOn"></g:Label>
314
    							</g:customCell>
315
    						</g:row>
316
    						<g:row>
317
    							<g:customCell>
318
    								<g:Label styleName='{style.blueLabel}'>Start Date:</g:Label>
319
    							</g:customCell>
320
    							<g:customCell>
2068 ankur.sing 321
    								<dp:DateBox styleName='{style.greenLabel}' ui:field="startDate"></dp:DateBox>
1992 ankur.sing 322
    							</g:customCell>
323
    						</g:row>
324
    						<g:row>
325
    							<g:customCell>
326
    								<g:Label styleName='{style.blueLabel}'>Retiring Date:</g:Label>
327
    							</g:customCell>
328
    							<g:customCell>
329
    								<g:Label styleName='{style.greenLabel}' ui:field="retireDate"></g:Label>
330
    							</g:customCell>
331
    						</g:row>
332
    						<g:row>
333
    							<g:customCell>
334
    								<g:Label styleName='{style.blueLabel}'>Updated On:</g:Label>
335
    							</g:customCell>
336
    							<g:customCell>
337
    								<g:Label styleName='{style.greenLabel}' ui:field="updatedOn"></g:Label>
338
    							</g:customCell>
339
    						</g:row>
5384 phani.kuma 340
    						<g:row>
341
                                <g:customCell>
342
                                    <g:Label styleName='{style.blueLabel}'>Has Item Number:</g:Label>
343
                                </g:customCell>
344
                                <g:customCell>
345
                                    <g:CheckBox ui:field="hasItemNo"></g:CheckBox>
346
                                </g:customCell>
347
                            </g:row>
5460 phani.kuma 348
                            <g:row>
349
                                <g:customCell>
350
                                    <g:Label styleName='{style.blueLabel}'>Clearance sale:</g:Label>
351
                                </g:customCell>
352
                                <g:customCell>
353
                                    <g:CheckBox ui:field="clearance"></g:CheckBox>
354
                                </g:customCell>
355
                            </g:row>
6777 vikram.rag 356
                            <g:row>
357
    							<g:customCell>
358
    								<g:Label styleName='{style.blueLabel}'>Best Deals Details Link:</g:Label>
359
    							</g:customCell>
360
    							<g:customCell>
361
    								<g:TextBox styleName='{style.greenLabel}' ui:field="bestDealsDetailsLink"></g:TextBox>
362
    							</g:customCell>
363
    						</g:row>
1992 ankur.sing 364
    					</g:Grid>
365
    				</g:cell>
366
    				<g:cell>
367
    					<g:Grid>
368
    						<g:row>
369
    							<g:customCell>
370
    								<g:Label styleName='{style.blueLabel}'>Best Deals Text:</g:Label>
371
    							</g:customCell>
372
    							<g:customCell>
2027 ankur.sing 373
    								<g:TextBox styleName='{style.greenLabel}' ui:field="bestDealsText"></g:TextBox>
1992 ankur.sing 374
    							</g:customCell>
375
    						</g:row>
376
    						<g:row>
377
    							<g:customCell>
378
    								<g:Label styleName='{style.blueLabel}'>Best Deals Value:</g:Label>
379
    							</g:customCell>
380
    							<g:customCell>
2066 ankur.sing 381
    								<g:TextBox styleName='{style.numeric-box}' ui:field="bestDealsValue"></g:TextBox>
1992 ankur.sing 382
    							</g:customCell>
383
    						</g:row>
2066 ankur.sing 384
                            <g:row>
385
                                <g:customCell>
386
                                    <g:Label styleName='{style.blueLabel}'>Best Selling Rank:</g:Label>
387
                                </g:customCell>
388
                                <g:customCell>
389
                                    <g:TextBox styleName='{style.numeric-box}' ui:field="bestSellingRank"></g:TextBox>
390
                                </g:customCell>
391
                            </g:row>
392
                            <g:row>
393
                                <g:customCell>
394
                                    <g:Label styleName='{style.blueLabel}'>Default for Entity:</g:Label>
395
                                </g:customCell>
396
                                <g:customCell>
397
                                    <g:CheckBox ui:field="defaultForEntity"></g:CheckBox>
398
                                </g:customCell>
399
                            </g:row>
2252 ankur.sing 400
                            <g:row>
401
                                <g:customCell>
402
                                    <g:Label styleName='{style.blueLabel}'>Is Risky:</g:Label>
403
                                </g:customCell>
404
                                <g:customCell>
2359 ankur.sing 405
                                    <g:CheckBox ui:field="risky" enabled='false'></g:CheckBox>
2252 ankur.sing 406
                                </g:customCell>
407
                            </g:row>
6813 amar.kumar 408
                            <g:row>
409
                                <g:customCell>
410
                                    <g:Label styleName='{style.blueLabel}'>Min StockLevel:</g:Label>
411
                                </g:customCell>
412
                                <g:customCell>
413
                                    <g:TextBox styleName='{style.numeric-box}' ui:field="minStockLevel"></g:TextBox>
414
                                </g:customCell>
415
                            </g:row>
416
                            <g:row>
417
                                <g:customCell>
418
                                    <g:Label styleName='{style.blueLabel}'>min Days Of Stock:</g:Label>
419
                                </g:customCell>
420
                                <g:customCell>
421
                                    <g:TextBox styleName='{style.numeric-box}' ui:field="numOfDaysStock"></g:TextBox>
422
                                </g:customCell>
423
                            </g:row>
1992 ankur.sing 424
    					</g:Grid>
425
    				</g:cell>
426
    			</g:HorizontalPanel>
427
 
2066 ankur.sing 428
                <g:VerticalPanel>
429
                    <g:VerticalPanel styleName='{style.inventoryTable}'>
2105 ankur.sing 430
                        <g:FlexTable ui:field='headerAvailability' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
2359 ankur.sing 431
                        <g:FlexTable ui:field='availabilityTable' styleName='{style.table}' cellSpacing='0' cellPadding='0' />
1992 ankur.sing 432
                    </g:VerticalPanel>
2119 ankur.sing 433
                    <g:VerticalPanel>
4423 phani.kuma 434
                        <g:Label styleName='{style.textlabel}'>Vendor Keys</g:Label>
2427 ankur.sing 435
                        <g:FlexTable ui:field='headerVendorItemKey' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
436
                        <g:FlexTable ui:field='tableVendorItemKey' styleName='{style.table}' cellSpacing='0' cellPadding='0' />
2359 ankur.sing 437
                        <g:Label></g:Label>
1992 ankur.sing 438
                    </g:VerticalPanel>
2359 ankur.sing 439
                    <g:VerticalPanel>
4423 phani.kuma 440
                        <g:Label styleName='{style.textlabel}'>Vendor Prices</g:Label>
2427 ankur.sing 441
                        <g:FlexTable ui:field='headerVendorPrices' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
442
                        <g:FlexTable ui:field='tableVendorPrices' styleName='{style.table}' cellSpacing='0' cellPadding='0' />
2105 ankur.sing 443
                    </g:VerticalPanel>
3558 rajveer 444
                    <g:VerticalPanel>
5504 phani.kuma 445
                       	<g:Label styleName='{style.textlabel}'>Vouchers</g:Label>
446
                       	<g:FlexTable ui:field='headerVouchers' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
447
                        <g:FlexTable ui:field='tableVouchers' styleName='{style.table}' cellSpacing='0' cellPadding='0' />
448
                    </g:VerticalPanel>
449
                    <g:VerticalPanel>
4423 phani.kuma 450
                        <g:Label styleName='{style.textlabel}'>Source Prices</g:Label>
3558 rajveer 451
                        <g:FlexTable ui:field='headerSourcePrices' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
452
                        <g:FlexTable ui:field='tableSourcePrices' styleName='{style.table}' cellSpacing='0' cellPadding='0' />
453
                    </g:VerticalPanel>
4423 phani.kuma 454
                    <g:VerticalPanel>
455
                       	<g:Label styleName='{style.textlabel}'>Similar Items</g:Label>
456
                       	<g:FlexTable ui:field='headerSimilarItems' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
457
                        <g:FlexTable ui:field='tableSimilarItems' styleName='{style.table}' cellSpacing='0' cellPadding='0' />
458
                    </g:VerticalPanel>
2066 ankur.sing 459
                </g:VerticalPanel>
6530 vikram.rag 460
                <g:VerticalPanel>
461
                       	<g:Label styleName='{style.textlabel}'>Inactive Inventory Sync Warehouses</g:Label>
462
                       	<g:FlexTable ui:field='headerIgnoredWarehouse' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
463
                        <g:FlexTable ui:field='tableIgnoredWarehouse' styleName='{style.table}' cellSpacing='0' cellPadding='0' />
464
                </g:VerticalPanel>          
465
 
2126 ankur.sing 466
                <!-- <g:VerticalPanel styleName='{style.buttonContainer}'>
2066 ankur.sing 467
                    <g:Button ui:field="submit">Update Item</g:Button>
2126 ankur.sing 468
                </g:VerticalPanel> -->
1992 ankur.sing 469
            </g:VerticalPanel>
2027 ankur.sing 470
            </g:ScrollPanel>
1961 ankur.sing 471
		</g:center>
472
	</g:DockLayoutPanel>
5118 mandeep.dh 473
</ui:UiBinder>