{"id":28625746,"url":"https://github.com/berasumitdev/restaurant-invoice","last_synced_at":"2025-06-12T08:11:21.085Z","repository":{"id":244552404,"uuid":"815540855","full_name":"berasumitdev/Restaurant-Invoice","owner":"berasumitdev","description":" Implement a simple terminal-based restaurant billing system in Java.","archived":false,"fork":false,"pushed_at":"2024-06-17T14:04:19.000Z","size":16827,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T06:40:07.158Z","etag":null,"topics":["collection","java","oops-in-java"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/berasumitdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-15T12:21:59.000Z","updated_at":"2024-06-17T14:04:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"cee8c6e7-5ebb-4264-b9f1-4c76ff2dda68","html_url":"https://github.com/berasumitdev/Restaurant-Invoice","commit_stats":null,"previous_names":["berasumit611/restaurant-invoice","berasumitdev/restaurant-invoice"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/berasumitdev/Restaurant-Invoice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berasumitdev%2FRestaurant-Invoice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berasumitdev%2FRestaurant-Invoice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berasumitdev%2FRestaurant-Invoice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berasumitdev%2FRestaurant-Invoice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/berasumitdev","download_url":"https://codeload.github.com/berasumitdev/Restaurant-Invoice/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berasumitdev%2FRestaurant-Invoice/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259427072,"owners_count":22855564,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["collection","java","oops-in-java"],"created_at":"2025-06-12T08:11:20.152Z","updated_at":"2025-06-12T08:11:21.055Z","avatar_url":"https://github.com/berasumitdev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\r\n# Restaurant Billing System\r\n\u003e 16 June  2024 Updated (Initial)\r\n## Overview\r\nThe Restaurant Billing System is a console-based Java application designed to manage and generate bills for a restaurant. It prompts customers to select meal types (Lunch, Dinner, Starter), choose food items along with their quantities, and then generates a detailed invoice displaying the selected items and the total amount due. The system employs object-oriented programming principles for a clean and maintainable code structure.\r\n## Features\r\n- __Welcome Message:__ Displays a friendly welcome message to the customer.\r\n- __Meal Type Selection:__  Allows the customer to choose between Lunch, Dinner, or Starter.\r\n- __Menu Display:__ Shows the menu for the selected meal type along with item prices.\r\n- __Item Selection:__ Customers can select food items and specify quantities.\r\n- __Order Management:__ Adds selected items to the order list and allows multiple items to be added.\r\n- __Invoice Generation:__ Calculates the total price and generates a formatted invoice.\r\n## Technology\r\n- Java OOPS Conceps\r\n- Java Collection framework\r\n## Project Structure\r\n```\r\n.\r\n└── Restaurant_Billing_System/\r\n    ├── src/\r\n    │   └── main/\r\n    │       └── java/\r\n    │           └── restaurant/\r\n    │               ├── model/\r\n    │               │   ├── FoodItem.java\r\n    │               │   ├── Order.java\r\n    │               │   └── OrderItem.java\r\n    │               ├── service/\r\n    │               │   └── RestaurantBillingSystem.java\r\n    │               └── admin/\r\n    │                   └── [FUTURE SCOPE]\r\n    ├── .gitignore\r\n    └── README.md\r\n```\r\n## Example Output\r\n```\r\n-----INVOICE-----\r\nSpring Rolls        |   2 |      11.98\r\nGarlic Bread        |   3 |      11.97\r\nStuffed Mushrooms   |   6 |      41.94\r\nChicken Sandwich    |   2 |      15.98\r\nSpaghetti           |  10 |     129.90\r\n-------------------\r\nTotal:                          211.77\r\n\r\n```\r\n## Contributing\r\nIf you would like to contribute to this project, please fork the repository and create a pull request with your changes. For major changes, please open an issue first to discuss what you would like to change.\r\n\r\n## Reference\r\n[tree.nathanfriend.io](https://tree.nathanfriend.io/) - Very useful for creating project structure.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberasumitdev%2Frestaurant-invoice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberasumitdev%2Frestaurant-invoice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberasumitdev%2Frestaurant-invoice/lists"}