Subversion Repositories SmartDukaan

Rev

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

Rev 28139 Rev 29653
Line 53... Line 53...
53
					<th rowspan=2>Model</th>
53
					<th rowspan=2>Model</th>
54
					<th rowspan=2>Type</th>
54
					<th rowspan=2>Type</th>
55
					<th rowspan=2>MRP</th>
55
					<th rowspan=2>MRP</th>
56
					<th rowspan=2>MOP</th>
56
					<th rowspan=2>MOP</th>
57
					<th rowspan=2>DP</th>
57
					<th rowspan=2>DP</th>
58
					<th colspan=2 style="text-align: center">Sell In Margin</th>
58
					<th colspan=3 style="text-align: center">Sell In Margin</th>
59
					<th colspan=4 style="text-align: center">Sell Out Margin</th>
59
					<th colspan=4 style="text-align: center">Sell Out Margin</th>
60
					<th rowspan=2>Activation Payout</th>
60
					<th rowspan=2>Activation Payout</th>
61
					<th rowspan=2>Total Margin</th>
61
					<th rowspan=2>Total Margin</th>
62
					<th rowspan=2>Net Landing Price</th>
62
					<th rowspan=2>Net Landing Price</th>
63
					<th rowspan=2>MOP-DP</th>
63
					<th rowspan=2>MOP-DP</th>
Line 69... Line 69...
69
				<tr>
69
				<tr>
70
 
70
 
71
 
71
 
72
					<th>Base Payout</th>
72
					<th>Base Payout</th>
73
					<th>Cash Discount</th>
73
					<th>Cash Discount</th>
-
 
74
					<th>Upfront Margin</th>
74
					<th>Tertiary Payout</th>
75
					<th>Tertiary Payout</th>
75
					<th>Hygiene Payout</th>
76
					<th>Hygiene Payout</th>
76
					<th>Category Payout</th>
77
					<th>Category Payout</th>
77
					<th>Investment Payout</th>
78
					<th>Investment Payout</th>
78
 
79
 
Line 93... Line 94...
93
					<td class="currency">$pc.getMrp()</td>
94
					<td class="currency">$pc.getMrp()</td>
94
					<td class="currency">$pc.getMop()</td>
95
					<td class="currency">$pc.getMop()</td>
95
					<td class="currency">$pc.getSellingPrice()</td>
96
					<td class="currency">$pc.getSellingPrice()</td>
96
					<td class="currency">$pc.getBasePayout()</td>
97
					<td class="currency">$pc.getBasePayout()</td>
97
					<td class="currency">$pc.getCashDiscount()</td>
98
					<td class="currency">$pc.getCashDiscount()</td>
-
 
99
					<td class="currency">$pc.getUpfrontMargin()</td>
98
					<td class="currency">$pc.getTertiaryPayout()</td>
100
					<td class="currency">$pc.getTertiaryPayout()</td>
99
					<td class="currency">$pc.getHygienePayout()</td>
101
					<td class="currency">$pc.getHygienePayout()</td>
100
					<td class="currency">$pc.getCategoryPayout()</td>
102
					<td class="currency">$pc.getCategoryPayout()</td>
101
					<td class="currency">$pc.getInvestmentPayout()</td>
103
					<td class="currency">$pc.getInvestmentPayout()</td>
102
					<td class="currency">$pc.getModelSpecfic()</td>
104
					<td class="currency">$pc.getModelSpecfic()</td>