{"id":28484336,"url":"https://github.com/soumyasahoo14/hotelmanagementsystem-bash-shell","last_synced_at":"2026-05-12T07:32:28.610Z","repository":{"id":295208420,"uuid":"989469426","full_name":"SoumyaSahoo14/HotelManagementSystem-Bash-Shell","owner":"SoumyaSahoo14","description":"A shell-script-based hotel management system featuring login, check-in, check-out, room management, and guest history tracking — all via terminal.","archived":false,"fork":false,"pushed_at":"2025-05-24T15:47:09.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-07T22:06:45.553Z","etag":null,"topics":["bash","cli-app","guest-management","hotel-management-system","linux","shell-script","terminal-app"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SoumyaSahoo14.png","metadata":{"files":{"readme":"READMe.md","changelog":"history.csv","contributing":null,"funding":null,"license":"LICENSE","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":"2025-05-24T06:48:53.000Z","updated_at":"2025-05-24T15:47:12.000Z","dependencies_parsed_at":"2025-05-26T10:32:26.427Z","dependency_job_id":null,"html_url":"https://github.com/SoumyaSahoo14/HotelManagementSystem-Bash-Shell","commit_stats":null,"previous_names":["soumyasahoo14/hotelmanagementsystem-bash-shell"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SoumyaSahoo14/HotelManagementSystem-Bash-Shell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoumyaSahoo14%2FHotelManagementSystem-Bash-Shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoumyaSahoo14%2FHotelManagementSystem-Bash-Shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoumyaSahoo14%2FHotelManagementSystem-Bash-Shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoumyaSahoo14%2FHotelManagementSystem-Bash-Shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SoumyaSahoo14","download_url":"https://codeload.github.com/SoumyaSahoo14/HotelManagementSystem-Bash-Shell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoumyaSahoo14%2FHotelManagementSystem-Bash-Shell/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262608481,"owners_count":23336505,"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":["bash","cli-app","guest-management","hotel-management-system","linux","shell-script","terminal-app"],"created_at":"2025-06-07T22:06:45.567Z","updated_at":"2026-05-12T07:32:28.569Z","avatar_url":"https://github.com/SoumyaSahoo14.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hotel Management System (Shell Script)\n\nA command-line-based hotel management system developed using Bash shell scripting. It helps manage room bookings, guest check-ins, check-outs, and view or search guest information. All data is stored and updated in structured CSV files, making it easy to modify or export.\n\n---\n## 👥Contributors\n- Soumya Jeet Sahoo\n- Abhishek Acharya\n## 📂 Project Structure\n\n| File Name               | Description                                    |\n| ----------------------- | ---------------------------------------------- |\n| hotel.sh                | Main controller script with interactive menu   |\n| admin_menu.sh           | Admin login with interactive options           |\n| reception_menu.sh       | Reception login with different options         |\n| availability.sh         | Displays all rooms with current status         |\n| book\\_room.sh           | Books a selected room by marking it as Booked  |\n| checkin.sh              | Records guest check-in and marks room Occupied |\n| checkout.sh             | Removes guest and sets room to Available       |\n| view\\_guests.sh         | Lists all guests in the system                 |\n| search\\_guest.sh        | Searches guest by name or room number          |\n| view\\_booked\\_guests.sh | Shows only guests who are currently checked in |\n| bill.csv                | Shows bills collected during checkout          |\n| revenue.csv             | Shows total revenues collected                 |\n| rooms.csv               | Stores room details and their status           |\n| guests.csv              | Stores guest details and check-in records      |\n\n---\n\n## 🧰 Features\n\n*  Admin and Receptionist Login\n* 📌 View all room availability (Available, Booked, Occupied)\n* 🍯 Book rooms by guest id generated \n* 🢍 Guest check-in with auto-date and contact info\n* 🧾 Guest check-out with auto-update\n* 🔍 Search guest by name or room number\n*  Revenue Tracking\n* 📋 View all guests or only currently checked-in guests\n* 📁 Data stored in editable .csv files (Excel-compatible)\n\n---\n\n\n\n## ⚙️ How to Run\n\n1. Open Git Bash or terminal in your project directory.\n\n2. Grant execute permissions to all `.sh` files:\n\n   chmod +x \\*.sh\n\n3. Run the main script:\n\n   ./hotel.sh\n\n4. Use the numbered menu to perform operations.\n\n---\n\n## 💠 Technologies Used\n\n* Bash Shell Scripting\n* awk, grep, sed, column (Unix commands)\n* CSV files for lightweight data storage\n\n---\n\n## 🔒 Future Enhancements (Optional)\n\n* Add GUI using Zenity\n* Connect to SQLite for persistent storage\n* Add invoice generation\n* Multi-user support and logging\n\n---\n\n## 👩‍💼 Developed By\n\n* Soumya Jeet Sahoo \u0026 Abhishek Acharya\n* IT Infrastructure Management\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoumyasahoo14%2Fhotelmanagementsystem-bash-shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoumyasahoo14%2Fhotelmanagementsystem-bash-shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoumyasahoo14%2Fhotelmanagementsystem-bash-shell/lists"}