| 22860 |
ashik.ali |
1 |
<style>
|
| 30080 |
amit.gupta |
2 |
.row {
|
|
|
3 |
margin: 0 auto;
|
|
|
4 |
}
|
| 22860 |
ashik.ali |
5 |
|
| 30080 |
amit.gupta |
6 |
.modal-content {
|
|
|
7 |
background: white;
|
|
|
8 |
}
|
|
|
9 |
|
|
|
10 |
.modelHeaderCustom {
|
|
|
11 |
font-size: 14px;
|
|
|
12 |
font-weight: bold;
|
|
|
13 |
}
|
|
|
14 |
|
|
|
15 |
.border-highlight {
|
|
|
16 |
border: 3px solid red;
|
|
|
17 |
}
|
|
|
18 |
|
|
|
19 |
hr {
|
|
|
20 |
background-color: #007aff;
|
|
|
21 |
border: none;
|
|
|
22 |
height: 1px;
|
|
|
23 |
background: #007aff;
|
|
|
24 |
}
|
|
|
25 |
|
|
|
26 |
.control-label {
|
|
|
27 |
margin-top: 0;
|
|
|
28 |
margin-bottom: 0;
|
|
|
29 |
padding-top: 7px;
|
|
|
30 |
font-weight: bold;
|
|
|
31 |
font-size: 14px;
|
|
|
32 |
}
|
|
|
33 |
|
|
|
34 |
.form-group {
|
|
|
35 |
border-bottom: 1px solid #eff2f7;
|
|
|
36 |
padding-bottom: 15px;
|
|
|
37 |
margin-bottom: 15px;
|
|
|
38 |
}
|
|
|
39 |
|
|
|
40 |
.right {
|
|
|
41 |
float: right;
|
|
|
42 |
}
|
|
|
43 |
|
|
|
44 |
.form-control {
|
|
|
45 |
color: black;
|
|
|
46 |
}
|
|
|
47 |
|
|
|
48 |
.table-align-center {
|
|
|
49 |
text-align: center;
|
|
|
50 |
}
|
|
|
51 |
|
| 22860 |
ashik.ali |
52 |
</style>
|
|
|
53 |
|
|
|
54 |
<section class="wrapper">
|
| 30080 |
amit.gupta |
55 |
<div class="row">
|
|
|
56 |
<div class="col-lg-12">
|
|
|
57 |
<h3 class="page-header"><i class="icon_document_alt"></i>SCHEME</h3>
|
|
|
58 |
<ol class="breadcrumb">
|
|
|
59 |
<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
|
|
|
60 |
<li><i class="icon_document_alt"></i>CREATE</li>
|
|
|
61 |
</ol>
|
|
|
62 |
</div>
|
|
|
63 |
</div>
|
|
|
64 |
<form id="create-scheme-form">
|
|
|
65 |
<div id="customer-details" style="background:white;background-color:white;padding:10px;">
|
|
|
66 |
<h4 class="modelHeaderCustom" style="font-size:22px;">Scheme Information</h4>
|
|
|
67 |
<div>
|
|
|
68 |
<div class="row">
|
|
|
69 |
<div class="col-lg-2 form-group">
|
|
|
70 |
<input placeholder="Name" id="schemeName" name="schemeName" type="text" value=""
|
|
|
71 |
class="form-control input-sm">
|
|
|
72 |
</div>
|
|
|
73 |
<div class="col-lg-3 form-group">
|
|
|
74 |
<input placeholder="Description" id="description" name="description" type="text" value=""
|
|
|
75 |
class="form-control input-sm">
|
|
|
76 |
</div>
|
|
|
77 |
<div class="col-lg-2 form-group">
|
|
|
78 |
<select class="form-control input-sm" id="schemeType" name="schemeType" placeholder="Type">
|
|
|
79 |
<option value="" disabled selected>Type</option>
|
|
|
80 |
|
|
|
81 |
#if($fullAccesss)
|
|
|
82 |
<option value="IN">In</option>
|
|
|
83 |
<option value="HYGEINE">Hygeine</option>
|
|
|
84 |
<option value="CATEGORY">Category</option>
|
|
|
85 |
<option value="TERTIARY">Tertiary</option>
|
| 31418 |
amit.gupta |
86 |
<option value="INVESTMENT">Investment</option>
|
| 31387 |
amit.gupta |
87 |
<option value="SELLOUT">Sellout</option>
|
| 30454 |
amit.gupta |
88 |
<option value="ACTIVATION">Activation</option>
|
|
|
89 |
<option value="SPECIAL_SUPPORT">Special Support</option>
|
| 30080 |
amit.gupta |
90 |
#else
|
| 31390 |
amit.gupta |
91 |
<option value="SELLOUT">Sellout</option>
|
| 30454 |
amit.gupta |
92 |
<option value="SPECIAL_SUPPORT">Special Support</option>
|
| 30080 |
amit.gupta |
93 |
<option value="ACTIVATION">Activation</option>
|
|
|
94 |
|
|
|
95 |
|
|
|
96 |
#end
|
|
|
97 |
</select>
|
|
|
98 |
</div>
|
|
|
99 |
<div class="col-lg-2 form-group">
|
| 30657 |
amit.gupta |
100 |
<select class="form-control input-sm" id="amountType" name="amountType"
|
| 30080 |
amit.gupta |
101 |
placeholder="Amount Type">
|
|
|
102 |
<option value="" disabled selected>Amount Type</option>
|
|
|
103 |
<option value="PERCENTAGE">Percentage</option>
|
|
|
104 |
<option value="FIXED">Fixed</option>
|
|
|
105 |
</select>
|
|
|
106 |
</div>
|
|
|
107 |
<div class="col-lg-2 form-group">
|
|
|
108 |
<input placeholder="Amount" id="schemeAmount" name="schemeAmount" type="number"
|
|
|
109 |
class="form-control input-sm">
|
|
|
110 |
</div>
|
|
|
111 |
</div>
|
| 30454 |
amit.gupta |
112 |
<div class="row form-group">
|
|
|
113 |
<label class="checkbox-inline"><input id="cashbackScheme" type="checkbox" value="" disabled>Cashback
|
|
|
114 |
Scheme</label>
|
|
|
115 |
</div>
|
| 30080 |
amit.gupta |
116 |
<div class="row">
|
|
|
117 |
<div class="col-lg-3 form-inline">
|
|
|
118 |
<div class="form-group">
|
|
|
119 |
<label for="schemeDuration">Scheme Duration :</label>
|
|
|
120 |
<input id="schemeDuration" name="dateRange" type="text" value=""
|
|
|
121 |
class="form-control input-sm">
|
|
|
122 |
</div>
|
|
|
123 |
</div>
|
| 31170 |
amit.gupta |
124 |
<div class="col-lg-3">
|
|
|
125 |
<select class="criteria-regionids form-control" multiple="multiple">
|
|
|
126 |
#foreach($region in $regionList)
|
|
|
127 |
<option value="$region.getId()" #if($region.getId()==5)
|
|
|
128 |
selected#end>$region.getName()</option>
|
|
|
129 |
#end
|
|
|
130 |
</select>
|
|
|
131 |
</div>
|
|
|
132 |
</div>
|
|
|
133 |
<div class="row">
|
|
|
134 |
<div class="col-lg-2">
|
|
|
135 |
<select class="form-control input-sm" id="category-list" onchange="categoryChanged()"
|
|
|
136 |
placeholder="Brands">
|
|
|
137 |
#foreach($category in $categories)
|
|
|
138 |
<option value="$category.getId()">$category.getLabel()</option>
|
|
|
139 |
#end
|
|
|
140 |
</select>
|
|
|
141 |
</div>
|
| 30080 |
amit.gupta |
142 |
|
| 31170 |
amit.gupta |
143 |
<div class="col-lg-2" id="brand-list">
|
| 30080 |
amit.gupta |
144 |
</div>
|
| 31170 |
amit.gupta |
145 |
<div class="col-lg-2" id="tag-listing-items-description-container">
|
|
|
146 |
<select class="form-control input-sm" class="catalogItemsDescription"
|
|
|
147 |
placeholder="itemsDescription" multiple="multiple">
|
|
|
148 |
</select>
|
|
|
149 |
</div>
|
|
|
150 |
<div class="col-lg-2">
|
|
|
151 |
<select class="form-control input-sm" id="retailerType" name="retailerType">
|
|
|
152 |
<option value="" disabled selected>Retailer Type</option>
|
|
|
153 |
#foreach($retailerType in $retailerTypes)
|
|
|
154 |
<option value="$retailerType">$retailerType</option>
|
|
|
155 |
#end
|
|
|
156 |
</select>
|
|
|
157 |
</div>
|
|
|
158 |
<div class="col-lg-2">
|
|
|
159 |
<input class="btn btn-primary new-scheme" type="submit" value="Create Scheme">
|
|
|
160 |
</div>
|
| 30080 |
amit.gupta |
161 |
</div>
|
|
|
162 |
</div>
|
|
|
163 |
</div>
|
|
|
164 |
</form>
|
|
|
165 |
|
| 29587 |
manish |
166 |
</section>
|
|
|
167 |
<section>
|
| 29899 |
tejbeer |
168 |
|
| 30080 |
amit.gupta |
169 |
#if($fullAccesss)
|
|
|
170 |
<form style="padding: 14px;">
|
|
|
171 |
<div style="background:white;background-color:white;padding:12px;">
|
|
|
172 |
<h4 class="modelHeaderCustom" style="font-size:16px;">PROCESS INVESTMENT PAYOUT $month</h4>
|
|
|
173 |
<div class="row" style="padding: 24px;">
|
| 29587 |
manish |
174 |
|
| 30080 |
amit.gupta |
175 |
<div class="col-lg-4">
|
|
|
176 |
<label for="processInvestmentDryRun">Process Investment Dry Run Sheet:</label>
|
|
|
177 |
<input class="btn btn-primary processInvestmentDryRun" type="button" value="Download Sheet">
|
|
|
178 |
</div>
|
| 29587 |
manish |
179 |
|
| 30080 |
amit.gupta |
180 |
<div class="col-lg-4">
|
|
|
181 |
<label for="monthyInvestment">Partner Wise Monthy Investment Summary:</label>
|
|
|
182 |
<input class="btn btn-primary monthy-investment" type="button" value="Download Sheet">
|
|
|
183 |
</div>
|
| 29587 |
manish |
184 |
|
| 30080 |
amit.gupta |
185 |
<div class="col-lg-4">
|
|
|
186 |
<label for="processInvestment">Process Investment Payout :</label>
|
|
|
187 |
<input class="btn btn-primary process-investment" type="button" value="Process">
|
|
|
188 |
</div>
|
|
|
189 |
</div>
|
| 29587 |
manish |
190 |
|
| 30080 |
amit.gupta |
191 |
</div>
|
|
|
192 |
</form>
|
|
|
193 |
#end
|
| 31170 |
amit.gupta |
194 |
</section>
|
|
|
195 |
|
|
|
196 |
<script>
|
|
|
197 |
$('.criteria-regionids').multiselect({
|
|
|
198 |
maxHeight: 400,
|
|
|
199 |
buttonWidth: '240px',
|
|
|
200 |
numberDisplayed: 1,
|
|
|
201 |
nonSelectedText: 'Regions',
|
|
|
202 |
nSelectedText: ' - Regions Selected',
|
|
|
203 |
allSelectedText: 'All Regions Selected',
|
|
|
204 |
enableFiltering: true,
|
|
|
205 |
enableCaseInsensitiveFiltering: true,
|
|
|
206 |
});
|
|
|
207 |
</script>
|