This repository contains the Voucher Selling Project developed as part of the PRN212 course assignment. The application is built with C# utilizing Windows Presentation Foundation (WPF) for the user interface.
The Voucher Selling Project is a desktop application designed for managing voucher sales, inventory, and customer interactions. It serves as a practical exercise in applying object-oriented programming, data handling, and GUI development concepts using WPF in C#.
- User-friendly WPF interface
- Voucher management (create, update, delete)
- Customer management
- Sales transaction recording
- Search and filter vouchers/customers
- Data persistence
- Programming Language: C#
- Framework: .NET, WPF
- IDE: Visual Studio
- Clone the repository
git clone https://github.com/BaoPhucs/VoucherSellingProject.git
- Open in Visual Studio
- Open the
.slnfile in Visual Studio.
- Open the
- Restore NuGet packages
- Visual Studio should automatically restore dependencies.
- Build and Run
- Press
F5to build and launch the application.
- Press
- Follow on-screen instructions to manage vouchers and customers.
- Use the menu to access different modules (e.g., voucher management, sales, reports).
Contributions are welcome! Feel free to fork the repository and submit pull requests.
This project is for educational purposes as part of the PRN212 course assignment.