> For the complete documentation index, see [llms.txt](https://knowledgebase.flaik.com/flaik-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.flaik.com/flaik-knowledge-base/for-it-specialists/1.-resort-pos-integration/rtp/3.-non-flaik-related-rtp-configuration/rtp-sales-transaction-and-order-processing.md).

# RTP - Sales Transaction & Order Processing

### Overview

When selling in RTP, staff have the option to use Sales Transaction or Order Processing. There isn’t much guidance from RTP itself as to which one to use or why, and both are fairly similar.&#x20;

So how should you decide which to use? It will vary by resort based on business needs, but an overview of how the two compare:

#### Sales Transaction&#x20;

* Aimed at quick ‘walkup’ style transactions
* May or may not be collecting guest information (names, DOBs, contact details, etc)
* Aimed at transactions requiring no follow up

#### Order Processing&#x20;

* Aimed at anything being pre-booked or sold remotely (eg online or over the phone)&#x20;
* Collecting guest information (names, DOBs, etc)&#x20;
* Used for items which will be fulfilled later (eg once they get to the rental shop)&#x20;
* Great for products that customers have a tendency to want to cancel, swap days, etc, as it’s much easier to see what they have used, refunded, cancelled, etc.

### Recommendations&#x20;

For RTP products that aren’t mapped in flaik (eg all your non-lesson products) it’s ultimately up to the resort to decide whether to use Sales Transaction or Order Processing. It might even vary by department or the type of product being sold.

As for your lesson products, for any RTP product mapped in flaik we recommend always using Order Processing.

* Depending on your RTP <>flaik sync settings, you may need to change private Assign/Request status in RTP, and that can only be done in Order Processing.&#x20;
* If guests frequently want to change booking dates/times/etc, it’s easier to manage in Order Processing than Sales Transaction (as otherwise you’d need to read through Transaction History to determine what they have or haven’t used)&#x20;
* Inventory Pools - Sales Transaction allows for inventory pools to be oversold in certain situations, whereas Order Processing handles the inventory pool ceiling correctly.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://knowledgebase.flaik.com/flaik-knowledge-base/for-it-specialists/1.-resort-pos-integration/rtp/3.-non-flaik-related-rtp-configuration/rtp-sales-transaction-and-order-processing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
