https://github.com/hhlitval/production-dashboard
A desktop application, visually presents fictive production data sourced from MSSQL Server, allowing for insights into production trends and statistics.
https://github.com/hhlitval/production-dashboard
c-sharp dashboard kpi production-monitoring sql sql-server ui-design wpf
Last synced: 10 months ago
JSON representation
A desktop application, visually presents fictive production data sourced from MSSQL Server, allowing for insights into production trends and statistics.
- Host: GitHub
- URL: https://github.com/hhlitval/production-dashboard
- Owner: hhlitval
- License: mit
- Created: 2023-07-07T07:44:32.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T21:31:48.000Z (over 1 year ago)
- Last Synced: 2025-04-09T16:53:12.363Z (about 1 year ago)
- Topics: c-sharp, dashboard, kpi, production-monitoring, sql, sql-server, ui-design, wpf
- Language: C#
- Homepage:
- Size: 457 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Production Dashboard

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.
## Features
### 1. Produktionsvolumen (Production Volume)
- **Description**: Displays monthly production volumes over the selected year.
- **Purpose**: Monitor trends in production output.
### 2. Produktionsausfälle (Production Losses)
- **Description**: Visualizes the number of hours of production breakdown per month.
- **Purpose**: Identify and analyze downtime patterns.
### 3. Gesamtanlageneffektivität (Overall Equipment Effectiveness)
- **Description**: Shows the equipment efficiency as a percentage.
- **Purpose**: Assess the effectiveness of production equipment.
### 4. Middle Bar Metrics
- **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.
### 5. Versand Infografik (Shipping Infographic)
- **Description**: Displays the countries where products were shipped and the corresponding quantities.
- **Purpose**: Visualize global shipping distribution.
### 6. Produktionskosten (Production Costs)
- **Description**: Tracks monthly production costs over the selected year.
- **Purpose**: Monitor cost trends and identify anomalies.
## Technologies Used
- **Programming Language**: C#
- **GUI Framework**: Windows Presentation Foundation (WPF)
- **Charting Library**: LiveCharts2
- **Database**: Microsoft SQL Server
## Installation
1. **Clone the Repository**
2. **Set Up the Database**
- Ensure you have Microsoft SQL Server installed.
3. **Build the Application**
- Restore NuGet packages.
- Build the solution.
4. **Run the Application**
- Start the application from Visual Studio or by running the generated executable.
## Contributing
Contributions are welcome! If you have suggestions for improvements or new features, please create an issue or submit a pull request.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE.txt) file for details.
## Acknowledgments
- [LiveCharts2](https://livecharts.dev/) for the charting library.
## Contact
For any inquiries or support, please [contact me](https://alexlitvin.com).