> 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/pos-integration-how-flaik-connects-to-your-pos/pos-integration-api-overview/release-notes/older-versions/2.3.0.0.md).

# 2.3.0

### Installation

* [Installation directory](https://drive.google.com/drive/folders/1DV5VzmUSX0VD8sk1M3tOnOX2Obfv_EAa?usp=share_link)
* Two new app settings key/value pairs have been added and need to be set
  * You can find the values in the admin section of flaik or contact our Customer Service team
    * [/admin/config/flaikresort/resort](https://mammoth.flaik.com/admin/config/flaikresort/resort)
    * Key/Values
      * FlaikServiceSettings:resortId
      * FlaikServiceSettings:resortName
* Siriusware now utilizes stored procedures which need to be installed and can be found in the SQL folder of the installation directory. Please ensure you install the correct version for your Siriusware installation
  * Improves read performance when fetching data
  * Improves security by only allowing execute permissions on stored procedures
  * You can manually remove SELECT permissions to tables from the FlaikSiriuswareRole.&#x20;
* The worker service is now deprecated as scheduling is controlled using AWS Eventbridge
  * To delete the existing worker service follow these steps
    * Open command prompt as administrator
    * sc delete FlaikResortServiceWorker
    * Restart Server

### Release Notes

<table><thead><tr><th width="113">Area<select><option value="d28de607832c416f8dd3fffb89e4f689" label="Sales" color="blue"></option><option value="4ba367d446204090b0d00272a4bde64d" label="Scheduling" color="blue"></option><option value="d5494fdc09a440088faf20bdee8bd495" label="Guests" color="blue"></option><option value="9a923276bb484a958ad9cd43b873b2aa" label="Product" color="blue"></option><option value="d1893cbe08a64e4c9dd62dd70b29af64" label="General" color="blue"></option></select></th><th width="163">Title</th><th width="396">Description</th><th width="138">Point of Sale<select><option value="68fd49bb35e543ed96547003069f886f" label="General" color="blue"></option><option value="d57b541665884707b4e611adbadc4147" label="RTP|One" color="blue"></option><option value="ebd20dd9d2c5485e9cf03e7f2062aa93" label="Siriusware" color="blue"></option><option value="bf208251e9d34e22bd43705932b52e5d" label="InTouch" color="blue"></option></select></th></tr></thead><tbody><tr><td><span data-option="d1893cbe08a64e4c9dd62dd70b29af64">General</span></td><td>Password encryption</td><td>Upgrade algorithm for plain text password encryption in the appsettings.json file</td><td><span data-option="68fd49bb35e543ed96547003069f886f">General</span></td></tr><tr><td><span data-option="d28de607832c416f8dd3fffb89e4f689">Sales</span></td><td>Sales Processing</td><td>Removed Sales Caching process and Worker Service as it is deprecated</td><td><span data-option="68fd49bb35e543ed96547003069f886f">General</span></td></tr><tr><td><span data-option="4ba367d446204090b0d00272a4bde64d">Scheduling</span></td><td>Add Instructor Schedule</td><td>Add synchronous instructor schedule endpoint for a single instructor. Endpoint returns actual schedule from the POS for comparison in the flaik system to alerts on any synchronization issues</td><td><span data-option="68fd49bb35e543ed96547003069f886f">General</span></td></tr><tr><td><span data-option="d5494fdc09a440088faf20bdee8bd495">Guests</span></td><td>InTouch Sales Fetch Guest Caching</td><td>Added caching of guests for sales fetch endpoint to reduce load on POS</td><td><span data-option="bf208251e9d34e22bd43705932b52e5d">InTouch</span></td></tr><tr><td><span data-option="9a923276bb484a958ad9cd43b873b2aa">Product</span></td><td>Product fetch enhancement</td><td>Return product counts and availability for requested products for enhanced product mapping flows</td><td><span data-option="68fd49bb35e543ed96547003069f886f">General</span></td></tr><tr><td><span data-option="d28de607832c416f8dd3fffb89e4f689">Sales</span></td><td>Guest information for sales</td><td>Ensure all guest details, including inherited email and child registration information, is included when fetching a sale. This ensures the guest data fetch for the sale matches the information in returned in class management</td><td><span data-option="d57b541665884707b4e611adbadc4147">RTP|One</span></td></tr><tr><td><span data-option="d5494fdc09a440088faf20bdee8bd495">Guests</span></td><td>Lift ticket search</td><td>Ensure a line item lookup occurs for lift tickets in RTP|One to resolve issue with customer search returning the head of household</td><td><span data-option="d57b541665884707b4e611adbadc4147">RTP|One</span></td></tr><tr><td><span data-option="d1893cbe08a64e4c9dd62dd70b29af64">General</span></td><td>Siriusware database calls</td><td>Move all Siriusware calls to use stored procedures rather than dynamic queries defined in the ORM.</td><td><span data-option="ebd20dd9d2c5485e9cf03e7f2062aa93">Siriusware</span></td></tr><tr><td><span data-option="d28de607832c416f8dd3fffb89e4f689">Sales</span></td><td>Siriusware cancelled lessons</td><td>Improved cancellation logic to ensure date changes to lessons are accurately reflected</td><td><span data-option="ebd20dd9d2c5485e9cf03e7f2062aa93">Siriusware</span></td></tr><tr><td><span data-option="4ba367d446204090b0d00272a4bde64d">Scheduling</span></td><td>Siriusware private unassignment </td><td>Ensure the default instructor is set correctly on removal of an instructor from a private lesson</td><td><span data-option="ebd20dd9d2c5485e9cf03e7f2062aa93">Siriusware</span></td></tr><tr><td><span data-option="4ba367d446204090b0d00272a4bde64d">Scheduling</span></td><td>Siriusware lesson notes</td><td>Ensure flaik does not overwrite the lesson notes in the POS</td><td><span data-option="ebd20dd9d2c5485e9cf03e7f2062aa93">Siriusware</span></td></tr></tbody></table>


---

# 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/pos-integration-how-flaik-connects-to-your-pos/pos-integration-api-overview/release-notes/older-versions/2.3.0.0.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.
