Room type vs room unit
A room type is what you sell — “Sea View Double”; a room unit is an actual room — 204. One type contains many units.
Worked example
- A property has 14 Sea View Doubles. On a given night, 13 are sold.
- Type-level availability says "1 Sea View Double free" and cannot say which.
- Unit-level says 207 is free — which matters when the guest asking is the one who stayed in 207 last year.
Why it matters
Software that only models types starts lying the moment you have two of something. It can tell you a Sea View Double is free; it cannot tell you whether 204 or 205 is the free one.
That gap is where the notes-in-a-booking workaround lives, and it fails the moment the person who remembers is off.
The distinction also decides whether housekeeping can work from the system. A board that tracks types tells a housekeeper that one of fourteen rooms needs cleaning, which is not information anyone can act on.
In MangoHost
Both levels are modelled. The type holds the rate, the photos and the capacity; the units underneath are the real rooms, individually assignable, and housekeeping works at the unit level.
Rooms & unit inventory →Related terms
MangoHost gives Philippine properties these numbers without a month-end spreadsheet. Book a 30-minute walkthrough and see them on your own rooms.