Skip to content
This repository was archived by the owner on Jul 15, 2026. It is now read-only.

Commit 4f36ba0

Browse files
resources: procurement: document how to make a procurement request (#12)
* resources: procurement: doc how to make a procurement request --------- Co-authored-by: Nicolas CARPi <nico-git@deltablot.email>
1 parent 0384bf2 commit 4f36ba0

6 files changed

Lines changed: 42 additions & 4 deletions

File tree

docs/usage/user-guide/resources.md

Lines changed: 42 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ See [Links](./experiments#linked-resourcesexperiments) section.
4141

4242
Furthermore, Resources can be made bookable, see section below.
4343

44+
4445
## Booking Resources
4546

4647
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
4950
<figcaption>Scheduler page.</figcaption>
5051
</figure>
5152

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
5554

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.
5756

5857
<figure>
5958
<img src="/img/resource-activate-booking.webp" width="500" alt="activate booking parameters" />
@@ -88,3 +87,42 @@ The scheduler page loads with the selected item:
8887
</figure>
8988

9089
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+
<img src="/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+
<img src="/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.
112+
113+
<figure>
114+
<img src="/img/resources-proc-made.webp" width="900" alt="Procurement request confirmation message" />
115+
<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.
119+
120+
<figure>
121+
<img src="/img/resources-proc-team-page.webp" width="900" alt="Procurement requests management page" />
122+
<figcaption>Manage procurement requests from the Team page.</figcaption>
123+
</figure>
124+
125+
<figure>
126+
<img src="/img/resources-proc-change-state.webp" width="300" alt="Change state of procurement request" />
127+
<figcaption>Change state of the procurement request.</figcaption>
128+
</figure>
7.39 KB
Loading
3.1 KB
Loading
7.05 KB
Loading
8.15 KB
Loading
24.5 KB
Loading

0 commit comments

Comments
 (0)