Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 16

Academic Year: 2021-22 Institute Code: 0563

Micro Project Report on


ATM MANGEMENT SYSTEM

Program: Information Technology Semester: IV


Course: GUI Application Development Using VB.Net Course Code: 22034
Group No: - 18

Maharashtra State Board of Technical Education, Mumbai


(Autonomous)(ISO-9001-2008) (ISO/IEC 27001:20013)
Maharashtra State Board of Technical Education, Mumbai

CERTIFICATE

This is to certify that,

Roll No Student Name Seat No Enroll No

52 AHIRE HARSHAL PRAMOD 2005630228

53 NEGI YUVRAJ PRATAP SINGH 2005630229

54 GANDHI KHUSHBU MANOJ 2005630230

Of Fourth Semester of Diploma in Information Technology of Institute Pravin


Patil College of Diploma Engineering and Technology,Bhayander(E)
(Code: 0563) has completed the Micro Project satisfactorily in subject GUI
Application Development Using VB.Net(22034) for the academic year 2021–2022
as prescribed in the curriculum.

Place: Bhayander (E)


Date:

SUBJECT TEACHER HEAD OF DEPARTMENT PRINCIPAL

MRS.POOJA MHATRE MRS.PRACHI KALPANDE MRS.R.B.PATIL


PART A
Micro Project Proposal
STUDENT ADMISSION SYSTEM
1.0 Brief Introduction
Today all the work at the time of admission of the students is done manually by ink and paper,
which is very slow and consuming much efforts and time. It is required to Design of a
Computerized Automated Student Admission System, to speed up and make it easy to use system.
The administrator would maintain the accounts of the pupil and all authorities related to students
are given to admin so all the sections work under the observation of the admin.
By reducing those drawbacks we create a web based application for managing the admission of the
students. This is a online system which includes firstly the admission of new student and also
generate the fee payment receipts also the scanning and uploading the students documents and
saving it with permanent unique id provided. In this notification providing concept the hierarchy of
sending notice is taken in to consideration.
Means the person having highest priority can send the notices to the persons having lowest priority
than them. In the modern world of technology, computer are affecting our lives in more ways than
we probably are aware of COMPUTERIZED MANAGEMENT maintaining information of an
educational institute, colleges, other the list is endless. The main principle behind the need of
college admission system is easy supervision of institutes. It can handle the details of students such
as fee details or marks details.

2.0 Aim of the Micro-Project


1. To study various concepts of Vb.Net
2. To understand the need of Student Admission System.
3 .To study various ways to create system of Student Admission System.
4 .To apply basic .Net concepts to solve the given problem.
5. To use the Forms and Error Provider.
3.0 Action Plan
Name of
Sr. Details of Activity Planned Start Planned Finish Responsible
No Date Date Team Members
Discussion and finalization of
1 topic 22/02/22 03/03/22 Yuvraj Negi
Preparation and submission of
2 Abstract 03/03/22 10/03/22 Khushbu Gandhi
Collection of Data & Literature
3 Review Yuvraj Negi
10/03/22 22/03/22
4 Discussion on outline of Yuvraj Negi
Content & Formulation of the 22/03/22 31/03/22
Content &
Khushbu Gandhi
Editing and proof Reading of
5 Content 31/03/22 12/04/22 Khushbu Gandhi
Compilation of Report And
6 Presentation 12/04/22 21/04/22 Yuvraj Negi
7 Viva voce 21/04/22 28/04/22 All
Final submission of Micro Yuvraj Negi
8 Project 28/04/22 12/05/22 &
Khushbu Gandhi

4.0 Resources Required

Name of
Sr. No Resource/Material Specifications Qty Remarks
Open Learning Sources Videos/ websites/
1 books, magazines 1 For information
2 Softwares_required Vb.Net 2020 1 For Execution
PART B Micro Project
Report Student Admission
System
1.0 Brief Introduction

