From 60ad4c36aa07ba599dba830bee283ca371e9581e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Tue, 18 Feb 2025 12:00:12 +0100
Subject: [PATCH] DOC: add documentation

---
 README.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4023965..3b3cafc 100644
--- a/README.md
+++ b/README.md
@@ -16,10 +16,20 @@ Mount the custom folder by adding it to the `profile.yml`. E.g.
 Also, you need to add the python package to the scripting interface in the
 profile:
 ```
-TODO
+  scripting:
+    packages:
+      loanpy:
+        mode: "copy"
+        path: "loan/loanpy"
+        package: "linkahead-sss-loanpy"
 ```
 
 
+## Configuration
+Note, that you can adjust names of Recordtypes and Properties that are used.
+If you want to do this, you need to overwrite the files 
+- `loanpy/src/loan/conf.py` and
+- `loan-custom/caosdb-server/caosdb-webui/src/ext/js/a_box_loan_config.js`.
 
 ## Integration tests
 Run `pytest .` in the integration tests folder
-- 
GitLab