Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 19 additions & 4 deletions content/applications/productivity/appointments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,26 @@ designates one or more resources that can be used in combination to handled a bi
*Linked resources* are only used when using the :ref:`auto-assign <appointments/configure>`
:guilabel:`Assignment Method`.

Lastly, add a :guilabel:`Description` for this resource.
Lastly, add a :guilabel:`Description` for this resource. The contents of the :guilabel:`Description`
tab are visible to customers when booking an appointment online.

.. note::
The contents of the :guilabel:`Description` tab are visible to customers when booking an
appointment online.
Resource capacity
~~~~~~~~~~~~~~~~~

When booking an appointment based on resource availability, the website only displays capacity up to
`12`. This occurs even if the resource has a higher capacity. To avoid this, a new *System
Parameter* needs to be added to the database.

First, ensure that :ref:`developer mode <developer-mode>` is enabled. Then, navigate to the
:menuselection:`Settings app --> Technical --> Parameters --> System Parameters`. Click
:guilabel:`New` to add a new parameter.

In the :guilabel:`Key` field, enter `appointment.resource_max_capacity_allowed`. In the
:guilabel:`Value` field, enter the maximum capacity that should be allowed. Click
:icon:`fa-cloud-upload` :guilabel:`(Save manually)` when finished.

.. image:: appointments/system-parameter.png
:alt: The new system parameter for capacity limits.

.. _appointments/configure:

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.