Table of Contents |
---|
Introduction
The feed plan requires a feed profile to determine what flocks will be fed at what point in their program. These profiles work well for meat birds, who are placed for a brief time and are fed the same until they hit their market age.
Layer flocks are a bit different, their feed plans can be very reactionary. Nutritionists and flock managers may change the formula at any point in the flock's life as a response to many factors on the flock, such as egg size, shell quality, hen day production, etc. They will keep it or change it in response to many other factors. For this reason, they have asked that we provide them with the means to control what is scheduled to be fed on a flock-by-flock basis.
Prerequisites
To override the feed profile at the flock level, we will need:
- Flocks with placements, estimated or actual.
- The "Feed Profiles" feature enabled.
Configuration
System → Users → Manage Users → Security
...
- Save
- Validate and save our changes.
- Reload
- Reload the grid, resetting setting any changes we have made since it was last savedmade to the flock profile form.
Close
- Closes the form.
Delete
- This is a context menu item that appears over a selected row. This will delete the row from the grid once the form has been saved.
The columns on the grid are as follows:
- Effective Date
- Required
- This is the date when the profile item will begin overriding the default feed profile. Changes to this field will update the ages.
- Age in Days
- Required
- This is the age when the profile item will begin overriding the default feed profile. Changes to this field will update the effective date.
- Age in Weeks
- Required
- This is the age when the profile item will begin overriding the default feed profile. Changes to this field will update the effective date.
- Feed Type
- Required
- Setting this will filter the list of formulas to choose.
- Formula Code
- Required
- This is the formula that will be fed to the flock. It is filtered by the feed type, unless it is set first. Then, the list will include all formulas and will set the feed type if it is selected first.
- Formula Name
- This is a read only field that displays the name of the selected formula code.
- The maximum amount that can be delivered in one batch.
- The minimum amount that can be delivered in one size.
- Delivery Units
- Required, when max and min sizes are set.
- These are the units of the max and min settings.
- Feed Buffer
- The amount to buffer deliveries of this type by.
- Feed Buffer Units
- Required, if feed buffer is set.
- These are the units for the buffer, it includes both weights and spans of time (buffers can also be in times).
- Comment
- A comment that we can add to each record.
Overriding the Feed Plan
The feed plan will continue to use the flock Feed profile until it finds an override from the flock profile. When it does, it will continue to use it indefinitely until another override is found. The feed plan can never go back to using the default profile once an override is found.
The overrides should go into effect as soon as the effective date is reached. There are some things that may delay this, such as the prior planned delivery not hitting a minimum delivery size.
The code to trigger an auto regenerate (if configured on the flock) was added to the flock profile form. Changes made on the form will recalculate the feed plan in the background. Select the Reset button or close and re-open the feed plan form for the changes to take effect.