> For the complete documentation index, see [llms.txt](https://ssposdev.bakrs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ssposdev.bakrs.com/applications/desktop/scansoftpos-v10/v10.1.115/changelog.md).

# CHANGELOG

## OVERVIEW

Headings in <mark style="color:green;">GREEN</mark> denote bug has been fixed and is ready for deployment

Headings in <mark style="color:orange;">ORANGE</mark> denote bug solution has been implemented but requires further testing to ensure proper functionality.

Headings in <mark style="color:red;">RED</mark> denotes bug has been acknowledged but has not yet been fixed

## :bug: FIXED BUGS

## :file\_folder: UPDATED FEATURES

## :new: NEW FEATURES

<details>

<summary>DEV CHANGELOG NOTES</summary>

#### <mark style="color:green;">Register Module Dropping Leading Zeros when RS323 Scale Scanner Enabled</mark>

If My.Settings.RegisterSetup\_UseScannerScale = True Then     num = num.Replace("S08", "")     'if strNew starts with 0 then remove the first 0     If num.IndexOf("0") = 0 Then         num = num.Substring(1)     End If End If\
'''''added this code     If My.Settings.RegisterSetup\_UseScannerScale = True Then         num = num.Replace("S08", "")         'if strNew starts with 0 then remove the first 0         If My.Settings.RemoveLeadingZeroOPOS = True Then             If num.IndexOf("0") = 0 Then                 num = num.Substring(1)             End If         End If     End If

Please check for new toggle setting under the scale to allow zero

#### <mark style="color:green;">BILLING RETENDER</mark>

Issue comes up only if they recall and retender under other tender, but if house account all works good. will add a check that if its tendered with anything other than house account to delete it and log it to the logs\
-It now checks for retender and deletes it

#### <mark style="color:orange;">POST TENDER ENDORSE LOCK UP</mark>

Dont use it if its not properly setup for endorsement

#### <mark style="color:orange;">ONLINE ORDERS | CONVERT TO INVOICE \[JIT]</mark>

Is this all online orders or just certain sites?

#### <mark style="color:orange;">5 STAR CASHBACK LIMIT ISSUES</mark>

Not set in ScanSoft but rather processor

#### <mark style="color:orange;">INTERMITTENT OUT OF MEMORY ERRORS</mark>

Need more information on this where it happens what screens could be not disposing of objects but I need more info

#### <mark style="color:green;">EDIT MULTIPLE QUICK SELECTION WHEEL: CATEGORY OPTION REFERENCING PRICE GROUP CHANGE</mark>

Checked the code we never had this implemented so i just hid the button for now.

#### <mark style="color:orange;">LOT MATRIX NOT WORKING and Kits</mark>

I have not worked on these mods since computer depot days. I can look at these another time because i need to get familiar again<br>

</details>
