Subversion Repositories SmartDukaan

Rev

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

Rev 26694 Rev 27454
Line 1... Line -...
1
 
-
 
2
 
-
 
3
 
-
 
4
 <div class="modal-header">
1
 <div class="modal-header">
5
	        <button type="button" class="close" data-dismiss="modal">&times;</button>
2
	        <button type="button" class="close" data-dismiss="modal">&times;</button>
6
	        <h4 class="modal-title">Offer Detail</h4>
3
	        <h4 class="modal-title">Offer Detail</h4>
7
       </div>
4
       </div>
8
       
5
       
Line 27... Line 24...
27
                #end
24
                #end
28
             <table class="table  table-advance" id = "margin-detail">
25
             <table class="table  table-advance" id = "margin-detail">
29
	    			<tbody>
26
	    			<tbody>
30
	    				 <tr>
27
	    				 <tr>
31
	    				 #if($offer.getTargetType() == "quantity")
28
	    				 #if($offer.getTargetType() == "quantity")
32
								<th>Quantity</th>
29
								<th  style="text-align:center">Quantity</th>
33
						  #else
30
						  #else
34
					         	<th>Value</th>
31
					         	<th  style="text-align:center">Value</th>
35
						 #end
32
						 #end
36
						 
33
						 
37
						  #if($offer.getAmountType() == "percentage")
34
						  #if($offer.getAmountType() == "percentage")
38
	    						<th>Margin (%)</th>
35
	    						<th  style="text-align:center">Margin (%)</th>
39
	    						
36
	    						
40
	    				  #else
37
	    				  #else
41
	    				  
38
	    				  
42
	    				       <th>Margin (Rs.)</th>
39
	    				       <th  style="text-align:center">Margin (Rs.)</th>
43
	    				  #end
40
	    				  #end
44
	    					</tr>	
41
	    					</tr>	
45
	    						
42
	    						
46
				        </thead>
43
				        </thead>
47
	    					
44
	    					
Line 80... Line 77...
80
      <div class="col-lg-12">
77
      <div class="col-lg-12">
81
      
78
      
82
        <table class="table  table-advance" id = "partner-value-table">
79
        <table class="table  table-advance" id = "partner-value-table">
83
	    			<tbody>
80
	    			<tbody>
84
	    				 <tr>
81
	    				 <tr>
85
								<th>Partner Name</th>
82
								<th  style="text-align:center">Partner Name</th>
86
								 #if($offer.getTargetType() == "quantity")
83
								 #if($offer.getTargetType() == "quantity")
87
	    						<th>Sale (Quantity)</th>
84
	    						<th  style="text-align:center">Sale (Quantity)</th>
88
	    						#else
85
	    						#else
89
	    						<th>Sale (Value)</th>
86
	    						<th  style="text-align:center">Sale (Value)</th>
90
	    						#end
87
	    						#end
91
	    						<th>Margin Achieved</th>
88
	    						<th  style="text-align:center">Margin Achieved</th>
92
	    					</tr>	
89
	    					</tr>	
93
	    						
90
	    						
94
				        </thead>
91
				        </thead>
95
	    					
92
	    					
96
		    					 #foreach($partnerValue in $partnerValueMap.entrySet() )
93
		    					 #foreach($partnerValue in $partnerValueMap.entrySet() )