SlideShare a Scribd company logo
1 of 21
Download to read offline
Arid Zone Journal of Engineering, Technology and Environment, December, 2017; Vol. 13(6):743-763
Copyright © Faculty of Engineering, University of Maiduguri, Maiduguri, Nigeria.
Print ISSN: 1596-2490, Electronic ISSN: 2545-5818, www.azojete.com.ng
743
DEVELOPMENT OF FARM RECORDS SOFTWARE
M.S. Abubakar and A.B. Ahmad
Department of Agricultural and Environmental Engineering, Bayero University, Kano-Nigeria
msabubakar.age@buk.edu.ng, +2348033361227
Abstract
Farm records are mostly manually kept on paper notebooks and folders where similar records are
organized in one folder or spread sheet. These records are usually kept for many years therefore they
becomes bulky and less organized. Consequently, it becomes difficult to search, update and tedious and
time consuming to manage these records. This study was carried-out to overcome these problems
associated with manual farm records keeping by developing user-friendly, easily accessible, reliable and
secured software. The software was limited records keeping in crop production, livestock production,
poultry production, employees, income and expenditure. The system was implemented using Java Server
Faces (JSF) for designing Graphical User Interface (GUI), Enterprises Java Beans (EJB) for logic tier and
MySQL database for storing farm records.
Keywords: farm record, software, farm management decision, development
1. Introduction
To make an accurate and efficient farm management decision, it requires extensive information
concerning past records on cost, returns, input use and production. The present financial and
physical condition, and future costs, returns and production are also important. This information
can all be acquired from farm records (Delton and Robert, 2004). Pena et al., (2002), stated that
many farm managers have found keeping and analysing farm records a challenge. In Canada,
various farm record-keeping software were developed and evaluated, among which Microsoft
Excel and Quicken are popularly used by farm managers. Microsoft Excel used spread sheet to
compute and manage farm records, although, it is not purposely developed for farm records
keeping. Quicken on the other hand, was developed purposely for farm records keeping, it has
good features that makes farm record efficient, but it solely depends on the software installation
before it could be used (Klaus, 2006). Therefore, the ideal way to ensure easy access and
management of farm records is to develop a user-friendly, zero-install-client, and well secured
software, which is incorporated with relational database system. According to preliminary
investigations, most farm records in Nigerian are kept using paper notebooks and folders. Similar
records are organized in one folder, for instance, sales receipts are organized in one folder and
expenses receipts are organized in another. Meanwhile, the problems of this system of keeping
farm records are as follows: paper work is tedious and consumed much time; farm record is
difficult to update and maintain; it is difficult to search for a record within bunch of papers and
folders; records cannot be access from anywhere around the world; records can be loss due to
fire accident. In light of the aforementioned problems, the aim of this work is to present a
detailed development of farm records software which is a user-friendly, zero-install-client and
well secured. Therefore, it needs a web browser and an internet connection. The limitation of the
study is that the software will require high speed internet connection and will support only
Mozilla Fire-fox, Internet Explorer and Google chrome web browsers for optimum performance
and best display.
Arid Zone Journal of Engineering, Technology and Environment, December, 2017; Vol. 13(6):743-763.
ISSN 1596-2490; e-ISSN 2545-5818; www.azojete.com.ng
744
2. Material and Methods
The methods used were in conformity with the standard stages of waterfall software
development method, which According to Forrest and Roseanne (2010) includes the following:
i. System requirements specification and analysis
ii. Design
iii. Implementation
iv. Testing and debugging
Figure 1: Water fall method diagram (Forrest and Roseanne, 2010)
2.1 System Requirements Specification
The software was developed to satisfy the following requirements.
2.1.1 User Requirements
The user requirements specify the requirements of the user expects from the software to be
developed.
1. Zero-install client. ie. requires a minimum of web browser and an internet connection.
2. Grant access to authorized users and deny access to unauthorized users.
3. Easy to learn and user-friendly interface.
4. It is fast.
2.1.2 Functional Requirements
A functional requirement defines the functions of a system or its components. A function is
described as a set of inputs, behaviour and outputs. Functional requirements may be calculations,
technical details, data manipulation and processing as well as other specific functionality that
define what a system supposed to accomplish (Pena et al., 2002).
1. Authenticate user using username and password.
2. Capture data relating to farm records.
3. Ensures a valid data input.
4. Provide for add, delete, update and retrieve functions.
5. Produces reports based on queries obtain from database.
System Requirements Specification & Analysis
Design
Implementation
Testing & Debugging
Abubakar and Ahmad; Development of Farm Records Software. AZOJETE, 13(6):743-763. ISSN 1596-
2490; e-ISSN 2545-5818, www.azojete.com.ng
745
2.1.3 Non Functional Requirements
Non-functional requirements are requirements that specify criteria that can be used to judge the
operation of a system, rather than specific behaviours. In contrast, functional requirements define
what a system supposed to do and non-functional requirements define how a system supposed to
be.
1. Software shall provide login screen for authentication against username and password.
2. Software shall provide forms for data capture.
3. Software shall validate form data before submission.
4. Software shall produce queries results in tabular form.
2.1.4 Hardware Requirements
The software needs certain hardware components or other software resources to be used
efficiently. Forrest and Roseanne (2010) stated the followings minimum web-based hardware
and software requirements:
1. Random Access Memory (RAM) of 256MB
2. Keyboard
3. Hard disk
4. Coloured screen monitor with minimum processing speed of 1000MHz
5. A printer preferably lesser jet 6P,
6. Network card and mouse.
2.2 System Analysis
The software is divided into different modules as shown in the figure 2 below:
Figure 2: Software modules (Forrest and Roseanne, 2010)
Equipment
Maintenance
Record
Crop Production Income
Expenditure
Software Modules
Authentication and
Authorization Module
Inventory Records
Module
Production Records
Module
Income and Expenditure
Module
Assets Records Liabilities Records
Livestock
Production
Poultry
Production
Arid Zone Journal of Engineering, Technology and Environment, December, 2017; Vol. 13(6):743-763.
ISSN 1596-2490; e-ISSN 2545-5818; www.azojete.com.ng
746
2.3 System Design
In designing the system, the architectural design was used to represents the three levels at which
data are described, namely: external level, conceptual level and internal level (Figure 3).
Architectural Design
http JNDI
JDBC
Figure 3: Architectural design (Forrest and Roseanne, 2010)
2.4 Technologies Used
The programming language used in developing the Farm Records Software is Java programming
language (David and Cay 2010).
i. Java Persistent API (JPA): This was introduced into the platform to bridge the gap between
object-oriented domain models and relational database, because Java is object-oriented
(understands objects only) and database is relational (understands tables and rows only).
One of its strengths is that it can be slotted into which ever layer, tier, or framework an
application needs it to be in. Therefore, it works effectively with Java Server Faces (JSF) to
collect form data and save it to the database.
ii. Java Server Faces (JSF): This is a component-based framework. By using components, one
can think about user interface at a higher level than raw Hypertext Mark-up Language
(HTML). I can reuse my own components and use third-party component sets too. JSF
contains all the necessary code for event handling and component organization; therefore,
one can ignore the details and work on the application logic. However, in this research,
PrimeFacesis used as a component suite for JSF which contains rich set of components,
built-in ajax API, lightweight mobile UI kit and ajax push support. Also In this research JSF
serves as a presentation tier, where forms and other components are rendered on the client
browser.
iii. Enterprises Java Beans (EJB): EJB is a server-side component architecture that simplifies
the process of building enterprise-class distributed component applications in Java. By using
EJB in this research, one can write scalable, reliable, and secure application without writing
my own complex distributed component framework. EJB sits between JPA and JSF and
serves as a logic tier to perform authentication (checking for username and password
match), multi-threading (processing multiple client requests simultaneously), caching
(keeping data around in the server memory to avoid costly network round trips and database
Client
(browser)
Presentation Tier (JavaServer
Faces)
Logic Tier (EJB, Entity class)
Database
(MySQL)
Abubakar and Ahmad; Development of Farm Records Software. AZOJETE, 13(6):743-763. ISSN 1596-
2490; e-ISSN 2545-5818, www.azojete.com.ng
747
hits), transactions (to avoid database crash when clients access the same row of the database
simultaneously, and rollback atomic transaction when failed).
2.5 Tools/Utilities Used
The followings are the tools/utilities used in this study as reported by Mohammed (1999):
i. MySQL Server: This is the database for storing all farm records. MySQL was used because
it is fast, easy to learn, open source, integrate well with java and can handle large volume of
data.
ii. Glassfish Server: This is the server in which the software was deployed. Glassfish server
was used because it is compatible with java web framework applications, fast, open source
and has a lot of capabilities/features such as monitoring data, mail session and messaging
services which allows the extend or improvement of the software when the need arise
without redeploying the software to another server.
iii. Netbeans IDE 7.3: This is an integrated development environment which makes
programming easier by using auto-code completion, source code organization and
management, and also integrates well with other third party software such as MySQL
database, subversion, glassfish server etc.
3. Results and Debugging
The software was run and validated with test data to ensure it produced the desired output. This
was done in order to identify and debug any bug that may arise.
Table 1: Login Use-Case
Scenario Login
Given I have entered username
And I have entered password
When I press login button
Then I should see my home page
Figure 4: Login Page
Arid Zone Journal of Engineering, Technology and Environment, December, 2017; Vol. 13(6):743-763.
ISSN 1596-2490; e-ISSN 2545-5818; www.azojete.com.ng
748
Figure 5: User Home Page
Table 2 -Add Asset Record Use-Case
Scenario Add Asset Record
When I press Inventory menu
Then I should see Assets sub-menu
And I press Assets sub-menu
Then I should see New
And I press New
Then I should see New Asset form
Given I have entered item name
And I have entered description
And I have entered value
And I have entered type
And I have entered category
When I press save
Then I should see Asset was successful created
Abubakar and Ahmad; Development of Farm Records Software. AZOJETE, 13(6):743-763. ISSN 1596-
2490; e-ISSN 2545-5818, www.azojete.com.ng
749
Figure 6: New Asset Record Page
Table 3 - Search Assets Records Use-Case
Scenario Search Assets Records
When I press Inventory menu
Then I should see Assets sub-menu
And I press Assets sub-menu
Then I should see Search
And I press Search
Then I should see all farm assets
Figure 7: Search Asset Records Page
Arid Zone Journal of Engineering, Technology and Environment, December, 2017; Vol. 13(6):743-763.
ISSN 1596-2490; e-ISSN 2545-5818; www.azojete.com.ng
750
Table 4 - Add Liability Record Use-Case
Scenario Add Liability Record
When I press Inventory menu
Then I should see Liabilities sub-menu
And I press Liabilities sub-menu
Then I should see New
And I press New
Then I should see New Liability form
Given I have entered item name
And I have entered description
And I have entered value
And I have entered type
And I have entered category
When I press save
Then I should see Liability was successfully created
Figure 8: New Liability Record Page
Table 5 - Search Liabilities Records Use-Case
Scenario Search Liabilities Records
When I press Inventory menu
Then I should see Liabilities sub-menu
And I press Liabilities sub-menu
Then I should see Search
And I press Search
Then I should see all farm liabilities.
Abubakar and Ahmad; Development of Farm Records Software. AZOJETE, 13(6):743-763. ISSN 1596-
2490; e-ISSN 2545-5818, www.azojete.com.ng
751
Figure 9 - Search Liabilities Records Page
Table 6 - Balance Sheet Use-Case
Scenario Balance Sheet
When I press Inventory menu
Then I should see Balance Sheet
When I press Balance Sheet
Then I should see farm balance sheet
Figure 10: Balance Sheet
Arid Zone Journal of Engineering, Technology and Environment, December, 2017; Vol. 13(6):743-763.
ISSN 1596-2490; e-ISSN 2545-5818; www.azojete.com.ng
752
Table 7 - Add Field Use-Case
Scenario Add Field
When I press Crop Production menu
Then I should see Field sub-menu
When I press New
Then I should see New Field form
Given I entered Field Name
And I entered Field Area
When I pressed Save
Then I should see Field created successfully
When I pressed field sub-menu
Then I should see Field Activities sub-menu
When I pressed New
Then I should see New Field Activity form
When I select the field
And I select the activity
And I select the activity supervisor
And I select the date of activity
When I pressed Save
Then I should see field activity saved successfully
When I pressed Field sub-menu
And I pressed Field Input sub-menu
Figure 11: New Field Record Page
Abubakar and Ahmad; Development of Farm Records Software. AZOJETE, 13(6):743-763. ISSN 1596-
2490; e-ISSN 2545-5818, www.azojete.com.ng
753
Table 8: New Field Activity Use-Case
Scenario New Field Activity
When I pressed field sub-menu
Then I should see Field Activities sub-menu
When I pressed New
Then I should see New Field Activity form
When I select the field
And I select the activity
And I select the activity supervisor
And I select the date of activity
When I pressed Save
Then I should see field activity saved successfully
Figure 12: New Field Activity Record Page
Table 9: New Field Input Use-Case
Scenario New Field Input
When I pressed Field sub-menu
And I pressed Field Input sub-menu
And I pressed New
Then I should see New Field Input form
When I select the field
And I select the input type
Given I entered the Application Method
And I entered Application Rate
When I select Date
And I pressed Save
Then I should see Field input saved successfully
Arid Zone Journal of Engineering, Technology and Environment, December, 2017; Vol. 13(6):743-763.
ISSN 1596-2490; e-ISSN 2545-5818; www.azojete.com.ng
754
Figure 13: New Field Input Record Page
Table 10: Field History Use-Case
Scenario Field History
When I pressed field sub-menu
And I pressed Search
Then I should see all fields
When I pressed View
Then I should see field detail and activities history
Figure 14: Field Detail Page
Abubakar and Ahmad; Development of Farm Records Software. AZOJETE, 13(6):743-763. ISSN 1596-
2490; e-ISSN 2545-5818, www.azojete.com.ng
755
Table 12: Add Crop Record Use-Case
Scenario Add Crop Record
When I pressed Crop Production menu
And I pressed Crop sub-menu
And I pressed New sub-menu
Then I should see New Crop form
Given I entered Crop Name
And I entered Crop Description
When I select Crop Type
And I select Field
And I pressed Save button
Then I should see Crop saved successfully
Figure 15: New Crop Record Page
Table 13: Add Crop Planting Record Use-Case
Scenario Add Crop Planting Record
When I pressed Crop Production menu
And I pressed Crop sub-menu
And I pressed Planting sub-menu
And I pressed New
Then I should see New Planting Record form
Given I entered Seed Description
And I entered Seed Rate
And I entered Expected Stand
When I select Planting Date
And I select the Crop
And I select the Agronomist
And I pressed Save button
Then I should see Planting Record saved successfully
Arid Zone Journal of Engineering, Technology and Environment, December, 2017; Vol. 13(6):743-763.
ISSN 1596-2490; e-ISSN 2545-5818; www.azojete.com.ng
756
Figure 16: New Planting Record Page
Table 14: Add Crop Harvesting Record Use-Case
Scenario Add Crop Harvesting Record
When I pressed Crop Production menu
And I pressed Crop sub-menu
And I pressed Harvest sub-menu
And I pressed New
Then I should see New Harvest form
When I select Crop
And I select Agronomist
Given I entered the Quantity (Bags)
And I select Harvest Date
And I pressed Saved
Then I should see Harvest record saved successfully
Abubakar and Ahmad; Development of Farm Records Software. AZOJETE, 13(6):743-763. ISSN 1596-
2490; e-ISSN 2545-5818, www.azojete.com.ng
757
Figure 17: New Harvest Record Page
Table 15: Add Crop Storage Record Use-Case
Scenario Add Crop Storage Record
When I pressed Crop Production menu
And I pressed Crop sub-menu
And I pressed Storage sub-menu
And I pressed New
Then I should see New Storage form
When I select Crop
And I select Supervisor
And I select Storage Bin
Given I entered the Quantity (Bags)
And I select Storage Date
And I pressed Save button
Then I should see Storage record saved successfully
Arid Zone Journal of Engineering, Technology and Environment, December, 2017; Vol. 13(6):743-763.
ISSN 1596-2490; e-ISSN 2545-5818; www.azojete.com.ng
758
Figure 18: New Storage Record Page
Table 16: Add Herd Record Use-Case
Scenario Add Herd Record
When I pressed Livestock Production menu
And I pressed Herd sub-menu
And I pressed New
Then I should see New Herd form
Given I entered Tag
When I select Category
And I select Breed
And I select Herd Man
Given I entered Size
And I entered Value
When I pressed Save button
Then I should see Herd saved successfully
Abubakar and Ahmad; Development of Farm Records Software. AZOJETE, 13(6):743-763. ISSN 1596-
2490; e-ISSN 2545-5818, www.azojete.com.ng
759
Figure 19: New Herd Record Page
Table 17: Add Income Record Use-Case
Scenario Add Income Record
When I pressed Income and Expenditure menu
And I pressed Income sub-menu
And I pressed New
Then I should see New Income form
Given I entered income description
And I entered amount
And I select date
And I pressed save button
Then I should income record saved successfully
Figure 20- New Income Record Page
Arid Zone Journal of Engineering, Technology and Environment, December, 2017; Vol. 13(6):743-763.
ISSN 1596-2490; e-ISSN 2545-5818; www.azojete.com.ng
760
Table 18: Add Expenditure Record Use-Case
Scenario Add Expenditure Record
When I pressed Income and Expenditure menu
And I pressed Expenditure sub-menu
And I pressed New
Then I should see New Expenditure form
Given I entered expenditure description
And I entered amount
And I select date
And I pressed save button
Then I should expenditure record saved successfully
Figure 21: New Expenditure Record Page
Table 19: View Income Statement Use-Case
Scenario View Income Statement
When I pressed Income and Expenditure menu
And I pressed Income Statement
Then I should see Income Statement
Abubakar and Ahmad; Development of Farm Records Software. AZOJETE, 13(6):743-763. ISSN 1596-
2490; e-ISSN 2545-5818, www.azojete.com.ng
761
Figure 22: Income Statement
Table 20: Add New Employee Record Use-Case
Scenario Add New Employee Record
When I pressed Manage Users menu
And I pressed Employee sub-menu
And I pressed New
Then I should see New Employee form
Given I entered first name
And I entered surname
And I select gender
And I entered phone number
And I entered address
And I entered Salary/Wage
And I select employment date
And I select area of specialization
And I pressed Save
Then I should see employee saved successful
Arid Zone Journal of Engineering, Technology and Environment, December, 2017; Vol. 13(6):743-763.
ISSN 1596-2490; e-ISSN 2545-5818; www.azojete.com.ng
762
Figure 23: New Employee Record Page
Table 21: Search Employee Records Use-Case
Scenario Search Employees Record
When I pressed Manage Users menu
And I pressed Employee sub-menu
And I pressed Search
Then I should see all employees records
Figure 24: Search Employees Records Page
Abubakar and Ahmad; Development of Farm Records Software. AZOJETE, 13(6):743-763. ISSN 1596-
2490; e-ISSN 2545-5818, www.azojete.com.ng
763
4. Conclusion
The study was carried out to address the problems of farm records keeping and management in
farm. User-friendly farm record software has been developed successfully which can be relied
upon to produce and record accurate information and also adequately protected against
unauthorized access and/or manipulation.
The objective has been achieved. The system developed:
i. Is user-friendly
ii. Is easy to manage record (add, update, delete and search for record)
iii. Is adequately protected against unauthorized access.
5. Recommendation
The system developed was limited to crop production, livestock production and
income/expenditure records keeping system. Therefore, it is recommended other farm production
sections such as fisheries should be incorporated. It is also recommended that a web service
should be implemented to expose the records of feeds, fertilizer and other farm inputs that need
to be supplies by other third party so that suppliers can access these records and immediately
arrange for supply when the remaining quantity is low, as specified by the farm manager.
References
David, G. and Cay, H. 2010. Core Java Server Faces, Published by Prentice Hall, 3rd
Edition.
Delton, C. and Robert, W. 2004. Financial Record-Keeping Software Review, Texas
Agricultural Extension Services Bulletin B-5089, Texas A&M University.
Forrest, S. and Roseanne, T. 2010. Software Engineering: Theory and Practice, Published by
Prentice Hall, Inc., New York.
Klaus, P. 2006. The Unified Software Development Process, Published by Addison-Wesley
Publishing New York.
Mohammed, S. 1999. Requirements Needed in Farm Records Keeping System, Unpublished
Doctoral Dissertation, Kansas State University, Manhattan, Kansas.
Pena, R., John, H. and Kefas, A. 2002. Computerized Farm Recording and Keeping System,
Published by Palgrave Publishers, New York City.

