Giter Site home page Giter Site logo

customer_design_system's Introduction

CLI-Driven Point of Sale (POS) System

Python

This is a Point of Sale System (POS). It allows a user to accept Customer, Product and make purchases. The aim is to allow the user to keep track of the sales within their system. Imagine you have a store like the Loyverse and you own a small store or Kiosk which acts as a shop or distribution system. In order to track the records and the number of customers making purchases. You would need a Point of Sale system right at your pocket. It would allow you to update inventory records and furthermore make purchases from a customer.

Project Description

The POS system has the following functions that can be performed.

CUSTOMERS

  1. Adding a customer.
  2. Deleting a customer.
  3. Viewing the customer records.
  4. Editing/ modifying the customer details.

PRODUCTS

  1. Adding/ inserting a product into the records.
  2. Viewing all product items in the record.
  3. Deleting a product from the record.
  4. Updating / modifying a product in the records.

PURCHASE

  1. Make a purchase.

The POS system has been written using python 3.10.1 and is supporting by versions of python 3.6+. The storing of the data uses the python's csv module.

What the program does is that when we run python main.py, it will first introduce you to the POS system using the menu above for those particular functionalities.

Installation

If you are using either Mac OS or Linux you could follow these steps. On your terminal, on Mac you would press Control + Option + Shift + T and in linux Control + Alt + T. Then copy and paste the command.

git clone https://github.com/Rioba-Ian/Customer_Design_System.git

After that you would move into the directory itself.

cd Customer_Design_System

You would confirm your installation using the ls keyword to list the file directories inside. You would need to have a main.py file in your folder.

If your installation happened correctly. You would just run the main.py file as follows.

python3 main.py

For windows installation would happen abit differently. You would follow the following steps.

Your windows terminal, is called using the CMD. You would press Control + R, it will bring a small dialog box called Run. Write in the dialog menu, cmd. After that a black window menu shall be brought. Inside it, write the following commands.

git clone https://github.com/Rioba-Ian/Customer_Design_System.git

After that you would move into the directory itself.

cd Customer_Design_System

Also confirm that your installation is correct by using the ls keyword to list the file directories inside. You would need to have a main.py file in your folder.

If this happened correctly, you would need to run the following command:

python main.py

If it doesn't run, then python has not been installed correctly. This would mean that either python is not installed or is not in correct path of you #$PATH. I would recommend that you follow this Link.

customer_design_system's People

Contributors

rioba-ian avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.