> 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.4.16.md).

# 2.4.16

### Installation

* [Installation directory](https://drive.google.com/drive/folders/1-w2xtX3BzSyxw_ZqKJxTd3IDF1YvSWf6)
* Any prior 2.4.x versions MUST be upgraded to a minimum of this version
* This release requires both flaik SQL scripts to be run in order
* This release requires both Resort POS SQL scripts to be run in order

### Release Notes

<table><thead><tr><th width="108">Area<select><option value="12280290b7704d3b8e7efee38b04b145" label="Admin" color="blue"></option><option value="6c6ca4c01d1e4b419506ab8d0a5c5f65" label="Products" color="blue"></option><option value="90c4a9bd98af4c3cb72ac55847d92e71" label="Scheduling" color="blue"></option><option value="02728332127f426988745830e423f26e" label="Sales" color="blue"></option><option value="6d12d8dccd184d0ebbcd08d71a93efb4" label="Person" color="blue"></option></select></th><th width="132">Point of Sale<select><option value="e4dde2046e1b483c92102da86b9bb183" label="N/A" color="blue"></option><option value="6ad920a4caaa4fe2a82f88931f6290b5" label="RTP|One" color="blue"></option><option value="072c1d606eb04f88aeef30b6c3bc3ebd" label="Siriusware" color="blue"></option></select></th><th>Title</th><th width="316">Description</th><th data-hidden>Title</th><th data-hidden>Description</th></tr></thead><tbody><tr><td><span data-option="90c4a9bd98af4c3cb72ac55847d92e71">Scheduling</span></td><td><span data-option="e4dde2046e1b483c92102da86b9bb183">N/A</span></td><td>Get Schedules By Batch</td><td>Correct name of the stored procedure for the repository method  GetInstructorSchedulesByBatchId.</td><td>Person Search</td><td>Ensure any database fields of data type CHAR are trimmed of white space</td></tr><tr><td><span data-option="90c4a9bd98af4c3cb72ac55847d92e71">Scheduling</span></td><td><span data-option="e4dde2046e1b483c92102da86b9bb183">N/A</span></td><td>Schedule Error Messages</td><td>Substring error messages when writing to the flaik database. Column sizes reduced for performance reasons.</td><td>Product Grouping</td><td>Remove duplicates from product grouping response</td></tr><tr><td><span data-option="90c4a9bd98af4c3cb72ac55847d92e71">Scheduling</span></td><td><span data-option="e4dde2046e1b483c92102da86b9bb183">N/A</span></td><td>Flaik Contract Models</td><td>Update Auto Mappings and add extension methods to map contract models where applicable</td><td></td><td></td></tr><tr><td><span data-option="90c4a9bd98af4c3cb72ac55847d92e71">Scheduling</span></td><td><span data-option="072c1d606eb04f88aeef30b6c3bc3ebd">Siriusware</span></td><td>Get Lesson By Tran Number and Start Date</td><td>Update the parameter name in the stored procedure to fetch the lesson by tran number and start date time</td><td></td><td></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.4.16.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.
