Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.34 KB

File metadata and controls

44 lines (33 loc) · 1.34 KB

MyLocalPOS

MyLocalPOS is a modern, point-of-sale (POS) system designed for small to medium-sized businesses. It provides a simple and efficient way to manage products, sales, and inventory.

Features

  • Dashboard: Get a quick overview of your business with key statistics like total products, sales, and revenue.
  • Product Management: Easily add, edit, and delete products from your inventory.
  • Point of Sale: A simple and intuitive interface for processing sales. Scan barcodes, add products to the cart, and complete transactions quickly.

Screenshot

MyLocalPOS Dashboard

Getting Started

To get started with MyLocalPOS, you will need to have the .NET SDK installed.

  1. Clone the repository:
    git clone git@github.com:iinsys/MyLocalPOS.git
    
  2. Navigate to the project directory:
    cd MyLocalPOS
    
  3. Build the application:
    dotnet build
    
  4. Run the application:
    dotnet run
    

Contributing

Contributions are welcome! If you would like to contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them with a descriptive message.
  4. Push your changes to your fork.
  5. Create a pull request to the main repository.