dickinson-comp190 / GitKit-FarmData2-S24

Other
0 stars 17 forks source link

Seedings Report: delete total row/bed planted #51

Open wpgoble opened 8 months ago

wpgoble commented 8 months ago

The Direct Seeding Summary table that appears at the bottom of a Seeding Report contains a line for Total Row/Bed Planted. This metric not useful for farmers and clutters up the summary. Currently the summary table includes the Total Row/Bed Planted line which should be deleted:

image

To test this:

  1. Go to the Seeding Report subtab under the BarnKit tab
  2. Enter a start and end date for a report (any date window with direct seedings will be sufficient)
  3. Generate the report
  4. Examine the Direct Seeding Summary table at the bottom of the page.

The desired result will be similar to the following, where the Total Row/Bed Planted line has been removed: image


Issue by IrisSC Friday Jul 23, 2021 at 18:50 GMT Originally opened as https://github.com/DickinsonCollege/FarmData2/issues/260

wpgoble commented 8 months ago

The code that will need to be changed can be found in farmdata2_modules/fd2_tabs/fd2_barn_kit/seedingReport.html.

Be sure to also remove any code or computed properties that are used to generate the Total Rows/Bed Planted value as well as any Cypress tests that check this value.


Comment by braughtg Wednesday Sep 01, 2021 at 13:18 GMT

wpgoble commented 8 months ago

I will work on this issue.


Comment by JingyuMarcelLee Tuesday Jun 07, 2022 at 14:36 GMT