Structure Change Calculator
Functional Specification
This document describes a functional specification - how a product will work entirely from the user's perspective. It talks about features. It specifies screens, menus, dialogs, and so on.
This document includes a section called
Technical Notes, which contains additional details of a more technical nature (data structures, data models, choice of programming languages and tools, algorithms, etc.). A non-technical reader can safely skip the
Technical Notes section.
Overview
The Structure Change Calculator (SCC) is an application that allows users to enter data about their farming operations to help them determine if they will be in a structure change position for the current processing year.
The SCC takes a “wizard” type approach in walking the user through the process of calculating their structure change position.
This spec is not complete or final. It is expected that this specification will grow and change with the nature of the application.
Non-Goals
There are no non-goals to mention at this time
Interfaces
The interfaces of the SCC will be a series of wizard pages the user steps through to add financial information about their farming operations before seeing a final result page.
Display
The following display interfaces have been identified:
- main
- help
- wizpage5
Input
The following input interfaces have been identified:
- wizpage1
- wizpage2
- wizpage3
- wizpage4
Interface Descriptions
The SCC contains several interfaces as outlined above.
main
This is the starting point of the SCC. The user will see an introduction page here and links to wizpage1 and scchelp.
wizpage1
The user will see a form that allows them to choose a province from a drop down list box (DDLB). The user will also see a “next” button to proceed to the next page.
wizpage2
This page is displayed only if the province selected in
wizpage1 contains municipalities. If the province selected does not have municipalities, the user proceeds directly to wizpage3. If it does have municipalities, the user is asked to select one from a DDLB. The user can navigate from here via “next” and “previous” buttons.
wizpage3
The user will be presented with several inputs on this page. The user must enter previous year margin history for between 3 and 5 years. They must also choose whether or not this is a non-calendar year-end operation. Finally they must also enter a percentage of ownership of this operation.
The rest of the page is optional to fill out depending on the user’s operations. The rest of this page deals with crop information. There are several rows of “static” crops that are so common they are already shown on the page, and there is a DDLB from which the user can select less common crops. The user can enter 5 years of data for each crop type.
The user can navigate from here via “next”, “previous”, and “add row” buttons. The “add row” button will add a new blank DDLB crop row for the user to add additional crops as long as there is no blank one that has not had data entered into it. The “previous” button is displayed only if the user has not entered more than one operation, otherwise the user can no longer modify the information relevant to the location of the operation.
Once the entry of a second operation (see
wizpage4 for more details) has started, an additional DDLB menu appears at the top of the page to allow the user to navigate to any of the previously entered operations to modify their data. When the user jumps to another operation to modify the data, they are always taken to
wizpage3 to start navigating from there.
wizpage4
The use can enter livestock data on this page. It is the same layout as wizpage3, but without the previous margin history, non-calendar selection, and percentage ownership (they are only needed once per operation).
There are several rows of “static” livestock that are so common they are always shown. There is also a DDLB where the use can select less common livestock. The user can enter up to 5 years of data for each livestock item.
The use can navigate via, “previous”, “add row”, “add operation”, and “calculate” buttons. The “add row” button will add a new, blank, DDLB livestock row for the user to add additional livestock types as long as there are currently no blank DDLB rows on the page. The “add operation” button will take the user back to
wizpage3 so the user can add data for a second operation. The “calculate” button takes the user to the last page of the calculator to view the final results of the structure change calculation.
If the user is navigating back to this page after having entered more than one operation’s worth of data, an additional DDLB menu appears at the top of the page to allow the user to navigate to any of the previously entered operations to modify their data. When the user jumps to another operation to modify the data, they are always taken to
wizpage3 to start navigating from there.
wizpage5
The
wizpage5 interface is where the final results of all the calculations are displayed. All the data previously entered by the user is used to calculate the final results to be displayed here.
The user can navigate via “previous”, and “start over” buttons. The “start over” button will clear all results and take the user back to
wizpage1 to enter all new data.
help
The help interface is accessed in one of two ways. If the user browses to the full help listing (scc.help) all the help topics are shown on one page. If the user clicks a help icon while using the calculator they are shown a pop-up window that contains help information relevant to the topic the icon was next to.
Bookmarks