Register Module Dropping Leading Zeros when RS323 Scale Scanner Enabled
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
BILLING RETENDER
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
POST TENDER ENDORSE LOCK UP
Dont use it if its not properly setup for endorsement
ONLINE ORDERS | CONVERT TO INVOICE [JIT]
Is this all online orders or just certain sites?
5 STAR CASHBACK LIMIT ISSUES
Not set in ScanSoft but rather processor
INTERMITTENT OUT OF MEMORY ERRORS
Need more information on this where it happens what screens could be not disposing of objects but I need more info
EDIT MULTIPLE QUICK SELECTION WHEEL: CATEGORY OPTION REFERENCING PRICE GROUP CHANGE
Checked the code we never had this implemented so i just hid the button for now.
LOT MATRIX NOT WORKING and Kits
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