# Purchase order

A purchase order is a document given by the buyer (usually you) to the supplier to request a purchase of goods.

A purchase order contains the buyer invoicing details, delivery details, products, quantities, pricing, tax, discounts, payment terms, payment details, shipping charges if any, and other notes.

The supplier will issue a sales order against the purchase order you have provided.

A purchase order has multiple statuses: Ordered, Partial, Completed

### Enabling purchase order

To enable purchase Order, follow the below steps:

1. Go to `Settings -> Business Settings`
2. `Purchase tab -> Enable` Purchase Order
3. Save it.

### Using purchase order in KB CloudERP creating purchase orders

After Enabling the Purchase order, inside Purchase, you’ll find the Purchase Order menu.

Go to add Purchase order, fill in all the details, and save it.

Stocks are not added on issuing Purchase orders.

Once a Purchase order is created you can print it and send it to the supplier.

### Converting purchase order to purchase

On receiving Purchase orders the supplier issues a sales or invoice.

1. Go to `Purchase -> Add Purchase`, and select the supplier.
2. On Selecting it will populate the list of all Purchase orders related to the supplier on the “Purchase Order” dropdown.
3. Select the Purchase Order and it will auto-load the products for that order with the product’s price, tax, and discounts applied automatically as the sales order.
4. You can increase or decrease the quantity.
5. Save it and the status of the Purchase order will change automatically.


---

# 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/purchase-order.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.
