The Reservations screen lets you hold a fixed asset for an employee over a specific date range, preventing another user from assigning it in that same period. The system detects date conflicts with existing reservations automatically and blocks the operation if they overlap. Asset owners, operations managers and anyone who needs to plan future use of equipment or goods use it.
In the side navigation menu, click Reservations.
Direct URL: /reservations
| Term | Definition |
|---|---|
| Reservation | A temporary hold on an asset for an employee over a date range. It stops the asset being reserved again in that period. |
| Reservation status | The reservation's life cycle: Reserved (current), Fulfilled or Cancelled. |
| Date conflict | When a new reservation would overlap an existing active (Reserved) reservation for the same asset. The system rejects the operation automatically. |
| Employee | A person in the active employee catalog of the selected company. |
| Asset | A fixed asset registered in the system under the active company. |
Only reservations with Reserved status can be cancelled.
From the row button:
From the context menu:
Click the refresh button (the reload icon) next to New Reservation to reload the table with the latest data.
The table supports column filters. When filters are active, an indicator appears in the screen header along with the number of filtered records. To reset every filter, click Clear filters.
If your account manages more than one company, changing the active company with the company selector refreshes the table and the asset and employee drop-downs automatically to show the selected company's data.
| Column | Description |
|---|---|
| Asset | The reserved asset's code. |
| Employee | The name of the employee the reservation was made for. |
| Start | The reservation's start date (format: month dd, yyyy). |
| End | The reservation's end date (format: month dd, yyyy). |
| Status | The current status: Reserved, Fulfilled or Cancelled. |
| Actions | Shows the Cancel button only for reservations with Reserved status. |
| Field | Type | Required | Description | Validation |
|---|---|---|---|---|
| Asset | Searchable drop-down | Yes | The fixed asset to reserve, filtered by the active company. | An asset must be selected, otherwise the Reserve button stays disabled. |
| Employee | Searchable drop-down | Yes | The active employee the reservation is for, filtered by the active company. | An employee must be selected, otherwise the Reserve button stays disabled. |
| Start date | Date field | Yes | The first day of the reservation. | Cannot be earlier than today. |
| End date | Date field | Yes | The last day of the reservation. | Cannot be earlier than today, nor earlier than the Start date. |
| Notes | Text field (multiline) | No | Remarks or extra comments about the reservation. | No length restriction. |
Available to users with access to the module, as configured by your administrator. No extra role restriction is declared on the screen.
GET /api/v1/reservations). See the API documentation for details.| Symptom | Likely cause | Resolution |
|---|---|---|
| The Reserve button is disabled. | No asset, no employee, or neither has been selected; or the system is saving. | Select an asset and an employee before clicking Reserve. |
| The error "Reservation conflicts with an existing reservation" appears when saving. | The asset already has an active (Reserved) reservation overlapping the dates you entered. | Check the asset's existing reservations and pick a range that does not overlap, or cancel the earlier reservation if it no longer applies. |
| The error "End date must be on or after start date" appears when saving. | The end date is earlier than the start date. | Fix the dates so the End date is on or after the Start date. |
| The Cancel button does not appear on the row. | The reservation is Fulfilled or Cancelled; only Reserved reservations can be cancelled. | A reservation that has already been fulfilled or cancelled cannot be cancelled. |
| The asset or employee list is empty in the dialog. | No Assets or Employees are registered for the active company. | Check that the right company is selected and that Assets and Employees exist in the system. |
| The table shows no data when you open the screen. | The active company has no reservations yet. | Create the first reservation with New Reservation, or click the refresh button to reload the table. |
Was this page helpful?