Production Dashboard is a dashboard application designed to visualize key performance indicators (KPIs) for manufacturing operations. It provides a comprehensive overview of production metrics, enabling users to monitor and analyze data effectively. The application is written in C# using the Windows Presentation Foundation (WPF) framework and leverages the LiveCharts2 library for graphical representations.
- Description: Displays monthly production volumes over the selected year.
- Purpose: Monitor trends in production output.
- Description: Visualizes the number of hours of production breakdown per month.
- Purpose: Identify and analyze downtime patterns.
- Description: Shows the equipment efficiency as a percentage.
- Purpose: Assess the effectiveness of production equipment.
- Description: Displays key metrics for the selected year:
- Gesamtproduktion (Total Production) in t
- Produktionsausschuss (Production Defects) in %
- Energieverbrauch (Energy Consumption) in kWh/T
- Emissionen (CO) (Emissions) in kg/t
- Purpose: Provide a quick overview of critical yearly metrics.
- Description: Displays the countries where products were shipped and the corresponding quantities.
- Purpose: Visualize global shipping distribution.
- Description: Tracks monthly production costs over the selected year.
- Purpose: Monitor cost trends and identify anomalies.
- Programming Language: C#
- GUI Framework: Windows Presentation Foundation (WPF)
- Charting Library: LiveCharts2
- Database: Microsoft SQL Server
-
Clone the Repository
-
Set Up the Database
- Ensure you have Microsoft SQL Server installed.
-
Build the Application
- Restore NuGet packages.
- Build the solution.
-
Run the Application
- Start the application from Visual Studio or by running the generated executable.
Contributions are welcome! If you have suggestions for improvements or new features, please create an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
- LiveCharts2 for the charting library.
For any inquiries or support, please contact me.