STOCK MARKET TIPS

Preview:

Citation preview

A Project Report On Stock Market Tips Developed At

ISHU INFONET PVT LTD (V.V Nagar)

THROUGH Shree P.M Patel Institute Of Post Graduate Studies & Research In science,Anand.

Guide By Submitted By mona patel

Premal Soni Roll no:59 Chirag patel mscIt(2012013)

INDEX 1. Project Definition 2. An Organizational Profile 3. System Overview 4. Tools & Technology 5. System Design (UML & Data Dictionary) 6. Snap Shots(Screen Layouts) 7. Future Scope of system (Enhancement) 8. Conclusion 9.

Bibliography (References of Books, Web sites URL etc.)

10. Questionnaires

Project Definition The fundamental objective of the

Stock market tips is to provide different type s of stock tips , user can get stock market tips at a time.

Clients can have its personal account and get the requested stock tips any time.

Client can select the particular stock category tips.

Client can show the account detail . Client can send comment at each

tips. Admin earn money through the site. Client can payment through PayPal.

COMPANY PROFILE ISHU Infonet

Pvt.Ltd., S-1,2nd Floor Shiv Complex, Mota Bazar,V.V Nagar.

ISHU Infonet Pvt. Ltd. (ISO 9001:2008 Certified Company) is one of the fastest growing IT Services and Education Company of the India with 3 verticals named

IT Training IT Solution and Manpower Solutions.

We the ISHU GROUP was established in 2006, as a group of excellence in Information Technology and allied areas. The ISHU GROUP has been awarded by VISION TV MUMBAI In Year 2011.By more than 12 branches across the Gujarat. Company possesses International affiliations and JAZZ and IQC certification. We focus on unique strategy as per the current demand and trend of market.

OVERVIEW OF SYSTEM PROJECT PROFILE Project Title : Stock market tips Project Type : Web Based

Application Development Framework: .net

Framework 4.0 Programming Language: C#.net Front-End Tool : Asp.Net Back-End Tool : Ms Sql Express

TECHNOLOGY

1 FRONTEND : ASP.NET with C#

2 BACKEND : MS SQL Server 2008

3 PHOTO-EDITOR : Photoshop 7.0

System Design

o There are mainly three types of user in our system. Thus the programming is divided into modules, which provide high efficiency and it becomes easy to code individual modules.

1. Admin Module 2. Client Module 3. Guest User Module

 

USECASE DIAGRAM FOR CLIENT

client

Registration

Login

«uses»

«uses»

select package

duration

upgrade account

pay amount

send mail

login to site

get tips

do comment

«uses»

«uses»

«uses»

«uses»

«uses»

«uses»

«uses»

«uses»

USE CASE DIAGRAM FOR ADMIN

admin

Login

upload categoryvise tips

Add category

login to site

provide tips

edit detail ofclient

delete category

send email

«uses»

«uses»

«uses»

«uses»

«uses»

«uses»

«uses»

«uses»

Activity Diagram for “Login”. (Client and Admin)

Login

Enter username password

Authentication

Login successfully

Invaild

Valid

Activity Diagram For client-side

open registration page

enter personal information

select package

trialregular

upgrade accountenter amount n duration

enter amount n duration

logout

Activity Diagram for admin side

login

view all categoryview tips

select category

upload tips

logout

. Sequence Diagram for “Login”.

 Sequence diagram for “Project Transaction”

{OR}

{OR}

client system admin

request login page

show login page

submit login()

request login page

show login page

submit login()

category vise tips

check inbox

send email

send email

receive comment

upgrade package

pay the amount

send receipt for paid bill

upgrade account

Data Dictionary

TIPS TABLEField no Field name Field description Type Size

1 Tip_id (auto)(pk) Tips id int 10

2 Title Title name Text 50

3 date Name of date date 50

4 Sort description description text 100

5 Long description description text 500

6 image Image Varchar(max) 50

7 Cat_id (fk) Id of category Int 10

