Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.26 KB

File metadata and controls

43 lines (25 loc) · 1.26 KB

HotelManager

A small tool for managing room reservations

Building

Building requires nuget (for the dependencies) and Microsoft Build Tools 2015:

nuget.exe restore
msbuild.exe

Screenshots

  • Create rooms

Alt text

  • Show all rooms

Alt text

  • Reservations for a room

Alt text

  • Add reservations for a room

Alt text

  • Old rooms (not in operation anymore)

Alt text

  • Actual reservations

Alt text

  • Canceled reservations

Alt text

  • Past (completed) reservations

Alt text