More Related Content

What's hot

217954603 srs-hos-informantion-system
217954603 srs-hos-informantion-system217954603 srs-hos-informantion-system
217954603 srs-hos-informantion-systemhomeworkping9
 
IRJET- Multiple Keyword Search for Encrypted Cloud Storage
IRJET- Multiple Keyword Search for Encrypted Cloud StorageIRJET- Multiple Keyword Search for Encrypted Cloud Storage
IRJET- Multiple Keyword Search for Encrypted Cloud StorageIRJET Journal
 
Software Design Specification For Smart Internet Cafe
Software Design Specification For Smart Internet CafeSoftware Design Specification For Smart Internet Cafe
Software Design Specification For Smart Internet CafeHari
 
Srs template
Srs templateSrs template
Srs templatemuqeet19
 
4.Video Conferencing and Diagnosis
4.Video Conferencing and Diagnosis4.Video Conferencing and Diagnosis
4.Video Conferencing and DiagnosisVideoguy
 
Software Requirement Specification - Software Pack Solution 14
Software Requirement Specification - Software Pack Solution 14Software Requirement Specification - Software Pack Solution 14
Software Requirement Specification - Software Pack Solution 14Syed Farjad Zia Zaidi
 
E filling system (report)
E filling system (report)E filling system (report)
E filling system (report)Badrul Alam
 
