Subversion Repositories SmartDukaan

Rev

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

Rev 28142 Rev 29646
Line 53... Line 53...
53
				<tr>
53
				<tr>
54
 
54
 
55
 
55
 
56
					<th>Base Payout</th>
56
					<th>Base Payout</th>
57
					<th>Cash Discount</th>
57
					<th>Cash Discount</th>
-
 
58
					<th>Upfront Margin</th>
58
					<th>Tertiary Payout</th>
59
					<th>Tertiary Payout</th>
59
					<th>Hygiene Payout</th>
60
					<th>Hygiene Payout</th>
60
					<th>Category Payout</th>
61
					<th>Category Payout</th>
61
					<th>Investment Payout</th>
62
					<th>Investment Payout</th>
62
 
63
 
Line 78... Line 79...
78
					<td class="currency">$pc.getMrp()</td>
79
					<td class="currency">$pc.getMrp()</td>
79
					<td class="currency">$pc.getMop()</td>
80
					<td class="currency">$pc.getMop()</td>
80
					<td class="currency">$pc.getSellingPrice()</td>
81
					<td class="currency">$pc.getSellingPrice()</td>
81
					<td class="currency">$pc.getBasePayout()</td>
82
					<td class="currency">$pc.getBasePayout()</td>
82
					<td class="currency">$pc.getCashDiscount()</td>
83
					<td class="currency">$pc.getCashDiscount()</td>
-
 
84
					<td class="currency">$pc.getUpfrontMargin()</td>
83
					<td class="currency">$pc.getTertiaryPayout()</td>
85
					<td class="currency">$pc.getTertiaryPayout()</td>
84
					<td class="currency">$pc.getHygienePayout()</td>
86
					<td class="currency">$pc.getHygienePayout()</td>
85
					<td class="currency">$pc.getCategoryPayout()</td>
87
					<td class="currency">$pc.getCategoryPayout()</td>
86
					<td class="currency">$pc.getInvestmentPayout()</td>
88
					<td class="currency">$pc.getInvestmentPayout()</td>
87
					<td class="currency">$pc.getModelSpecfic()</td>
89
					<td class="currency">$pc.getModelSpecfic()</td>