From b65c21655a0e0749e0a4d529973e8a9ee64d2b84 Mon Sep 17 00:00:00 2001 From: Erwan Rouchet <rouchet@teklia.com> Date: Tue, 1 Apr 2025 16:46:07 +0200 Subject: [PATCH] Suggestion --- content/budgets/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/budgets/index.md b/content/budgets/index.md index 8f1304e1..33f6639c 100644 --- a/content/budgets/index.md +++ b/content/budgets/index.md @@ -18,7 +18,9 @@ Within a budget, **budget entries** represent changes in the funds available on Typically, instance administrators will add budget entries for their user account with positive values through the [administration interface](../deployment/administration.md#administration-interface) to add funds to the budget, and budget entries will be automatically created with negative values when executing a process. -Budget entries can have values ranging from `-999,999,999.999` to `999,999,999.999`. All monetary values are represented in euros (€), but they could be interpreted in any other currency as Arkindex does not directly handle any financial information. +Budget entries can have values ranging from `-999,999,999.999` to `999,999,999.999`. All monetary values are represented in euros (€). + +Using euros, rather than a virtual currency or point system, helps users better grasp how much their processes cost in real money. This is however purely informative. Arkindex does not directly handle any financial information, and does not have an invoice or payment system. ## Browsing budgets -- GitLab