Class SalesReportController

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

public class SalesReportController extends Object
Controller for the sales report view. Displays sales data including item names, quantities sold, and total revenue for a specified date range.
Author:
Hussam Makhoul
  • Constructor Details

    • SalesReportController

      public SalesReportController()
  • Method Details

    • initialize

      public void initialize()
    • generateSalesReport

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