The Poultry Farm Management System (PFMS) is a web-based application designed to help manage the daily operations of a poultry farm. It includes features for inventory management, order processing, and user administration.
- XAMPP, WAMP, or LAMP stack installed
- PHPMyAdmin access
-
Download the zip file
- Download the project zip file from the provided source.
-
Extract the file
- Extract the contents of the zip file to a local directory.
-
Copy the farm folder
- Locate the extracted
farm
folder and copy it.
- Locate the extracted
-
Paste inside the root directory
- For XAMPP, paste the
farm
folder insidexampp/htdocs
. - For WAMP, paste the
farm
folder insidewamp/www
. - For LAMP, paste the
farm
folder insidevar/www/html
.
- For XAMPP, paste the
-
Open PHPMyAdmin
- Open a web browser and go to http://localhost/phpmyadmin.
-
Create a database
- Create a new database named
poultry
.
- Create a new database named
-
Import the SQL file
- In PHPMyAdmin, select the
poultry
database. - Go to the Import tab and import the
poultry.sql
file located in the SQL file folder within the zip package.
- In PHPMyAdmin, select the
-
Run the script
- Open a web browser and navigate to http://localhost/farm.
- Username: admin
- Password: 1234
id
(int, Primary Key)permission
(varchar)createuser
(varchar)deleteuser
(varchar)createbid
(varchar)updatebid
(varchar)
id
(int, Primary Key)date
(date)item
(varchar)quantity
(varchar)itemsoutvalue
(int)
id
(int, Primary Key)date
(date)item
(varchar)quantity
(varchar)rate
(varchar)total
(varchar)quantity_remaining
(varchar)itemvalue
(int)status
(varchar)
ID
(int, Primary Key)Staffid
(int)AdminName
(varchar)UserName
(varchar)FirstName
(varchar)LastName
(varchar)MobileNumber
(bigint)Email
(varchar)Status
(int)Photo
(varchar)Password
(varchar)AdminRegdate
(timestamp)
id
(int, Primary Key)CategoryName
(varchar)CategoryCode
(varchar)PostingDate
(timestamp)
id
(int, Primary Key)regno
(varchar)companyname
(varchar)companyemail
(varchar)country
(varchar)companyphone
(int)companyaddress
(varchar)companylogo
(varchar)status
(varchar)developer
(varchar)creationdate
(timestamp)
id
(int, Primary Key)item
(varchar)description
(varchar)Creationdate
(timestamp)
id
(int, Primary Key)ProductId
(int)Quantity
(int)InvoiceNumber
(int)CustomerName
(varchar)CustomerContactNo
(bigint)PaymentMode
(varchar)InvoiceGenDate
(date)
id
(int, Primary Key)CategoryName
(varchar)ProductName
(varchar)ProductImage
(varchar)ProductPrice
(decimal)PostingDate
(timestamp)UpdationDate
(timestamp)