stock market tips

56
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)

Upload: mona-patel

Post on 11-Apr-2017

35 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: STOCK MARKET TIPS

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)

Page 2: STOCK MARKET TIPS

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

Page 3: STOCK MARKET TIPS

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.

Page 4: STOCK MARKET 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.

Page 5: STOCK MARKET TIPS

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.

Page 6: STOCK MARKET TIPS

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

Page 7: STOCK MARKET TIPS

TECHNOLOGY

1 FRONTEND : ASP.NET with C#

2 BACKEND : MS SQL Server 2008

3 PHOTO-EDITOR : Photoshop 7.0

Page 8: STOCK MARKET TIPS

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

 

Page 9: STOCK MARKET TIPS

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»

Page 10: STOCK MARKET TIPS

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»

Page 11: STOCK MARKET TIPS

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

Login

Enter username password

Authentication

Login successfully

Invaild

Valid

Page 12: STOCK MARKET TIPS

Activity Diagram For client-side

open registration page

enter personal information

select package

trialregular

upgrade accountenter amount n duration

enter amount n duration

logout

Page 13: STOCK MARKET TIPS

Activity Diagram for admin side

login

view all categoryview tips

select category

upload tips

logout

Page 14: STOCK MARKET TIPS

. Sequence Diagram for “Login”.

Page 15: STOCK MARKET TIPS

 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

Page 16: STOCK MARKET TIPS

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

Page 17: STOCK MARKET TIPS

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

Page 18: STOCK MARKET TIPS

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

Page 19: STOCK MARKET TIPS

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

Page 20: STOCK MARKET TIPS

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

Page 21: STOCK MARKET TIPS

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

Page 22: STOCK MARKET TIPS

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

Page 23: STOCK MARKET TIPS

SCREEN SHOTS

Page 24: STOCK MARKET TIPS

Slider for category

Page 25: STOCK MARKET TIPS

HOME

Page 26: STOCK MARKET TIPS

REGISTRATION:

Page 27: STOCK MARKET TIPS

LOGIN:

Page 28: STOCK MARKET TIPS

USER HOME:

Page 29: STOCK MARKET TIPS

Do Comment

Page 30: STOCK MARKET TIPS

USER INBOX:

Page 31: STOCK MARKET TIPS

VIEW USER INBOX:

Page 32: STOCK MARKET TIPS

EDIT USER INFORMATION:

Page 33: STOCK MARKET TIPS

UPGRADE USER ACCOUNT:

Page 34: STOCK MARKET TIPS

PAYMENT:

Page 35: STOCK MARKET TIPS

PAYPAL:

Page 36: STOCK MARKET TIPS

SUCCSESS PAID:

Page 37: STOCK MARKET TIPS

Now login again

Page 38: STOCK MARKET TIPS

CONTECT PAGE:

Page 39: STOCK MARKET TIPS

ADMIN LOGIN:

Page 40: STOCK MARKET TIPS

Admin login fail:

Page 41: STOCK MARKET TIPS

Add Category

Page 42: STOCK MARKET TIPS

Delete Category

Page 43: STOCK MARKET TIPS
Page 44: STOCK MARKET TIPS

Upload tips

Page 45: STOCK MARKET TIPS

Tips inserted

Page 46: STOCK MARKET TIPS

Send email

Page 47: STOCK MARKET TIPS

View user detail

Page 48: STOCK MARKET TIPS

Full detail

Page 49: STOCK MARKET TIPS

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.

Page 50: STOCK MARKET TIPS

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.

Page 51: STOCK MARKET TIPS

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.

Page 52: STOCK MARKET TIPS

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.

Page 53: STOCK MARKET TIPS

Future Enhancement

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

vise and post comments.

Page 54: STOCK MARKET TIPS

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.

Page 55: STOCK MARKET TIPS

BIBLIOGRAPHY

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

Page 56: STOCK MARKET TIPS

THANK YOU