You are on page 1of 12

BANGLADESH UNIVERSITY OF BUSINESS & TECHNOLOGY (BUBT)

FACULTY OF ENGINEERING & APPLIED SCIENCES


DEPARTMENT OF ELECTRICAL & ELECTRONIC ENGINEERING

PROJECT TITLE : CUSTOMER BILLING SYSTEM


SUBMITTED TO

Sabbir Hossain
Teaching Assistant, Department of EEE, BUBT.­­
Mobile No: +8801537196101

SUBMITTED BY

INTAKE : 33 GROUP : A
NAME ID MOBILE EMAIL
Md. Nazmul Islam 20213208001 01628506775 nazmul98w@gmail.com

Md. Nashim Uddin 20213208003 01793254141 nashimuddin4141@gmail.com

Md. Abdullah Al 20213208005 01309529025 isaratabdullah@gmail.com


Isarat
Md. Imrul Sardar 20213208006 01706171629 imrulfardous@gmail.com

Jannatul Hossen 20213208010 01610560824 jannatulhossen75@gmail.com

Md. Jannatun Naim Imran – 17182108013 (23 rd Intake)


ACKNOWLEDGEMENT

We express our gratitude and sincere thanks to our teacher Sabbir Hossain, Department of Electrical and Electronic
Engineering, BUBT for his gracious efforts and keen pursuit, which has remained as a valuable asset for the successful
of our project report.
His dynamism and diligent enthusiasm have been highly instrumental in keeping our spirits high. His flawless and
forthright suggestions blended with an innate intelligent application have crowned our task with success.
We truly appreciate and value his esteemed guidance and encouragement from the beginning to the end of this thesis.
We are indebted to him for having helped us shape the problem and providing insights towards the solution.
At last, but not the least we are highly thankful to the Almighty, who has given us the courage and wisdom throughout
this whole journey.
INTRODUCTION

Customer Billing System Project is a basic console application created to show the actual use of the C
programming language and its capabilities as well as to develop an application that can be used to charge
customers in any department store, shop, café, etc.
You may use this program to keep track of your frequent customers' information such as name, address, phone
number, paid amount, due amount, payment date, and so on. You may also add and update accounts at any moment
if you have a new client.
The Customer Billing System Project in C source code was created entirely in the C programming language, with
no graphics.
User Defined Functions Used

Although graphics has not been used in this project, the application of user defined functions and structures have been
effectively used here. The major user defined functions used in this C project are:

 int compare()
 void product()
 void customer add()
 void customer panel()
 int main()
Features

 It can hold any number of accounts and account can be added to the program at any time.
 The programming of simple calculations such as calculation of due amount, balance etc. have been embed in the
code of project.
 The Customer Billing System project in C gives you the facility of searching the account by two ways, either by
name of the customer or by the number of customers.
 The due amount to be paid is shown as negative balance.
If you have nothing to do with the program, you can directly exit from the main menu
Output Screen
Final Words

The project may be utilized in a variety of ways. For starters, the created application file can be used. Second,
the C source code for the Customer Billing System project may be used to learn about C programming and its
many features, such as user defined functions, structures, and so on. It is strongly discouraged to submit this C
project as your college/school C project without making any changes.

You might also like