0% found this document useful (0 votes)
19 views

Database Structure Tekt

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)
19 views

Database Structure Tekt

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/ 2

Customers

1. Customers
2. Customers_shop_name
3. Owner_name
4. Shop_address
5. Location
6. pincode
7. City
8. State
9. country
6. Map_coordinate
7. phone_number
8. alt_phone
9. username
10. email address
11. password
12. active
13. sess_id
14. date_added

Category
1. category_id
2. category_name
3. category_added
4. active

Products:
1. product_id
2. product_name
3. product_description
4. product_image
5. product_added
6. product_category
7. active

Users
1. uid
2. username
3. full name
4. email
5. password
6. phone_number
7. level
8. active
9. sess_id
10. date

Userlevel
1. id
2. User category name.
3. Level

Log
1. log_id
2. log_item - shops, category,products, user
3. uid
4. item_id
5. type - new, update, delete
6. details
7. log created date & time

Inventory
1. inventory_id
2. product_id
3. category_id
4. total items
5. per item cost price
6. per item sell price
7. GST

Orderdetails
1. order_id
2. invoice_id
3. product_id
4. category_id
5. quantity
6. quantity_price
7. gst_price
8. invoice_amount
9. customer_id
10. payment method
11. payment status
12. order date

You might also like