https://github.com/akshaysharmajs/haac-telecom
Basic telecom interface for prepaid and postpaid users.
https://github.com/akshaysharmajs/haac-telecom
cpp
Last synced: 22 days ago
JSON representation
Basic telecom interface for prepaid and postpaid users.
- Host: GitHub
- URL: https://github.com/akshaysharmajs/haac-telecom
- Owner: akshaysharmajs
- Created: 2020-04-09T19:38:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T20:31:42.000Z (about 6 years ago)
- Last Synced: 2025-01-17T01:38:21.698Z (over 1 year ago)
- Topics: cpp
- Language: C++
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HAAC-Telecom
Basic telecom interface for prepaid and postpaid users.
Abstract
--------
There are many mobile operators in the market today but not all of them offer the option of online management user’s information. This project’s main objective to make sure that no customer has to leave the comforts of their home to find any information about their mobile number.This project aims to help the telecom companies handle their databases and provide all the essential information to their customers, for example, talk time left, data balance, SMS balance, caller tunes, their subscriptions etc.
Design Of The Project
---------------------
The project enables a person to register themselves to the mobile operator HAAC Telecom, their information is stored in a file. They can update their mobile numbers, select plans they would like to recharge their mobile phones with. They can access their account information i.e talk time balance, SMS balance, data balance, caller tunes, current plan(for prepaid customer) and bill as on current date (only for prepaid customers).
Implementation
--------------
The project is able to handle a customers databases give them their account information based on their records. The date of recharge has been stored and as per the current date, it can return the number of days left until next recharge. In case of postpaid customer it calculates the bill since the last recharge, thereby using the last bill paid information. The project makes the interface user friendly by providing them real time status of the talk time, SMS and data left. It also provides the customer with a Contact Us option where they can make a call and talk to our representatives.