Class SalesReportController
java.lang.Object
csce331.group13.project2.ui.SalesReportController
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerateSalesReport(LocalDate start, LocalDate end) Generates and displays the sales report for the specified date range.void
-
Constructor Details
-
SalesReportController
public SalesReportController()
-
-
Method Details
-
initialize
public void initialize() -
generateSalesReport
-