java.lang.Object
jku.se.Controller.BaseStatisticController
jku.se.Controller.StatisticSupermarketRestaurantController
Controller for displaying and exporting the distribution of invoices
between supermarket and restaurant categories using a pie chart.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Initializes the view: - Loads invoice counts per category and displays them in a pie chartMethods inherited from class jku.se.Controller.BaseStatisticController
exportData, exportReimbursementJson, exportSingleFormat, showError, showSuccess
-
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.
-