You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage/user-guide/resources.md
+42-4Lines changed: 42 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ See [Links](./experiments#linked-resourcesexperiments) section.
41
41
42
42
Furthermore, Resources can be made bookable, see section below.
43
43
44
+
44
45
## Booking Resources
45
46
46
47
It is possible to use the scheduler (calendar) present on the Scheduler page to book Resources.
@@ -49,11 +50,9 @@ It is possible to use the scheduler (calendar) present on the Scheduler page to
49
50
<figcaption>Scheduler page.</figcaption>
50
51
</figure>
51
52
52
-
## Making a Resource bookable
53
-
54
-
To book a Resource, it must be made bookable. Resources are not bookable by default.
53
+
### Making a Resource bookable
55
54
56
-
To make a resource bookable, open its page and click the `Modify booking parameters` button from the toolbar.
55
+
Resources are not bookable by default. To enable bookings for a resource, open the resource's page and click the `Modify booking parameters` button in the toolbar.
@@ -88,3 +87,42 @@ The scheduler page loads with the selected item:
88
87
</figure>
89
88
90
89
You can now move on to the [Scheduler](./scheduler) section to see how to work with your events.
90
+
91
+
## Making a Resource procurable
92
+
93
+
Resources are not procurable by default. To enable procurement for a resource, you must configure its procurement parameters.
94
+
95
+
Open the resource you want to make procurable and click the Modify procurement parameters button in the toolbar.
96
+
97
+
<figure>
98
+
<imgsrc="/img/resources-make-procurable.webp"width="650"alt="Make a resource procurable" />
99
+
<figcaption>Make a resource procurable.</figcaption>
100
+
</figure>
101
+
102
+
In the dialog that opens, enable the procurement option and configure the available procurement settings as needed. Once saved, the resource will be available in the procurement system.
103
+
104
+
Once procurement is enabled, clicking the same button again will open the procurement modal, allowing you to place an order for the item.
105
+
106
+
<figure>
107
+
<imgsrc="/img/resources-proc-request.webp"width="450"alt="Place an order" />
108
+
<figcaption>Place an order for your item.</figcaption>
109
+
</figure>
110
+
111
+
After an order is submitted, a confirmation message is displayed on the resource page to inform the requester that the procurement request has been recorded.
<figcaption>A confirmation message is displayed after placing a procurement request.</figcaption>
116
+
</figure>
117
+
118
+
Procurement requests can then be managed from the Team page under the **Procurement requests** tab, where team members can review pending requests, track quantities, and update their status.
0 commit comments