Today all the work at the time of admission of the students is done manually by ink and paper,
which is very slow and consuming much efforts and time. It is required to Design of a
Computerized Automated Student Admission System, to speed up and make it easy to use system.
The administrator would maintain the accounts of the pupil and all authorities related to students
are given to admin so all the sections work under the observation of the admin.
By reducing those drawbacks we create a web based application for managing the admission of the
students. This is a online system which includes firstly the admission of new student and also
generate the fee payment receipts also the scanning and uploading the students documents and
saving it with permanent unique id provided. In this notification providing concept the hierarchy of
sending notice is taken in to consideration.
Means the person having highest priority can send the notices to the persons having lowest priority
than them. In the modern world of technology, computer are affecting our lives in more ways than
we probably are aware of COMPUTERIZED MANAGEMENT maintaining information of an
educational institute, colleges, other the list is endless. The main principle behind the need of
college admission system is easy supervision of institutes. It can handle the details of students such
as fee details or marks details.

2.0 Aim of the Micro-Project

1. To study various concepts of Vb.Net


2. To understand the need of Student Admission System.
3 .To study various ways to create system of Student Admission System.
4 .To apply basic .Net concepts to solve the given problem.
5. To use the Forms and Error Provider.

3.0 Course Outcomes Integrated


a. Use Visual Studio IDE to design application.
b. Develop GUI Application using Form Controls and its events.
c. Apply Object Oriented concepts in GUI Application.
d. Use Data access controls to store data in Database and retrieve it.
e. Use Data Binding in GUI Application
4.0 Actual Procedure Followed Here, we work with our project team members who
have already been identified to establish and start the project:
• Define roles and responsibilities
• Create the Project Schedule
• Identify and recruit project members

5.0 Outputs of the micro-project

INTRODUCTION
A restaurant management system is a type of software that has been specifically designed for
use within the restaurant industry. Also known as restaurant management software, such
solutions are intended to assist leaders and others in carrying out the most critical managerial
tasks.
A system of this type may be a comprehensive all-in-one solution, including elements of a
point- of-sale system, such as payment processing, with more complex back-end features, such
as workforce management, inventory management, and a booking or reservations system.
However, some restaurant management systems focus on specific areas. Some of the goals of
the system are listed below:
1.Manage large number of Restaurant details.
2.Manage all details of users who registered for the table
3.Create user accounts and maintain the data’s effectively.
4.View all the details of the users.
5.Activities like updating, modification, deletion of records should be easier.
Forms:
LOGIN:
STUDENT REGISTRATION
STUDENT INFORMATION
Code: -
Public Class Form1

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As


System.EventArgs) Handles Timer1.Tick
ProgressBar1.Increment(1)
If ProgressBar1.value=Progressbar1.maximum Then
ProgressBar1.Value=0
Timer1.Stop()
ProgressBar11.Hide()
Button1.Enable=True
End If
End Sub

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As


System.EventArgs) Handles MyBase.Load
ProgressBar1.Maximum = 100
ProgressBar1.Minimum = 0
Timer1.Start()
End sub

Imports System.Data.SqlClient
Imports System.Data
Public Class Form2
Dim inc as Integer
Dim con As New Oledb.OleDbConnection
Dim dbprovider,dbsource As String
Dim ds As New Dataset
Dim da As New OleDb.OleDbDataAdapter
Dim Sql As String
Dim Maxrow As Integer
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
Dbprovider = “Provider=Microsoft.ACE.OlEDB .12.0;”
Dpsource = “data source=d:\atm.mdb;
Con.ConnectionString= dbprovider & dbsource
Con.open()
Sql = “SELECT * FROM pinno”
da = New OleDb.OledbDataAdapter(sql,Con)
da.Fill(ds, “atm”)
maxrow = ds.Tables(‘atm”).Rows.Count
End Sub
End Class

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)


Handles Button1.Click
Dim SearchId = , I, currentrow As Integer
SearchId= TextBox1.Text
I=0
While I <> maxrows + 1
If SearchId = ds.tables(“atm”).Rows(i)(“pin”)Then
Me.Close()
Form3.Label1.Text=ds.tables(“atm”).Rowa(i)(“acc_no”)
Form3.Show()
Exit While
ElseIf I = maxrows Then
MsgBox(‘INVALID PIN NUMBER !!!”)
Exit While
End If
I += 1
End While
CurrentRow = i
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
HandlestextBox1.Text = “”
TextBox1.Clear()
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
Handles.form1.show()
Me.Close()
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
HandlesTextBox1.Text = Textbox1. Text & Sender . Text
End Sub
End Class

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As


