Git Product home page Git Product logo

cashregister's Introduction

System overview

The Virtual Cash Register System was written to provide a simple alternative to a paper driven procedure. Searching the internet for inexpensive cash registers that could be easily moved, netted no results. Any software found was tied to a particular hardware device or some other accounting software.

Both accounting and marketing requirements were addressed. Accounting wants control and financial information, they do not need information about products sold whereas the marketing people need that information.

Therefore, the following criteria was used to develop the Virtual Cash Register.

  • Simplicity
  • Minimum Security
  • Portability

The system was developed with the idea that other organizations might want to use some components of the system. We submitted this system to Github and PHP,both open source enablers,so that others can use and improve the system. System features

  • Price look-up for items.
  • Automatic Michigan Sales Tax computation. (SimpleCart has other tax plans)
  • Allows manual entry of items not on the look-up list.
  • Provides product movement visibility.
  • Provides purchased product accountability.

System Requirements

  • Devices that can connect to the internet.
  • Devices that have javascript enabled (desktops, laptops, tablets and cell phones)
  • Trained Virtual Cash Register users or a person to transcribe the paper records after the shift.
  • PHP
  • MySql
  • javascript enabled
  • Jquery
  • Jqueryui
  • Dough(nathansearles/Dough) for jquery cookies
  • jTable.org
  • Bootstrap (getbootstrap.com)?
  • SimpleTest (http://www.simpletest.org/)
  • simpleCart.js (http://simpleCart.org)

System Possibilities

With the incorporation of latest simpleCart.js, it is possible to install credit card payments using Paypal, Google Pay, Yahoo Pay, or Amazon.

Things To Do

  • Automated void and return procedure
  • Spreadsheet output
  • Apply discounts to cart.
  • Apply discounts to item.

System Components

Clerk file

Has fields for name, password, phone number and role. There are presently three roles, clerk, manager and administrator(webmaster). Department File

Has fields for name and tax calculation data. Product Look-up file (PLU)

Has fields for name, department, unit price and a price override field to allow clerk to modify the unit price. (Currently not implemented) Tax file

Contains tax calculation data for various taxes. Currently only has Michigan Sales tax information. Transaction File

Collects information pertaining to:

  • Date of transaction
  • Transaction type (currently only sale)
  • Clerk identification number
  • Department identification number
  • Product Look-up identification number(PLU)
  • Quantity
  • Description of item
  • Unit Price
  • Tax
  • Transaction amount

Configuration File

This file must be created at implementation time and it should contain the following entries:

  • define('ORGNAME_DEF','The name of your organization');
  • define('ORGADDRESS_DEF', 'Address');
  • define('ORGCITY_DEF', 'City');
  • define('ORGSTATE_DEF' , 'state');
  • define('ORGZIP_DEF' , 'zip');
  • define('ORG_TOP_PHRASE' , 'A phrase that you would want to be on top of a printed receipt');
  • define('ORG_BOTTOM_PHRASE' , 'A Phrase that you would want to be on the bottom of a printed receipt');
  • define('HOST_SERVER', 'The host server');
  • define('DATABASE_USERNAME', 'username');
  • define('DATABASE_PASSWORD', 'password');
  • define('DATABASE_NAME' , 'data base name');
  • define('WEBMASTER_NAME' , 'webmasters name');
  • define('WEBMASTER_ADDRESS' , 'your webmasters address');
  • define('WEBMASTER_EMAIL' , 'Your webmasters email address');
  • define('MANAGER_NAME' , 'Your managers name');
  • define('MANAGER_ADDRESS' , 'your managers address');
  • define('MANAGER_EMAIL' , 'Your managers email address');

Proxy Entry

This system is designed to capture transactions as they occur by the operator of the Virtual Cash Register which not only provides the accounting control but also provides marketing information. However, the Proxy Entry function allows some authorized person to enter only the accounting information from the paper shift reports provided by operators who either lack the hardware, and/or skill to use the Virtual Cash Register, at a later time.

Index screen

Index screen

  • controls log in validation
  • Provides Managers with reporting and control features. Manager scren

Register screen

Register Screen Provides register personnel with transaction input capabilities and a log out button to end their shift.

![Log out screen]

Presents a mini-report of the actions taken during their shift and a button to send the information to their manager.

cashregister's People

Contributors

graynwhite avatar

Stargazers

 avatar

Watchers

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