RSS Feed
Australia's best motorcycle shop retail software
- Ability to merge multiple spares order/reserve/layby pickups into a single pickup. When you F12 pickup if there are merge candidates c9 will ask you if you want to merge. Constraints on this functionality:
- Same customer
- Global discounting options on original invoice match. (i.e. same discount scheme and %)
- Invoices have at least one part pending pickup
- Are not paypal initiated weborders (other web orders will merge okay)
- Visual improvements to layout/alignment of newly added QLD form10 + form12 paperwork.
- Profit summary :print report date range
- Modify Account bugfix : options to set individual early/late payment options not working correctly. Options actually work but ability to alter them on the modify screen is problematic. Now fixed
- Browse web orders
- Allow searching by order no
- Allow filtering on things like name, email address, account code etc
- Browse receive orders
- Allow filtering by franchise/supplier
- Printing : for print jobs that have a print preview provide a mechanism to memorize and reuse that specific printer instead of default invoice/report printer. Memorized printer works on subsequent prints even if no preview is offered. Allows for very fine grained control as to where certain jobs go. i.e. ability to print job cards on paper from a different tray that has higher GSM. Does not apply for label printing as label system has it's own fine grained control mechanism
- Fixed an unusual and rare bug that has been in c9 for a very long time. Some browse lists under very limited circumstances would create situation where data would repeat and loop forever. Happens when scrolling up through dates or times and top of the list contains records with blank dates, noticed it in browse received orders. [Cause: bounding on key field of date was not coping with iterating before null dates due to wraparound. NULL ould goto -1 which decodes as 1801. Arguably dates shouldn't be using bounds optimization anyway, bounds is supposed to optimize limited set ordinals in composite keys, dates are not ordinals.).
- Picking up $0 workshop job on account would fail due to debtors now no longer allowing $0 invoices. Now fixed.