Cafe Point of Sale in C# Free Source Code
This is a Point of Sale System Project for a Cafe. It is a software-based application that helps to manage the sale transaction of Cafe businesses. The application calculates the total amount to pay the customer and prints a simple receipt after payment succeeds.
About the Cafe Point of Sale System
This project was developed using C# and MS SQL SERVER for the Database. The project requires the users' to submit/log in their system credentials in order to access the functionalities of this application. The user can add new categories and products to the list. Talking about the main feature, the user can simply select the product by selecting the product category at first to display all available products under the selected category, and by simply clicking the product image, the product will be enlisted in the list box on the right panel of the UI and the Total Payable Amount will be automatically computed. To remove a product/s from the list, the user must select the product in the list and click the delete button. When the user clicks the "Pay" button, the payment form will be shown and the user will enter the customer's tendered amount. After the payment submits, the customer change will be shown and print options of the receipt will be shown afterward. After the payment process succeeds, the list will be automatically renewed. The system is easy to use and the source code is free to download.
Features
- Login
- User Registration
- Add New Category
- Add New Product
- Create Sale Transaction
- Manage Payment
- Display Calculated Change
- Generate Printable Receipt
How to Run
Requirements:
Download and Install the Following
- Microsoft Visual Studio Software 2013 or later version
- MS SQL Express Server
Setup
Download
andExtract
the provided source codezip
file. (download button is located below)- Locate the solution file inside the extracted source code folder. The file is known as
NewPOS.sln
- Open the
Solution
file with your MS Visual Studio Software. - Press the
F5
key on your keyboard to run the application
Sample Access Information
Username: Jovan
Password: 123
Demo
That's it! You can now test and explore the features and functionalities of this Cafe Point of Sale System project using C#. Feel free to download and modify the source code the way you desire. I hope this project will help you with what you are looking for.
Enjoy :)
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
how can i delete or update
Username and Password
Add new comment
- Add new comment
- 14603 views