Subversion Repositories SmartDukaan

Rev

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

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