RSS Feed c9 logo Australia's best motorcycle shop retail software
Release 4.809 January 29, 2020 barney
  • Tweaks and fixes
    • Margin clerk key test can misbehave and falsely report below margin issue when certain conditions are satisfied, now fixed (Conditions:  max effective % limit in place. Part in question's retail price is significantly bumped beyond normal retail, part is discounted).
    • Husky EPC import broken because of dealernet website changes (again), probably means KTM/WP is broken too.  Should be good to go
    • Paperwork: Added QLD TMR letter of authority forms (x2)
    • Added Magician availability check for HD
    • Allow access to modify unit for workshop only c9 installs
Release 4.808 January 21, 2020 barney
  • Tweaks and Fixes
    • Web order processing emails would show  a column called 'items to ship' which would include items already invoiced which can mislead customers into thinking goods are about to be doubled up when things come off backorder. Tweaked the email msg to include a new column : goods already invoiced. Items to ship will show uninvoiced items ready to go.
    • Make BRP magician smarter. Cycle through available product lines until we make a match. Previously would only work for watercraft dealers / partnums
    • View sent email message. Allow window to be resized.
    • Save report as CSV file.  Would crash for statements which have individual invoices embedded. Now fixed.
    • Workshop print invoice.  Use  setup printer setting, "Display Print dialog infront of key reports" for workshop jobs invoiced. (previously only applied for spares invoices).
Release 4.807 January 16, 2020 barney

Includes database changes. You need to log all terminals out during upgrade

  • EPC import for Aprilia now working again
  • Added Magician check for PS Importers (Triumph)
  • Bank Rec : for unit record adjustments triggered by messing with trust receipt etc show the unit reference in reference field on the screen
  • View Unit. Colour code attachments button if unit has any attached documents/images.
  • Browse Layby  : show customer name (as well as cust code)

 

 

Release 4.806 January 9, 2020 barney
  • Tweaks and Bugfixes
    • Receive spares involving units (typically for PE suppliers like Husky and Stihl). Where units are on backorder c9 would not yet you move forward and kept asking for unit particulars even though there are none to provide. Now fixed.
    • Triumph EPC import. Not working due to Login changes. Now should be working again.
    • Tweak to workaround a misconfigured email server just encountered.  Mail server reports it is happy with TLS1.0 on SSL handshake then cracks it when java tries to connect with TLS1.0.  Tweaked things in c9 so we can force a specific protocol (in this case TLSv1.2). Tweak needs to happen low level code.  [See com.c8systems.c9.notify.SampleSSLSMTPMail]
    • Point of sale credit. Would not memorize the other line description in many circumstances (or replace it with freight description). Now fixed.
    • Print Order Receive.  Print spares freight description if any
    • Added Part image / meta data importer for Whites Powersports
    • Print/email statement for individual customer under some specific scenarios system will grab default email not account email.  (Specifically : print individual statement, with option to print individual txns listed. There are spares invoices in the list. User selects email from preview screen, email will have default email, not account email addr).
Release 4.805 January 3, 2020 barney
  • Tweaks and bugfixes
    • Subtle issue with creating estimates. A specific sequence of add and view records involving attempts to add a duplicated standard reference can result in a estimate landing on the database with a estimate no# of 0.  After this happens estimates blows up and cannot work without manual removal of the broken estimate. Underlying issue is a bit subtle and potentially could cause bugs in other parts of c9.  Now sorted (Root cause : autoinc keys not regenerating for fresh records after a duplicate key error, not a problem as most code paths trigger PrimeRecord which resets autoinc, but for code paths that don't autoinc remains locked on).
    • New config option to print 2 copies on laybys. (One for customer and one to put with parts on layby)
    • Unit of Measure bugs & Workshop estimates
      • Unit of measure parts onto workshop estimates would not 'memorize' unit of measure. So if you sold liters to estimate and flipped it to a job, on flipping to job it becomes drums. Now fixed
      • Use quoted prices on import is broken with unit of measure. Assumes quoted price is drum price not unit price. Now fixed.
    • Shopify sync bug. If it has been more than 7 days since last sync then sync will miss records unsynced before 7 days.
      • Added further smarts to cope with very large # of unsynced orders
      • Added a manual hook into shopify sync to compel it to sync orders from a specific point, not just from what c9 thinks is the latest synced order. To permit manual resyncing of any sync gaps.