Tel: +45 7070 2037
  • Language
    • Dansk
    • Nederlands
    • Svenska
    • Føroyar
    • Flag icons made by Freepik from www.flaticon.com
  • Features
    • Go to Features
    • My plan
    • Order management
    • Management overview
    • Work Sheets
    • Material registration
    • Time Registration
    • Quality assurance
    • Planning
    • Invoicing
    • Budget module
    • Service Module
    • Installations
    • Entreprise
    • Minuba app
  • Partner Hub
  • Pricing
    • Go to Pricing
    • Minuba Plus
    • Minuba GO!
  • About
  • Contact us

Home / Would you like to be a supplier or wholesaler in Minuba?

Would you like to be a supplier or wholesaler in Minuba?

Are you a costumer in Minuba and want access to your wholesaler or supplier?

If you are a customer (user) in Minuba and would like access to your preferred supplier or wholesaler to discuss the options. Ask the wholesaler for their name, phone number, email, and contact person, and forward this information to our support team at support@minuba.dk.

Are you a supplier or a wholesaler?

  • Product catalogue and customer-specific prices. Make it easy for your customers to access the updated product catalogue in Minuba. This allows your customers to create offers with products from your catalogue.
  • Order confirmation. Allow your customers to receive and process order confirmations online in their Minuba, so they always have an overview of ordered materials directly in their order management in Minuba.
  • Invoices and Credit notes. Make it easy to process returned goods in Minuba. It facilitates the management of your client’s expenses, and they will easily be able to see if they are making money on their projects.
  • Integrating to webshop. Allow your customers easy access to purchasing directly in your webshop from Minuba. Easy and immediate acces to place an order, which provides loyal customers and more revenue.

Product catalog and customer-specific prices

Minuba can automatically load the wholesaler's general product catalogue with list prices, so that the range and list prices are always fully updated. You choose how often you want to send updates to Minuba. How often, of course, depends on how often you have changes. We tell customers how often your product catalogue is updated. Efficient and time-saving.

 We can receive your product catalogue through email or access it directly from e.g. ftp or http. 

If you are sending the catalogue through email the following requirements must be met:

  1. Minuba can receive product catalogues, preferably in csv format.
  2. As a minimum, the file must contain the following information: the unique item number, name of the item, and the list price.
  3. The file can also contain: EAN-number, industry item number (such as Electricity or plumbing), discount group, unit, or link to pictures.
  4. The email must always be sent from the same email address.
  5. The subject should be agreed upon before sending.
  6. If possible, we prefer a signed email.

Customer-specific prices/ discount

In order for your customers to get the maximum benefit from your product catalogue, it is important that the customer can see his own price after a possible discount. Therefore, Minuba can separate list prices and discounts for the individual customer.

Minuba supports 3 discount agreement types:

Standard discount, grouped product discount, and single-item discount.

If you have individual customer prices, Minuba can also handle this by converting to individual item discounts.

You can send the customer discount file directly to Minuba or you can send it to the costumer, who then forward the file to Minuba.

It is important that the discount file is uniquely customer-specific.

Minuba can receive the discount file per. email or we can “pick” it up from you e.g via ftp or http.

If sending the price file on email following requirements must be met:

  1. Minuba can receive the discount file preferably in csv format
  2. The file must contain as a minimum: unique item number or group of discount, discount shown in percentage, or the net price. When specifying the net price, the list price must also be found in the file.

Order confirmations

Minuba can receive order confirmations so that the customer can immediately see which items have been ordered and who has ordered them. It provides an overview for all those of the customer's employees who are involved in performing the task. As the order confirmation often arrives much earlier than the invoice, many choose to invoice smaller tasks immediately on the basis of the order confirmation, as it improves liquidity, provides less administration and complaints.

Minuba can receive order confirmations per mail or we can retrieve it e.g. via ftp. Minuba handles order confirmations in UBL format and identifies the relevant customer based on the CVR number or GLN number specified in the file.

Invoices and credit note

Minuba can receive invoices and credit notes so that the customer can have his expenses registered on their projects. The customer can also choose to have Minuba process them automatically. It provides an efficient management of expenses and not least the opportunity to simplify bookkeeping and the subsequent payment. Invoices and credit notes can also be used in the same way as order confirmations to ensure an overview of purchases and correct invoicing of the end customer. Minuba can receive invoices and credit notes in two different ways:

  1. Via email sent to data@minuba.dk.
  2. Through an ftp that Minuba can connect to.

Minuba handles invoices / credit notes in UBL format and identifies the relevant customer on the basis of CVR number or GLN number specified in the file.

  •  The customer's registration number must be included in the UBL file.
  • The order number from the wholesaler must be located as OrderReference.ID in the file
  • The customer's order reference from Minuba should be referred to as OrderReference.salesOrderID in the file.

Integrating to webshop

Minuba can integrate with your webshop allowing the customer to have an easy way to go from their order management in Minuba to your webshop to purchase. Minuba can send information such as Customer reference and rekvisition-ID to your webshop so the customer can purchase smoothly without having to give this information manually multiple times. This simply makes the purchase experience easier for the customer.

Reference from Minuba to your webshop

In order to be able to refer to your webshop, Minuba must have a URL to your webshop, to which the customer can be redirected from within Minuba. Then Minuba will be able to send 3 parameters to your webshop, which are relevant for smooth handling of the order when it is placed in the webshop. The parameters must be entered as below in uppercase and lowercase letters.

  • OrderReference (E.g.1234)
  • The order reference is the customer reference when ordering materials. Therefore, the value can be pre-filled when the customer purchase. Minuba will look at the value in the field: cac:OrderReference/cbc:ID in the UBL documents: order confirmation and invoices.
  • Rekvisition-ID (E.g.. bd08c2e1-fd83-4155-8e2e-55801173f656)

