# The prices

## Context

Sophie is in charge of procurement for the store and must ensure that each item has well-defined purchase prices (the price paid to suppliers) and selling prices (the price sold to customers). Today, she needs to update the prices for the corner sofa.

Two suppliers are available: MobiliaPro offers a price of 550 euros per unit, with a delivery time of 3 days, while Design Confort offers a price of 450 euros per unit with a minimum order of 5 units, or 500 euros per unit without a minimum, with a 5-day delivery time. Alice has told Sophie that MobiliaPro is the main supplier for this item.

The selling prices vary depending on the customer category: for professionals, the price is 800 euros per unit; for resellers, the price is 750 euros with a minimum order of 10 units.

## Implementation in Simax&#x20;

### Creation price Purchase

To create the purchase price for the corner sofa, go to the Corner Sofa item, then **\[Purchase]** and click **\[\[New]]**.

<figure><img src="/files/em9HWBBOL0w1stU7Qbka" alt=""><figcaption></figcaption></figure>

To modify the price, you need to fill in **\[\[Prices]]**.

<figure><img src="/files/M6ZBn3NYNpR4K5tHyJvy" alt=""><figcaption></figcaption></figure>

Below are the purchase prices with the suppliers MobiliaPro and Design Confort.

<figure><img src="/files/YDRo7KwmEi9VgTM3sUqk" alt=""><figcaption></figcaption></figure>

### Creation of selling price&#x20;

To create the selling price, go to **\[Sales]**, **\[\[Prices]]** and **\[\[New]]**.

<figure><img src="/files/8zxdorsMHwxcwHXYzkoH" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Cbz8KGexKtisT4OvKmO0" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.simax.fr/documentation-simax-anglais/items-and-pricing/the-prices.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
