GithubHelp home page GithubHelp logo

hilarykinyua / point-of-sale Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dev-techguy/mycloud

0.0 1.0 0.0 10.82 MB

This is a point of sale software, you can follow the instructions on how to install and use.

point-of-sale's Introduction

Save Today,Save Tomorrow


Mycloud is a POS software that has the following features.

  • Stock taking.
  • Three Levels of users (Super admin, admin and users)
  • Real time stock analysis.
  • Receipt, printing and invoicing.
  • Supplier management and payment.
  • Set-up and find more.

Help and docs

Software Requirements

Before installing the software you have to install the following.

Software Architecture

The software currently performance well on windows 7, 8 and 10 only.

Software Download

Here you can download the repository to get the .exe and database file.

Software Installation

Step 1 (Database Set-up)

Step 2 (SQL GRANT)

After creating database, next is to grant permissions. This are the steps.

  • Run cmd as administrator.
  • Navigate to cd xampp/mysql/bin.
  • Type in the terminal mysql -u root. Remember no password will be required just hit return key.
  • Copy and Paste the code below.
CREATE USER 'mycloud'@'localhost' IDENTIFIED BY '12345678';
GRANT ALL PRIVILEGES ON mycloud.* TO 'mycloud'@'localhost';
FLUSH PRIVILEGES;

Step 3 (Running set-up)

  • Through your browser http://localhost/phpmyadmin import mycloud.sql to the database you created earlier.
  • Then run the mycloud.exe setup.

Step 4 (Credentials)

After successful installation, you will be redirect to login page.

  • Login as admin | username = mycloud | password = 12345678.

  • Login GUI

Security Vulnerabilities

For any security vulnerabilities, please email to TechGuy.

License

This software licensed under the EULA LICENSE.

point-of-sale's People

Contributors

general-oisebe avatar dev-techguy avatar

Watchers

James Cloos 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.