System.EventArgs) HandButton1.Click
Dim regex As Reles
gex = New Regex("^[_a-z0-9-]+(.[a-z0-9-]+)@[a-z0-9-]+(.[a-z0-9-
]+)*(.[a-z]{2,4})$")
Dim regex1 As Regex = New Regex("^\(?([0-9]{3})\)?[-. ]?([0-9]{3})[-. ]?([0-
9]{4})$")
If (TextBox1.Text = "" Or TextBox2.Text = "" Or TextBox3.Text = "" Or
TextBox4.Text = "" Or TextBox5.Text = "" Or TextBox6.Text = "" Or TextBox7.Text = "" Or
TextBox8.Text = "") Then
MsgBox("Please fill your all details") Else
If Not regex.IsMatch(TextBox4.Text) Then
ErrorProvider1.SetError(TextBox4, "Enter Valid Email Id")
Else
If Not regex1.IsMatch(TextBox6.Text) Then
ErrorProvider1.SetError(TextBox6, "Enter Valid Phone No")
Else
If Not regex1.IsMatch(TextBox7.Text) Then
ErrorProvider1.SetError(TextBox7, "Enter Valid Phone No")
Else
If Not regex1.IsMatch(TextBox8.Text) Then
ErrorProvider1.SetError(TextBox8, "Enter Valid Mobile No")
Else
ErrorProvider1.Clear()
Dim info As New Student_Information
Me.Hide() info.Show()
End If
End If
End If
End If
End If
End Sub
End Class

Public Class Student_Information

Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As


System.EventArgs) Handles Button3.Click
TextBox1.Clear()
TextBox2.Clear()
TextBox3.Clear()
TextBox4.Clear()
TextBox5.Clear()
TextBox6.Clear()
TextBox7.Clear()
TextBox8.Clear()
End Sub

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As


System.EventArgs) Handles Button2.Click
Dim registraion As New Registration_Form
Me.Hide() registraion.Show()
End Sub

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)


Handles Button1.Click

If (TextBox1.Text = "" Or TextBox2.Text = "" Or TextBox3.Text = "" Or TextBox4.Text =


"" Or TextBox5.Text = "" Or TextBox6.Text = "" Or TextBox7.Text = "" Or TextBox8.Text = "")
Then
MsgBox("Please fill your all details")
Else
MsgBox("Registration Successful !")
Me.Close()
End If
End Sub

Private Sub Student_Information_Load(ByVal sender As System.Object, ByVal e As


System.EventArgs) Handles MyBase.Load

End Sub
End Class

6.0 Skill Developed/Learning Out of This Micro-Project:


1.Function as team member.
2.Follow Ethics.
3.To collect information from different sources

CONCLUSION & FUTURE SCOPE: -


Hence, we have successfully completed our Micro-project on Student Admission System.
Scope:- Hence, the need for Student Admission is inevitable. In case of manual system they
need a lot of time, manpower etc.Here almost all management work is computerized. So the
accuracy is maintained. Maintaining backup is very easy. It canbe done with in a few minutes.

References:

GUI based Application using VB.Net by Mrs Pooja Mhatre, Wikipedia.


Annexure–IV
Micro Project Evaluation Sheet

Name of Student: AHIRE HARSHAL PRAMOD Enrollment No: 2005630228


