RSS Feed c9 logo Australia's best motorcycle shop retail software
Release 4.319 September 30, 2012 barney
  • New fiche diagram importer : BMW
  • Sell deal unit not yet on floor.  type [..] button takes user to wrong browse. Stock types, not unit types. Now fixed.
  • Purchase unit : tab keyboard order of floorplan entry fields was a mess. Now fixed.
  • Manual backup : reporting error with dopea_pk_seq.  Now fixed. Note that backups generated which report this error are accurate backups.  The error message is a false positive error only and can be ignored.   Always ensure your backups are good by periodically performing a test/dress rehearsal restore from backup.  If you are not doing this, and don't want to do this, you really should subscribe to our online backup service.
  • Unit open floorplan report : new filter option: filter by location:  sold or on the floor.
  • email spares order :  default email subject to the name of the shop. Also include order # in the subject
  • Workshop job types.  Default notes is only permits storage of small amount of text. Increased x4 (to match notes on jobs themselves)
  • Finance company customer; forces customer type to account customer.
  • Miner - various fixes
    • Regression bug fix.  Sorting numeric columns would sort them lexically not numerically. Example. Consider numbers 1,5,10.  Numerically their order is 1,5,10.  Lexically their order is 1,10,5.
    • Tweaked way miner query results are internally stored.  Removes the 40 column limit and makes memory/processing of miner reports slightly more efficient
    • Export to CSV.  " chars where being escaped with \.  This is not valid CSV.  Proper escape is to escape a quote with a quote. i.e. " ".  Now fixed