Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

User story

As a farmer I want to be able to view the most important financial aspects of my farm at a glance so that I can quickly understand where my business stands

Why?

Farmers need to understand how profitable their operations are to run a successful business. Right now, farmers get a glance at this with the whole farm balance - but it’s a bit of a dead-end for them. There’s no way to drill down to understand how these numbers came to be.

This experience is a bit disjointed from two perspectives:

  1. High level takeaways on the holistic “health” of the farm

  2. The nuts and bolts of daily expenses of the farm

The finances dashboard is meant as a way to understand both of these qualities on the same page. It also gives the user the ability to navigate to other pages for more specific information.

Assumptions

Functional Requirements:

Must-have:

  • Define a date range over which the dashboard data should be generated using commonly needed reporting timeframes, e.g. “Current year”, “Last year”, “Current week”, “Last week”, etc.

  • Ability to define filter criteria for …

    • Revenue types (including custom revenue types)

    • Expense types (including custom expense types)

  • Ability to search the transaction list for any visible attributes of the transaction (e.g. name, type, amount)

  • Top level indicators clearly defining …

    • Current revenues & projected revenues matching the filter criteria

    • Current expenses & projected expenses matching the filter criteria

    • Current profit / loss and projected profit / loss matching the filter criteria

  • A table showing all transactions (revenue and expenses) matching the filter criteria

    • Ordered in reverse chronological order

    • Clicking the head for each column reverses the sort order

    • Crop sales should be specially “bundled”

      • Custom revenue types that indicate a crop should be included in crop sales bundle

    • Labour expenses should be specially “bundled”

Nice-to-have:

  • Ability to define filter criteria for amount of transaction, setting both upper and lower bound

  • Adaptive design (as opposed to responsive), e.g.

    • Ability to view additional columns on Desktop vs. mobile

    • Differing indicator layout based on screen dimensions

  • Spotlight for how bundles work

User interaction and design

https://www.figma.com/file/96NZ02oYe3jpet1roUp0s0/Mockups?type=design&node-id=3897-18056&mode=design&t=DAf0A2LeAF7GwHV4-0

Questions and answers

Question

Answer

What is the general pattern for each line item on the Financials dashboard?

Headers:

Mobile ☝️

Desktop ☝️

Line items:

If expense:

  • Transaction => Item name (& “Date” for mobile)

  • Type => Expense type

  • Amount => Amount (shown in red and with negative sign if expense)

If revenue:

  • Transaction => Customer (& “Date” for mobile)

  • Type => Revenue type

  • Amount => Amount (shown in green and with positive sign if expense)

Does it makes the most sense to aggregate all crop sales for a particular day together into one “bundled” item, rather than displaying them as potentially dozens of individual transactions on the same day?

No! Reasoning is that the user can already add as many crops to each instance of the crop sale revenue as they would like. Our bundling on the finances dashboard should mirror the way the user creates the revenue. (this is a change Loic Sans )

How should crop sale bundles be displayed?

“Transaction” = <Customer> & <Date>

“Type” = “Crop sale” (In the general case the type of revenue or expense)

Does it makes the most sense to aggregate all labour expenses for a particular day together into one “bundled” item, rather than displaying them as potentially dozens of individual transactions on the same day?

Yes! The existing screens to view labour expenses by person or task lend themselves well to daily bundles (though “View all labour expenses >” should be removed).

What does the “>” arrow on each line item do?

For individual expenses and revenues, it navigates them to the read-only detail page for that transaction. For labour expense “bundles” it navigates them to the existing labour expense homepage.

For crop sales with “…” “+ X”, how would we view those additional lines?

Loic Sans

Out of scope

  • Clickable indicators

  • No labels