Paradise Waters2

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 9

Home Page

Login Page
Admin Home Page

Admin Menu
Product Page

Add Product Page


Change Password

Order Details Page


Database Paradise water
Table structure for table attendance
Column Type Null Default

att_id int(50) No

emp_id int(50) No

att_date varchar(50) No

status varchar(50) No

Table structure for table billings


Column Type Null Default

bill_id int(20) No

bill_date varchar(100) No

o_id int(100) No

amount int(100) No

tax int(100) No

total_amount int(100) No

Table structure for table distributor


Column Type Null Default

dis_id int(100) No

dis_name varchar(100) No

address varchar(200) No

email varchar(100) No

contact varchar(100) No

route varchar(100) No

city varchar(100) No

username varchar(100) No
Table structure for table employee
Column Type Null Default

emp_id int(50) No

emp_name varchar(50) No

emp_contact varchar(50) No

emp_add varchar(100) No

joining_date varchar(100) No

Table structure for table login


Column Type Null Default

username varchar(100) No

password varchar(50) No

usertype varchar(100) No

hintq varchar(100) No

hinta varchar(100) No

Table structure for table orders


Column Type Null Default

o_id int(100) No

o_date varchar(100) No

dis_id int(100) No

Table structure for table order_det


Column Type Null Default

det_id int(100) No

o_id int(100) No

p_id int(100) No
qty int(100) No

amt int(100) No

total int(100) No

Table structure for table payment


Column Type Null Default

p_id int(100) No

p_date varchar(100) No

bill_id int(100) No

total_amt int(100) No

paid_amt int(100) No

bal_amt varchar(100) No

Table structure for table product


Column Type Null Default

p_id int(100) No

p_name varchar(100) No

cat_type varchar(100) No

p_qty varchar(100) No

price int(100) No

p_desc varchar(100) No

Table structure for table raw_m


Column Type Null Default

raw_m_id int(100) No

raw_name varchar(100) No

raw_detail varchar(100) No

used_for varchar(100) No
stock int(100) No

updated_date varchar(100) No

Table structure for table raw_p


Column Type Null Default

raw_p_id int(100) No

p_date varchar(100) No

raw_m_id int(100) No

qty int(100) No

price_qty int(100) No

amount int(100) No

Table structure for table salary


Column Type Null Default

sal_id int(100) No

sal_date varchar(100) No

emp_id int(100) No

month varchar(100) No

present_days int(100) No

daily_wages int(100) No

gross varchar(100) No

advance varchar(100) No

extra_wages varchar(100) No

amount int(100) No

Table structure for table stock


Column Type Null Default

s_id int(100) No

dis_id int(100) No
p_id int(100) No

qty int(100) No

last_updated_date int(100) No

You might also like