RSS Feed c9 logo Australia's best motorcycle shop retail software
Release 4.526 June 3, 2015 barney
  • Customers
    • New country code feature. Removed country 'British Soverign Base Areas' since it does'nt have a ISO 3 letter code in the list we have.
    • Select account customer, allow super filter of account list
  • Units
    • Bugfix with new/used filter only working on the 'units on the floor' tab in browse dealer units
    • Modify unit, include option to flag job to track unit against dealership prior to unit being sold to customer. Useful for doing last minute fittings and record of jobs where unit was invoiced before workshop PD is initialized.
    • Some screen redesign tweaks to put filter apply button next to the filter
  • Spares
    • Add to existing order would sometimes display a weird message with wording " and ih.invprefix<>'L'",  fixed.
Release 4.525 June 2, 2015 barney

Includes database changes, you will be forced to log all terminals out during upgrade

  • Customers
    • Track country on customers. Country is tracked internally using strict 3 letter country codes, so only actual countries can be added. You can type in either country code or country. i.e. "NZL" or "New Zealand" both resolve to New Zealand.
  • Web orders
    • Track country and promo code in c9. (Note not yet implemented on actual website yet. This is just the c9 side of things, web changes will be done shortly)
  • Spares
    • Store freight tracking number on invoices
    • Track freight to be paid later. On last pickup invoice, freight to pay will automatically populate freight to invoice field
    • Add to existing order, remove restriction on placing reserve parts on a cash/invoice order
    • When you back out of point of sale complete and back in again, system now memorises your intent with respect to deposits instead of re-defaulting it. i.e. keeps it zero, or at order cost or at a set deposit
Release 4.524 May 30, 2015 barney
  • Spares
    • Bugfix with importing Suzuki diagrams, was failing on GW250 2013 trying to import something which lacked an image
    • Bugfix with importing list of parts where the list contains parts to be superceded. After supercession and fixed retail or line discounting information would be lost. e.g. in importing a workshop estimate where parts on estimate have been superceded.  System now retains retail and line discount after supercession is resolved.
    • Import workshop estimate into point of sale, figure discount same as if creating a new job from estimate
    • New franchise option to permit a franchise to support both daily and stock, but default to stock for customer/point of sale order building
  • Workshop
    • Tweak wording on add labour to remove confusion on cost vs retail
    • Bugfix with selecting standard estimate, would return wrong estimate
Release 4.523 May 22, 2015 barney

Honda Service Data Report

New release especially for honda service data. C9 has had the honda service report for some time now (Since Nov 2013), but it is in the miner module as a standard query.  This release is to help users that do not have miner enabled in c9, and places the report as a KPI report under 'Business' section of c9.

To access report goto:

  • Business -> Reports -> Analytics/KPI
  • Click Insert
  • Select report type: 'Honda Service KPI figures' and date range
  • Click Generate
  • Figures you need to provide to Honda are there

 

Release 4.522 May 20, 2015 barney
  • Messenger lockup bug fixes
    • Messenger would lockup with database errors if two parts magician requests were received near simultaneously
    • Heal from database errors by periodically checking status of database link and reconnecting if necessary
  • Spares
    • Disallow credit note on layby/pickup.  These invoices need to be cancelled via order book, not refunded
    • Profit summary : was not reporting refunded other/credit correctly.
    • Bugfix with newly added merge onto existing order functionality. Changes broke previous behaviour for printing when a merge was detected/accepted by user
  • Orders
    • Automatically create folder if it does not exist for export order
Release 4.521 May 11, 2015 barney

Spare parts complete : new option to merge parts on order onto an existing order.  Provides a mechanism to add further parts. Stocked parts on part list will be transferred into reserve/layby segments when this option is selected, so it is used purely to add things to customers order/pickup list only.

merge_option

Fixed a serious defect that only occurs under rare intermittent network situations, i.e. where network is okay during some initialisation stages when c9 opens, but then network drops out during later steps in initialization process, but the failure is silent and doesn't cause any obvious problems during loading of c9. Typically talking about a window of failure of a few milliseconds only but if it does trigger system does all sorts of weird stuff like not writing invoices correctly.

Release 4.520 May 8, 2015 barney

Emergency bugfix with last release.  Recent changes to attachments meant that workshop main screen would not work for customers that do not have online backup installed. Would instead show erroneous error message 'Online backup required for attachments', error test was supposed to be added to browse attachments, but was incorrectly added to workshop screen.

Release 4.519 May 7, 2015 barney
  • Unit sales, system now allows you to set recall date for first service after sale of unit. For new units this defaults to # of months after sale configured in setup (defaults to one month). For used units, uses same algorithm for calculating recall date as when doing a workshop complete.
  • Fix bug with select spares invoice for deposit by customer.
  • Added ability to store non-images on jobs and units, i.e. PDF files
  • Spares order receive: memorize order parts are added onto receive list so when toggling sort by part number order off, it will revert to actual order parts were added onto the invoice
  • Added ability to store images/attachments on customers. e.g. photos of drivers licence etc.
  • Pickup internal dealership job, do not show tendering/owing screen. Makes no sense in this context
  • Sell unit : change wording from 'transfer to dealership' to 'transfer to customer'
  • Update c9 on terminal, provide visual feedback on download progress from database to terminal, for situations where network link is slow (i.e. crappy wifi link or across a WAN/VPN)
  • Website unit images, permit 800x600
Release 4.518 May 4, 2015 barney

Tweaks to minqty re-ordering.  Under some circumstances system would not work intuitively.  Most dealers configure c9 so that min qty re-ordering is such that # of parts on daily order never exceeds minqty setting.  So if you min =3, system will never put more than 3 parts on daily order. But there is one situation where this breaks down. Consider:

  • Part.  QtyOnHand=3.  MinQty=3.
  • Sell part.  QtyOnHand=2.  MinQty=3.  QtyOnOrder=1
  • Return part.  QtyOnHand=3. MinQty=3. QtyOnOrder=1
  • Sell part.  QtyOnHand=2.  MinQty=3.  QtyOnOrder=2

C9 behaves this way because QtyOnOrder is still less than MinQty, but c9 does not factor in qty on hand, we now have situation where QtyOnHand+QtyOnOrder is greater than MinQty.

Because MinQty is supposed to represent emergency ordering, this could be considered okay, better to over-order than under order. Though a large number of c9 dealers do not use MinQty in this capacity and instead rely on it for normal re-ordering doing limited, if any, stock ordering. For such users the above behavior is not ideal.  C9 now includes a new setup option (defaulted to true if minqty multiplier is non zero, on assumption most users would prefer it if they have such a multiplier in place) to constrain this:

minqtyinc

Miner: this release includes reorganising how Advanced queries work so advanced queries can link to customer records, for purposes of doing mailouts etc based on advanced query results.

Release 4.516 & 4.517 April 28, 2015 barney

Recent filter changes on workshop broke filtering on all tabs but sort by job no tab. Filter now working again on all tabs

Added Drag and Drop support for lists and trees. Implemented drag and drop management on following structures so far:

  • Structured Lists (trees)
    • Workshop checklists
    • Website structure
    • Standard unit costs
    • standard jobs
  • Basic lists
    • Job scheduling (weekly planner)
    • Job scheduling (workshop)
    • job items (modify/complete job)
    • website items
    • unit costs

Generate stock order : option to disallow backordering

(v4.517: v4.516 contained a defect with dnd functionality on tree based lists that only occurred when testing against older versions of postgreSQL.  Anti recursion SQL test was broken on 8.4 versions of database meaning dnd functionality didn't work for tree structures.).

« Previous PageNext Page »