It Assignment Ucc 1 Ankit Sharma
It Assignment Ucc 1 Ankit Sharma
CH LL
ES E
UM
GE
13 SURYA SEN STREET
KOLKATA 700012
Submitted by
1|Page
contents
1. Ms word 3-4
2. MS EXCEL 5-7
3. MS PPT 8-11
4. MS ACCESS 12-13
5. HTML 14-18
6 ACKNOWLEDGEMENT 20
2|Page
TOPIC – 1 M S WORD
BIO-DATA
OTHER QUALIFICATIONS :
a. MS Excel Advance
b. Tally Prime
c. GST
d. MS OFFICE 360
e. CMA Foundation Level Cleared
DECLARATION: I, hereby declare, that all the details provided by me is true to my knowledge.
Signature
3|Page
MAIL MERGE
To,
«FIRST_NAME» «LAST_NAME»
«EMAIL_ID»
Dear «FIRST_NAME» ,
You are called for an interview for the post of «EMPLOYEE_POSITION» at 10:00 A.M
«COMPANY_NAME» at with your original documents and two passport size photographs. Kindly be there
on time.
Yours Sincerely,
HR Department,
ABC Limited
Phase –7, Mohali
4|Page
TOPIC – 2 M S EXCEL
MARKSHEET
ACCOUNTANCY
RIMA DEEP
JAYESH
NARESH
MINAL
YASH
KAVITA
SARA
JINAL
GITA
5|Page
Salary Sheet
Em Name Design Basi At Sala D.A H.R. C. T.A O. O.T Gross P F E Net
p. ation c t. ry A A T in Salar SI Salar
Id Sala in Sala y y
ry Hrs ry
ES1 RAJ Manag 450 2 4350 420 609 10 100 50 9375 7156 522 0 7104
01 er 00 9 0 50 725 00 00 hrs 50 0 30
ES1 MOHA Asst. 400 3 4000 300 720 10 10 50 8333 5684 480 0 5204
02 N Manag 00 0 0 0 00 hrs .3 3.3 0 3.3
er
ES1 SURES Supervi 300 2 2800 300 540 10 0 50 6250 4095 336 0 3759
03 H sor 00 8 0 0 00 hrs 0 0 0
ES1 ANIMI Staff 250 2 2166 300 450 10 0 50 5208 3267 260 0 3007
04 KA 00 6 6.7 0 00 hrs .3 5 0 5
ES1 SONI Staff 250 3 2500 300 450 10 0 50 5208 3600 300 0 3300
05 00 0 0 0 00 hrs .3 8.3 0 8.3
ES1 ANKIT CA 980 3 9800 300 176 10 500 50 2041 1873 117 0 1755
06 00 0 0 40 00 00 hrs 6.7 56.7 60 96.7
ES1 AKHIL Staff 240 1 1440 300 432 10 0 50 5000 2502 172 0 2329
07 ESH 00 8 0 0 00 hrs 0 8 2
ES1 AKAN CEO 120 2 1160 300 216 10 0 50 2500 1639 139 0 1499
08 KSHA 000 9 00 00 00 hrs 0 00 20 80
ES1 SONU HR 290 2 1933 300 522 10 0 50 6041 3189 232 0 2957
09 00 0 3.3 0 00 hrs .7 5 0 5
ES1 HARS Staff 180 2 1560 300 324 10 0 50 3750 2389 187 1 2188
10 H 00 6 0 0 00 hrs 0 2 3 3
5
ES1 SUMA Staff 180 2 1500 300 324 10 0 50 3750 2329 180 1 2135
11 N 00 5 0 0 00 hrs 0 0 3 5
5
ES1 ISHA Staff 180 2 1680 300 324 10 0 50 3750 2509 201 1 2293
12 00 8 0 0 00 hrs 0 6 3 9
5
ES1 SONAL Helper 150 2 1150 300 270 10 0 50 3125 1862 138 1 1713
13 00 3 0 0 00 hrs 5 0 1 2.5
3
ES1 ADARS Engine 700 2 6533 300 126 10 0 50 1458 9381 784 0 8597
14 H r 00 8 3.3 00 00 hrs 3.3 6.7 0 6.7
ES1 Ayush Design 680 1 3400 300 122 10 0 50 1416 6170 408 0 5762
15 er 00 5 0 40 00 hrs 6.7 6.7 0 6.7
6|Page
BASIC SALARY
7|Page
Topic- 3 ms ppt
MY FAVORITE SPORTS
8|Page
9|Page
10 | P a g e
11 | P a g e
TOPIC 4 MS ACCESS
STUDENT DATABASE
PICTURES TO BE ATTACHED
PICTURE 1
PICTURE 2
12 | P a g e
PICTURE 3
PICTURE 4
13 | P a g e
TOPIC 5 html
Create A Simple Website
Login page
<form class="form-signin" method="post" action="auth/login">
<h2 class="login form-signin-heading">Hospital Management
System</br></br>
<img alt="" src="uploads/favicon.png"></h2>
<div id="infoMessage"><?php echo $message; ?></div>
<div class="login-wrap">
<input type="text" class="form-control" name="identity"
placeholder="User Email" autofocus>
<input type="password" class="form-control" name="password"
placeholder="Password">
<p><a data-toggle="modal" href="#myModal"> Forgot
Password?</a></p>
<!--
<label class="checkbox">
<input type="checkbox" value="remember-me"> Remember me
<span class="pull-right">
<a data-toggle="modal" href="#myModal"> Forgot
Password?</a>
</span>
</label>
-->
<button class="btn btn-lg btn-login btn-block" type="submit">Sign
in</button>
</div>
</form>
Hospital page
<div class="modal-header"> <button type="button" class="close" data-
dismiss="modal" aria-hidden="true">×</button> <h4 class="modal-title"><i
class="fa fa-plus-circle"></i> Add New Hospital</h4> </div> <div
class="modal-body"> <form role="form" action="hospital/addNew"
method="post" enctype="multipart/form-data"> <div class="form-group">
<label for="exampleInputEmail1">Name</label> <input type="text"
class="form-control" name="name" id="exampleInputEmail1" value='' placeholder="">
</div> <div class="form-group"> <label
for="exampleInputEmail1">Email</label> <input type="text"
class="form-control" name="email" id="exampleInputEmail1" value='' placeholder="">
</div> <div class="form-group"> <label
for="exampleInputEmail1">Password</label> <input type="password"
14 | P a g e
class="form-control" name="password" id="exampleInputEmail1" placeholder="">
</div> <div class="form-group"> <label
for="exampleInputEmail1">Address</label> <input type="text"
class="form-control" name="address" id="exampleInputEmail1" value=''
placeholder=""> </div> <div class="form-group">
<label for="exampleInputEmail1">Phone</label> <input type="text"
class="form-control" name="phone" id="exampleInputEmail1" value=''
placeholder=""> </div> <input type="hidden"
name="id" value=''> <button type="submit" name="submit" class="btn btn-
info">Submit</button>
15 | P a g e
SCREENSHOTS TO BE ATTACHED
DEPARTMENTS
16 | P a g e
OPERATION REPORT
PAYMENT DETAILS
17 | P a g e
BIRTH REPORT
DOCTOR MODULE
BED ALLOTMENT
18 | P a g e
OPERATION DETAILS
OPERATION REPORT
19 | P a g e
ACKNOWLEDGEMENT
Firstly, I want to give my thanks to the UNIVERSITY OF CALCUTTA for our partial fulfilment of B.COM 3rd
Semester (Hons.) Examination 2024.
Also, I am thankful to my college UMESCHANDRA COLLEGE for being a student of the college, where I am
doing my graduation.
I express my thanks to the respected principal Dr. Md. Tofazzal Haque Sir of our college for providing
excellent infrastructure required for the completion of the project work in our esteemed organization
respectively.
A special word of thanks to ITAB Professor Prof. Ayasha Zaman Ma’am ,Prof Soumi Saha Ma’am & Prof A
Chatterjee Ma’am who has under his supervision guided me to make a project as good as it could be along
with imparting knowledge in each and every step of making it.
I want to thanks NON-TEACHING STAFF for always supporting us mentally by maintain the healthy and
educational environment in the college premises. I also want to thank the STUDENT’S UNION for the
fulfilment of students’ requirements.
I want to thank my PARENTS for making me capable of becoming a good person in life and for
providing me with all my essential requirements and desires.
Lastly, I also take this opportunity to express a deep sense of gratitude to my FRIENDS for their cordial
support, valuable information and guidance, which actually helped me in completing this task through
various stages. Thanks to all their efforts which helped me in completing this project successfully.
Date : Signature
20 | P a g e