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

Certificate: Rayat Shikshan Sanstha's Yashwantrao Chavan Institute of Science, Satara

This certificate certifies that Avanti Ashok Yadav has successfully completed a major project titled "Agrofirm Management System" for the Bachelor of Vocational Science degree from the Yashwantrao Chavan Institute of Science, Satara. The project was completed during the 2020-2021 academic year under the guidance of project guide Mr. Satish Doke Sir. The document also lists the software and hardware requirements for the project, including Visual Studio, Microsoft SQL Server, and computers meeting certain specifications. It provides the table specifications for the Customer Info, Seller Info, Worker Info, and Product Info tables that were created for the database in the project.

Uploaded by

Dipali Koli
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views

Certificate: Rayat Shikshan Sanstha's Yashwantrao Chavan Institute of Science, Satara

This certificate certifies that Avanti Ashok Yadav has successfully completed a major project titled "Agrofirm Management System" for the Bachelor of Vocational Science degree from the Yashwantrao Chavan Institute of Science, Satara. The project was completed during the 2020-2021 academic year under the guidance of project guide Mr. Satish Doke Sir. The document also lists the software and hardware requirements for the project, including Visual Studio, Microsoft SQL Server, and computers meeting certain specifications. It provides the table specifications for the Customer Info, Seller Info, Worker Info, and Product Info tables that were created for the database in the project.

Uploaded by

Dipali Koli
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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