Project Report
Project Report
A
Mini Project
Report on
“WEDDING PLANNER
MANAGEMENT”
Submitted By:
Ms. Rina Mahure
Guided By:
Prof. Swapnali Mam
Submitted To:
Vivekanand Institute of Advanced Studies in
Management Science & Communications, Aurangabad.
1
Vivekanand Shikshan Sanstha’s
Vivekanand Institute of Advanced Studies in Management
Science & Communications, Aurangabad
CERTIFICATE
This is to certify that the project report on “Wedding
Planner Management”. In the subject of .Net, has
been successfully completed and submitted by Ms.Rina
Mahure, Ms.Pooja Londhe DIV – C as requirement of
Dr.Babasaheb Ambedkar Marathwada University
Aurangabad, in partial fulfillment of Bachelor of Science
(Computer Science) IInd Year for academic year 2016-
2017.
Examiner
2
ACKNOWLEDGEMENT
Submitted By:
Ms.Rina Mahure
Ms.Pooja Londhe
3
INDEX
1 Introduction 5
5 Objectives of system 10
6 User requirements 11
9 Output Screen 14
10 Coding 19
11 Conclusion 29
12 Bibliography 30
4
INTRODUCTION :-
So that we have tried to make a web project so that all the plannings
for the food, venues, invitation cards, bookings can be done on time.
This project is developed to make the users comfortable to enjoy each
and every function along with their family, friends and relatives. This
project organizes to:
5
Existing System:-
The existing system is manual /machine systems where the users must
have to perform their manually. It will take more time and this whole
procedure is very tedious and takes a lot of time.
6
Operating Environment H/w & S/W :-
SOFTWARE REQUIREMENTS :-
VB.NET
MOZILLA FIREFOX
MICROSOFT ACCESS
MS OFFICE 2010
HARDWARE REQUIREMENT :-
2 GB RAM
32 BYTE
7
Detailed Description Of Technology Used :-
VB.Net Introduction:-
Visual Basic was initially introduced in 1991 as the first programming language
that Directly supported programmable graphical user interfaces using language-
supplied Objects. From that time until 2002, there were five other versions
released, each version having features that increased the power of the language. In
2001, Microsoft released the .NET Visual Basic .NET, or VB.NET, is an upgrade
to the last version of VB (version 6.0) that conforms to the .NET platform. As you
will see in subsequent chapters, the changes in VB.NET allow programmers to
write Web or desk-top applications within the same language. In addition,
VB.NET is fully object-ori-ented as opposed to prior versions that had many, but
not all, of the elements of an object-oriented language. This book is based on
VB.NET. In the balance of the book we will sometimes refer to Visual Basic as
VB, omitting .NET.
Advantage
8
Detailed description of Databases:
9
Objectives Of System :-
10
DRAWBACKS AND LIMITATIONS :
3. High bandwidth is required for as the transaction rate is high and third
party gateway.
11
User Requirement :-
12
Entity Relationship Diagram :
Contact
Booking
payment
t
Admin Manages
Customer
Manages
Silver
Booking Has
packages Slot
Gives
Payment
Amount
C-id
13
Data Flow Diagram :
USER
Login
Registration
Logout
14
Output Screen :
Form 1:
Form 2:
15
Form 3:
Form 4 :
16
Form 5:
Form 6:
Form 7 :
17
Form 8:
Form 9:
18
Form 10:
Form 11:
Coding :
19
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click
home.Show()
End Sub
End Sub
End Class
End Sub
End Class
21
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click
reg.Show()
End Sub
End Sub
22
about.Show()
End Sub
End Sub
23
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click
If (TextBox1.Text = "") Then
MessageBox.Show("Please Enter Your Username")
TextBox1.Focus()
End If
If (TextBox2.Text = "") Then
MessageBox.Show("Please Enter Your Password")
TextBox2.Focus()
End If
If (TextBox1.Text = "Poori" And TextBox2.Text = "POORI") Then
MessageBox.Show("Login Successful")
TextBox1.Text = ""
TextBox2.Text = ""
Hide()
frmhomeform.Show()
Else
MessageBox.Show("Login Failed")
End If
End Sub
24
Imports System.Data.OleDb
Public Class reg
Dim cn As New
OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data
Source=C:\Users\user.feroz\Desktop\WEDDING PROJPOO\Database1.accdb")
Dim cm As New OleDbCommand("")
Private Sub Label6_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs)
End Sub
End Sub
End Sub
25
MessageBox.Show("DATA UPDATED....")
TextBox1.Text = ""
TextBox2.Text = ""
TextBox3.Text = ""
cn.Close()
End Sub
26
Dim cm As New OleDbCommand("")
Dim i As Integer
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button2.Click
Me.Hide()
home.Show()
End Sub
End Sub
27
Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Timer2.Tick
i += 1
If i = 5 Then
Label3.Text = "Rs.2500000"
Label3.ForeColor = Color.Gold
ElseIf i = 10 Then
Label3.Text = ""
i=0
End If
End Sub
End Class
Form 7: Decoration
Imports System.Data.OleDb
Public Class decortn
28
Dim cn As New
OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data
Source=D:\WEDDING PROJPOO\Database1.accdb")
Dim cm As New OleDbCommand
End Sub
29
Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button4.Click
cn.Open()
cm = New OleDbCommand("select * from decoration where Types='" +
ComboBox1.Text + "'", cn)
Dim dr As OleDbDataReader = cm.ExecuteReader
If dr.HasRows Then
While dr.Read
ComboBox2.Text = dr(1)
ComboBox3.Text = dr(2)
ComboBox4.Text = dr(3)
ComboBox5.Text = dr(4)
End While
Else
MessageBox.Show("Data not found....")
End If
cn.Close()
End Sub
End Sub
End Class
Form 8: FoodZone
Imports System.Data.OleDb
Public Class Foodz
30
Dim cn As New
OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data
Source=C:\Users\user.feroz\Desktop\WEDDING PROJPOO\Database1.accdb")
Dim cm As New OleDbCommand()
Private Sub Label1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Label1.Click
End Sub
End Sub
End Sub
31
Private Sub ComboBox2_SelectedIndexChanged(ByVal sender As
System.Object, ByVal e As System.EventArgs) Handles
ComboBox2.SelectedIndexChanged
cn.Open()
cm = New OleDbCommand("select * from food_items where item='" +
ComboBox2.SelectedItem + "'", cn)
While dr.Read
TextBox3.Text = dr(1)
End While
cn.Close()
End Sub
End Class
Form 9: Contact
Imports System.Data.OleDb
32
Public Class contact
Dim cn As New
OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data
Source=C:\Users\user.feroz\Desktop\WEDDING PROJPOO\Database1.accdb")
Dim cm As New OleDbCommand
33
Form 11: Booking Form
Imports System.Data.OleDb
Public Class Booking
Dim cn As New
OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data
Source=D:\WEDDING PROJPOO\Database1.accdb")
Dim cm As New OleDbCommand
Dim i As Integer
Dim S1 As String
Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
Timer1.Start()
End Sub
End Sub
34
cn.Close()
End Sub
35
Imports System.Data.OleDb
Public Class Form1
Dim cn As New
OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data
Source=C:\Users\user.feroz\Desktop\WEDDING PROJPOO\Database1.accdb")
Dim cm As New OleDbCommand("")
36
End If
cn.Close()
End Sub
While dr.Read
TextBox4.Text = dr(1)
End While
cn.Close()
End Sub
End Class
Conclusion :
37
Wedding are not unlike many other project implementation,control and
termination.The project implementation stage identified the budget
restrictions,time lines,objectives,requirements,performance standards,scheduling
and resource issues.Extensive planning is required.The control is an important
aspect to the wedding project.Tracking,monitoring changes and watching for
potential risk helps maintain the project’s balance and guarantee a successful
completion.The termination phase focuses on auditing and the completion of the
project.
Bibliography :
38
BOOKS:
WEB REFERENCES:
http:// www.asp.net
http://www.google.com
http://www.w3school.com
http://www.tutorialpoint.com
http://www.weddingwire.com
http://www.wikipedia.com
39