| Financial Summary | |
|---|---|
| Category | Amount |
| Revenue | {{ RevenueSummary() }} |
| Input Cost | {{ ExpenseSummary() }} |
| Rent | {{ RentSummary() }} |
| Net Income | {{ NetIncomeSummary() }} |
| Crop Production, {{ cropProdResults.cropYearDisplay }} | |||||||
|---|---|---|---|---|---|---|---|
| Crop | Acres | Yield | Yield / Acre | $ / Acre | $ / Unit | Revenue | |
| {{ x.cropName }} | {{ x.cropTypeTag }} | {{ x.cropAcresDisplay }} | {{ x.yieldDisplay }} | {{ x.yieldPerAcreDisplay }} | {{ x.revPerAcreDisplay }} | {{ x.revPerUnitDisplay }} | {{ x.cropRevenueDisplay }} |
|
|
|||||||
| Cost of Inputs, {{ inputResults.cropYearDisplay }} | ||||||
|---|---|---|---|---|---|---|
| $ / Acre | Total Expense | |||||
| Total Expense | Forecast | To Date | Remaining | Forecast | To Date | Remaining |
| {{ y.expenseName }} | {{ y.forecastPerAcreDisplay }} | {{ y.spendPerAcreDisplay }} | {{ y.remainingPerAcreDisplay }} | {{ y.forecastDisplay }} | {{ y.spendToDateDisplay }} | {{ y.remainingDisplay }} |
|
|
||||||