0% found this document useful (0 votes)
2 views1 page

Steps For Project

The document outlines a series of tasks for developing a database application, including creating a database, tables, stored procedures, and a Windows Forms application with MDI and SDI forms. It specifies functionalities such as user login, product and model management, and a shopping cart feature, along with the creation of various reports. The document also details the structure of tables for models, users, and cart management, emphasizing the need for user interface elements and event handling in the application.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Steps For Project

The document outlines a series of tasks for developing a database application, including creating a database, tables, stored procedures, and a Windows Forms application with MDI and SDI forms. It specifies functionalities such as user login, product and model management, and a shopping cart feature, along with the creation of various reports. The document also details the structure of tables for models, users, and cart management, emphasizing the need for user interface elements and event handling in the application.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

1.

create a database --done


2. create tables -- done
3. create stored procdures
4. create a new windows forms application -- done
5. create a mdi form in that project (is mdicontainer= true,windows state =
maximed), Add a menu control & toolbar
6. Product --> addprod,edit prod,del prod,view prod
7. Model --> add/edit/del/view/ ---- Reports, Exit
8. create sdi forms for all this (10+ pages)

9. create a new class file (create appropriate procedures )


10.call the appropriate procedures from sdi forms events

11. create Model Table(Mid(pk),mname,pid(fk) ,pname,specfication,uprice,soh)


12 create user table
13. create a login page ==> utype is admin redirct to adminmdi utype ==>user
redirect to usermdi
14. create a mdi form for user(view products,view models) display all details about
the model.
15. chose the product from a combo then based on that value 2nd combo(model id)
will load

user will enter the qty based on the uprice total will calculate and display.
add a button to add the model to cart. sucessful message will display.

create a table cart


all columns from model + billno + billdate,total amount
---------------
1. create db,tables+ sp(product + model+ cart + users)
2.login
3.admin mdi
4.user mdi
5.sdi for both mdi

Reports:
1.Daily Sales report
2.Monthly/weekly/Yearly Rpt
3.Modelwise Rpt
4.Productwise Rpt

You might also like