Telecom Billing Management System is a simple console-based application written in C. This system allows users to manage subscriber records, process payments, and generate reports.
- [Features]
- [Getting Started]
- [Prerequisites]
- [Installation]
- [Usage]
- [Contributing]
- [License]
- Add new subscriber records with phone numbers, names, and amounts.
- List subscriber records in ascending order by phone number.
- Modify existing subscriber records.
- Process payments for subscribers and maintain a payment history.
- Search for subscriber records based on phone numbers.
- Display payment history for a specific subscriber.
- Generate a report with sorted subscriber records.
- C Compiler (e.g., GCC)
-
Clone the repository:
git clone https://github.com/Ananya020/telecom-billing-management.git
-
Compile the program:
gcc telecom_billing.c -o telecom_billing
-
Run the executable:
./telecom_billing
USAGE
-- Follow the on-screen instructions to navigate through the menu and perform various operations.
CONTRIBUTING
--If you'd like to contribute to this project, please follow these steps:
Fork the repository. Create a new branch: git checkout -b feature/new-feature. Make your changes and commit them: git commit -m 'Add new feature'. Push to the branch: git push origin feature/new-feature. Submit a pull request.
License
--This project is licensed under the MIT License.