0% found this document useful (0 votes)
63 views11 pages

Customer Billing App

This document describes a customer billing application developed by Zeinab Mahdi for her CSC 210 course at AL Maaref University, Faculty of Science, Department of Computer Science. The console application allows users to add customer accounts, view and edit account information, and login or logout. It stores first name, last name, address, phone number, amount paid and due amount for each customer. The application uses C++ and libraries including iostream, fstream, and string.

Uploaded by

Zeinab Mahdi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views11 pages

Customer Billing App

This document describes a customer billing application developed by Zeinab Mahdi for her CSC 210 course at AL Maaref University, Faculty of Science, Department of Computer Science. The console application allows users to add customer accounts, view and edit account information, and login or logout. It stores first name, last name, address, phone number, amount paid and due amount for each customer. The application uses C++ and libraries including iostream, fstream, and string.

Uploaded by

Zeinab Mahdi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 11

AL Maaref University

Faculty of Science
Department of Computer Science

Customer Billing Application

Done by: Zeinab Mahdi


Supervisor: Dr Rayan sibai
Course: CSC 210

Fall 2019-2020
Table of contacts
Table of pictures
Introduction

In this project I develop a C++ application that can be used in


many departments store , such as : shops, café,.. This project is a
console application , and its done using visual studio 2015.

The user can use the application to keep records such as first
name, last name, the amount paid , due amount ,payment date ,
etc. moreover the user can view his/her information , edit
account any time he want.

The libraries that are used :

 #include<iostream>
 Fstream
 #include<string>
Implantation

First of all, you must login into the default account , so enter the
username :admin and the password: admin. (you can’t access
into the application through this account unless you create your
own account ).

Fig1-login into default account

Know you can access to the application , through this


application you can : Add account , reset the password, add
administrator, view a desired account , edit information ,logout ,
login with other account , or go back to the homescreen.

Fig2-desired action
To login press number 8 and enter your username and password
Then add account by pressing number 3, when you add account
into the memory you should provide the following information :
first name , last name , address, phone number, and amount paid.

Fig3-account information

A several accounts are added , to view what you want , first


press number 4 , which is view a desired account by typing full
name (ex : zeinab Mahdi ) or account number

Fig4- which customer you want to search

Fig5- account information after search


If you save them and you want to edit any information ,
you can go back and edit by writing the full name of the
person you want to edit his /her information

Fig6- editing information.

Finally , you can go back to the home screen (6) ,close the
application , logout , or login with another user .
Conclusion

You might also like