The rekvisition-ID gives the reference to the purchase. The reference is used to relate the order confirmations and delivery notes that relates to the purchase. After Minuba will look for the value in the field cbc:UUID in the UBL documents: order confirmation and invoices.

  • returnUrl (E.g. https://app.minuba.dk/?op=casedetails&glist=e82768ef-8f25-4eb2-95b8-b7dd9e4885af)

Minuba receives JSON from your webshop, which is also relevant for the smooth handling of the order and the integration between your webshop and Minuba.

JSON schema:

{
    "definitions": {},
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "https://minuba.com/webshop_order_response.json",
    "title": "OrderResponse",
    "description": "An order response to Minuba from a supplier",
    "type": "object",
    "required": [
        "orderReference",
        "requisitionId",
        "supplierOrderReference",
        "orderDate",
        "materials"
    ],
    "properties": {
        "orderReference": {
            "$id": "#root/orderReference",
            "title": "Orderreference",
            "description": "The order number in Minuba",
            "type": "string",
            "default": "",
            "examples": [
                "30048"
            ],
            "pattern": "^.*$"
        },
        "requisitionId": {
            "$id": "#root/requisitionId",
            "title": "Requisitionid",
            "description": "The requisition id provided by Minuba",
            "type": "string",
            "default": "",
            "examples": [
                "046dc40e-9e77-4ece-9fed-d6e4929ab422"
            ],
            "pattern": "^.*$"
        },
        "supplierOrderReference": {
            "$id": "#root/supplierOrderReference",
            "title": "Supplierorderreference",
            "type": "string",
            "default": "The supplier's order number",
            "examples": [
                "9999"
            ],
            "pattern": "^.*$"
        },
        "customerReference": {
            "$id": "#root/customerReference",
            "title": "Customerreference",
            "type": "string",
            "default": "",
            "examples": [
                "JHK"
            ],
            "pattern": "^.*$"
        },
        "orderDate": {
            "$id": "#root/orderDate",
            "title": "Orderdate",
            "description": "The date of the order in ISO format",
            "type": "string",
            "default": "",
            "examples": [
                "2021-01-11"
            ],
            "pattern": "^.*$"
        },
        "materials": {
            "$id": "#root/materials",
            "title": "Materials",
            "description": "A list of materials ordered",
            "type": "array",
            "default": [],
            "items":{
                "$id": "#root/materials/items",
                "title": "Items",
                "type": "object",
                "required": [
                    "name",
                    "quantity",
                    "unitPrice"
                ],
                "properties": {
                    "number": {
                        "$id": "#root/materials/items/number",
                        "title": "Number",
                        "type": "string",
                        "description": "The material number",
                        "default": "",
                        "examples": [
                            "123"
                        ],
                        "pattern": "^.*$"
                    },
                    "name": {
                        "$id": "#root/materials/items/name",
                        "title": "Name",
                        "description": "The name/description of the material",
                        "type": "string",
                        "default": "",
                        "examples": [
                            "Tools"
                        ],
                        "pattern": "^.*$"
                    },
                    "quantity": {
                        "$id": "#root/materials/items/quantity",
                        "title": "Quantity",
                        "description": "The quantity ordered",
                        "type": "number",
                        "examples": [
                            12.12
                        ]
                    },
                    "unitPrice": {
                        "$id": "#root/materials/items/unitPrice",
                        "title": "Unitprice",
                        "description": "The price to pay without tax and VAT",
                        "type": "number",
                        "examples": [
                            123.12
                        ]
                    },
                    "vatPercentage": {
                        "$id": "#root/materials/items/vatPercentage",
                        "title": "Vatpercentage",
                        "description": "The VAT percentage for the material",
                        "type": "number",
                        "examples": [
                            11.11
                        ]
                    },
                    "unitTax": {
                        "$id": "#root/materials/items/unitTax",
                        "title": "Unittax",
                        "description": "Any tax besides VAT",
                        "type": "number",
                        "examples": [
                            1.2
                        ]
                    }
                }
            }
}
    }
}

JSON example:

{
    "orderReference": "777797674",
    "requisitionId": "9df47288-292b-411c-841e-b64e8ee15b36",
    "supplierOrderReference": "9999",
    "currency": "DKK",
    "customerReference": "JHK",
    "orderDate": "2021-01-11",
    "materials":[
        {
            "number": "123",
            "name": "Tools",
            "quantity": 12.12,
            "unitPrice": 123.12,
            "vatPercentage": 11.11,
            "unitTax": 1.2
        },
        {
            "name": "Misc",
            "quantity": 12.12,
            "unitPrice": 123.12
        }
    ]
}

Contact us to hear more about the possibilities of integrating your purchasing function with Minuba, so that your customers can have their purchasing directly into their order management.

Get started immediately?

Contact Minuba on 7070 2037 or at info@minuba.dk so we can get you started immediately.

We look forward hearing from you!

Minuba
  • Features
  • Partner Hub
Support
  • Developers
About us
  • Contact us
  • About us
More information
  • Privacy
  • Terms Minuba Plus
  • Terms Minuba GO!
Hollandsvej 12, 2. sal
2800 Kgs. Lyngby
Denmark
CVR 33259336

+45 7070 2037
info@minuba.com
Minuba Plus
Minuba GO!