Subversion Repositories SmartDukaan

Rev

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

Rev 30183 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>Wallet Statement</h3>
4
			<h3 class="page-header"><i class="icon_document_alt"></i>#springMessage("reportswalletstatement.walletstatement")</h3>
5
			<ol class="breadcrumb">
5
			<ol class="breadcrumb">
6
				<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
6
				<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">#springMessage("reportswalletstatement.home")</a></li>
7
				<li><i class="icon_document_alt"></i>Wallet Statement</li>						  	
7
				<li><i class="icon_document_alt"></i>#springMessage("reportswalletstatement.walletstatement")</li>
8
			</ol>
8
			</ol>
9
		</div>
9
		</div>
10
	</div>
10
	</div>
11
		<div class="row col-lg-12"  style="float: right;">
11
		<div class="row col-lg-12"  style="float: right;">
12
		
12
		
13
		  
13
		  
14
		 
14
		 
15
		  From  <input type="date" id="startDate-wallet-summary-report" placeholder=""   name="" value="$startDate" >
15
		  #springMessage("reportswalletstatement.from")  <input type="date" id="startDate-wallet-summary-report" placeholder=""   name="" value="$startDate" >
16
		     
16
		     
17
		   To <input type="date" id="endDate-wallet-summary-report" placeholder=""  value="$endDate">
17
		   #springMessage("reportswalletstatement.to") <input type="date" id="endDate-wallet-summary-report" placeholder=""  value="$endDate">
18
			
18
			
19
			<button type="submit" class="download-wallet-summary-report">Download Report </button>
19
			<button type="submit" class="download-wallet-summary-report">#springMessage("reportswalletstatement.downloadreport") </button>
20
		</div>
20
		</div>
21
	 
21
	 
22
    <div class="col-lg-12">
22
    <div class="col-lg-12">
23
        <table class="table table-border table-condensed table-bordered" id="walletSummaryReport" style="width:100%">
23
        <table class="table table-border table-condensed table-bordered" id="walletSummaryReport" style="width:100%">
24
 
24
 
25
            <thead class="row htable" style="background:#F5F5F5;">
25
            <thead class="row htable" style="background:#F5F5F5;">
26
 
26
 
27
            <tr style="color:black;">
27
            <tr style="color:black;">
28
                    <th> Id</th> 
28
                    <th> #springMessage("reportswalletstatement.id")</th>
29
                    <th> Code</th>
29
                    <th> #springMessage("reportswalletstatement.code")</th>
30
	                 <th> Name</th>
30
	                 <th> #springMessage("reportswalletstatement.name")</th>
31
	                 <th> Email</th>
31
	                 <th> #springMessage("reportswalletstatement.email")</th>
32
	
32
	
33
	                 <th>  Phone</th>
33
	                 <th>  #springMessage("reportswalletstatement.phone")</th>
34
	                   <th> Amount</th>
34
	                   <th> #springMessage("reportswalletstatement.amount")</th>
35
	                  <th> Refundable_amount</th>
35
	                  <th> #springMessage("reportswalletstatement.refundableamount")</th>
36
	                   <th>  Reference</th>
36
	                   <th>  #springMessage("reportswalletstatement.reference")</th>
37
	                   <th>  Reference_type</th>
37
	                   <th>  #springMessage("reportswalletstatement.referencetype")</th>
38
	                    <th>  Business_timestamp</th>
38
	                    <th>  #springMessage("reportswalletstatement.businesstimestamp")</th>
39
	                    <th> Description</th>
39
	                    <th> #springMessage("reportswalletstatement.description")</th>
40
	                   
40
	                   
41
                
41
                
42
            </tr>
42
            </tr>
43
            </thead>
43
            </thead>
44
            <tbody>
44
            <tbody>