Skip to content

v0.1.0 (HM system)

Choose a tag to compare

@L-Malakar L-Malakar released this 19 Aug 18:44
· 28 commits to main since this release
cd9256e

Overview

First official release (v0.1.0) of the Hotel Management System built with C++. This standalone CLI application manages hotel room bookings, food ordering, customer services, and administrative controls.

Key Features

  • User Management: User registration, login system, and password recovery functionality.
  • Room Booking & Allocation: Check real-time room status (15 rooms total), automated seasonal pricing based on member counts, and room recommendations.
  • In-House Services: Integrated food ordering menu and room service request options.
  • Billing & Receipts: Integrated bill calculations (Room + Food + Services) with support for cash, UPI, card, and online payment methods.
  • Customer Interaction: Quiz mini-game to unlock free bookings, feedback ratings, complaint reporting, and a lost-and-found module.
  • Admin Panel: Password-protected dashboard to monitor booking histories, manage checkout security passwords, view complaints, and check feedback.

Fixed in this Version

  • Added safe input stream clearing (readInt()) to prevent infinite input loops when entering non-numeric menu choices.

Downloads & Execution

  • Executable: Download HM-system.exe attached below.
  • Requirements: Windows 64-bit OS. No extra installation or external C++ runtime dependencies required.