sports management
May 31, 2016 | Author: VirenSavajiyani | Category: N/A
Short Description
main report...
Description
Sport’s Management
1
Sport’s Management INTRODUCTION We all know computers are said to be revolution for today’s world. Today maximum work is being performed with the help of computer, and with the help of computers we able to perform our task accurately, effciently and with in a less period.Various software is also available in market, which provides case in routine working of reporting unit. we selected “Sports Management” as my project name. This work perform there Application form. 1) Visiting the Sports Manager . 2) Keeping the record of Player . 3) Maintains the Player personal information. 4) Give the details information about various available Player as well as Ground. 5) Summaries the Match. 6) Introduced the New Player In the team.
2
Sport’s Management
3
Sport’s Management
4
Sport’s Management OBJECTIVE OF THE PROJECT
Computer assisted Sports represents a Sports Management concept and set of methods,that use computer technology for management planning, and for guiding or performing Sports inventions. Computer assisted Sports Management is also know as c omputer aided Sports , But these are more or less synonyms with computer assisted Sporst management .
THE VARIOUS DETAILS OBJECTIVE OF THIS PROJECT ARE
1. It keeps the personal information of every Player .
2. Through this Management can generate report and get information of each Player .
3. The data has to be Stored in files manually therefore a lot of space is required for storing the data. But this system helps reduce redundancy.
5
Sport’s Management
4 This system is made with number of resources and contains many modules which not only decrease paper work but will provide user to work in new environment and with new platform.
5 Haphazard keeping of records make task more complex. In manual system, all records are arranged in file which can be misplaced and chances of loss of data. But computerized system keeps data in safe mode and too in a systematic manner.
6 In Security point of view the data are kept unaltered unless authorized by the user. Only the user should have the permission to alter, otherwise data can be kept under an eye and up to date.
7 Easily finding of records with complete information makes the works easy and less time consuming.
8 This project provides complete security of data by using passwords.
6
Sport’s Management
7
Sport’s Management PRELIMINARY SYSTEM ANALYSIS
1) Identification Of Need In this project the identification of the need of a software is necessary and important. In order to prepare the software according to the need of system. The key question is why do we need a website? Today every organization wants to improve their transaction. In the world of computers it becomes important and necessary to convey your things through the means of computers. As there was no such software it was very difficult for the people to go through various books and to collect each and every information. Now through the means of software users will get all the desirable information.
2) Preliminary Investigation Preliminary investigation involves initial investigation made prior to the project . Accordingly the first is always the identification of need , which has been already stated. Also it has been determined that the objective of the project is valid and necessary. The basic input of any activity is the data of which required information is to be executed . In order to extend the right
information and right type of data is the basic requirement of any data collection or information activity . I collect all the data and information from the book and magazine and Internet Explorer . I have analyzed all the problems faced by the people . I am making this project by keeping all the details . It provides the desirable information to the people.
8
Sport’s Management 3) Operational Feasibility While making any project it is necessary to study the operational features . It provides user-friendly features so that any new user can handle it easily . besides the platform used is user friendly that any user can understand its operations . The easy accessing and userfriendly techniques make this project operationally feasible.
4) Need for system new system The success of a system depends largely on how accurately a problem is defined thoroughly investigated, and properly carried out thorough the choice of solution. User need identification and analysis ate concerned with what the user needs rather than what he/she wants. Not until the problem has been identified, defined and evaluated should the analyst think about solution and whether the problem is worth solving. This step is intended to help the user the analyst understands the case rather than being busy retrieving data from registers. The user or analyst may identify the need for a candidate system or for enhancement in the existing system. Similarly, an analyst who is familiar with the operation may point out a bottleneck and suggest improvements. Often problem come into focus after a joint meeting between the use and analyst. In either case, the user initiates an investigation by filling out a request from information. The request providing for statements of objective and expected benefits.
9
Sport’s Management
10
Sport’s Management PROJECT CATEGORIES
This project will require a RDBMS (Relational Database Management System) i.e. “MICROSOFT OFFICE EDITION 2003/2007” as a back-end. As in today’s information technology age, there is a need to manage information effectively. A computer satify the demand of the markets bounds with numerous database managing hands which will chain to be effective and offers various add on facilities. MS-Access is one such package that has increasingly that has gained accepted as DBMS. Starting the small database features one can create a complex data handling application . Access is used to store and manipulate the large amount of data and automate respective task. Such as maintaing an inventory control and generating invoices. You can also process your data and create meaningful reports, For the requirement of our project it is very supportive and successive.
11
Sport’s Management
12
Sport’s Management Hardware Specification:
Processor
:
Pentium I/II/III/IV……
RAM
:
128 MB
HDD
:
10 GB
CD ROM
:
LG
Keyboard
:
LOGITECH
Mouse
:
LOGITECH
Monitor
:
ACER
O/S
:
XP/Window7/Vista.
13
Sport’s Management
14
Sport’s Management
DATA FLOW DIAGRAM Maneger
Match Summery
Store Data Player or Match
Sports Shop Database
15
Report
Sport’s Management NUMBERS OF MODULES AND PROCESS LOGIC
Modules
Login Form Master Trisection
16
Sport’s Management Process logic
Login Form
START
ENTER THE USERNAME
ENTER THE PASSWORD
F PLEASE TRY AGAIN
IF USERNAME=TRUE AND PASSWORD=TRUE
T
LOGIN SUCCEED
END
17
Sport’s Management Masters
User
Masters
New/Add
Save
Search
Delete
DATA BASE
18
Close
Back
Sport’s Management Transaction
User
Player Profile
New/Add
Save
Search
Delete
DATA BASE
19
Close
Back
Sport’s Management DATA STRUCTURE AND TABLES
Player Profile
Player Record
20
Sport’s Management Ground Info
Match Detail
21
Sport’s Management Player Salary
Team Expenses
22
Sport’s Management SYSTEM FLOW CHART {S.F.C.}
KEYBOARD
1. Match Detail
MASTER 1. 2. 3. 4.
Player Profile Player Record Player Salary Ground Info
PROCESS
DATABASE
REPORT
23
EXIT
Sport’s Management ENTITY RELATIONSHIP DIAGRAM
Name Airline Code Date of join
Role Airline Name
Date of birth
Run
Player Profile Match
Wicket
Player Record Gr-Name
Croud
Ground Info
Expenses Name
Mode of payment
Match
outfiled
Chaque nUm
Team Expenses start time Agensi team End time
A
Match Details
24
Result
Sport’s Management MOde of Chaque papayeme
A
noi
Player Name
Player Salary
GO TO Spare Parts
Sporst Management Database
25
remark
Sport’s Management
SOURCE CODING
Welcome Form Private Sub Image1_Click() Me.Hide Form15.Show End Sub
26
Sport’s Management Player Profile
Private Sub Command1_Click() Adodc1.Recordset.AddNew Text1.Text = "" Text2.Text = "" Text3.Text = "" Text4.Text = "" Text5.Text = "" End Sub
Private Sub Command10_Click() Form12.Show Me.Hide End Sub
Private Sub Command2_Click() Adodc1.Recordset.Update MsgBox ("saved") End Sub
27
Sport’s Management Private Sub Command3_Click() Adodc1.Recordset.Update MsgBox ("changed") End Sub
Private Sub Command4_Click() Dim intresponse As Integer intresponse = MsgBox("Are u sure delete data?", vbYesNo + vbQuestion, "Delete") If intresponse = vbYes Then MsgBox "you have clicked on yes" Adodc1.Recordset.Delete Adodc1.Recordset.MoveFirst Else MsgBox "you have clicked on no" End If End Sub
28
Sport’s Management Palyer Record Private Sub Command1_Click() Adodc1.Recordset.AddNew Text1.Text = "" Text2.Text = "" Text3.Text = "" Text5.Text = "" Text6.Text = "" End Sub
Private Sub Command2_Click() Adodc1.Recordset.Update MsgBox ("saved") End Sub
Private Sub Command3_Click() Dim intresponse As Integer intresponse = MsgBox("Are u sure delete data?", vbYesNo + vbQuestion, "Delete") If intresponse = vbYes Then MsgBox "you have clicked on yes" Adodc1.Recordset.Delete
29
Sport’s Management Adodc1.Recordset.MoveFirst Else MsgBox "you have clicked on no" End If End Sub
Private Sub Command4_Click() Adodc1.Recordset.Update MsgBox ("changed") End Sub
30
Sport’s Management Team Expenses From
Private Sub Command1_Click() Adodc1.Recordset.AddNew Text1.Text = "" Text2.Text = "" Text3.Text = "" Text4.Text = "" Text5.Text = "" End Sub
Private Sub Command2_Click() Adodc1.Recordset.Update MsgBox ("saved") End Sub
Private Sub Command3_Click() Dim intresponse As Integer intresponse = MsgBox("Are u sure delete data?", vbYesNo + vbQuestion, "Delete") If intresponse = vbYes Then MsgBox "you have clicked on yes"
31
Sport’s Management Adodc1.Recordset.Delete Adodc1.Recordset.MoveFirst Else MsgBox "you have clicked on no" End If End Sub
Private Sub Command4_Click() Adodc1.Recordset.Update MsgBox ("changed") End Sub
32
Sport’s Management Player Record From
Private Sub cmdNEW_Click() Adodc1.Recordset.AddNew Text1.Text = "" Text2.Text = "" Text3.Text = "" Text4.Text = "" Text5.Text = "" Text6.Text = "" Text7.Text = "" End Sub
Private Sub Command2_Click() Adodc1.Recordset.Update MsgBox ("saved") End Sub
33
Sport’s Management Private Sub Command3_Click() Dim intresponse As Integer intresponse = MsgBox("Are u sure delete data?", vbYesNo + vbQuestion, "Delete") If intresponse = vbYes Then MsgBox "you have clicked on yes" Adodc1.Recordset.Delete Adodc1.Recordset.MoveFirst Else MsgBox "you have clicked on no" End If End Sub
Private Sub Command4_Click() Adodc1.Recordset.Update MsgBox ("changed") End Sub
34
Sport’s Management Ground Information From
Private Sub Command1_Click() Adodc1.Recordset.AddNew Text1.Text = "" Text2.Text = "" Text3.Text = "" Text4.Text = "" Text5.Text = "" Text6.Text = "" Text7.Text = "" End Sub
Private Sub Command2_Click() Adodc1.Recordset.Update MsgBox ("saved") End Sub
Private Sub Command3_Click() Dim intresponse As Integer intresponse = MsgBox("Are u sure delete data?", vbYesNo + vbQuestion, "Delete")
35
Sport’s Management If intresponse = vbYes Then MsgBox "you have clicked on yes" Adodc1.Recordset.Delete Adodc1.Recordset.MoveFirst Else MsgBox "you have clicked on no" End If End Sub
Private Sub Command4_Click() Adodc1.Recordset.Update MsgBox ("changed") End Sub
36
Sport’s Management
37
Sport’s Management
38
Sport’s Management
VALIDATION CHECK
Validation is used to check whether the information entered y the user is correct or no. Validation is very useful because with the use of validation we can stop the user from entering invalid data. If any user makes wrong entry, we let him know that the entered value or data is incorrect worth the massage box. I have made my project in visual basic, which is very powerful in validation checks. In this project. I have checked some validation such as whether the entered value is numeric or character. Whether the value of may text box is greater or less than the value of other text box.
39
Sport’s Management
40
Sport’s Management
IMPEMENTATION
The system implementation involves the conversion of the design into the actual working system. The system implementation stands for conversion and conversions are of three types. :-
1. Conversion of manual system into computerized system. 2. Conversion of existing computerized system into modified version of hardware. 3. Keeping the hardware interact and implementation the new technique.
In this project the type of implementation used is conversion of manual system into computerized system. This project is going to implement the manual system into computerized system. Which is very easy to handle and saves time, which is very valuable in today’s world . 41
Sport’s Management
42
Sport’s Management
SYSTEM SECURITY MEASURE TAKEN System security measure consists of three heads. 1. Password Utility 2. Database Security 3. Backup Facility
Password Utility For opening any project there should be login from, which consist user name and password. When user enter right password then only he can login further , otherwise not, in case of entering wrong password by user, give the user two or three more chances to enter right password.
Database Security Database has the high level security. If the database or backend is oracle, then the oracle has its own security i.e. it has user name and password before entering into the oracle. But in case of access it has operating system level security. It means that the database is secure through the operating system.
Backup Facility Every database has the backup facility that means if same data is corrupted, then you can take the quick backup from the database to retrieve the correct data. Thus there are a less changes of loosing data. 43
Sport’s Management
44
Sport’s Management
FUTURE SCOPE OF THE PROJECT
Though the project made by considering the user need. There are some limitations of the project, which can be modified in the future some of the future modification & scope the scope of the project in future are given as under.
1) In future this program can be modified to incorporate the Interne feature in it by doing this we can access customer membership information. 2) With other network based software will give good result. 3) The connectivity with the database will allow your record, data & information about the customer. 4) It is very flexible with the changing trends in the world.
45
Sport’s Management
46
Sport’s Management
BIBLIOGRAPHY
The completion of the project student brochure, we have taken references from variety of books related to Visual Basic which helped us a lot for successful completion of this project. The books referred are as follows.
1) Visual Basic in 21 days. - SAMS series 2) MS-access 97 - SAMS series
3) Visual Basic 6.0 the complete Guide. - By IGI Press
4) Visual Basic 6.0 Programming Black Book. - By Steven Holzner
5) Visual Basic Handbook SSI. 47
Sport’s Management
48
Sport’s Management
49
Sport’s Management
50
Sport’s Management
51
Sport’s Management
52
View more...
Comments