Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamedelareeg/wpf-pos
Efficiently manage inventory, customers, purchases, and sales with this user-friendly WPF Point of Sale (POS) application. Built using C# and .NET Framework, it offers essential functionalities for smooth operations.
https://github.com/mohamedelareeg/wpf-pos
firebase inventory pos restsharp sales sqlite wpf
Last synced: about 8 hours ago
JSON representation
Efficiently manage inventory, customers, purchases, and sales with this user-friendly WPF Point of Sale (POS) application. Built using C# and .NET Framework, it offers essential functionalities for smooth operations.
- Host: GitHub
- URL: https://github.com/mohamedelareeg/wpf-pos
- Owner: mohamedelareeg
- License: mit
- Created: 2023-04-10T09:34:33.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-09T10:14:44.000Z (10 months ago)
- Last Synced: 2024-11-13T09:12:30.978Z (2 months ago)
- Topics: firebase, inventory, pos, restsharp, sales, sqlite, wpf
- Language: C#
- Homepage:
- Size: 1.55 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WPF Point of Sale (POS) Application
This is a simple WPF Point of Sale (POS) application developed using C# and .NET Framework. The application provides basic functionalities for managing inventory, customers, purchases, and sales.
## Technologies Used
- **WPF (Windows Presentation Foundation):** A framework for building Windows desktop applications.
- **C#:** The primary programming language used in the application.
- **ADO.NET:** A set of .NET libraries for data access, using a disconnected, data-centric architecture.
- **SQLite:** A lightweight, file-based database system used for local data storage.
- **FirebaseSharp:** A lightweight .NET library for working with Firebase Realtime Database.
- **RestSharp:** A simple REST and HTTP API client for .NET.## How to Run the Application
1. Make sure you have [Visual Studio](https://visualstudio.microsoft.com/) installed on your machine.
2. Clone this repository to your local machine.
```bash
git clone https://github.com/mohamedelareeg/WPF-POS.git
3. Open the solution file (RovaPOS.sln) in Visual Studio.
4. Build the solution to restore dependencies and compile the application.
5. Set the startup project to the desired application (e.g., POS, Main).
6. Run the application using Visual Studio.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.