Missing Checks Report Integer Overflow
For whatever reason, beyond my control, the bank issued check numbers for our condo association starting at 3,000,000,001. Since this is larger than an unsigned integer, it causes integer overflow on the missing checks report. See attached. Please change Moneydance to either 1) use an unsigned integer or 2) use a long integer (preferred, since everything is heading towards 64-bit) when computing missing checks.
-
Missing_Checks_Report.png
47.3 KB
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
1 Posted by Stuart Beesley ... on 29 Oct, 2025 09:42 AM
.
2 Posted by Stuart Beesley ... on 29 Oct, 2025 01:02 PM
I can see the issue...
3 Posted by Stuart Beesley ... on 29 Oct, 2025 01:34 PM
OK, I have submitted a code fix proposal to IK for their review. Really the same fix to use a Long value (instead of an Int value) should be applied throughout MD... Luckily the underlying raw value is stored as a string so no data is lost. It's just the representation of the value.
... over to IK for review/comment....
(not support, just a fellow user)