Subversion Repositories SmartDukaan

Rev

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

Rev 26674 Rev 26694
Line 109... Line 109...
109
							<label for="offerDuration">Offer Duration :</label> 
109
							<label for="offerDuration">Offer Duration :</label> 
110
							<input id="offerDuration" name="dateRange" type="text" value="" class="form-control input-sm">
110
							<input id="offerDuration" name="dateRange" type="text" value="" class="form-control input-sm">
111
						
111
						
112
					</div>
112
					</div>
113
					
113
					
-
 
114
					
-
 
115
						<div class="col-lg-2">
-
 
116
						<select class="form-control input-sm" id = "schemeType"  placeholder="schemeType">
-
 
117
							<option value="" disabled selected>Scheme Type</option>
-
 
118
								<option value="Sell IN">Sell IN</option>
-
 
119
								<option value="Sell Out">Sell Out</option>
-
 
120
							
-
 
121
						</select>
-
 
122
						</div>
-
 
123
					
114
						<div class="col-lg-2">
124
						<div class="col-lg-2">
115
						<select class="form-control input-sm" id = "criteria"  placeholder="Criteria">
125
						<select class="form-control input-sm" id = "criteria"  placeholder="Criteria">
116
							<option value="" disabled selected>Criteria Type</option>	
126
							<option value="" disabled selected>Criteria Type</option>	
117
								<option value="margin">Margin</option>
127
								<option value="margin">Margin</option>
118
								<option value="payout">Payout</option>
128
								<option value="payout">Payout</option>
Line 128... Line 138...
128
	      						<option value="$itemCriteria">$itemCriteria</option>
138
	      						<option value="$itemCriteria">$itemCriteria</option>
129
							#end
139
							#end
130
						</select>
140
						</select>
131
						</div>
141
						</div>
132
						
142
						
133
						<div class="col-lg-2">
-
 
134
						<select class="form-control input-sm" id = "targetType" onchange="selectedTargetType()" placeholder="Target Type">
-
 
135
							<option value="" disabled selected>Target Type</option>	
-
 
136
								<option value="value">Value</option>
-
 
137
								<option value="quantity">Quantity</option>
-
 
138
							
143
					
139
						</select>
-
 
140
						</div>
-
 
141
					
144
					
142
					
145
					
143
					
146
					
144
					
147
					
145
				</div>
148
				</div>
146
				
149
				
147
				<div class="row">	
150
				<div class="row">	
148
				
151
				
-
 
152
					<div class="col-lg-2">
-
 
153
						<select class="form-control input-sm" id = "targetType" onchange="selectedTargetType()" placeholder="Target Type">
-
 
154
							<option value="" disabled selected>Target Type</option>	
-
 
155
								<option value="value">Value</option>
-
 
156
								<option value="quantity">Quantity</option>
-
 
157
							
-
 
158
						</select>
-
 
159
						</div>
149
				
160
						
-
 
161
						
150
					<div class="col-lg-2">
162
					<div class="col-lg-2">
151
						<select class="form-control input-sm" id = "amountType" onchange="selectedAmountType()" placeholder="Amount Type">
163
						<select class="form-control input-sm" id = "amountType" onchange="selectedAmountType()" placeholder="Amount Type">
152
							<option value="" disabled selected>Amount Type</option>
164
							<option value="" disabled selected>Amount Type</option>
153
								<option value="amount">amount</option>
165
								<option value="amount">amount</option>
154
								<option value="percentage">Percentage</option>
166
								<option value="percentage">Percentage</option>
Line 161... Line 173...
161
					   	<input placeholder="Price" id="price" name="price" type="number" value="" class="form-control input-sm">
173
					   	<input placeholder="Price" id="price" name="price" type="number" value="" class="form-control input-sm">
162
					</div>
174
					</div>
163
					
175
					
164
					<div class="col-lg-3 form-inline">
176
					<div class="col-lg-3 form-inline">
165
					<label for="offerDuration">Description :</label> 
177
					<label for="offerDuration">Description :</label> 
166
					  <textarea class='form-control' rows='2' id='description'></textarea>
178
					  <textarea class='form-control' rows='2' id='description'  placeholder="type as comma seprated"></textarea>
167
					   
179
					   
168
					</div>
180
					</div>
169
					
181
					
170
					
182
					
171
					
-
 
172
				  <div class="col-lg-2 form-group">
183
				  <div class="col-lg-2 form-group">
173
					<select  class="form-control input-sm" id = "partner-category" name = "partner-category" placeholder="Category">
184
					<select  class="form-control input-sm" id = "partner-category" name = "partner-category" placeholder="Category">
174
					<option value="" disabled selected>Category</option>
185
					<option value="" disabled selected>Category</option>
-
 
186
					<option value="BRONZE">BRONZE</option>
175
					#foreach($pt in $partnerType)
187
					<option value="SILVER">SILVER</option>
176
         				<option value="$pt">$pt</option>
188
					<option value="GOLD">GOLD</option>
-
 
189
					<option value="DIAMOND">DIAMOND</option>
-
 
190
				    <option value="PLATINUM">PLATINUM</option>
177
         			#end
191
         		
178
	                </select>
192
	                </select>
179
	               </div>
193
	               </div>
180
	    
194
	    
-
 
195
			
-
 
196
	               
-
 
197
	      	</div>
-
 
198
				
-
 
199
				<div class="row">	
-
 
200
				
181
					<div class="col-lg-2 form-group">
201
				<div class="col-lg-2 form-group">
182
					<select  class="form-control input-sm" id = "fofo-users" name = "fofo-users" placeholder="Partners" multiple="multiple">
202
					<select  class="form-control input-sm" id = "fofo-users" name = "fofo-users" placeholder="Partners" multiple="multiple">
183
					<option value="" disabled selected>Partners</option>
203
					<option value="" disabled selected>Partners</option>
184
					#foreach($fofoId in $customRetailersMap.keySet())
204
					#foreach($fofoId in $customRetailersMap.keySet())
185
         				<option value="$fofoId">$customRetailersMap.get($fofoId).getBusinessName()</option>
205
         				<option value="$fofoId">$customRetailersMap.get($fofoId).getBusinessName()</option>
186
         			#end
206
         			#end
187
	                </select>
207
	                </select>
188
	               </div>
208
	             </div>
189
	               
-
 
190
	              
-
 
191
	           	
-
 
192
					
-
 
193
				
-
 
194
				</div>
-
 
195
				
-
 
196
				<div class="row">	
-
 
197
				
209
				
198
				<div class="col-lg-2 form-group" id ="oneBrandMarginOffer">
210
				<div class="col-lg-2 form-group" id ="oneBrandMarginOffer">
199
						<select class="form-control input-sm" id="brand" placeholder="Brands" multiple="multiple">
211
						<select class="form-control input-sm" id="brand" placeholder="Brands" multiple="multiple">
200
						<option value="" disabled selected>Brand</option>	
212
						<option value="" disabled selected>Brand</option>	
201
							#foreach($brand in $brands)
213
							#foreach($brand in $brands)