Skip to content

Incorrect Harvest Yield Calculation #269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
rmsonge opened this issue Apr 1, 2025 · 0 comments
Open

Incorrect Harvest Yield Calculation #269

rmsonge opened this issue Apr 1, 2025 · 0 comments

Comments

@rmsonge
Copy link

rmsonge commented Apr 1, 2025

The "Harvest Report" undercounts yields when batch harvesting (e.g., entering 50kg for 5 rows calculates as 5kg total).

Steps to Reproduce:

  1. Plant 10 rows of lettuce.
  2. Record harvest:
    • Quantity: 20kg
    • Rows harvested: 2
  3. Check report → shows 4kg instead of 20kg.

Expected Behavior:
Yield = (Quantity) × (Rows Harvested / Total Rows).

Actual Behavior:
Yield = (Quantity) / (Rows Harvested).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant