-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
177 lines (173 loc) · 8.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Electricity Bill Explained</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i">
<style>
.site-heading {
margin: 30px 0;
}
.disclaimer {
margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
max-width: 1000px;
}
.cta {
margin: 4rem auto;
}
.cta-inner {
min-height: 600px;
}
.rebate {
margin: 0 auto 6rem;
padding-left: 30px;
padding-right: 30px;
max-width: 800px;
}
.footer {
position: fixed;
bottom: 0;
width: 100%;
padding: 20px 0px !important;
}
.right {
text-align: right;
}
.input-group {
justify-content: center;
}
.flex {
display: flex;
height: calc(1.5em + .75rem + 2px);
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WZ588T98YP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-WZ588T98YP');
</script>
</head>
<body>
<h1 class="text-center text-white site-heading"><span class="text-primary site-heading-upper">Electricity bill of Nepal Explained</span></h1>
<div class="disclaimer text-justify text-primary site-heading-upper">
<strong>Disclaimer</strong>:
This calculation is not liable for any conflict or damages arising from using it. I only made it to see the details that is not shown by NEA. The calculation is just for personal use and it is not the official representation. You should consult with NEA to get proper information.
</div>
<section class="cta" style="padding-top: 30px; padding-bottom: 30px;">
<div class="container">
<div class="row">
<div class="col-xl-12 mx-auto">
<div class="cta-inner text-center rounded">
<h2 class="section-heading mb-5"><span class="section-heading-upper">Choose your configuration for domestic consumer(single phase)</span></h2>
<div class="form-group">
<div class="row">
<div class="col">
<label for="ampere">Your meter ampere</label>
<select name="ampere" id="ampere" class="form-control">
<option value="5">5 Ampere</option>
<option value="15" selected>15 Ampere</option>
<option value="30">30 Ampere</option>
<option value="60">60 Ampere</option>
</select>
</div>
<div class="col">
<label for="rebpen">Consumed units</label>
<input type="number" id="units" placeholder="units" class="form-control">
</div>
<div class="col ">
<label for="rebpen">Arrears Amount</label>
<input type="number" id="arrears" value="0" placeholder="amount" class="form-control">
</div>
<div class="col input-group">
<label for="rebpen">Rebate/Penalty(%)</label>
<div class="flex">
<input type="number" name="rebpen" id="rebpen" placeholder="rebate/penalty" class="form-control">
<div class="input-group-append">
<span class="input-group-text">%</span>
</div>
</div>
</div>
<div class="col">
<div>
<input type="checkbox" class="penalty-check-input" id="penalty">
<label class="penalty-check-label" for="penalty">Check for penalty</label>
</div>
<button id="reset" class="btn btn-sm btn-secondary" type="button" style="margin-top: 15px;">Reset Fields</button>
</div>
</div>
</div>
<div class="list-unstyled mx-auto list-hours mt-5 mb-5 text-left" style="width: 100% !important;">
<div id="bill-heading" style="display: none;">
<div class="row hide d-flex list-unstyled-item list-hours-item">
<div class="col">Minimum Charge Rates</div>
<div class="col">Unit Range</div>
<div class="col">Units</div>
<div class="col">Rate</div>
<div class="col right">Meter Charge</div>
</div>
</div>
<div id="bill-listing"></div>
<div id="total-listing" class="row d-flex list-unstyled-item list-hours-item"></div>
</div>
<div id="grand-total" class="right"></div>
</div>
</div>
</div>
</div>
</section>
<section class="rebate text-justify text-white">
<h2>Rebate and Penalty (छुट तथा जरिवाना)</h2>
<p>उदाहरणको लागि ग्राहक नंम्बर <b>०११.१३.०२३</b> छ भने यस ग्राहक को <b>१३</b> गते को आधारमा दिन गन्ती हुन्छ । </p><br>
<table cellpadding="10" width="100%" class="tbl">
<tbody><tr>
<th width="8%">S.No</th>
<th width="60%">Days from Reading</th>
<th width="32%">Percentage</th>
</tr>
<tr>
<td>1</td>
<td>1 day - 7 days</td>
<td>2% Rebate</td>
</tr>
<tr>
<td>2</td>
<td>8 days - 15 days</td>
<td>No Rebate and No Penalty</td>
</tr>
<tr>
<td>3</td>
<td>16 days - 30 days</td>
<td>5% Penalty</td>
</tr>
<tr>
<td>4</td>
<td>31 days - 40 days</td>
<td>10% Penalty</td>
</tr>
<tr>
<td>5</td>
<td>Above 40 days</td>
<td>25% Penalty</td>
</tr>
</tbody>
</table>
</section>
<footer class="footer text-faded text-center py-5">
<div class="container">
<p class="m-0 small">Copyright © Sachit Karki 2020</p>
</div>
</footer>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>