Sie sind auf Seite 1von 18

St.

Anselms Pink City


Sr. Sec. School

Informatics Practices
Project
On

SPORTS SHOP
MANAGEMENT SYSTEM

Submitted by: Submitted to:


Name: Saiyam Gaur
Class: XII-C P.G.T. ()
Roll No: 14
Board Roll No:

CERTIFICATE
This is to certify that SAIYAM GAUR of class XII-C has
accomplished his project entitled Sports Management
System. This project work is carried out under my
supervision and guidance. His content, creativity,
originality, accuracy and analysis of different perception
are excellent.

Krishna Singh
(P.G.T. I.P)
ACKNOWLEDGEMENT

It would be our outmost pleasure to


express our sincere thanks to our
Computer Science Teacher Krishna
Singh in providing a helping hand in
this project.

Her unflagging patience, creativity and


immense knowledge that she shared
with us have proved highly beneficial to
us and have made our Project possible
and successful.

Saiyam Gaur
TABLE OF CONTENTS

Introduction

Java Details

Priliminary Design

Form Layouts

Database Design

Implementation

Bibliography
Teacher RemarksExisting system
There is no existing system. All the Informations are handled manually in the Registers or
other documents.
Existing systems handle the multiple locations but not at time
information analyze to data.
The duration of particular entries is in particular time or places.
Communication between Member and any club is done by either
via Telephone or face to face.

Need for new system

This website is used to provide the online sports grounds.


This site is use to register the Member for the member ship online.
Member can easily get information about grounds at a home.
Admin can manage all the events and its news through email send to our member.
User can also view the photos of grounds.
No need of any extra manual effort.
Admin can manage the Games Event and Members.
DATA FLOW CHART
Hardware

Processor - 1.0ghz
Ram - 1 GB
Hard Disk - 5GB free Disk

Software

Operating System - Windows 7 or XP


Web Browser - Internet Explorer

Block Diagram
FORM LAYOUTS
DATABASE DESIGN
IMPLEMENTATI
ON
LOGIN

import com.mysql.jdbc.Connection;
import com.mysql.jdbc.Statement;
import java.sql.DriverManager;
import java.sql.ResultSet;

*/
@SuppressWarnings("unchecked")

private void initComponents() {

jPopupMenu1 = new javax.swing.JPopupMenu();


jPopupMenu2 = new javax.swing.JPopupMenu();
jDialog1 = new javax.swing.JDialog();
jLabel3 = new javax.swing.JLabel();
jLabel2 = new javax.swing.JLabel();
idtf = new javax.swing.JTextField();
PassWordTF = new javax.swing.JPasswordField();
jLabel4 = new javax.swing.JLabel();
jLabel1 = new javax.swing.JLabel();
jLabel6 = new javax.swing.JLabel();
LogInB = new javax.swing.JButton();
invalidl = new javax.swing.JLabel();
invalid = new javax.swing.JLabel();
MAIN UI

import java.sql.*;
public class MainMenuUI extends javax.swing.JFrame
@SuppressWarnings("unchecked")

private void initComponents() {

jLabel1 = new javax.swing.JLabel();


jMenuBar1 = new javax.swing.JMenuBar();
jMenu1 = new javax.swing.JMenu();
mnuCustAdd = new javax.swing.JMenuItem();
mnuItemAdd = new javax.swing.JMenuItem();
mnuOrder = new javax.swing.JMenuItem();
jMenu2 = new javax.swing.JMenu();
ListCust = new javax.swing.JMenuItem();
ListItem = new javax.swing.JMenuItem();
ListOrder = new javax.swing.JMenuItem();
jMenu3 = new javax.swing.JMenu();
jMenuItem1 = new javax.swing.JMenuItem();

setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
setTitle("Sports Shop Mangement");

SHOPKEEPER DETAILS *****************************************


import java.sql.*;
import javax.swing.JOptionPane;

@SuppressWarnings("unchecked")
// <editor-fold defaultstate="collapsed" desc="Generated Code">
private void initComponents() {

txtSHPhone = new javax.swing.JTextField();


jLabel6 = new javax.swing.JLabel();
jLabel1 = new javax.swing.JLabel();
txtSHName = new javax.swing.JTextField();
txtSHAddress = new javax.swing.JTextField();
btnBack = new javax.swing.JButton();
btnSave = new javax.swing.JButton();
txtSHCity = new javax.swing.JTextField();
btnClear = new javax.swing.JButton();
jLabel3 = new javax.swing.JLabel();
jLabel4 = new javax.swing.JLabel();
jLabel2 = new javax.swing.JLabel();
txtSHno = new javax.swing.JTextField();
jLabel5 = new javax.swing.JLabel();

***************************************** ITEM
DETAILS*****************************************
import java.sql.*;
import javax.swing.JOptionPane;
@SuppressWarnings("unchecked")
// <editor-fold defaultstate="collapsed" desc="Generated Code">
private void initComponents() {

jLabel3 = new javax.swing.JLabel();


jLabel1 = new javax.swing.JLabel();
txtItemno = new javax.swing.JTextField();
txtItemName = new javax.swing.JTextField();
jLabel13 = new javax.swing.JLabel();
btnClear = new javax.swing.JButton();
txtItemPrice = new javax.swing.JTextField();
btnSave = new javax.swing.JButton();
btnBack = new javax.swing.JButton();
txtItemDesc = new javax.swing.JTextField();
jLabel15 = new javax.swing.JLabel();
jLabel14 = new javax.swing.JLabel();

setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
setTitle("Sports Item Entry Form");

jLabel3.setFont(new java.awt.Font("Tahoma", 1, 12));


jLabel3.setText("Item Id.:");

jLabel1.setFont(new java.awt.Font("Tahoma", 1, 24));


jLabel1.setText("Sports Item Entry Form");

txtItemno.setFont(new java.awt.Font("Tahoma", 1, 12));

txtItemName.setFont(new java.awt.Font("Tahoma", 1, 12));

jLabel13.setFont(new java.awt.Font("Tahoma", 1, 12));


jLabel13.setText("Price:");

btnClear.setFont(new java.awt.Font("Tahoma", 1, 12));


btnClear.setText("Clear");

Future Enhancements

1. Add new game


2. Send sms verification to
users
3. Provide equipped
information to users

BIBILOGRAPHY

Book: INFORMATICS PRACTICES


Writtten by:

1. Sumita Arora 12th IP

2. Oxford 12th IP

Das könnte Ihnen auch gefallen