Class ReportsView

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ReportsView extends JPanel
Provides a tabbed interface for viewing various managerial reports including inventory usage, sales, and daily X/Z reports. * @author team 60
See Also:
  • Constructor Details

    • ReportsView

      public ReportsView(Connection conn)
      Constructs the reports interface and initializes the tabbed navigation. * @param conn The active SQL connection used to query sales and inventory history.