📋
Computer Science Department
📄 Pages: 65 🧠 Words: 6151 📚 Chapters: 5 🗂️️ For: PROJECT
👁️🗨️️️ Views: 344
CHAPTER ONE
INTRODUCTION
1.0 Introduction
Effective billing and collection systems are a critical component for ensuring the viability of a service provider. Improving billing and collection activities has an immediate impact on the revenue streams of a service provider that can, in turn, help the service provider in improving services. However, while effective billing and collection practices depend on many internal factors(including customer databases, the extent of metered and unmetered service provision, tariff and billing structures, delivery of bills, and facilities for customer payments), the institutional arrangements under which service providers operate and provide services determine whether such practices will remain sustainable in the long term. Efficient billing and collection practices can set incentives for the provider to effectively charge and collect gas bills while also fulfilling a commercial orientation to services [1].
The introduction of smart metering is one of the core elements in recent European policies targeting the environmental sustainability and the competitiveness of gas and electricity markets. Many utilities today are evaluating the potential benefits of Smart Metering for all utility stakeholders. Smart Metering gives customers real-time consumption information via display device that translate the meter reading into a form the customer can easily understand. These devices help customers change their consumption, should they wish to do so, without having to wait for the end of the month or the end of the quarter to view the results from conservation initiatives. Displays tailored to the specific needs of the user, such as those comparing current use with neighborhood averages or with consumption in previous months, may help consumers further focus on conservation. Utilities can use time-of-use or interval data to better analyze and manage supply portfolios and the scheduling of generation or supply withdrawal from storage fields or reservoirs. Interval data matched to customer type and location is particularly helpful in identifying needs for network or pipeline repairs or changes. It can also point to the location and size of leaks or theft. Some Smart Metering systems permit meters to send "last gasp" messages when they are going out of service. These help utilities identify the location and extent of an electrical outage or a break in a gas main [2].
1.1 Theoretical Background
The technology used to implement the system is database management technology. Microsoft Access 2003 was used as the back end while Visual BASIC 6.0 was used to create the interface. Database technology aid the storage of information for easy retrieval and updating. For instance, the source code below queries the database using adodc control:
Private Sub Command1_Click()
Adodc1.Recordset.Filter = "TRANSACTION_DATE ='" & Text1.Text & "'"
End Sub
Fig 1.1: Gas bill database query form
1.2 Statement of the Problems
The following problems were identified:
This situation therefore warrants an automated gas billing system.
1.3 Aim and Objectives of the Study
The aim of the study is to develop an automated gas billing system that will help in maintaining record of customers' gas bill. The following are the specific objectives of the study:
1.4 Significance of the Project
The significance of the study is that it will facilitate accurate computation of gas bills and also aid the easy management of customers' gas bill records of God is Good gas company, it will aid in eliminating errors associated with the computation of gas bill and provide an instant means of updating gas billing records. The study will also serve as a useful reference material to other researchers seeking for information relating to the subject.
1.5 Scope of the Study
This study covers Automated Gas billing system, a case study of God is good gas company, Ikot Ekpene. It is limited to keeping of gas bill records.
1.6 Organization of the Research
This research work is organized into five chapters. Chapter one is concerned with the introduction of the research study and it presents the preliminaries, theoretical background, statement of the problem, aim and objectives of the study, significance of the study, scope of the study, organization of the research and definition of terms.
Chapter two focuses on the literature review, the contributions of other scholars on the subject matter is discussed.
Chapter three is concerned with the system analysis and design. It presents the research methodology used in the development of the system, it analyzes the present system to identify the problems and provides information on the advantages and disadvantages of the proposed system. The system design is also presented in this chapter.
Chapter four presents the system implementation and documentation, the choice of programming language, analysis of modules, choice of programming language and system requirements for implementation.
Chapter five focuses on the summary, constraints of the study, conclusion and recommendations are provided in this chapter based on the study carried out.
1.7 Definition of Terms
Bill - A written statement of how much money is owed for items purchased or services provided.
Gas - A substance that is neither a solid nor a liquid at ordinary temperatures and has the ability to expand infinitely
Database - A systematically arranged collection of computer data, structured so that it can be automatically retrieved or manipulated.
SMART - Self Monitoring Analysis and Reporting Technology
System - A collection of related parts working together to achieve a particular goal.
Revenue - Money that comes into business from the sales of goods or services
Tariff - A list of fees, fares or other prices charged by a business
📄 Pages: 65 🧠 Words: 6151 📚 Chapters: 5 🗂️️ For: PROJECT
👁️🗨️️️ Views: 344