RSS Feed
Australia's best motorcycle shop retail software
- Email statements : only require 'email statements' setting to be set. The 'notify via email' setting has no effect. User interface much simpler and more intuitive this way
- Generic import : support ability to import barcodes. Barcodes supercede to part numbers
- New Workshop Job : provide option to print a pick list if estimate job was based on includes parts sold from stock
- Units GST Report
- Bugfix with c9 : was not printing all the data correctly. Bug in clarion2java (queue sort vs sub-sort bug)
- Bugfix since c8 : tradein GST reported was incorrect for invoices that had multiple units on them. GST was over reported for such units
- Optimised reporting to take advantage of PostgreSQL. Takes a few seconds now, instead of about a minute
- Bugfix with character encoding on the database. The way extended characters like the degree (°) symbol were being written between java and postgres was incorrect. Storage of such characters in postgres is incorrect. Would cause writes to database to fail under some circumstances. (i.e. selling parts with such symbols in header, where header length was full up 30 characters). Bugfix corrects for this by firstly correctly managing encoding between c9 and postgres. It also contains support to detect and attempt to properly decode incorrectly coded characters (coded into database as UTF-8 when should be encoded using ISO-8859-1)