| 28142 |
tejbeer |
1 |
<script type="text/javascript">
|
|
|
2 |
|
|
|
3 |
</script>
|
|
|
4 |
|
|
|
5 |
<body>
|
|
|
6 |
<div class="col-lg-12">
|
|
|
7 |
<h4>Note</h4>
|
|
|
8 |
<b>Hygiene Payout</b> - Hygiene Payout calculation is subject to sales
|
|
|
9 |
hygiene including customer & other details entered in the system, pl
|
|
|
10 |
refer to hygiene meter in your Dashboard.<br> <b>Tertiary
|
|
|
11 |
Payout</b> - Tertiary Payout calculation is subject to activation of the
|
|
|
12 |
handset against the sales entered in system. <br> <b>Investment
|
|
|
13 |
Payout</b> - Investment Payout calculation is subject to maintenance of
|
|
|
14 |
90% of minimum Investments for minimum 12 days in a month as per below
|
|
|
15 |
slabs
|
|
|
16 |
<ul>
|
|
|
17 |
<li>a) 2% in case minimum investment is 90% or above for 12 days
|
|
|
18 |
or more in a month</li>
|
|
|
19 |
<li>b) 1% in case of minimum investment is 90% or above for 8-11
|
|
|
20 |
days in a month</li>
|
|
|
21 |
<li>c) No payout in case of minimum investment is less than 8
|
|
|
22 |
days in a month to change at the discretion of SmartDukaan.</li>
|
|
|
23 |
</ul>
|
|
|
24 |
<b>Below Price Structure is subject to change at the discretion of
|
|
|
25 |
SmartDukaan.</b>
|
|
|
26 |
|
|
|
27 |
</div>
|
|
|
28 |
|
|
|
29 |
<div class="col-lg-12">
|
|
|
30 |
<table class="table table-border table-condensed table-bordered"
|
|
|
31 |
id="price-circular-table">
|
|
|
32 |
|
|
|
33 |
<thead>
|
|
|
34 |
<tr>
|
|
|
35 |
|
|
|
36 |
<th rowspan=2>Item Id</th>
|
|
|
37 |
<th rowspan=2>Model</th>
|
|
|
38 |
<th rowspan=2>Type</th>
|
|
|
39 |
<th rowspan=2>MRP</th>
|
|
|
40 |
<th rowspan=2>MOP</th>
|
|
|
41 |
<th rowspan=2>DP</th>
|
| 29647 |
tejbeer |
42 |
<th colspan=3 style="text-align: center">Sell In Margin</th>
|
| 28142 |
tejbeer |
43 |
<th colspan=4 style="text-align: center">Sell Out Margin</th>
|
|
|
44 |
<th rowspan=2>Activation Payout</th>
|
|
|
45 |
<th rowspan=2>Total Margin</th>
|
|
|
46 |
<th rowspan=2>Net Landing Price</th>
|
|
|
47 |
<th rowspan=2>MOP-DP</th>
|
|
|
48 |
<th rowspan=2>Total Profit</th>
|
|
|
49 |
<th rowspan=2>Net % Margin</th>
|
|
|
50 |
|
|
|
51 |
</tr>
|
|
|
52 |
|
|
|
53 |
<tr>
|
|
|
54 |
|
|
|
55 |
|
|
|
56 |
<th>Base Payout</th>
|
|
|
57 |
<th>Cash Discount</th>
|
| 29646 |
tejbeer |
58 |
<th>Upfront Margin</th>
|
| 28142 |
tejbeer |
59 |
<th>Tertiary Payout</th>
|
|
|
60 |
<th>Hygiene Payout</th>
|
|
|
61 |
<th>Category Payout</th>
|
|
|
62 |
<th>Investment Payout</th>
|
|
|
63 |
|
|
|
64 |
|
|
|
65 |
|
|
|
66 |
</tr>
|
|
|
67 |
|
|
|
68 |
|
|
|
69 |
|
|
|
70 |
</thead>
|
|
|
71 |
<tbody>
|
|
|
72 |
#foreach($pc in $priceCircular )
|
|
|
73 |
<tr>
|
|
|
74 |
|
|
|
75 |
<td>$pc.getItemId()</td>
|
|
|
76 |
<td>$pc.getBrand() $pc.getModelName() $pc.getModelNumber()
|
|
|
77 |
($pc.getColor())</td>
|
|
|
78 |
<td>$pc.getType()</td>
|
|
|
79 |
<td class="currency">$pc.getMrp()</td>
|
|
|
80 |
<td class="currency">$pc.getMop()</td>
|
|
|
81 |
<td class="currency">$pc.getSellingPrice()</td>
|
|
|
82 |
<td class="currency">$pc.getBasePayout()</td>
|
|
|
83 |
<td class="currency">$pc.getCashDiscount()</td>
|
| 29646 |
tejbeer |
84 |
<td class="currency">$pc.getUpfrontMargin()</td>
|
| 28142 |
tejbeer |
85 |
<td class="currency">$pc.getTertiaryPayout()</td>
|
|
|
86 |
<td class="currency">$pc.getHygienePayout()</td>
|
|
|
87 |
<td class="currency">$pc.getCategoryPayout()</td>
|
|
|
88 |
<td class="currency">$pc.getInvestmentPayout()</td>
|
|
|
89 |
<td class="currency">$pc.getModelSpecfic()</td>
|
|
|
90 |
<td class="currency">$pc.getTotalScheme()</td>
|
|
|
91 |
<td class="currency">$pc.getNetPrice()</td>
|
|
|
92 |
<td class="currency">$pc.getMopdp()</td>
|
|
|
93 |
<td class="currency">$pc.getTotalProfit()</td>
|
|
|
94 |
<td>$pc.getNetMargin()</td>
|
|
|
95 |
|
|
|
96 |
</tr>
|
|
|
97 |
#end
|
|
|
98 |
</tbody>
|
|
|
99 |
</table>
|
|
|
100 |
</div>
|
|
|
101 |
</body>
|
|
|
102 |
<script type="text/javascript">
|
|
|
103 |
$(document).ready(function() {
|
|
|
104 |
var dtable = $('#price-circular-table').DataTable({
|
|
|
105 |
|
|
|
106 |
"bPaginate" : true,
|
|
|
107 |
"bLengthChange" : true,
|
|
|
108 |
"bFilter" : true,
|
|
|
109 |
"bInfo" : false,
|
|
|
110 |
"bAutoWidth" : false,
|
|
|
111 |
|
|
|
112 |
}
|
|
|
113 |
|
|
|
114 |
);
|
|
|
115 |
});
|
|
|
116 |
</script>
|