# Different purchase price

There are situations where we have different purchase pricing when buying and selling products.

For example,&#x20;

I purchased a book for Rs.150 and the sale is Rs.200

Now, the purchase price increased and it's Rs.160,

The question is, what price will I sell now for the same product with a different purchase price rate?

{% hint style="info" %}
**Purchase Solution:**

While purchasing you can add the recent purchase rate amount using Lot numbers for different lots of purchases.
{% endhint %}

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

To update the selling price you can do it by editing a product individually or going to `Products -> Update Price - Export Product Price` and update the new price in bulk.

To sell the specific purchased lot you can select it on the POS screen or if you didn't select it, It will automatically follow the FIFO method.

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

To check the purchased lot reports you can go to `Reports -> Lot / IMEI Reports`

Here you can see how much you have sold, current stock report, lot number, expiry dates, total unit adjusted, and many more.


---

# 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://docs.kbgfuzion.com/erp/knowledge-base/purchase/different-purchase-price.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.
