You are on page 1of 3

Yashwantrao Chavan Institute of Science, Satara

Department of B.Voc

Rayat Shikshan Sanstha's


Yashwantrao Chavan Institute of science, Satara.

Certificate

This is to certified that ........... Avanti Ashok Yadav.............................of Bachelor


in Vocational Science have successfully completed the Major project work titled
"Agrofirm Management System " during the academic year 2020-2021. this
project report submitted as partial fulfillment of the requirement of degree in
Bvoc Software Development in Yashwantrao Chavan Institute Of science ,Satara.

(Mr.B.T.Jadhav) (Mr.Wagh) (Mr. Satish Doke Sir)


Principal Head of Department Project Guide

Software & Hardware Requirements

Software Requirements

1) Visual Studio
2) Microsoft SQL Server
3) Operating System Windows 10

Hardware Requirements
1) PC with Intel(R) Core(TM) or x64-based processor
2) 8GB RAM or Above
3) 1TB Hard Disc

Table Specification:

Customer Info:

Column Name Data Type Specification


Cus_id Int Primery key
Cus_name Char Not null
Cus_mobile Int Not null
Cus_email Varchar Not null
Cus_add Varchar Not null

Seller Info:

Column Name Data Type Specification


Sell_id Int Primery key
Sell_name Char Not null
Sell _mobile Int Not null
Sell _email Varchar Not null
Sell _add Varchar Not null

Worker Info:

Column Name Data Type Specification


Wor_id Int Primery key

Wor _name Char Not null

Wor _mobile Int Not null

Wor _email Varchar Not null

Wor _add Varchar Not null

Product Info:

Column Name Data Type Specification


Pro_id Int Primery key

Pro _name Char Not null

Pro _category Varchar Not null

Pro _quantity Int Not null

Pro _cos Int Not null

You might also like