Subversion Repositories SmartDukaan

Rev

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

Rev 31373 Rev 32771
Line 1... Line 1...
1
<section class="wrapper">            
1
<section class="wrapper">            
2
	<div class="row">
2
	<div class="row">
3
		<div class="col-lg-12">
3
		<div class="col-lg-12">
4
			<h3 class="page-header"><i class="icon_document_alt"></i>Price Drops
4
			<h3 class="page-header"><i class="icon_document_alt"></i>#springMessage("reportspricedrop.pricedrops")
5
			</h3>
5
			</h3>
6
			<ol class="breadcrumb">
6
			<ol class="breadcrumb">
7
				<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
7
				<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">#springMessage("reportspricedrop.home")</a></li>
8
				<li><i class="icon_document_alt"></i>Price Drops
8
				<li><i class="icon_document_alt"></i>#springMessage("reportspricedrop.pricedrops")
9
</li>						  	
9
</li>						  	
10
			</ol>
10
			</ol>
11
		</div>
11
		</div>
12
	</div>
12
	</div>
13
	<div class="row col-lg-12"  style="float: right;">
13
	<div class="row col-lg-12"  style="float: right;">
14
		
14
		
15
		  
15
		  
16
		 
16
		 
17
		  From  <input type="date" id="startDate-price-drop-report" placeholder=""   name="" value="$startDate" >
17
		  #springMessage("reportspricedrop.from")  <input type="date" id="startDate-price-drop-report" placeholder=""   name="" value="$startDate" >
18
		     
18
		     
19
		   To <input type="date" id="endDate-price-drop-report" placeholder=""  value="$endDate">
19
		   #springMessage("reportspricedrop.to") <input type="date" id="endDate-price-drop-report" placeholder=""  value="$endDate">
20
			
20
			
21
			<button type="submit" class="download-price-drop-report">Download Report </button>
21
			<button type="submit" class="download-price-drop-report">#springMessage("reportspricedrop.downloadreport") </button>
22
		</div>
22
		</div>
23
    <div class="col-lg-12">
23
    <div class="col-lg-12">
24
        <table class="table table-border table-condensed table-bordered" id="priceDropReportTbl" style="width:100%">
24
        <table class="table table-border table-condensed table-bordered" id="priceDropReportTbl" style="width:100%">
25
 
25
 
26
            <thead class="row htable" style="background:#F5F5F5;">
26
            <thead class="row htable" style="background:#F5F5F5;">
27
            <tr style="color:black;">
27
            <tr style="color:black;">
28
            
28
            
29
                     <th>code</th> 
29
                     <th>#springMessage("reportspricedrop.code")</th>
30
                     <th>Price_Drop_Id</th>
30
                     <th>#springMessage("reportspricedrop.pricedropid")</th>
31
                    <th>brand</th>
31
                    <th>#springMessage("reportspricedrop.brand")</th>
32
	                 <th>model_name</th>
32
	                 <th>#springMessage("reportspricedrop.modelname")</th>
33
	                
33
	                
34
	                 <th>model_number</th>
34
	                 <th>#springMessage("reportspricedrop.modelnumber")</th>
35
	                 <th>affected_on</th>
35
	                 <th>#springMessage("reportspricedrop.affectedon")</th>
36
                     <th>amount</th>
36
                     <th>#springMessage("reportspricedrop.amount")</th>
37
	                 <th>partner_payout</th>
37
	                 <th>#springMessage("reportspricedrop.partnerpayout")</th>
38
	              
38
	              
39
	                 <th>Imei</th>
39
	                 <th>#springMessage("reportspricedrop.imei")</th>
40
	                 <th>status</th>
40
	                 <th>#springMessage("reportspricedrop.status")</th>
41
	                 <th>processed_on</th>
41
	                 <th>#springMessage("reportspricedrop.processedon")</th>
42
	                 <th>Reason</th>
42
	                 <th>#springMessage("reportspricedrop.reason")</th>
43
	                
43
	                
44
	                
44
	                
45
              </tr>
45
              </tr>
46
            </thead>
46
            </thead>
47
            <tbody>
47
            <tbody>