RSS Feed c9 logo Australia's best motorcycle shop retail software
Release 4.372 August 28, 2013 barney

Bugfix with prior release.  On older slower terminals workshop job list would not refresh fully.  Fixed in this version.

Release 4.371 August 27, 2013 barney

This represents our first release after some heavy retooling of how we go about working on the c9 product.   4 months in the making and finally here.  As our new processes settle in and are fine tuned we expect to see this translate into alot of material improvement for the c9 product and how quickly we are able to evolve and enhance the product.

  • Workshop
    • Add labour : under some circumstances the system would flag labour added as discounted.  Now fixed.
    • Print estimate : always print labour line items last
    • Print job card : make customer name bold
  • Units
    • Show deal : show tally of items on a deal to show balance outstanding.  Useful for when deals are used as layby mechanism to show balance outstanding
    • Bugfix with pickup spares on reserve or receipt invoice being put on a deal : would not actually add the parts to the deal. Now fixed
    • Bugfix with pickup spares on reserve or receipt invoice being put on a deal : would not transfer any deposit taken on original reserve/order.  Now fixed
    • Unit quote : you can now generate a quote for a unit that is not on the floor
    • Convert deal to invoice. For finance/account sales make sure deposit collected on the deal is transferred across.
    • Convert deal to invoice : would clobber rebates tracked on original floor unit.  System now more carefully merges rebates recorded on the deal and on the floor unit.
    • Unit invoice : print odo reading if unit is second hand and odo>0
  • Spares
    • Bugfix with reclaimed deposit on prior spares pickup influencing spares invoice on next invoice on that terminal.  Problem is potentially serious, but rare.  Affected users will be notified individually.
    • Receive order : check and warn user if an order of the same invoice number has previously been received
    • Reprint invoice : hotkey F6 to select and filter invoices by customer
    • Import KTM fiche : remove confusing 'import all' option

 

Release 4.370 August 15, 2013 barney
  • Changes to unit formula calculation to better support SA stamp duty under $3000 by introducing a compact 'case' function which better handles expression of bracketed stamp duty rates.  Can be used to possibly simplify other bracketed stamp duty systems.  See below example formula for SA.
case(int(({DutyValue}+99)/100),x>=30,(x-30)*4+60,
x>=20,(x-20)*3+30,x>=10,(x-10)*2+10,x>=5,x,5)

Even more compact Version:

