Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jahecki/spawaxcompanymanagment
- Owner: Jahecki
- Created: 2025-01-25T14:51:59.000Z (1 day ago)
- Default Branch: main
- Last Pushed: 2025-01-25T15:05:00.000Z (1 day ago)
- Last Synced: 2025-01-25T15:29:41.342Z (1 day ago)
- Topics: csharp, mssql-database, wpf, xaml
- Language: C#
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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