IRJET- Placement Portal
IRJET- Placement PortalIRJET- Placement Portal
IRJET- Placement PortalIRJET Journal
 
E file(final-defense)
E file(final-defense)E file(final-defense)
E file(final-defense)Badrul Alam
 
Sunkari_Madhu.doc
Sunkari_Madhu.docSunkari_Madhu.doc
Sunkari_Madhu.docmadhu madhu
 

What's hot (14)

Software requirement specification(SRS)
Software requirement specification(SRS)Software requirement specification(SRS)
Software requirement specification(SRS)
 
217954603 srs-hos-informantion-system
217954603 srs-hos-informantion-system217954603 srs-hos-informantion-system
217954603 srs-hos-informantion-system
 
Srs template 1
Srs template 1Srs template 1
Srs template 1
 
IRJET- Multiple Keyword Search for Encrypted Cloud Storage
IRJET- Multiple Keyword Search for Encrypted Cloud StorageIRJET- Multiple Keyword Search for Encrypted Cloud Storage
IRJET- Multiple Keyword Search for Encrypted Cloud Storage
 
Stg2spec
Stg2specStg2spec
Stg2spec
 
Software Design Specification For Smart Internet Cafe
Software Design Specification For Smart Internet CafeSoftware Design Specification For Smart Internet Cafe
Software Design Specification For Smart Internet Cafe
 
Srs template
Srs templateSrs template
Srs template
 
4.Video Conferencing and Diagnosis
4.Video Conferencing and Diagnosis4.Video Conferencing and Diagnosis
4.Video Conferencing and Diagnosis
 
Software Requirement Specification - Software Pack Solution 14
Software Requirement Specification - Software Pack Solution 14Software Requirement Specification - Software Pack Solution 14
Software Requirement Specification - Software Pack Solution 14
 
E filling system (report)
E filling system (report)E filling system (report)
E filling system (report)
 
IRJET- Placement Portal
IRJET- Placement PortalIRJET- Placement Portal
IRJET- Placement Portal
 
