Not yet released. Next Monday
Includes DB Changes
Tweaks and fixes
- Deal Deposit history bugfix : if customer is changed then deposits were added on deal before change will be invisible in 'deposit history' list. Now fixed to not pay attention to customer at time of deposit. Bug introduced with recent changes to pre-populate email for customers
- Honda Magician - working again (!). Uses Honda API to perform magician call. Make sure API key configured in edit franchise is correct
- Recall Reminders
- Bugfix : incorrectly sending recall alerts in some scenarios ( triggering off long running / long deleted deal records ,not off actual customer unit records )
- option to treat reminders as marketing messages : if customer 'marketing' flag is not set then sms will not be sent. This allows service reminders to be configured to respect 'stop' requests if recall messages are more positioned as a marketing tool than a notification
- Save txn, error then resave bugfix There was a long standing bug where if you created a new txn like add transaction on AR/AP, but if failed for some reason (e.g. GL lock), if you repaired the issue and click save again it would seem to work but not actually record anything. Now fixed. Previously workaround would be to start over.
- Cash Till summary : report didn't have a name so when you tried to email it the attachment name was ".pdf". One c9 customers email system seems to be having issues with this suddenly. Now fixed
- Workshop : spares quotes involving UOM and qty was a fraction. e.g. 1.4. The fraction would go onto workshop job as quoted part fine, but when you flipped it to supplied part, it would round the fractional component. Now fixed.
Low level changes
- Stock analysis : reorganised code to simplify migration to 5.3
- Txn save error : improve logging to log txnengine error list; needed to help with some fiddly support issues.