The system will have the ability to export data to excel. Excel will be used as a decision support system tool to analyze the data. The data in Excel can also be combined with data from other sources.

Retail store MIS components

  1. Business Procedures Business procedures define how the day to day business transactions must be conducted. The point of sale system will be used to record daily sales. The following list outlines the activities to be done when a customer buys an item

Customer presents items to be purchased to the cash till Cashier searches the system for the presented item in the system to retrieve the price Cashier enters the quantity of the purchased item, and the system computes the total cost. This process is repeated for all the purchased items If a cashier wrongly adds an item or item quantity into the system, they should be able to remove it if the payment hasn’t yet been posted. If the payment has been posted, the cashier should not be able to remove anything. After verifying the total customer bill, the system should allow the cashier to post the customer payment and print a receipt for the customer.

  1. People The users who will be using the system will be cashiers, accountants and inventory control users. All the users must be computer literally and be trained on how to use the point of sale system.
  2. Hardware The point of sale system will Microsoft Access as the database engine. Microsoft access is a standalone database engine and as such, the system will be run on a single computer. The computer used will need to have the following specifications.

A minimum of 1GB RAM A minimum of 10GB free storage space on the local drive where the database will be The computer should run a windows based operating with at least windows XP and above The processor speed should have a minimum of 1GHz

  1. Software The computer that will be used with the system should have the following minimum specifications.

Microsoft based operating system Microsoft Office Suite (Specifically Microsoft Word and Microsoft Access)

  1. Data The day to day business transactions will be stored in a Microsoft Access database.

Point of Sale Database Dictionary

A database dictionary describes the database fields, what they do and the data type. The following describes the tables that we will have in our database. For the sake of simplicity, we will keep the number of tables to only four (4). Products Table Customers Table Suppliers Table Sales Table Sales Details Table

Point of Sale database entity relationship diagram

The entity relationship diagram shows the relationship between tables in the database. The following table describes the relationships between the database tables The following image shows the relationships among the tables in our database.

How a transaction is processed in the system

The system retrieves all customer records from the customers table and populates the drop down combo The cashier clicks on new transaction button. This creates a new record in the sales table and generates a transaction id. The system retrieves all products from the products table and populates the drop down combo The cashier selects a product from the drop-down list. The system keeps the product id and price for the current item. The cashier enters the quantity purchased. The system calculates the subtotal based on the stored price and entered quantity. This process is repeated until all products have been posted into the system. The cashier enters the amount that the customer has paid. The system calculates the change if the customer pays more than the price. Cashier clicks on post payment button. The system updates the;

product quantity at hand in products table updates the amount paid field and marks the transaction as paid in the sales table updates the total purchases field in customers table

Point of Sale Graphical User Interface Screenshots

System main window – this is the entry point into the system. It allows the users to enter data, process transactions, print reports and export sales data to Excel for further analysis. Here we have demonstrated various data entry window used during POS, to give an overview of the field that is filled while performing the transaction.

Point of Sale Window used by cashiers at the cash point

The user interface is designed in such a way that it guides the cashier through the steps involved in posting a successful purchase transaction. Customer data entry window

Products data entry window

Summary

This tutorial shows you the practical steps involved in developing an information system and explained a prototype of a POS (point of sale) system. The system has been developed using Visual Basic for Applications (VBA) in Microsoft Access.