Class ProductUsageReportController

java.lang.Object
csce331.group13.project2.ui.ProductUsageReportController

public class ProductUsageReportController extends Object
Controller for the product usage report view. Displays inventory item consumption data for a specified date range.
Author:
Austin Glander
  • Constructor Details

    • ProductUsageReportController

      public ProductUsageReportController()
  • Method Details

    • initialize

      public void initialize()
    • generateProductUsageReport

      public void generateProductUsageReport(LocalDate start, LocalDate end)
      Generates and displays the product usage report for the specified date range.
      Parameters:
      start - The start date of the report period.
      end - The end date of the report period.