Subversion Repositories SmartDukaan

Rev

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

Rev 33449 Rev 33450
Line 8... Line 8...
8
}
8
}
9
.span-bold{
9
.span-bold{
10
	font-weight:bold;
10
	font-weight:bold;
11
	margin-right:5px;
11
	margin-right:5px;
12
}
12
}
-
 
13
 
-
 
14
.pd-lr-10 {
-
 
15
	padding-left: 10px;
-
 
16
	padding-right: 10px;
-
 
17
}
-
 
18
 
-
 
19
.p-tag {
-
 
20
	margin-bottom: 1px;
-
 
21
}
13
</style>
22
</style>
14
<section class="wrapper">
23
<section class="wrapper">
15
	<div class="row">
24
	<div class="row">
16
		<div class="col-lg-12">
25
		<div class="col-lg-12">
17
			<h3 class="page-header"><i class="icon_document_alt"></i>WALLET STATEMENT</h3>
26
			<h3 class="page-header"><i class="icon_document_alt"></i>WALLET STATEMENT</h3>
Line 25... Line 34...
25
	
34
	
26
	
35
	
27
	<div id="wallet-history-search">
36
	<div id="wallet-history-search">
28
    	<div class="row">
37
    	<div class="row">
29
			<div class="col-lg-2 text-center">
38
			<div class="col-lg-2 text-center">
30
				<p style="font-size: 20px;"><b>Wallet Balance</b></p>
39
				<p style="font-size: 18px;" class="p-tag"><b>Wallet Balance</b></p>
31
				#if($userWallet)
40
				#if($userWallet)
32
					<p style="font-size: 22px;"><b> Rs.$userWallet.getAmount()</b></p>
41
					<p style="font-size: 21px;" class="p-tag"><b> Rs.$userWallet.getAmount()</b></p>
33
				#else
42
				#else
34
					<p style="font-size: 22px;"><b>NA</b></p>
43
					<p style="font-size: 21px;" class="p-tag"><b>NA</b></p>
35
				#end
44
				#end
36
			</div>
45
			</div>
37
			<div class="col-lg-10">
46
			<div class="col-lg-10">
38
				<div class="row">
47
				<div class="row">
39
					<div class="col-lg-3 text-center">
48
					<div class="col-lg-3 text-center">
40
						<p style="font-size: 20px;"><b>Total Dues (inc Interest)</b></p>
49
						<p style="font-size: 18px;" class="p-tag"><b>Total Dues (inc Interest)</b></p>
41
						<p style="font-size: 22px;"><b>$totalDue.setScale(2,$ru)</b></p>
50
						<p style="font-size: 21px;" class="p-tag"><b>$totalDue.setScale(2,$ru)</b></p>
42
					</div>
51
					</div>
43
					<div class="col-lg-3 text-center">
52
					<div class="col-lg-3 text-center">
44
						<p style="font-size: 20px;"><b>Credit Limit</b></p>
53
						<p style="font-size: 18px;" class="p-tag"><b>Credit Limit</b></p>
45
						<p style="font-size: 22px;"><b>$creditlimit.setScale(2,$ru)</b></p>
54
						<p style="font-size: 21px;" class="p-tag"><b>$creditlimit.setScale(2,$ru)</b></p>
46
					</div>
55
					</div>
47
					<div class="col-lg-3 text-center">
56
					<div class="col-lg-3 text-center">
48
						<p style="font-size: 20px;"><b>Available Credit</b></p>
57
						<p style="font-size: 18px;" class="p-tag"><b>Available Credit</b></p>
49
						<p style="font-size: 22px;"><b>$availableLimit.setScale(2,$ru)</b></p>
58
						<p style="font-size: 21px;" class="p-tag"><b>$availableLimit.setScale(2,$ru)</b></p>
50
					</div>
59
					</div>
51
					<div class="col-lg-3 text-center">
60
					<div class="col-lg-3 text-center">
52
						<p style="font-size: 20px;"><b>Total Utilization</b></p>
61
						<p style="font-size: 18px;" class="p-tag"><b>Total Utilization</b></p>
53
						<p style="font-size: 22px;"><b>$utilization.setScale(2,$ru)</b></p>
62
						<p style="font-size: 21px;" class="p-tag"><b>$utilization.setScale(2,$ru)</b></p>
54
					</div>
63
					</div>
55
				</div>
64
				</div>
56
			</div>
65
			</div>
57
 
66
 
58
			<div class="clearfix"></div>
67
			<div class="clearfix"></div>
59
			<br>
68
			<br>
60
 
69
 
61
			<div class="col-lg-3"></div>
70
			<div class="col-lg-2 pd-lr-10"></div>
62
			<div class="col-lg-2">
71
			<div class="col-lg-2 pd-lr-10">
63
				#if ($isAdmin)
72
				#if ($isAdmin)
64
					<div class="input-group">
73
					<div class="input-group">
65
						<input id="partnerId" type="text" class="typeahead form-control form-control-sm"
74
						<input id="partnerId" type="text" class="typeahead form-control form-control-sm"
66
							   placeholder="Search Partner" data-provide="typeahead"
75
							   placeholder="Search Partner" data-provide="typeahead"
67
							#if(${retailerName}) value="${retailerName}" #end
76
							#if(${retailerName}) value="${retailerName}" #end
68
							   autocomplete="off"/>
77
							   autocomplete="off"/>
69
					</div>
78
					</div>
70
				#end
79
				#end
71
			</div>
80
			</div>
72
 
81
 
73
			<div class="col-lg-3">
82
			<div class="col-lg-4 pd-lr-10">
74
				<div class="form-inline">
83
				<div class="form-inline">
75
					<div class="form-group">
84
					<div class="form-group">
76
						<div class="input-group">
85
						<div class="input-group">
77
							<input placeholder = "Choose Range" name="walletPeriod" type="text" value="" class="form-control">
86
							<input placeholder = "Choose Range" name="walletPeriod" type="text" value="" class="form-control">
78
						</div>
87
						</div>
79
					</div>
88
					</div>
80
					<button type="submit" class="btn btn-primary mk_fetch_statement" >Download Statement</button>
89
					<button type="submit" class="btn btn-primary mk_fetch_statement" >Download Statement</button>
81
				</div>
90
				</div>
82
			</div>
91
			</div>
83
 
92
 
84
			<div class="col-lg-4">
93
			<div class="col-lg-4 pd-lr-10">
85
				<div class="form-inline">
94
				<div class="form-inline">
86
					<div class="form-group">
95
					<div class="form-group">
87
						<div class="input-group">
96
						<div class="input-group">
88
							<input placeholder="Choose Range" name="statementPeriod" type="text" value=""
97
							<input placeholder="Choose Range" name="statementPeriod" type="text" value=""
89
								   class="form-control">
98
								   class="form-control">