E file(final-defense)
E file(final-defense)E file(final-defense)
E file(final-defense)
 
Sunkari_Madhu.doc
Sunkari_Madhu.docSunkari_Madhu.doc
Sunkari_Madhu.doc
 
combinepdf
combinepdfcombinepdf
combinepdf
 

Similar to Development of Farm Records Software

IRJET - IoT based Portable Attendance System
IRJET - IoT based Portable Attendance SystemIRJET - IoT based Portable Attendance System
IRJET - IoT based Portable Attendance SystemIRJET Journal
 
IRJET- Analysis of Forensics Tools in Cloud Environment
IRJET-  	  Analysis of Forensics Tools in Cloud EnvironmentIRJET-  	  Analysis of Forensics Tools in Cloud Environment
IRJET- Analysis of Forensics Tools in Cloud EnvironmentIRJET Journal
 
Hostel Mess Attendance Management System using Wifi
Hostel Mess Attendance Management System using WifiHostel Mess Attendance Management System using Wifi
Hostel Mess Attendance Management System using WifiIRJET Journal
 
IRJET- Voice Controlled Personal Assistant Bot with Smart Storage
IRJET- Voice Controlled Personal Assistant Bot with Smart StorageIRJET- Voice Controlled Personal Assistant Bot with Smart Storage
IRJET- Voice Controlled Personal Assistant Bot with Smart StorageIRJET Journal
 
Donation Toolbar Application for IE, Chrome & Firefox
Donation Toolbar Application for IE, Chrome & FirefoxDonation Toolbar Application for IE, Chrome & Firefox
Donation Toolbar Application for IE, Chrome & FirefoxMike Taylor
 
Managing a complex database toolbar application for ie, chrome & firefox
Managing a complex database toolbar application for ie, chrome & firefoxManaging a complex database toolbar application for ie, chrome & firefox
Managing a complex database toolbar application for ie, chrome & firefoxMike Taylor
 
College management
College managementCollege management
College managementanandhan30
 
IRJET- Enabling Identity-Based Integrity Auditing and Data Sharing with Sensi...
IRJET- Enabling Identity-Based Integrity Auditing and Data Sharing with Sensi...IRJET- Enabling Identity-Based Integrity Auditing and Data Sharing with Sensi...
IRJET- Enabling Identity-Based Integrity Auditing and Data Sharing with Sensi...IRJET Journal
 
Cloud Storage System like Dropbox
Cloud Storage System like DropboxCloud Storage System like Dropbox
Cloud Storage System like DropboxIRJET Journal
 
Digitally Record videos & Track Incidents on IPAD Application
Digitally Record videos & Track Incidents on IPAD ApplicationDigitally Record videos & Track Incidents on IPAD Application
Digitally Record videos & Track Incidents on IPAD ApplicationMike Taylor
 
Java remote control for laboratory monitoring
Java remote control for laboratory monitoringJava remote control for laboratory monitoring
Java remote control for laboratory monitoringIAEME Publication
 
School management System
School management SystemSchool management System
School management SystemHATIM Bhagat
 
Invoices-app it is uesde to build a.pptx
Invoices-app it is uesde to build a.pptxInvoices-app it is uesde to build a.pptx
Invoices-app it is uesde to build a.pptxcajativ595
 
Rfid based job tracking mobile application
Rfid based job tracking mobile applicationRfid based job tracking mobile application
Rfid based job tracking mobile applicationMike Taylor
 
RFID Based Job Tracking Mobile Application that Eliminates Handwritten Notes
RFID Based Job Tracking Mobile Application that Eliminates Handwritten NotesRFID Based Job Tracking Mobile Application that Eliminates Handwritten Notes
RFID Based Job Tracking Mobile Application that Eliminates Handwritten NotesMike Taylor
 
Online Examination System in .NET & DB2
Online Examination System in .NET & DB2Online Examination System in .NET & DB2
Online Examination System in .NET & DB2Abhay Ananda Shukla
 
IRJET - Android Application Service Call Management System
IRJET  -  	  Android Application Service Call Management SystemIRJET  -  	  Android Application Service Call Management System
IRJET - Android Application Service Call Management SystemIRJET Journal
 

Similar to Development of Farm Records Software (20)

IRJET - IoT based Portable Attendance System
IRJET - IoT based Portable Attendance SystemIRJET - IoT based Portable Attendance System
IRJET - IoT based Portable Attendance System
 
IRJET- Analysis of Forensics Tools in Cloud Environment
IRJET-  	  Analysis of Forensics Tools in Cloud EnvironmentIRJET-  	  Analysis of Forensics Tools in Cloud Environment
IRJET- Analysis of Forensics Tools in Cloud Environment
 
Hostel Mess Attendance Management System using Wifi
Hostel Mess Attendance Management System using WifiHostel Mess Attendance Management System using Wifi
Hostel Mess Attendance Management System using Wifi
 
IRJET- Voice Controlled Personal Assistant Bot with Smart Storage
IRJET- Voice Controlled Personal Assistant Bot with Smart StorageIRJET- Voice Controlled Personal Assistant Bot with Smart Storage
IRJET- Voice Controlled Personal Assistant Bot with Smart Storage
 
Report final
Report finalReport final
Report final
 
Donation Toolbar Application for IE, Chrome & Firefox
Donation Toolbar Application for IE, Chrome & FirefoxDonation Toolbar Application for IE, Chrome & Firefox
Donation Toolbar Application for IE, Chrome & Firefox
 
Managing a complex database toolbar application for ie, chrome & firefox
Managing a complex database toolbar application for ie, chrome & firefoxManaging a complex database toolbar application for ie, chrome & firefox
Managing a complex database toolbar application for ie, chrome & firefox
 
Ems
EmsEms
Ems
 
College management
College managementCollege management
College management
 
IRJET- Enabling Identity-Based Integrity Auditing and Data Sharing with Sensi...
IRJET- Enabling Identity-Based Integrity Auditing and Data Sharing with Sensi...IRJET- Enabling Identity-Based Integrity Auditing and Data Sharing with Sensi...
IRJET- Enabling Identity-Based Integrity Auditing and Data Sharing with Sensi...
 
Cloud Storage System like Dropbox
Cloud Storage System like DropboxCloud Storage System like Dropbox
Cloud Storage System like Dropbox
 
Digitally Record videos & Track Incidents on IPAD Application
Digitally Record videos & Track Incidents on IPAD ApplicationDigitally Record videos & Track Incidents on IPAD Application
Digitally Record videos & Track Incidents on IPAD Application
 
Java remote control for laboratory monitoring
Java remote control for laboratory monitoringJava remote control for laboratory monitoring
Java remote control for laboratory monitoring
 
School management System
School management SystemSchool management System
School management System
 
Invoices-app it is uesde to build a.pptx
Invoices-app it is uesde to build a.pptxInvoices-app it is uesde to build a.pptx
Invoices-app it is uesde to build a.pptx
 
Job portal
Job portalJob portal
Job portal
 
Rfid based job tracking mobile application
Rfid based job tracking mobile applicationRfid based job tracking mobile application
Rfid based job tracking mobile application
 
RFID Based Job Tracking Mobile Application that Eliminates Handwritten Notes
RFID Based Job Tracking Mobile Application that Eliminates Handwritten NotesRFID Based Job Tracking Mobile Application that Eliminates Handwritten Notes
RFID Based Job Tracking Mobile Application that Eliminates Handwritten Notes
 
Online Examination System in .NET & DB2
Online Examination System in .NET & DB2Online Examination System in .NET & DB2
Online Examination System in .NET & DB2
 
IRJET - Android Application Service Call Management System
IRJET  -  	  Android Application Service Call Management SystemIRJET  -  	  Android Application Service Call Management System
IRJET - Android Application Service Call Management System
 

More from Oyeniyi Samuel

Particle Swarm Optimization (PSO)-Based Distributed Power Control Algorithm f...
Particle Swarm Optimization (PSO)-Based Distributed Power Control Algorithm f...Particle Swarm Optimization (PSO)-Based Distributed Power Control Algorithm f...
Particle Swarm Optimization (PSO)-Based Distributed Power Control Algorithm f...Oyeniyi Samuel
 
