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