Subversion Repositories SmartDukaan

Rev

Rev 5384 | Rev 5504 | 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>
1992 ankur.sing 288
    					</g:Grid>
289
    				</g:cell>
290
    				<g:cell>
291
    					<g:Grid>
292
    						<g:row>
293
    							<g:customCell>
294
    								<g:Label styleName='{style.blueLabel}'>Added On:</g:Label>
295
    							</g:customCell>
296
    							<g:customCell>
297
    								<g:Label styleName='{style.greenLabel}' ui:field="addedOn"></g:Label>
298
    							</g:customCell>
299
    						</g:row>
300
    						<g:row>
301
    							<g:customCell>
302
    								<g:Label styleName='{style.blueLabel}'>Start Date:</g:Label>
303
    							</g:customCell>
304
    							<g:customCell>
2068 ankur.sing 305
    								<dp:DateBox styleName='{style.greenLabel}' ui:field="startDate"></dp:DateBox>
1992 ankur.sing 306
    							</g:customCell>
307
    						</g:row>
308
    						<g:row>
309
    							<g:customCell>
310
    								<g:Label styleName='{style.blueLabel}'>Retiring Date:</g:Label>
311
    							</g:customCell>
312
    							<g:customCell>
313
    								<g:Label styleName='{style.greenLabel}' ui:field="retireDate"></g:Label>
314
    							</g:customCell>
315
    						</g:row>
316
    						<g:row>
317
    							<g:customCell>
318
    								<g:Label styleName='{style.blueLabel}'>Updated On:</g:Label>
319
    							</g:customCell>
320
    							<g:customCell>
321
    								<g:Label styleName='{style.greenLabel}' ui:field="updatedOn"></g:Label>
322
    							</g:customCell>
323
    						</g:row>
5384 phani.kuma 324
    						<g:row>
325
                                <g:customCell>
326
                                    <g:Label styleName='{style.blueLabel}'>Has Item Number:</g:Label>
327
                                </g:customCell>
328
                                <g:customCell>
329
                                    <g:CheckBox ui:field="hasItemNo"></g:CheckBox>
330
                                </g:customCell>
331
                            </g:row>
5460 phani.kuma 332
                            <g:row>
333
                                <g:customCell>
334
                                    <g:Label styleName='{style.blueLabel}'>Clearance sale:</g:Label>
335
                                </g:customCell>
336
                                <g:customCell>
337
                                    <g:CheckBox ui:field="clearance"></g:CheckBox>
338
                                </g:customCell>
339
                            </g:row>
1992 ankur.sing 340
    					</g:Grid>
341
    				</g:cell>
342
    				<g:cell>
343
    					<g:Grid>
344
    						<g:row>
345
    							<g:customCell>
346
    								<g:Label styleName='{style.blueLabel}'>Best Deals Text:</g:Label>
347
    							</g:customCell>
348
    							<g:customCell>
2027 ankur.sing 349
    								<g:TextBox styleName='{style.greenLabel}' ui:field="bestDealsText"></g:TextBox>
1992 ankur.sing 350
    							</g:customCell>
351
    						</g:row>
352
    						<g:row>
353
    							<g:customCell>
354
    								<g:Label styleName='{style.blueLabel}'>Best Deals Value:</g:Label>
355
    							</g:customCell>
356
    							<g:customCell>
2066 ankur.sing 357
    								<g:TextBox styleName='{style.numeric-box}' ui:field="bestDealsValue"></g:TextBox>
1992 ankur.sing 358
    							</g:customCell>
359
    						</g:row>
2066 ankur.sing 360
                            <g:row>
361
                                <g:customCell>
362
                                    <g:Label styleName='{style.blueLabel}'>Best Selling Rank:</g:Label>
363
                                </g:customCell>
364
                                <g:customCell>
365
                                    <g:TextBox styleName='{style.numeric-box}' ui:field="bestSellingRank"></g:TextBox>
366
                                </g:customCell>