Equilibrium and Kinetic Studies of Adsorption of Safranin-O from Aqueous Solu...
Equilibrium and Kinetic Studies of Adsorption of Safranin-O from Aqueous Solu...Equilibrium and Kinetic Studies of Adsorption of Safranin-O from Aqueous Solu...
Equilibrium and Kinetic Studies of Adsorption of Safranin-O from Aqueous Solu...Oyeniyi Samuel
 
Design Description of a Tentacle Based Scanning System
Design Description of a Tentacle Based Scanning SystemDesign Description of a Tentacle Based Scanning System
Design Description of a Tentacle Based Scanning SystemOyeniyi Samuel
 
Profiled Deck Composite Slab Strength Verification: A Review
Profiled Deck Composite Slab Strength Verification: A ReviewProfiled Deck Composite Slab Strength Verification: A Review
Profiled Deck Composite Slab Strength Verification: A ReviewOyeniyi Samuel
 
Optimization of Mechanical Expression of Castor Seeds Oil (Ricinus communis) ...
Optimization of Mechanical Expression of Castor Seeds Oil (Ricinus communis) ...Optimization of Mechanical Expression of Castor Seeds Oil (Ricinus communis) ...
Optimization of Mechanical Expression of Castor Seeds Oil (Ricinus communis) ...Oyeniyi Samuel
 
Inundation and Hazard Mapping on River Asa, using GIS
Inundation and Hazard Mapping on River Asa, using GISInundation and Hazard Mapping on River Asa, using GIS
Inundation and Hazard Mapping on River Asa, using GISOyeniyi Samuel
 
A Review of Smart Grids Deployment Issues in Developing Countries
A Review of Smart Grids Deployment Issues in Developing CountriesA Review of Smart Grids Deployment Issues in Developing Countries
A Review of Smart Grids Deployment Issues in Developing CountriesOyeniyi Samuel
 
NOx Emission in Iron and Steel Production: A Review of Control Measures for S...
NOx Emission in Iron and Steel Production: A Review of Control Measures for S...NOx Emission in Iron and Steel Production: A Review of Control Measures for S...
NOx Emission in Iron and Steel Production: A Review of Control Measures for S...Oyeniyi Samuel
 
Artificial Neural Network Modelling of the Energy Content of Municipal Solid ...
Artificial Neural Network Modelling of the Energy Content of Municipal Solid ...Artificial Neural Network Modelling of the Energy Content of Municipal Solid ...
Artificial Neural Network Modelling of the Energy Content of Municipal Solid ...Oyeniyi Samuel
 
Development of Inundation Map for Hypothetical Asa Dam Break using HEC-RAS an...
Development of Inundation Map for Hypothetical Asa Dam Break using HEC-RAS an...Development of Inundation Map for Hypothetical Asa Dam Break using HEC-RAS an...
Development of Inundation Map for Hypothetical Asa Dam Break using HEC-RAS an...Oyeniyi Samuel
 
Job Safety Assessment of Woodwork Industry in the South-western Nigeria
Job Safety Assessment of Woodwork Industry in the South-western NigeriaJob Safety Assessment of Woodwork Industry in the South-western Nigeria
Job Safety Assessment of Woodwork Industry in the South-western NigeriaOyeniyi Samuel
 
Anaerobicaly - Composted Environmental Wastes as Organic Fertilizer and Ident...
Anaerobicaly - Composted Environmental Wastes as Organic Fertilizer and Ident...Anaerobicaly - Composted Environmental Wastes as Organic Fertilizer and Ident...
Anaerobicaly - Composted Environmental Wastes as Organic Fertilizer and Ident...Oyeniyi Samuel
 
Security Architecture for Thin Client Network
Security Architecture for Thin Client NetworkSecurity Architecture for Thin Client Network
Security Architecture for Thin Client NetworkOyeniyi Samuel
 
Algorithm for the Dynamic Analysis of Plane Rectangular Rigid Frame Subjected...
Algorithm for the Dynamic Analysis of Plane Rectangular Rigid Frame Subjected...Algorithm for the Dynamic Analysis of Plane Rectangular Rigid Frame Subjected...
Algorithm for the Dynamic Analysis of Plane Rectangular Rigid Frame Subjected...Oyeniyi Samuel
 
Comparism of the Properties and Yield of Bioethanol from Mango and Orange Waste
Comparism of the Properties and Yield of Bioethanol from Mango and Orange WasteComparism of the Properties and Yield of Bioethanol from Mango and Orange Waste
Comparism of the Properties and Yield of Bioethanol from Mango and Orange WasteOyeniyi Samuel
 
Compressive Strength of Concrete made from Natural Fine Aggregate Sources in ...
Compressive Strength of Concrete made from Natural Fine Aggregate Sources in ...Compressive Strength of Concrete made from Natural Fine Aggregate Sources in ...
Compressive Strength of Concrete made from Natural Fine Aggregate Sources in ...Oyeniyi Samuel
 
Evaluation of Chemical and Physico-Mechanical Properties of Ado-Ekiti Natural...
Evaluation of Chemical and Physico-Mechanical Properties of Ado-Ekiti Natural...Evaluation of Chemical and Physico-Mechanical Properties of Ado-Ekiti Natural...
Evaluation of Chemical and Physico-Mechanical Properties of Ado-Ekiti Natural...Oyeniyi Samuel
 
Modeling and Simulation of Pyrolysis Process for a Beech Wood Material
Modeling and Simulation of Pyrolysis Process for a Beech Wood MaterialModeling and Simulation of Pyrolysis Process for a Beech Wood Material
Modeling and Simulation of Pyrolysis Process for a Beech Wood MaterialOyeniyi Samuel
 
An Investigation into the Effectiveness of Machine Learning Techniques for In...
An Investigation into the Effectiveness of Machine Learning Techniques for In...An Investigation into the Effectiveness of Machine Learning Techniques for In...
An Investigation into the Effectiveness of Machine Learning Techniques for In...Oyeniyi Samuel
 
4 article azojete vol 7 34 43
4 article azojete vol 7 34 434 article azojete vol 7 34 43
4 article azojete vol 7 34 43Oyeniyi Samuel
 

More from Oyeniyi Samuel (20)

Particle Swarm Optimization (PSO)-Based Distributed Power Control Algorithm f...
Particle Swarm Optimization (PSO)-Based Distributed Power Control Algorithm f...Particle Swarm Optimization (PSO)-Based Distributed Power Control Algorithm f...
Particle Swarm Optimization (PSO)-Based Distributed Power Control Algorithm f...
 
Equilibrium and Kinetic Studies of Adsorption of Safranin-O from Aqueous Solu...
Equilibrium and Kinetic Studies of Adsorption of Safranin-O from Aqueous Solu...Equilibrium and Kinetic Studies of Adsorption of Safranin-O from Aqueous Solu...
Equilibrium and Kinetic Studies of Adsorption of Safranin-O from Aqueous Solu...
 
Design Description of a Tentacle Based Scanning System
Design Description of a Tentacle Based Scanning SystemDesign Description of a Tentacle Based Scanning System
Design Description of a Tentacle Based Scanning System
 
Profiled Deck Composite Slab Strength Verification: A Review
Profiled Deck Composite Slab Strength Verification: A ReviewProfiled Deck Composite Slab Strength Verification: A Review
Profiled Deck Composite Slab Strength Verification: A Review
 
Optimization of Mechanical Expression of Castor Seeds Oil (Ricinus communis) ...
Optimization of Mechanical Expression of Castor Seeds Oil (Ricinus communis) ...Optimization of Mechanical Expression of Castor Seeds Oil (Ricinus communis) ...
Optimization of Mechanical Expression of Castor Seeds Oil (Ricinus communis) ...
 
Inundation and Hazard Mapping on River Asa, using GIS
Inundation and Hazard Mapping on River Asa, using GISInundation and Hazard Mapping on River Asa, using GIS
Inundation and Hazard Mapping on River Asa, using GIS
 
