-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheBillingSystem.html
More file actions
325 lines (307 loc) · 12.7 KB
/
Copy patheBillingSystem.html
File metadata and controls
325 lines (307 loc) · 12.7 KB
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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
<!DOCTYPE html>
<!--
Editorial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Electrcitiy Billing System</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo"
><strong></strong> Portfolio - Electrcitiy Billing System</a
>
<ul class="icons">
<!-- <li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands fa-snapchat-ghost"><span class="label">Snapchat</span></a></li>
<li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li> -->
<li>
<a
href="mailto: chatterjee.rishav.17@gmail.com"
class="fas fa-envelope"
></a>
</li>
<li>
<a
href="https://www.linkedin.com/in/rishav-chatterjee17/"
class="fab fa-linkedin-in"
></a>
</li>
<li>
<a
href="https://github.com/RishavChatterjee17"
class="fab fa-github"
></a>
</li>
</ul>
</header>
<!-- Content -->
<section>
<header class="main">
<h1>Electrcitiy Billing System</h1>
</header>
<span class="image main"
><img src="images/Picture10.png" alt=""
/></span>
<p>A Java Swing Application to create a Electricity Billing System.</p>
<p>
I have used Java Swing Classes to create a standalone Windows application.
I also have a SQL database set up to store user and admin details. I made this
project as a part of my undergraduate assignment work.
</p>
<p>
The objective of this project was to build an electricity biiling system with Java
Standard Edition features where as an admin you can add, update, edit consumer/consumer bills
and as an user you can view and pay your bills.
</p>
<hr class="major" />
<section id="banner">
<div class="content">
<h2>Basic Idea</h2>
<p>
I have implemented and admin sigin and a consumer signin/sign up feature.
An admin can create a new user and/or edit their information. A consumer can
only view and pay their bills. The idea of this project was to simulate a simpler version
of a bill payment system.
</p>
<p>
This project was aimed towards playing around with Java SE, Swing classes, and
SQL queries to create, update and fetch data.
</p>
</div>
<span class="image object">
<img src="images/Picture11.png" alt="" />
</span>
</section>
<hr class="major" />
<section id="banner">
<span class="image left">
<img src="images/Picture14.png" alt="" />
</span>
<div class="content">
<h2>UI</h2>
<p>
The was created with Java Swing as it offers many options like JComponent, JLables, JButtons
and many more to create a fully functional standalone application. Swing is a GUI toolkit
taht can be used to make many GUI components.
</p>
<p>
Using the Swing Classes are
also simple. All you have to do it instantiate a JFrame object first and it acts like the main
component where all the other components like buttons, labels and textfields go together.
</p>
<p>
There is actually no payment authentication system or security system being used
as that was not the main concern of the project.
</p>
</div>
</section>
<hr class="major" />
<section id="banner">
<div class="content">
<h2>Block Diagram</h2>
<p>
Here we can see an overview of the different parts/feature of the entire application.
The user has limited feature like in real-life. However, an admin is responisble for majority
of the features implemented in this project.
</p>
</div>
<span class="image right">
<img src="images/Picture20.jpg" alt="" />
</span>
</section>
<!-- <hr class="major" /> -->
<!-- <div class="box alt">
<h2>Gallery</h2>
<div class="row gtr-50 gtr-uniform">
<div class="col-4">
<span class="image fit"
><img src="images/carpanel.png" alt=""
/></span>
</div>
<div class="col-4">
<span class="image fit"
><img src="images/g1desktop.png" alt=""
/></span>
</div>
<div class="col-4">
<span class="image fit"
><img src="images/g1leadselection2.png" alt=""
/></span>
</div>
<div class="col-4">
<span class="image fit"
><img src="images/g1rollerlock.png" alt=""
/></span>
</div>
<div class="col-4">
<span class="image fit"
><img src="images/g2activitynotebook2.png" alt=""
/></span>
</div>
<div class="col-4">
<span class="image fit"
><img src="images/g2activitypreview.png" alt=""
/></span>
</div>
</div>
</div> -->
<hr class="major" />
<h2>Retrospective</h2>
<p>
This was my first Java Poject and hence it is very simple and does not include many features.
I learned how to make an SQL database connection with the Java Application, use Swing class and
learned a lot about Java SE itself.
</p>
<p>
A few more features like consumer feedback or a security mechanism would have made the project even better.
</p>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Search
<section id="search" class="alt">
<form method="post" action="#">
<input type="text" name="query" id="query" placeholder="Search" />
</form>
</section> -->
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li><a href="index.html">Homepage</a></li>
<!-- <li><a href="generic.html">Recent Projects</a></li>
<li><a href="elements.html">All Projects</a></li> -->
<li>
<span class="opener">Coding Projects</span>
<ul>
<li><a href="reactGame.html">React Web-Based Game</a></li>
<li><a href="unityGridGame.html">Unity Engine Grid Game</a></li>
<li><a href="eLearningGame.html">E-Learning Management System</a></li>
<li><a href="eBillingSystem.html">Electrcitiy Billing System</a></li>
<li><a href="platformer2Dgame.html">2D Platformer Game</a></li>
<li><a href="gmtkGame.html">Game Jam Typing Game</a></li>
<li><a href="boxJourney.html">Puzzle Platformer</a></li>
<li><a href="textHorror.html">Text Horror Game</a></li>
<li><a href="openWorld.html">3D Open World Prototype</a></li>
<li><a href="pianoTiles.html">Piano Tiles Prototype</a></li>
</ul>
</li>
<!-- <li><a href="#">Adipiscing</a></li>
<li>
<span class="opener">Another Submenu</span>
<ul>
<li><a href="#">Lorem Dolor</a></li>
<li><a href="#">Ipsum Adipiscing</a></li>
<li><a href="#">Tempus Magna</a></li>
<li><a href="#">Feugiat Veroeros</a></li>
</ul>
</li>
<li><a href="#">Maximus Erat</a></li>
<li><a href="#">Sapien Mauris</a></li> -->
<!-- <li>
<span class="opener">Music Projects</span>
<ul>
<li><a href="#">Project 1</a></li>
<li><a href="#">Project 2</a></li>
<li><a href="#">Project 3</a></li>
<li><a href="#">Project 4</a></li>
</ul>
</li> -->
<!-- <li>
<span class="opener">Blogs</span>
<ul>
<li><a href="#">Blog 1</a></li>
<li><a href="#">Blog 2</a></li>
<li><a href="#">Blog 3</a></li>
<li><a href="#">Blog 4</a></li>
</ul>
</li> -->
<!-- <li><a href="#">Journal</a></li> -->
<li><a href="thesis.html">Research Work</a></li>
<li><a href="aboutMe.html">About Me</a></li>
</ul>
</nav>
<!-- Section -->
<!-- <section>
<header class="major">
<h2>Ante interdum</h2>
</header>
<div class="mini-posts">
<article>
<a href="#" class="image"><img src="images/pic07.jpg" alt="" /></a>
<p>Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore aliquam.</p>
</article>
<article>
<a href="#" class="image"><img src="images/pic08.jpg" alt="" /></a>
<p>Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore aliquam.</p>
</article>
<article>
<a href="#" class="image"><img src="images/pic09.jpg" alt="" /></a>
<p>Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore aliquam.</p>
</article>
</div>
<ul class="actions">
<li><a href="#" class="button">More</a></li>
</ul>
</section> -->
<!-- Section -->
<section>
<header class="major">
<h2>Contact</h2>
</header>
<!-- <p>Sed varius enim lorem ullamcorper dolore aliquam aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore. Proin sed aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam.</p> -->
<ul class="contact">
<li class="icon solid fa-envelope">
<a href="mailto: chatterjee.rishav.17@gmail.com"
>chatterjee.rishav.17@gmail.com</a
>
</li>
<li class="icon solid fa-phone">+1 519 560 1262</li>
<li class="icon solid fa-folder">
<a href="https://www.linkedin.com/in/rishav-chatterjee17/"
>LinkedIn</a
>
</li>
<li class="icon solid fa-box">
<a href="https://github.com/RishavChatterjee17">GitHub</a>
</li>
<!-- <li class="icon solid fa-home">1234 Somewhere Road #8254<br />
Nashville, TN 00000-0000</li> -->
</ul>
</section>
<!-- Footer -->
<!-- <footer id="footer">
<p class="copyright">© Untitled. All rights reserved. Demo Images: <a href="https://unsplash.com">Unsplash</a>. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer> -->
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>