Platform
One account, several properties, one set of numbers
Groups do not need the same system several times over. Stellar HMRI is multi-tenant underneath, so each property keeps its own rooms, rates, staff and currency while the group sees the whole portfolio.
Each property on its own terms
A property in Nairobi bills in shillings with local tax rules while one in Dubai bills in dirhams. Currency, tax label and rate are set per country, not hardcoded for the whole account.
- Per-property currency, locale and tax defaults
- Several countries per organisation
- Branding and portal styling per property
Roles that respect the boundary
Access is enforced in the database, not just hidden in the interface. A receptionist at one property cannot read another property's guests, whatever URL they try.
- Owner, admin, manager, finance and front-desk roles
- Row level security on every table
- A full audit trail of privileged actions
Frequently asked questions
- Can each property bill in a different currency?
- Yes. Currency, locale, tax label and tax rate are configured per country on the organisation, and one is marked the default. Billing, rates and the booking engine all format money accordingly.
- Can a manager be limited to one property?
- Yes. Membership is per property, so a person only sees the properties they belong to. The rule is enforced by row level security rather than by hiding menu items.