Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mominaamjad/combined-billing-system
The Combined Billing System is a management system developed in Java that makes the use of 5-dimensional array to store and manipulate bills and from them, generate reports.
https://github.com/mominaamjad/combined-billing-system
java management-system multidimensional-arrays problem-solving semester-2
Last synced: 8 days ago
JSON representation
The Combined Billing System is a management system developed in Java that makes the use of 5-dimensional array to store and manipulate bills and from them, generate reports.
- Host: GitHub
- URL: https://github.com/mominaamjad/combined-billing-system
- Owner: mominaamjad
- License: mit
- Created: 2024-07-21T10:02:19.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T10:48:33.000Z (4 months ago)
- Last Synced: 2024-07-21T13:08:13.336Z (4 months ago)
- Topics: java, management-system, multidimensional-arrays, problem-solving, semester-2
- Language: Java
- Homepage:
- Size: 526 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Combined Billing System
A billing system made using 5-dimensional array and file system in Java
## Overview
The Combined Billing System is a Java-based application designed to manage and generate billing records. This system handles various billing operations, including generating monthly billing records for different utilities. Built with Java, this project showcases a practical implementation of file handling and user interaction in a console-based environment.### Features
- **Dynamic Billing Records**: Generates billing records for various utilities (gas, electricity, water, phone, internet) based on user input.
- **Monthly File Generation**: Creates monthly billing files named with the format `MMMYYYY` (e.g., `Jan2022`, `Feb2022`).
- **User Interaction**: Provides a console-based user interface to insert values, delete records, and swap billing data.
- **Flexible Data Handling**: Supports data insertion, deletion, and file management.### Built with
- ![Java](https://img.shields.io/badge/java-007396?style=for-the-badge&logo=java&logoColor=ffffff)## Installation
1. **Clone the Repository**:
```sh
git clone https://github.com/mominaamjad/combined-billing-system.git