From 1a7b801a9bbdff21634f7b0415d0d939513d5587 Mon Sep 17 00:00:00 2001 From: tfelix Date: Tue, 22 May 2018 11:16:02 +0200 Subject: [PATCH 1/2] feature(doc): Added managed customer description Adds docs how to create managed customer and add new users. --- SUMMARY.md | 1 + meshcloud/partner.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 meshcloud/partner.md diff --git a/SUMMARY.md b/SUMMARY.md index 4a0273251..eadab0b8e 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -4,6 +4,7 @@ * [Account](meshcloud/profile.md) * [Projects](meshcloud/project.md) * [Service User](meshcloud/service-user.md) + * [Partner](meshcloud/partner.md) * [IaaS functions in Meshpanel](iaas-functions-in-meshpanel.md) * [Compute](iaas/compute.md) * [Connecting a VM to the internet](iaas/connecting-a-vm-to-the-internet.md) diff --git a/meshcloud/partner.md b/meshcloud/partner.md new file mode 100644 index 000000000..6f3200523 --- /dev/null +++ b/meshcloud/partner.md @@ -0,0 +1,30 @@ +# Meshcloud Partner + +Partner accounts are basically reseller who are able to create managable accounts, called managed customer, on their own. + +# Creating a Managed Customer + +The following steps describe how to create a Managed Customer: + +1. Navigate to [https://panel.meshcloud.io](https://panel.meshcloud.io/). + +2. If not logged in, please login with your partner account credentials. + +3. On the Welcome Dashboard, please make sure that you have selected your partner account in the account drop-down menu on the top left. + +4. Select the **Partner Area** from the toolbox and go to **Customers** in the menu bar on the left. + +5. Enter a name and an identifier for your new managed customer and create the account by clicking on the `+`. +> **Attention**: Currently the identifiers can not be changed. Please choose them carefully. + +# Add a User to a Managed Customer + +In order to use a customer account users must be assigned to it. In order to access the account with our partner credentials we must first assign ourself to the account: + +1. Go to **Partner Area > Customers** and click on the **Users** icon on the managed customer account you want to edit. + +2. In the **Customers Users** view click on the button **Add Myself** in the top right corner. + +3. After you have successfully assigned yourself to the account you can now choose the account in the top left drop-down. Please select the account there. + +4. In the toolbox go to **Account > Users** there you can invite and add users to the managed customer account. From d5d18fd03247cbc6bbe32ca4b28ac1f309aa51cb Mon Sep 17 00:00:00 2001 From: tfelix Date: Thu, 14 Jun 2018 15:46:13 +0200 Subject: [PATCH 2/2] fix: Adds explaination for payment deleting --- SUMMARY.md | 1 + meshcloud/paymentmethods.md | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 meshcloud/paymentmethods.md diff --git a/SUMMARY.md b/SUMMARY.md index b7be8d1c4..b1c7355ad 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -7,6 +7,7 @@ * [Service User](meshcloud/service-user.md) * [Partner](meshcloud/partner.md) * [Marketplace](meshcloud/marketplace.md) + * [Payment Methods](meshcloud/paymentmethods.md) * [IaaS functions in Meshpanel](iaas-functions-in-meshpanel.md) * [Compute](iaas/compute.md) * [Connecting a VM to the internet](iaas/connecting-a-vm-to-the-internet.md) diff --git a/meshcloud/paymentmethods.md b/meshcloud/paymentmethods.md new file mode 100644 index 000000000..7d84a215b --- /dev/null +++ b/meshcloud/paymentmethods.md @@ -0,0 +1,10 @@ +# Payment Methods + +Currently we support payments via Invoice or Credit Card. Before you can start to create projects you must add a payment method in the [panel menu](https://panel.meshcloud.io/#/customer/paymentMethods). + +If you want to receive written invoices for your project payments please [submit a request](https://support.meshcloud.io/hc/en-us/requests/new) to us and we will enable this service for you. + +## Removing Payment Methods + +Before you can delete a payment method it must first be removed from all associated projects. Usually you add a new payment methods, change +all project to this method and then the delete button is enabled to remove it. \ No newline at end of file