DESIGN AND IMPLEMENTATION OF COMPUTER BASED INVOICE GENERATING SYSTEM

0
637

ABSTRACT

Design and implementation of computer based invoice generating system is one that generates a commercial recording document for both buyer and seller. It also identifies trading parties and list, describes and quantifies the items sold. Different record keeping systems has been practiced by different companies in this country Nigeria. This has resulted in not having a comprehensive data base for invoice recording. This has led to customers wasting a lot of time in an attempt to collect the manual invoice. Also there is poor accountability which has led to the embezzlement of fund. Design and implementation of computer based  invoice generating system is aimed at building a web database for storing and recording of goods sold with invoice id number, giving account of invoice generated within a specified period of time and helps to manage and record payment. The methodology used is UNIFIED MODELING LANGUAGE (UML). UML is a standardized modeling language enabling developers to specify, visualize, construct and document artifacts of the system. The researcher used this methodology in the design of the software and it was implemented using notepad++ on a Microsoft windows system using HTML codes, PHP, CSS, and MySQL language for the relational database. The result gotten from this project was a computer based invoice generating system whereby the users of the system have to create account before having access to use the system and admin is the only person that has the privilege to edit, delete an invoice that is discarded by a customer.

CHAPTER ONE

INTRODUCTION

  1. BACKGROUND OF STUDY

Record Keeping is the process of collecting, inputting, storing, classifying summarizing and interpreting data. Record keeping has two facets – financial record keeping and managerial record keeping such as date, address, number of goods purchased, unit price of goods, description of the goods, total amount of specified goods and ground total of all the goods (items) listed in the invoice. The basic purpose of financial record is to assist decision makers in evaluating the financial strength, profitability and future prospects of a business.

The purpose of financial record keeping is to produce financial statement about a business entity. Therefore, this study has been narrowed down to the record keeping system that has been practiced by different companies in Nigeria.

Automatic invoice generation system uses a sequential order of list of items that are entered in an invoice platform, to generate an invoice with items and its price per unit from the relational data base.The system automatically summarizes the listed items due for transactions in the ordered goods document and stores them in the invoice table.

But when invoice information is created manually, the system does not adhere to any sequence/summarization rules you have defined. Rather you manually control the sequence/summarization logic in the way you manually create the pay items.

  1. STATEMENT  OF THE PROBLEM
  1. AIM AND OBJECTIVES OF STUDY

The objectives include to develop a system that can:

  1. Store and record all the goods sold with an invoice id number.
  2. Manage and record payments.
  3. Provide a unique identification number.
  4. Give account of income generated within a specified period of time,
    1. SIGNIFICANCE OF STUDY

With growth of information technology, the study offers numerous values in sales invoice recording system.

  1. Customers get good services, which include assurance of goods purchased: with this system the company knows that the customer can easy track them down if any of the goods sold to him/ her substandard goods or refurbished and with this the company will make it as a law to abide with the selling of original goods.
  2. It will provide efficient, effective and timely services: there is no much time wasted when someone is using this system to run his/her business.
  3.  Corruption will be reduced: the apprentice hired to assist to attend to customers will not have access to the admin dashboard so that there won’t temper with the price of the goods sold.
  4. There will be no conflict between the company and the customers since terms and conditions are clearly stated.
  5. To make report and company audition easy and accountable: annual report writing will be easy since the system have a way of searching all the invoice produced with the customers’ business name and identification number of the invoice which make the invoice more authenticity in the labour market.
DESIGN AND IMPLEMENTATION OF COMPUTER BASED INVOICE GENERATING SYSTEM