Program: INFORMATION TECHNOLOGY Course Code: 22314
Course Title: GUI Application Development Using VB.Net Semester: Fourth
Title of the Micro Project: STUDENT ADMISSION SYSTEM Course
Outcome Achieved:
a. Use Visual Studio IDE to design application.
b. Develop GUI Application using Form Controls and its events.
c. Apply Object Oriented concepts in GUI Application.
d. Use Data access controls to store data in Database and retrieve it.
e. Use Data Binding in GUI Application.
Evaluation as per Suggested Rubric for Assessment of Micro-Project
Sr. Poor (1-3) Average Good Excellent Sub
No Characteristics to be assessed (4-5) (6-8) (9-10) Total
(A) Process and Product Assessment (Convert above total marks out of 6 Marks)
1 Relevance to the course
Literature Review / Information
2 Collection
Completion of the Target as per
3 project proposal
Analysis of Data and
4 representation
5 Quality of Prototype / Model
6 Report Presentation
(B) Individual Presentation / Viva (Convert above total marks out of 4 Marks)
7 Presentation
8 Viva

(A) Process and Product Assessment (B) Individual Presentation / Viva Total Marks
(6 Marks) (4 Marks) (10)

Comments / Suggestions about team work / leadership / inter-personal communication (if any)

Name and Designation of Teacher: Mrs.Pooja Mhatre. Signature:


Annexure–IV
Micro Project Evaluation Sheet

Name of Student: NEGI YUVRAJ PRATAP SINGH Enrollment No: 2005630229


Program: INFORMATION TECHNOLOGY Course Code: 22314
Course Title: GUI Application Development Using VB.Net Semester: Fourth
Title of the Micro Project: STUDENT ADMISSION SYSTEM
Course Outcome Achieved:
f. Use Visual Studio IDE to design application.
g. Develop GUI Application using Form Controls and its events.
h. Apply Object Oriented concepts in GUI Application.
i. Use Data access controls to store data in Database and retrieve it.
j. Use Data Binding in GUI Application.
Evaluation as per Suggested Rubric for Assessment of Micro-Project
Sr. Poor (1-3) Average Good Excellent Sub
No Characteristics to be assessed (4-5) (6-8) (9-10) Total
(A) Process and Product Assessment (Convert above total marks out of 6 Marks)
1 Relevance to the course
Literature Review / Information
2 Collection
Completion of the Target as per
3 project proposal
Analysis of Data and
4 representation
5 Quality of Prototype / Model
6 Report Presentation
(B) Individual Presentation / Viva (Convert above total marks out of 4 Marks)
7 Presentation
8 Viva

(A) Process and Product Assessment (B) Individual Presentation / Viva Total Marks
(6 Marks) (4 Marks) (10)

Comments / Suggestions about team work / leadership / inter-personal communication (if any)
Annexure–IV
Micro Project Evaluation Sheet

Name and Designation of Teacher: Mrs.Pooja Mhatre. Signature:

Name Of Student: GANDHI KHUSHBU MANOJ Enrollment No: 2005630230


Program: INFORMATION TECHNOLOGY Course Code: 22034
Course Title: GUI Application Development Using VB.NET Semester: Fourth
Title of the Micro Project: STUDENT ADMISSION SYSTEM Course
Outcome Achieved:

a. Use Visual Studio IDE to design application.


b. Develop GUI Application using Form Controls and its events.
c. Apply Object Oriented concepts in GUI Application.
d. Use Data access controls to store data in Database and retrieve it.
e. Use Data Binding in GUI Application.
Evaluation as per Suggested Rubric for Assessment of Micro-Project

Sr. Poor (1-3) Average Good Excellent Sub


No Characteristics to be assessed (4-5) (6-8) (9-10) Total
(A) Process and Product Assessment (Convert above total marks out of 6 Marks)

1 Relevance to the course

Literature Review / Information


2 Collection
Completion of the Target as per
3 project proposal
Analysis of Data and
4 representation
5 Quality of Prototype / Model

6 Report Presentation

(B) Individual Presentation / Viva (Convert above total marks out of 4 Marks)

7 Presentation

8 Viva
Annexure–IV
Micro Project Evaluation Sheet

(A) Process and Product Assessment (B) Individual Presentation / Viva Total Marks
(6 Marks) (4 Marks) (10)

Comments / Suggestions about team work / leadership / inter-personal communication (if any)

Name and Designation of Teacher: Mrs.Pooja Mhatre. Signature:

You might also like