case(int(({DutyValue}+99)/100),x>30,x*4-60,
x>20,x*3-30,x>10,x*2-10,x>5,x,5)
  • Bug fixes with printing deposit on Docket printouts where tax deposit is disabled (now hard coded default in c9 for past few versions). Deposit should be printed below tax invoice total and be factored in when calculating balance; same as how A4 invoices currently print.
  • Tweak with import Honda EPC : permit null year imports which will allow power equipment and marine fiche diagrams to be imported.
  • Print spares order tweaks
    • Memorise checkbox options on a per franchise basis
    • New checkbox option : collate.  When selected if a part appears on order more than once (i.e. 5 for stock, 3 for invoice #xyz), then collate into a single row on the report.  Mirroring how existing export orders behave.
Release 4.369 August 12, 2013 barney

This release contains a number of improvements for quickbooks integration

  • Optionally synchronize freight component of invoice onto synced bills
  • Ability to Optionally set tax code used for stock and freight line items
  • When mapping a new supplier for the first time preset expense/freight/accounts payable and tax codes

Note that c9 nows connects into Quickbooks in a slightly different way so you'll be forced to reauthorise c9 to access quickbooks after upgrading.

Release 4.368 August 5, 2013 barney

Includes database changes. You will need to log out all terminals after downloading the update.

Overhaul how workshop insurance jobs are managed.  Existing process is a bit clumsy.  Specific changes:

  • Insurance company is tracked separately on a workshop job from job/unit owner; whereas previously the owner would be set to the insurance company.
  • Company is set on create job ( or create estimate) and can be changed via modify job
  • Account customers can now be flagged as being insurance companies
  • Invoice printout and account records created for insurance jobs differ slightly
    • Print 'excess' instead of 'deposit'
    • Transaction record on monthly  statement indicates 'excess' instead of 'deposit'

Other tweaks:

  • Added a new configuration switch in setup to control behaviour of min qty re-ordering in some circumstances.  Previously if you set minqty ratio to something the system would also limit qty re-ordered to the qty just invoiced out that triggered the reorder.  For dealers that don't do stock orders as often as they should this can be problematic.  This behaviour is now a separate checkbox option in c9.  Checkbox default upon upgrade is set to logic that existed prior to this change.
  • View/Reprint Spares invoice : allow user to view and modify note attached to the invoice
Release 4.367 July 29, 2013 barney
  • MYOB Synchronize.  Was not working with older version 17 of MYOB. Tweaked information c9 sends so now older version is hopefully happy.
  • Miner : permit query on unit interest rate and end of interest free period
  • New UI design : do not map F10 to miner.  F10 is a commonly used hotkey for continuing in some workflows.  Hitting F10 in a screen which is not hotkeyed for F10 is a common usability issue with the new UI
  • Dead Stock Report : option to organise parts by partnumber (as per previous), stock quantity or stock value.
  • Print spares invoice. Recent changes to force deposits non-taxable had an unintended consequence where 'print not paid' option is enabled in setup (an option only a few dealers use). System would print 'not paid' on invoices because it was not factoring in reclaimed deposit on pickup items.  Fixed by exploiting recently added ability for system to explicitly track whether or not 'cash not collected' as selected. Only print amount yet to be paid if this flag has been set.
  • Payment method surcharges
    • Permit configuration of surcharge % in setup.  This will lock surcharge so operator cannot modify it. Old behaviour of allowing operator change surcharge is still supported and applies if the setup based surcharge is left blank
    • Show total of the payment method + surcharge in surcharge screen.
  • Spare parts invoice : remove wording 'spare parts' from report name and emailed attachments. As spare parts invoices can be invoices for things other than spare parts
Release 4.366 July 24, 2013 barney

Bugfix with last release for F12 pickup where system is configured to use price at point of sale on pickup.  Was adding GST to retail twice for items increasing retail by another 10%. Now fixed.

Release 4.365 July 22, 2013 barney
  • Bugfix with F12 customer order pickup.  Was inheriting wrong stock buy prices. If there was more than one part on the order it would apply one of the parts stock buy price to all parts.  Only an issue when viewing part details. Now fixed.
  • Job card : print job items such as parts on the card
  • Clock off : modified work flow a bit to hopefully reduce human error inputs when choosing between clocking off ready for another job or clocking off for end of the day
  • Spare parts pickup : when parts where originally done on receipt basis with a cash deposit collected and when parts are picked up on account customer the transfer of deposit from original receipt to customer account was not being handled correctly. Now fixed.
  • Spares parts order parts for customer. Warn user if they have not selected a customer and not keyed in an order number : i.e. don't create an invoice for ordered parts without any identifying customer information
Release 4.364 July 15, 2013 barney
  • Spare parts pickup. As soon as press F10 perform customer GST exempt and customer account deposit checks. Previously user could F10 past this screen without system asking them whether or not they wanted to use deposit on account.  Now it will ask the question upon initial entry into complete screen.
  • Unit bugs and tweaks
    • Deal : freeform spares items on a deal do not behave correctly.  Cannot be re-accessed or edited via edit spares.
    • Deal: freeform spares costing information is lost and reset to zero when freeform is added onto a deal but not immediately invoiced.
    • Rollback sale : provide option to convert sale into a deal to make fixing errors a little easier.   Normally rolling back retains most information to retry sale with minimal effort but some information needs to be rekeyed. Specifically spare parts added onto a sale.  Selecting rollback sale onto a new deal avoids this double entry.
  • Workshop bugs and tweaks
    • Modify spare part line item. Option to key in line discount as a %.
    • Workshop complete/pickup & modify screen. Show line item discount so user has visual indicator which items have been line discounted
    • Estimate option to set estimate to supplier RRP costings instead of setting to dealer prices and discounting down to supplier RRP
    • Print spares line discount option for spares point of sale now influences how workshop invoices are printed.  Will print line discounts if following conditions are met:
      • spares line option in setup is selected
      • workshop job contains at least one part with a line discount
      • workshop discount scope is set to 'spares only'
  • Other tweaks
    • Spares profit summary : show grand total
Release 4.363 July 8, 2013 barney

Includes database changes. You will be required to log all terminals out during upgrade

Bugfix with crediting back spares invoice which mixes line discounted and group discounted prices.  Under some circumstances group discounted item would incorrectly inherit line discounted discounting.

Clerk report bugfix : do not include spares returned from workshop/sales department back into spares.

GST on spares deposit.  Removed configuration option and forced deposits on spares to be GST exempt. As per GSTR 6/2 and as per other parts of c9. Previously was a configuration option in c9.
GSTR 2006/2 (a GST tax ruling from 2006) indicates that GST is not payable on deposits when taken for the promise of goods being supplied. Only if the deposit is forfeited or when the goods are supplied does the GST then apply.

No cash invoice list has been substantially improved.  Tracking whether or not user explicitly select no cash is now in place instead of second guessing and getting it wrong in some situations (i.e. spares pickup where original deposit covers cost of received spares would appear in old no cash inv list). Also tracks amount of cash that was expected to be paid. The change is not retrospective though. Only transactions created after the upgrade will be properly tracked.  Consequence of upgrading to this version is that no cash inv list is effectively cleared and only new transactions will potentially appear in the list.

Security : new login user security switch to disable access to business.  On upgrade all login users will be automatically added into this group.

Miner: workshop job description would clip to 20 characters. Now fixed

Business charts : new chart to show % of year on year retained units.  Units dealership sold that appeared back in the workshop.

Business analytics : added options for Suzuki Service KPI

« Previous PageNext Page »