Subversion Repositories SmartDukaan

Rev

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

Rev 28119 Rev 28124
Line 2... Line 2...
2
<style>
2
<style>
3
.watermark {
3
.watermark {
4
	position: absolute;
4
	position: absolute;
5
	color: lightgray;
5
	color: lightgray;
6
	opacity: 0.25;
6
	opacity: 0.25;
7
	font-size: 25em;
7
	font-size: 20em;
8
	width: 100%;
8
	width: 100%;
9
	top: 8%;
9
	top: 8%;
10
	text-align: center z-index: 0;
10
	text-align: center z-index: 0;
11
}
11
}
12
</style>
12
</style>
Line 48... Line 48...
48
				<th rowspan=2>MOP</th>
48
				<th rowspan=2>MOP</th>
49
				<th rowspan=2>DP</th>
49
				<th rowspan=2>DP</th>
50
				<th colspan=2 style="text-align: center">Sell In Margin</th>
50
				<th colspan=2 style="text-align: center">Sell In Margin</th>
51
				<th colspan=4 style="text-align: center">Sell Out Margin</th>
51
				<th colspan=4 style="text-align: center">Sell Out Margin</th>
52
				<th rowspan=2>Activation Payout</th>
52
				<th rowspan=2>Activation Payout</th>
53
				<th rowspan=2>Total Scheme</th>
53
				<th rowspan=2>Total Margin</th>
54
				<th rowspan=2>Landing Price</th>
54
				<th rowspan=2>Net Landing Price</th>
55
				<th rowspan=2>MOP-DP</th>
55
				<th rowspan=2>MOP-DP</th>
56
				<th rowspan=2>Net Price</th>
56
				<th rowspan=2>Total Profit</th>
57
				<th rowspan=2>Net % Margin</th>
57
				<th rowspan=2>Net % Margin</th>
58
 
58
 
59
			</tr>
59
			</tr>
60
 
60
 
61
			<tr>
61
			<tr>
Line 93... Line 93...
93
				<td class="currency">$pc.getInvestmentPayout()</td>
93
				<td class="currency">$pc.getInvestmentPayout()</td>
94
				<td class="currency">$pc.getModelSpecfic()</td>
94
				<td class="currency">$pc.getModelSpecfic()</td>
95
				<td class="currency">$pc.getTotalScheme()</td>
95
				<td class="currency">$pc.getTotalScheme()</td>
96
				<td class="currency">$pc.getNetPrice()</td>
96
				<td class="currency">$pc.getNetPrice()</td>
97
				<td class="currency">$pc.getMopdp()</td>
97
				<td class="currency">$pc.getMopdp()</td>
98
				<td class="currency">$pc.getNetPrice2()</td>
98
				<td class="currency">$pc.getTotalProfit()</td>
99
				<td>$pc.getNetMargin()</td>
99
				<td>$pc.getNetMargin()</td>
100
 
100
 
101
			</tr>
101
			</tr>
102
			#end
102
			#end
103
		</tbody>
103
		</tbody>