Module Lunchify

Class StatisticSupermarketRestaurantController

java.lang.Object
jku.se.Controller.BaseStatisticController
jku.se.Controller.StatisticSupermarketRestaurantController

public class StatisticSupermarketRestaurantController extends BaseStatisticController
Controller for displaying and exporting the distribution of invoices between supermarket and restaurant categories using a pie chart.
  • Constructor Details

    • StatisticSupermarketRestaurantController

      public StatisticSupermarketRestaurantController()
  • Method Details

    • initialize

      public void initialize()
      Initializes the view: - Loads invoice counts per category and displays them in a pie chart. - Sets up export format selection and status text timeout.