# Sales order

### What is a sales order?

Sales Order is a document given by the supplier to the buyer against a Purchase Order by the buyer.

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

Once the buyer agrees on the sales order, goods are shipped by the supplier.

Sale order has multiple statuses: Ordered, Partial, Completed

### Enabling sales order

To enable a Sales Order, follow the below steps:

1. Go to `Settings -> Business Settings`
2. `Sales Tab -> Enable Sales Order`
3. Save it

### **Creating sales order**

1. After Enabling a sales order, inside Sales you’ll find the Sales-Order menu.
2. Go to add sales order, fill in all the details, and save it.
3. Stocks are not deducted for sales orders.
4. Once a sales order is created you can print it and send it to the buyer for approval.

### **Converting sales orders to sales**

On approval of sales orders, you can create sales from the sales order.

1. Go to `Sales -> Add Sales`, select the business location & Customer.
2. On Selecting it will populate the list of all sales orders related to the customer on the “Sales Order” dropdown.
3. Select the Sales 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.


---

# 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/sales-sell/sales-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.
