# Creating Pre-Orders (Prepaid)

Whenever you need to process an order without the customer in the store (e.g. phone, text, email orders), you can use the existing sales register to indicate the **Source** of the sale and to change the **Fulfillment Status**. If you're using TAKU Pay, you can even accept credit cards securely.

{% hint style="info" %}

1. All sales or orders that need to be fulfilled (e.g. not taken by the customer at the time the transaction is created) will require an **Account** to be associated. This is to make sure that there is a customer associated to the transaction and that there is a way to contact the customer.

2. Any sale or order that is not fulfilled (e.g. picked up by the customer) at the time the transaction is created, will automatically appear under **Upcoming Orders** in the main navigation menu once the transaction is finalized. *Note that transactions in Upcoming Orders are always sorted by Outgoing Date for easier fulfillment.*
   {% endhint %}

3. From the sales register, change the **Source** field at the top of the salesscreen to *Store*, *Phone* or *Online*

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

2. Search for an existing Account or add a new Account to the salesscreen

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

3. Click the **Invoice Details** button to change the **Fulfillment Status** to *Unfulfilled*

<figure><img src="/files/Dpzkk10yC96UVsOf3fZh" 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://help.takulabs.io/pos/sales-and-returns/creating-pre-orders-prepaid.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.