367
                            </g:row>
368
                            <g:row>
369
                                <g:customCell>
370
                                    <g:Label styleName='{style.blueLabel}'>Default for Entity:</g:Label>
371
                                </g:customCell>
372
                                <g:customCell>
373
                                    <g:CheckBox ui:field="defaultForEntity"></g:CheckBox>
374
                                </g:customCell>
375
                            </g:row>
2252 ankur.sing 376
                            <g:row>
377
                                <g:customCell>
378
                                    <g:Label styleName='{style.blueLabel}'>Is Risky:</g:Label>
379
                                </g:customCell>
380
                                <g:customCell>
2359 ankur.sing 381
                                    <g:CheckBox ui:field="risky" enabled='false'></g:CheckBox>
2252 ankur.sing 382
                                </g:customCell>
383
                            </g:row>
1992 ankur.sing 384
    					</g:Grid>
385
    				</g:cell>
386
    			</g:HorizontalPanel>
387
 
2066 ankur.sing 388
                <g:VerticalPanel>
389
                    <g:VerticalPanel styleName='{style.inventoryTable}'>
2105 ankur.sing 390
                        <g:FlexTable ui:field='headerAvailability' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
2359 ankur.sing 391
                        <g:FlexTable ui:field='availabilityTable' styleName='{style.table}' cellSpacing='0' cellPadding='0' />
1992 ankur.sing 392
                    </g:VerticalPanel>
2119 ankur.sing 393
                    <g:VerticalPanel>
4423 phani.kuma 394
                        <g:Label styleName='{style.textlabel}'>Vendor Keys</g:Label>
2427 ankur.sing 395
                        <g:FlexTable ui:field='headerVendorItemKey' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
396
                        <g:FlexTable ui:field='tableVendorItemKey' styleName='{style.table}' cellSpacing='0' cellPadding='0' />
2359 ankur.sing 397
                        <g:Label></g:Label>
1992 ankur.sing 398
                    </g:VerticalPanel>
2359 ankur.sing 399
                    <g:VerticalPanel>
4423 phani.kuma 400
                        <g:Label styleName='{style.textlabel}'>Vendor Prices</g:Label>
2427 ankur.sing 401
                        <g:FlexTable ui:field='headerVendorPrices' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
402
                        <g:FlexTable ui:field='tableVendorPrices' styleName='{style.table}' cellSpacing='0' cellPadding='0' />
2105 ankur.sing 403
                    </g:VerticalPanel>
3558 rajveer 404
                    <g:VerticalPanel>
4423 phani.kuma 405
                        <g:Label styleName='{style.textlabel}'>Source Prices</g:Label>
3558 rajveer 406
                        <g:FlexTable ui:field='headerSourcePrices' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
407
                        <g:FlexTable ui:field='tableSourcePrices' styleName='{style.table}' cellSpacing='0' cellPadding='0' />
408
                    </g:VerticalPanel>
4423 phani.kuma 409
                    <g:VerticalPanel>
410
                       	<g:Label styleName='{style.textlabel}'>Similar Items</g:Label>
411
                       	<g:FlexTable ui:field='headerSimilarItems' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
412
                        <g:FlexTable ui:field='tableSimilarItems' styleName='{style.table}' cellSpacing='0' cellPadding='0' />
413
                    </g:VerticalPanel>
2066 ankur.sing 414
                </g:VerticalPanel>
2126 ankur.sing 415
                <!-- <g:VerticalPanel styleName='{style.buttonContainer}'>
2066 ankur.sing 416
                    <g:Button ui:field="submit">Update Item</g:Button>
2126 ankur.sing 417
                </g:VerticalPanel> -->
1992 ankur.sing 418
            </g:VerticalPanel>
2027 ankur.sing 419
            </g:ScrollPanel>
1961 ankur.sing 420
		</g:center>
421
	</g:DockLayoutPanel>
5118 mandeep.dh 422
</ui:UiBinder>