A Review of Smart Grids Deployment Issues in Developing Countries
A Review of Smart Grids Deployment Issues in Developing CountriesA Review of Smart Grids Deployment Issues in Developing Countries
A Review of Smart Grids Deployment Issues in Developing Countries
 
NOx Emission in Iron and Steel Production: A Review of Control Measures for S...
NOx Emission in Iron and Steel Production: A Review of Control Measures for S...NOx Emission in Iron and Steel Production: A Review of Control Measures for S...
NOx Emission in Iron and Steel Production: A Review of Control Measures for S...
 
Artificial Neural Network Modelling of the Energy Content of Municipal Solid ...
Artificial Neural Network Modelling of the Energy Content of Municipal Solid ...Artificial Neural Network Modelling of the Energy Content of Municipal Solid ...
Artificial Neural Network Modelling of the Energy Content of Municipal Solid ...
 
Development of Inundation Map for Hypothetical Asa Dam Break using HEC-RAS an...
Development of Inundation Map for Hypothetical Asa Dam Break using HEC-RAS an...Development of Inundation Map for Hypothetical Asa Dam Break using HEC-RAS an...
Development of Inundation Map for Hypothetical Asa Dam Break using HEC-RAS an...
 
Job Safety Assessment of Woodwork Industry in the South-western Nigeria
Job Safety Assessment of Woodwork Industry in the South-western NigeriaJob Safety Assessment of Woodwork Industry in the South-western Nigeria
Job Safety Assessment of Woodwork Industry in the South-western Nigeria
 
Anaerobicaly - Composted Environmental Wastes as Organic Fertilizer and Ident...
Anaerobicaly - Composted Environmental Wastes as Organic Fertilizer and Ident...Anaerobicaly - Composted Environmental Wastes as Organic Fertilizer and Ident...
Anaerobicaly - Composted Environmental Wastes as Organic Fertilizer and Ident...
 
Security Architecture for Thin Client Network
Security Architecture for Thin Client NetworkSecurity Architecture for Thin Client Network
Security Architecture for Thin Client Network
 
Algorithm for the Dynamic Analysis of Plane Rectangular Rigid Frame Subjected...
Algorithm for the Dynamic Analysis of Plane Rectangular Rigid Frame Subjected...Algorithm for the Dynamic Analysis of Plane Rectangular Rigid Frame Subjected...
Algorithm for the Dynamic Analysis of Plane Rectangular Rigid Frame Subjected...
 
Comparism of the Properties and Yield of Bioethanol from Mango and Orange Waste
Comparism of the Properties and Yield of Bioethanol from Mango and Orange WasteComparism of the Properties and Yield of Bioethanol from Mango and Orange Waste
Comparism of the Properties and Yield of Bioethanol from Mango and Orange Waste
 
Compressive Strength of Concrete made from Natural Fine Aggregate Sources in ...
Compressive Strength of Concrete made from Natural Fine Aggregate Sources in ...Compressive Strength of Concrete made from Natural Fine Aggregate Sources in ...
Compressive Strength of Concrete made from Natural Fine Aggregate Sources in ...
 
Evaluation of Chemical and Physico-Mechanical Properties of Ado-Ekiti Natural...
Evaluation of Chemical and Physico-Mechanical Properties of Ado-Ekiti Natural...Evaluation of Chemical and Physico-Mechanical Properties of Ado-Ekiti Natural...
Evaluation of Chemical and Physico-Mechanical Properties of Ado-Ekiti Natural...
 
Modeling and Simulation of Pyrolysis Process for a Beech Wood Material
Modeling and Simulation of Pyrolysis Process for a Beech Wood MaterialModeling and Simulation of Pyrolysis Process for a Beech Wood Material
Modeling and Simulation of Pyrolysis Process for a Beech Wood Material
 
An Investigation into the Effectiveness of Machine Learning Techniques for In...
An Investigation into the Effectiveness of Machine Learning Techniques for In...An Investigation into the Effectiveness of Machine Learning Techniques for In...
An Investigation into the Effectiveness of Machine Learning Techniques for In...
 
4 article azojete vol 7 34 43
4 article azojete vol 7 34 434 article azojete vol 7 34 43
4 article azojete vol 7 34 43
 

Recently uploaded

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 

Recently uploaded (20)

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 

