From 54c6757bc7a4be3bc5d51afa246728abaf00c781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Wed, 5 Apr 2023 16:35:29 +0200 Subject: [PATCH] Added some documentation about the stock owner system. --- docs/usage/tips_tricks.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/usage/tips_tricks.md b/docs/usage/tips_tricks.md index a9ca994a..8f5d99f5 100644 --- a/docs/usage/tips_tricks.md +++ b/docs/usage/tips_tricks.md @@ -62,4 +62,8 @@ by calling the `php bin/console partdb:currencies:update-exchange-rates`. If you call this command regularly (e.g. with a cronjob), you can keep the exchange rates up-to-date. Please note that if you use a base currency, which is not the Euro, you have to configure an exchange rate API, as the -free API used by default only supports the Euro as base currency. \ No newline at end of file +free API used by default only supports the Euro as base currency. + +## Personal stocks and stock locations +For makerspaces and universities with a lot of users, where each user can have his own stock, which only he should be able to access, you can assign +the user as "owner" of a part lot. This way, only him is allowed to add or remove parts from this lot. \ No newline at end of file