Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jahecki/spawaxcompanymanagment

this is a simple desktop application built using **WPF (Windows Presentation Foundation)** that allows users to manage customers and their orders. The application utilizes a local SQL Server database.
https://github.com/jahecki/spawaxcompanymanagment

csharp mssql-database wpf xaml

Last synced: about 22 hours ago
JSON representation

this is a simple desktop application built using **WPF (Windows Presentation Foundation)** that allows users to manage customers and their orders. The application utilizes a local SQL Server database.

Awesome Lists containing this project

README

        

# spawaxCompanyManagment

## Features
- **Customer Management**:
- Add new customers with details such as: first name, last name, phone number, email, address, and registration date.
- Display a list of customers in a table view.
- Delete customers from the database.

- **Order Management**:
- Create new orders for selected customers.
- Set the order fulfillment date and status (e.g., "in progress", "completed").
- Display order details in a dedicated panel.
- Add additional information to orders, such as product name and color.

- **User Interface**:
- Utilizes components like `DataGrid`, `ComboBox`, `DatePicker`, and more.
- Clean and intuitive layout.

## Technologies Used
- **C#** with **WPF**
- **SQL Server** as the database (LocalDB)
- SQL queries for database interactions

## Requirements
- Windows with .NET Framework
- Visual Studio with WPF extensions enabled
- SQL Server LocalDB

## How to Run
1. Clone the repository:
```bash
git clone https://github.com/YourRepository/WpfApp2.git
- change your Data Source of your DB
- Change Source of images