Category tableField no Field name Field description Type Size

1 Cat_id (pk)auto Id of category Int 10

2 Name Name Text 50

Comment tableField no Field name Field description Type Size

1 Comm_id (auto) Comment id Int 10

2 Tip_id (fk) Tip id Int 10

3 Reg_id Registered id Int 10

Registration tableField no Field name Field description Type Size

1 Reg_id (auto) Registration id Int 10

2 Pac_id (fk) Package id Int 10

3 Name Name Taxt 50

4 Mobile Mobile number number 10

5 City Name of city Text 50

6 Reg_date Registration date Date 50

7 Trial_date Trial date Date 50

Contact tableField no Field name Field description Type Size

1 Id Name of id Int 10

2 Email_id Email id Int 10

3 Name Name Text 50

4 Subject Name of subject Text 50

5 Comment Comment Text 500

Package tableField no Field name Field description Type Size

1 Pac_id Id of package Int 10

2 Amount Amount Int 10

3 Duration Time period Text 50

Login tableField no Field name Field description Type Size

1 Email_id Id of email Int 10

2 Password Password Text 50

3 Type Regular/trial Text 50

4 Reg_id Registration id Int 10

Account tableField no Field name Field description Type Size

1 Acc_id Accound id Int 10

2 Reg_id (fk) Registration id Int 10

3 Amount Amount Number 50

4 Date Date Date 50

adminloginField no Field name Field description Type Size

1 name name nvarchar 50

2 password password nvarchar 50

Inbox_tableField no Field name Field description Type Size

1 Msg_id Id Int 10

2 Email_id Email Nvarchar 50

3 Subject Name of subject Navarchar 50

4 Message Message Nvarchar Max

5 Date Date Datetime datetime

Recent_postField no Field name Field description Type Size

1 Post_id Id Int 10

2 Post_title Title Varchar 50

3 Post_detail Detail Varchar 50

SCREEN SHOTS

Slider for category

HOME

REGISTRATION:

LOGIN:

USER HOME:

Do Comment

USER INBOX:

VIEW USER INBOX:

EDIT USER INFORMATION:

UPGRADE USER ACCOUNT:

PAYMENT:

PAYPAL:

SUCCSESS PAID:

Now login again

CONTECT PAGE:

ADMIN LOGIN:

Admin login fail:

Add Category

Delete Category

Upload tips

Tips inserted

Send email

View user detail

Full detail

SUMMARY OF PROJECT

At this point of time, when our Project has been completed, it is our pleasure to summarize the project work done during the entire semester for the year 2012 as a part of our final semester training period.

We started our project in January and got the project definition by 4th of February. Before we were allotted the project the time was spent in learning the basics of ASP. Net and also the project flow of the web application. After that we divided our whole project into major milestones and then started to work for it.

Our first phase was Preliminary Investigation in which we collected all the information related to our project with the help of Internet and current application. In this phase, we made our minds clear about what we were going to develop.

Second phase was the Analysis phase, in which we collected all the requirements from our company. We also studied non-functional requirement and domain requirements that were not told by the company. We analyzed the requirements and made UML diagrams for our system.

After that designing phase came into place where we fixed our databases and decided the different modules that would work for our system.

After completing analysis and design, we started coding for application. We used ASP. Net as a development tool and SQL Server 2008 as a database management system.

After completing the Coding phase, we started testing our application. Many defects were found that were fixed through changes in coding or even designing of the interface.

Future Enhancement

Client can upgrade his\her account. Get notification via mail. Client can view latest tips category

vise and post comments.

Conclusion

The emphasis of this chapter was the concepts of stock market tips. this site provides latest stock market tips so, if anyone want to invest money in stock they can get idea from tips.

BIBLIOGRAPHY

BOOKS C# .net – Wrox Publications Software Engineering by Rajib MallWEBSITES www.w3schools.com www.anirudhsethireport.com www.asp.net

THANK YOU