Adding a property is one process. It was several manual builds that had to be done in the right order and in the right shape. It is now a guided setup that produces both, which also removed the failure where a hand-built tracker quietly broke an automation downstream.
A property’s records are in one place by construction. Not because people were asked to file consistently, but because the system that creates them decides where they go.
A change to what is stocked is made once. The catalog sits upstream of every property tracker, so the quarterly seasonal turnover is one edit rather than one edit per property.
Replenishment answers to inventory levels. Linen purchasing is triggered by the level being reached rather than by a person noticing that it was.
Issues have somewhere to land, and the record comes looking for you. An issue goes to a tracker with a durable record attached, so it stays visible until it is closed instead of ending in a conversation nobody can search. The reports do not wait to be opened: they go out by email and name what is still unresolved, including an open issue that gates a guest occupying a property and inventory that needs replenishing before it runs out. Something that would stop an arrival gets raised before the arrival rather than discovered at it.
Whole classes of error stopped being available. A generated tracker cannot be the wrong shape for the automation reading it. A retried submission cannot create a second record, because submission is idempotent. An expense that fails the quality gate cannot be submitted at all. These are not fewer mistakes by people being more careful; they are mistakes the system no longer accepts.
The people who run it are not technical. Five of them run the operation on these systems. That is the actual test of whether something was built for an operation or for its builder.
Stated as an estimate: building one tracker by hand ran to more than two hours, and onboarding a new client to more than forty. Those are my considered estimates from having done the work, not measurements taken from a system. Nothing counted them, and I am not presenting them as counted.