What a booking’s status means, and where it can go next
A booking moves forward through a fixed set of steps. It is not a free-text field, and the app refuses a move that is not on this table — which is what stops stock being marked back in before it ever went out.
| Status | Can move to |
|---|---|
TENTATIVE | CONFIRMEDCANCELLED |
CONFIRMED | OUTCANCELLED |
OUT | RETURNED |
RETURNED | Nothing — this is the end of the line |
CANCELLED | Nothing — this is the end of the line |