Development of Farm Records Software

  • 1. Arid Zone Journal of Engineering, Technology and Environment, December, 2017; Vol. 13(6):743-763 Copyright © Faculty of Engineering, University of Maiduguri, Maiduguri, Nigeria. Print ISSN: 1596-2490, Electronic ISSN: 2545-5818, www.azojete.com.ng 743 DEVELOPMENT OF FARM RECORDS SOFTWARE M.S. Abubakar and A.B. Ahmad Department of Agricultural and Environmental Engineering, Bayero University, Kano-Nigeria msabubakar.age@buk.edu.ng, +2348033361227 Abstract Farm records are mostly manually kept on paper notebooks and folders where similar records are organized in one folder or spread sheet. These records are usually kept for many years therefore they becomes bulky and less organized. Consequently, it becomes difficult to search, update and tedious and time consuming to manage these records. This study was carried-out to overcome these problems associated with manual farm records keeping by developing user-friendly, easily accessible, reliable and secured software. The software was limited records keeping in crop production, livestock production, poultry production, employees, income and expenditure. The system was implemented using Java Server Faces (JSF) for designing Graphical User Interface (GUI), Enterprises Java Beans (EJB) for logic tier and MySQL database for storing farm records. Keywords: farm record, software, farm management decision, development 1. Introduction To make an accurate and efficient farm management decision, it requires extensive information concerning past records on cost, returns, input use and production. The present financial and physical condition, and future costs, returns and production are also important. This information can all be acquired from farm records (Delton and Robert, 2004). Pena et al., (2002), stated that many farm managers have found keeping and analysing farm records a challenge. In Canada, various farm record-keeping software were developed and evaluated, among which Microsoft Excel and Quicken are popularly used by farm managers. Microsoft Excel used spread sheet to compute and manage farm records, although, it is not purposely developed for farm records keeping. Quicken on the other hand, was developed purposely for farm records keeping, it has good features that makes farm record efficient, but it solely depends on the software installation before it could be used (Klaus, 2006). Therefore, the ideal way to ensure easy access and management of farm records is to develop a user-friendly, zero-install-client, and well secured software, which is incorporated with relational database system. According to preliminary investigations, most farm records in Nigerian are kept using paper notebooks and folders. Similar records are organized in one folder, for instance, sales receipts are organized in one folder and expenses receipts are organized in another. Meanwhile, the problems of this system of keeping farm records are as follows: paper work is tedious and consumed much time; farm record is difficult to update and maintain; it is difficult to search for a record within bunch of papers and folders; records cannot be access from anywhere around the world; records can be loss due to fire accident. In light of the aforementioned problems, the aim of this work is to present a detailed development of farm records software which is a user-friendly, zero-install-client and well secured. Therefore, it needs a web browser and an internet connection. The limitation of the study is that the software will require high speed internet connection and will support only Mozilla Fire-fox, Internet Explorer and Google chrome web browsers for optimum performance and best display.
  • 2. Arid Zone Journal of Engineering, Technology and Environment, December, 2017; Vol. 13(6):743-763. ISSN 1596-2490; e-ISSN 2545-5818; www.azojete.com.ng 744 2. Material and Methods The methods used were in conformity with the standard stages of waterfall software development method, which According to Forrest and Roseanne (2010) includes the following: i. System requirements specification and analysis ii. Design iii. Implementation iv. Testing and debugging Figure 1: Water fall method diagram (Forrest and Roseanne, 2010) 2.1 System Requirements Specification The software was developed to satisfy the following requirements. 2.1.1 User Requirements The user requirements specify the requirements of the user expects from the software to be developed. 1. Zero-install client. ie. requires a minimum of web browser and an internet connection. 2. Grant access to authorized users and deny access to unauthorized users. 3. Easy to learn and user-friendly interface. 4. It is fast. 2.1.2 Functional Requirements A functional requirement defines the functions of a system or its components. A function is described as a set of inputs, behaviour and outputs. Functional requirements may be calculations, technical details, data manipulation and processing as well as other specific functionality that define what a system supposed to accomplish (Pena et al., 2002). 1. Authenticate user using username and password. 2. Capture data relating to farm records. 3. Ensures a valid data input. 4. Provide for add, delete, update and retrieve functions. 5. Produces reports based on queries obtain from database. System Requirements Specification & Analysis Design Implementation Testing & Debugging
  • 3. Abubakar and Ahmad; Development of Farm Records Software. AZOJETE, 13(6):743-763. ISSN 1596- 2490; e-ISSN 2545-5818, www.azojete.com.ng 745 2.1.3 Non Functional Requirements Non-functional requirements are requirements that specify criteria that can be used to judge the operation of a system, rather than specific behaviours. In contrast, functional requirements define what a system supposed to do and non-functional requirements define how a system supposed to be. 1. Software shall provide login screen for authentication against username and password. 2. Software shall provide forms for data capture. 3. Software shall validate form data before submission. 4. Software shall produce queries results in tabular form. 2.1.4 Hardware Requirements The software needs certain hardware components or other software resources to be used efficiently. Forrest and Roseanne (2010) stated the followings minimum web-based hardware and software requirements: 1. Random Access Memory (RAM) of 256MB 2. Keyboard 3. Hard disk 4. Coloured screen monitor with minimum processing speed of 1000MHz 5. A printer preferably lesser jet 6P, 6. Network card and mouse. 2.2 System Analysis The software is divided into different modules as shown in the figure 2 below: Figure 2: Software modules (Forrest and Roseanne, 2010) Equipment Maintenance Record Crop Production Income Expenditure Software Modules Authentication and Authorization Module Inventory Records Module Production Records Module Income and Expenditure Module Assets Records Liabilities Records Livestock Production Poultry Production
  • 4. Arid Zone Journal of Engineering, Technology and Environment, December, 2017; Vol. 13(6):743-763. ISSN 1596-2490; e-ISSN 2545-5818; www.azojete.com.ng 746 2.3 System Design In designing the system, the architectural design was used to represents the three levels at which data are described, namely: external level, conceptual level and internal level (Figure 3). Architectural Design http JNDI JDBC Figure 3: Architectural design (Forrest and Roseanne, 2010) 2.4 Technologies Used The programming language used in developing the Farm Records Software is Java programming language (David and Cay 2010). i. Java Persistent API (JPA): This was introduced into the platform to bridge the gap between object-oriented domain models and relational database, because Java is object-oriented (understands objects only) and database is relational (understands tables and rows only). One of its strengths is that it can be slotted into which ever layer, tier, or framework an application needs it to be in. Therefore, it works effectively with Java Server Faces (JSF) to collect form data and save it to the database. ii. Java Server Faces (JSF): This is a component-based framework. By using components, one can think about user interface at a higher level than raw Hypertext Mark-up Language (HTML). I can reuse my own components and use third-party component sets too. JSF contains all the necessary code for event handling and component organization; therefore, one can ignore the details and work on the application logic. However, in this research, PrimeFacesis used as a component suite for JSF which contains rich set of components, built-in ajax API, lightweight mobile UI kit and ajax push support. Also In this research JSF serves as a presentation tier, where forms and other components are rendered on the client browser. iii. Enterprises Java Beans (EJB): EJB is a server-side component architecture that simplifies the process of building enterprise-class distributed component applications in Java. By using EJB in this research, one can write scalable, reliable, and secure application without writing my own complex distributed component framework. EJB sits between JPA and JSF and serves as a logic tier to perform authentication (checking for username and password match), multi-threading (processing multiple client requests simultaneously), caching (keeping data around in the server memory to avoid costly network round trips and database Client (browser) Presentation Tier (JavaServer Faces) Logic Tier (EJB, Entity class) Database (MySQL)
  • 5. Abubakar and Ahmad; Development of Farm Records Software. AZOJETE, 13(6):743-763. ISSN 1596- 2490; e-ISSN 2545-5818, www.azojete.com.ng 747 hits), transactions (to avoid database crash when clients access the same row of the database simultaneously, and rollback atomic transaction when failed). 2.5 Tools/Utilities Used The followings are the tools/utilities used in this study as reported by Mohammed (1999): i. MySQL Server: This is the database for storing all farm records. MySQL was used because it is fast, easy to learn, open source, integrate well with java and can handle large volume of data. ii. Glassfish Server: This is the server in which the software was deployed. Glassfish server was used because it is compatible with java web framework applications, fast, open source and has a lot of capabilities/features such as monitoring data, mail session and messaging services which allows the extend or improvement of the software when the need arise without redeploying the software to another server. iii. Netbeans IDE 7.3: This is an integrated development environment which makes programming easier by using auto-code completion, source code organization and management, and also integrates well with other third party software such as MySQL database, subversion, glassfish server etc. 3. Results and Debugging The software was run and validated with test data to ensure it produced the desired output. This was done in order to identify and debug any bug that may arise. Table 1: Login Use-Case Scenario Login Given I have entered username And I have entered password When I press login button Then I should see my home page Figure 4: Login Page
  • 6. Arid Zone Journal of Engineering, Technology and Environment, December, 2017; Vol. 13(6):743-763. ISSN 1596-2490; e-ISSN 2545-5818; www.azojete.com.ng 748 Figure 5: User Home Page Table 2 -Add Asset Record Use-Case Scenario Add Asset Record When I press Inventory menu Then I should see Assets sub-menu And I press Assets sub-menu Then I should see New And I press New Then I should see New Asset form Given I have entered item name And I have entered description And I have entered value And I have entered type And I have entered category When I press save Then I should see Asset was successful created
  • 7. Abubakar and Ahmad; Development of Farm Records Software. AZOJETE, 13(6):743-763. ISSN 1596- 2490; e-ISSN 2545-5818, www.azojete.com.ng 749 Figure 6: New Asset Record Page Table 3 - Search Assets Records Use-Case Scenario Search Assets Records When I press Inventory menu Then I should see Assets sub-menu And I press Assets sub-menu Then I should see Search And I press Search Then I should see all farm assets Figure 7: Search Asset Records Page
  • 8. Arid Zone Journal of Engineering, Technology and Environment, December, 2017; Vol. 13(6):743-763. ISSN 1596-2490; e-ISSN 2545-5818; www.azojete.com.ng 750 Table 4 - Add Liability Record Use-Case Scenario Add Liability Record When I press Inventory menu Then I should see Liabilities sub-menu And I press Liabilities sub-menu Then I should see New And I press New Then I should see New Liability form Given I have entered item name And I have entered description And I have entered value And I have entered type And I have entered category When I press save Then I should see Liability was successfully created Figure 8: New Liability Record Page Table 5 - Search Liabilities Records Use-Case Scenario Search Liabilities Records When I press Inventory menu Then I should see Liabilities sub-menu And I press Liabilities sub-menu Then I should see Search And I press Search Then I should see all farm liabilities.
  • 9. Abubakar and Ahmad; Development of Farm Records Software. AZOJETE, 13(6):743-763. ISSN 1596- 2490; e-ISSN 2545-5818, www.azojete.com.ng 751 Figure 9 - Search Liabilities Records Page Table 6 - Balance Sheet Use-Case Scenario Balance Sheet When I press Inventory menu Then I should see Balance Sheet When I press Balance Sheet Then I should see farm balance sheet Figure 10: Balance Sheet
  • 10. Arid Zone Journal of Engineering, Technology and Environment, December, 2017; Vol. 13(6):743-763. ISSN 1596-2490; e-ISSN 2545-5818; www.azojete.com.ng 752 Table 7 - Add Field Use-Case Scenario Add Field When I press Crop Production menu Then I should see Field sub-menu When I press New Then I should see New Field form Given I entered Field Name And I entered Field Area When I pressed Save Then I should see Field created successfully When I pressed field sub-menu Then I should see Field Activities sub-menu When I pressed New Then I should see New Field Activity form When I select the field And I select the activity And I select the activity supervisor And I select the date of activity When I pressed Save Then I should see field activity saved successfully When I pressed Field sub-menu And I pressed Field Input sub-menu Figure 11: New Field Record Page
  • 11. Abubakar and Ahmad; Development of Farm Records Software. AZOJETE, 13(6):743-763. ISSN 1596- 2490; e-ISSN 2545-5818, www.azojete.com.ng 753 Table 8: New Field Activity Use-Case Scenario New Field Activity When I pressed field sub-menu Then I should see Field Activities sub-menu When I pressed New Then I should see New Field Activity form When I select the field And I select the activity And I select the activity supervisor And I select the date of activity When I pressed Save Then I should see field activity saved successfully Figure 12: New Field Activity Record Page Table 9: New Field Input Use-Case Scenario New Field Input When I pressed Field sub-menu And I pressed Field Input sub-menu And I pressed New Then I should see New Field Input form When I select the field And I select the input type Given I entered the Application Method And I entered Application Rate When I select Date And I pressed Save Then I should see Field input saved successfully
  • 12. Arid Zone Journal of Engineering, Technology and Environment, December, 2017; Vol. 13(6):743-763. ISSN 1596-2490; e-ISSN 2545-5818; www.azojete.com.ng 754 Figure 13: New Field Input Record Page Table 10: Field History Use-Case Scenario Field History When I pressed field sub-menu And I pressed Search Then I should see all fields When I pressed View Then I should see field detail and activities history Figure 14: Field Detail Page
  • 13. Abubakar and Ahmad; Development of Farm Records Software. AZOJETE, 13(6):743-763. ISSN 1596- 2490; e-ISSN 2545-5818, www.azojete.com.ng 755 Table 12: Add Crop Record Use-Case Scenario Add Crop Record When I pressed Crop Production menu And I pressed Crop sub-menu And I pressed New sub-menu Then I should see New Crop form Given I entered Crop Name And I entered Crop Description When I select Crop Type And I select Field And I pressed Save button Then I should see Crop saved successfully Figure 15: New Crop Record Page Table 13: Add Crop Planting Record Use-Case Scenario Add Crop Planting Record When I pressed Crop Production menu And I pressed Crop sub-menu And I pressed Planting sub-menu And I pressed New Then I should see New Planting Record form Given I entered Seed Description And I entered Seed Rate And I entered Expected Stand When I select Planting Date And I select the Crop And I select the Agronomist And I pressed Save button Then I should see Planting Record saved successfully
  • 14. Arid Zone Journal of Engineering, Technology and Environment, December, 2017; Vol. 13(6):743-763. ISSN 1596-2490; e-ISSN 2545-5818; www.azojete.com.ng 756 Figure 16: New Planting Record Page Table 14: Add Crop Harvesting Record Use-Case Scenario Add Crop Harvesting Record When I pressed Crop Production menu And I pressed Crop sub-menu And I pressed Harvest sub-menu And I pressed New Then I should see New Harvest form When I select Crop And I select Agronomist Given I entered the Quantity (Bags) And I select Harvest Date And I pressed Saved Then I should see Harvest record saved successfully
  • 15. Abubakar and Ahmad; Development of Farm Records Software. AZOJETE, 13(6):743-763. ISSN 1596- 2490; e-ISSN 2545-5818, www.azojete.com.ng 757 Figure 17: New Harvest Record Page Table 15: Add Crop Storage Record Use-Case Scenario Add Crop Storage Record When I pressed Crop Production menu And I pressed Crop sub-menu And I pressed Storage sub-menu And I pressed New Then I should see New Storage form When I select Crop And I select Supervisor And I select Storage Bin Given I entered the Quantity (Bags) And I select Storage Date And I pressed Save button Then I should see Storage record saved successfully
  • 16. Arid Zone Journal of Engineering, Technology and Environment, December, 2017; Vol. 13(6):743-763. ISSN 1596-2490; e-ISSN 2545-5818; www.azojete.com.ng 758 Figure 18: New Storage Record Page Table 16: Add Herd Record Use-Case Scenario Add Herd Record When I pressed Livestock Production menu And I pressed Herd sub-menu And I pressed New Then I should see New Herd form Given I entered Tag When I select Category And I select Breed And I select Herd Man Given I entered Size And I entered Value When I pressed Save button Then I should see Herd saved successfully
  • 17. Abubakar and Ahmad; Development of Farm Records Software. AZOJETE, 13(6):743-763. ISSN 1596- 2490; e-ISSN 2545-5818, www.azojete.com.ng 759 Figure 19: New Herd Record Page Table 17: Add Income Record Use-Case Scenario Add Income Record When I pressed Income and Expenditure menu And I pressed Income sub-menu And I pressed New Then I should see New Income form Given I entered income description And I entered amount And I select date And I pressed save button Then I should income record saved successfully Figure 20- New Income Record Page
  • 18. Arid Zone Journal of Engineering, Technology and Environment, December, 2017; Vol. 13(6):743-763. ISSN 1596-2490; e-ISSN 2545-5818; www.azojete.com.ng 760 Table 18: Add Expenditure Record Use-Case Scenario Add Expenditure Record When I pressed Income and Expenditure menu And I pressed Expenditure sub-menu And I pressed New Then I should see New Expenditure form Given I entered expenditure description And I entered amount And I select date And I pressed save button Then I should expenditure record saved successfully Figure 21: New Expenditure Record Page Table 19: View Income Statement Use-Case Scenario View Income Statement When I pressed Income and Expenditure menu And I pressed Income Statement Then I should see Income Statement
  • 19. Abubakar and Ahmad; Development of Farm Records Software. AZOJETE, 13(6):743-763. ISSN 1596- 2490; e-ISSN 2545-5818, www.azojete.com.ng 761 Figure 22: Income Statement Table 20: Add New Employee Record Use-Case Scenario Add New Employee Record When I pressed Manage Users menu And I pressed Employee sub-menu And I pressed New Then I should see New Employee form Given I entered first name And I entered surname And I select gender And I entered phone number And I entered address And I entered Salary/Wage And I select employment date And I select area of specialization And I pressed Save Then I should see employee saved successful
  • 20. Arid Zone Journal of Engineering, Technology and Environment, December, 2017; Vol. 13(6):743-763. ISSN 1596-2490; e-ISSN 2545-5818; www.azojete.com.ng 762 Figure 23: New Employee Record Page Table 21: Search Employee Records Use-Case Scenario Search Employees Record When I pressed Manage Users menu And I pressed Employee sub-menu And I pressed Search Then I should see all employees records Figure 24: Search Employees Records Page
  • 21. Abubakar and Ahmad; Development of Farm Records Software. AZOJETE, 13(6):743-763. ISSN 1596- 2490; e-ISSN 2545-5818, www.azojete.com.ng 763 4. Conclusion The study was carried out to address the problems of farm records keeping and management in farm. User-friendly farm record software has been developed successfully which can be relied upon to produce and record accurate information and also adequately protected against unauthorized access and/or manipulation. The objective has been achieved. The system developed: i. Is user-friendly ii. Is easy to manage record (add, update, delete and search for record) iii. Is adequately protected against unauthorized access. 5. Recommendation The system developed was limited to crop production, livestock production and income/expenditure records keeping system. Therefore, it is recommended other farm production sections such as fisheries should be incorporated. It is also recommended that a web service should be implemented to expose the records of feeds, fertilizer and other farm inputs that need to be supplies by other third party so that suppliers can access these records and immediately arrange for supply when the remaining quantity is low, as specified by the farm manager. References David, G. and Cay, H. 2010. Core Java Server Faces, Published by Prentice Hall, 3rd Edition. Delton, C. and Robert, W. 2004. Financial Record-Keeping Software Review, Texas Agricultural Extension Services Bulletin B-5089, Texas A&M University. Forrest, S. and Roseanne, T. 2010. Software Engineering: Theory and Practice, Published by Prentice Hall, Inc., New York. Klaus, P. 2006. The Unified Software Development Process, Published by Addison-Wesley Publishing New York. Mohammed, S. 1999. Requirements Needed in Farm Records Keeping System, Unpublished Doctoral Dissertation, Kansas State University, Manhattan, Kansas. Pena, R., John, H. and Kefas, A. 2002. Computerized Farm Recording and Keeping System, Published by Palgrave Publishers, New York City.