From f4eccc7648478bc851ff2e4cdc3fb695897ac999 Mon Sep 17 00:00:00 2001 From: Meteo Date: Wed, 13 May 2026 23:14:38 +0200 Subject: [PATCH] Moved pages to Setttings and Access control under Portal management --- Portal Management/Access Control/Admins.md | 0 Portal Management/Access Control/Permissions.md | 0 Portal Management/Access Control/Users groups.md | 0 Portal Management/{ => Settings}/Global.md | 0 Portal Management/{ => Settings}/Mail.md | 0 Portal Management/{ => Settings}/Modules.md | 0 Portal Management/{ => Settings}/Sources/Inserve.md | 8 ++++---- index.md | 4 ++-- 8 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 Portal Management/Access Control/Admins.md create mode 100644 Portal Management/Access Control/Permissions.md create mode 100644 Portal Management/Access Control/Users groups.md rename Portal Management/{ => Settings}/Global.md (100%) rename Portal Management/{ => Settings}/Mail.md (100%) rename Portal Management/{ => Settings}/Modules.md (100%) rename Portal Management/{ => Settings}/Sources/Inserve.md (93%) diff --git a/Portal Management/Access Control/Admins.md b/Portal Management/Access Control/Admins.md new file mode 100644 index 0000000..e69de29 diff --git a/Portal Management/Access Control/Permissions.md b/Portal Management/Access Control/Permissions.md new file mode 100644 index 0000000..e69de29 diff --git a/Portal Management/Access Control/Users groups.md b/Portal Management/Access Control/Users groups.md new file mode 100644 index 0000000..e69de29 diff --git a/Portal Management/Global.md b/Portal Management/Settings/Global.md similarity index 100% rename from Portal Management/Global.md rename to Portal Management/Settings/Global.md diff --git a/Portal Management/Mail.md b/Portal Management/Settings/Mail.md similarity index 100% rename from Portal Management/Mail.md rename to Portal Management/Settings/Mail.md diff --git a/Portal Management/Modules.md b/Portal Management/Settings/Modules.md similarity index 100% rename from Portal Management/Modules.md rename to Portal Management/Settings/Modules.md diff --git a/Portal Management/Sources/Inserve.md b/Portal Management/Settings/Sources/Inserve.md similarity index 93% rename from Portal Management/Sources/Inserve.md rename to Portal Management/Settings/Sources/Inserve.md index d6d9e5e..8db4081 100644 --- a/Portal Management/Sources/Inserve.md +++ b/Portal Management/Settings/Sources/Inserve.md @@ -79,7 +79,7 @@ These are the different actions available. These actions maybe not available wit This API call retrieves all companies from Inserve and creates or updates them in Sentri. -API Call: [[../../API/v1/sources/inserve/GET Sync companies|GET Sync companies]] +API Call: [[GET Sync companies|GET Sync companies]] ## Sync cloud distributor companies > [!Important] > Requires the **Servers** module to be enabled. @@ -103,7 +103,7 @@ For example: ``` The `cloud_distribution_id` is used to link licenses to the correct company during the **Sync Server Licenses** action. -API Call: [[../../API/v1/sources/inserve/GET Sync cloud distributor|GET Sync cloud distributor]] +API Call: [[GET Sync cloud distributor|GET Sync cloud distributor]] ## Sync servers licenses > [!Important] > Requires the **Servers** module to be enabled. @@ -112,7 +112,7 @@ API Call: [[../../API/v1/sources/inserve/GET Sync cloud distributor|GET Sync clo This API call first executes the **Sync cloud distributor companies** action and then synchronizes all servers in an active, deleted, or trial state with Inserve licenses. It creates or updates server licenses in Inserve if they do not exist or if the license quantities differ from those in Sentri. It will also only do this to server linked to an active company. -API Call: [[../../API/v1/sources/inserve/GET Sync server licenses|GET Sync server licenses]] +API Call: [[GET Sync server licenses|GET Sync server licenses]] ## Sync server subscriptions > [!Important] > Requires the **Servers** module to be enabled. @@ -120,4 +120,4 @@ API Call: [[../../API/v1/sources/inserve/GET Sync server licenses|GET Sync serve This API call first executes the **Sync cloud distributor** companies action and then creates a subscription if it does not exist, or updates the subscription description if it does. It also creates subscription lines with the correct product_code entered in the **custom source data** JSON field. -API Call: [[../../API/v1/sources/inserve/GET Sync server subscriptions|GET Sync server subscriptions]] \ No newline at end of file +API Call: [[GET Sync server subscriptions|GET Sync server subscriptions]] \ No newline at end of file diff --git a/index.md b/index.md index 37f707e..cddcc63 100644 --- a/index.md +++ b/index.md @@ -15,7 +15,7 @@ Always enabled. This module is used to manage Sentri’s core settings and confi This module is used to store companies from your CRM inside Sentri, allowing you to link them to items across different modules. The following CRM customer sources are currently available: -- [[Portal Management/Sources/Inserve|Inserve]] +- [[Inserve|Inserve]] ## Module: Office This module currently provides a playful feature that lets you “stomp” a colleague. It can be used to keep track of things such as counting your mom jokes or other actions between team members. These events are trackable and visualized through a simple graph. ## Module: Servers @@ -24,7 +24,7 @@ The Servers module is designed to help you keep track of all servers you manage. This data can be pushed to Sentri via [[API/v1/servers/POST Create or update server|this API endpoint]] using your own scripts or automation. Once centralized, server information can be shared with external sources, such as: -- [[Portal Management/Sources/Inserve|Inserve]] +- [[Inserve|Inserve]] - Automatically creates and updates cloud distributor licenses for invoicing - Automatically creates and updates subscriptions for invoicing ## Module: Autoprovisioning