RSS Feed c9 logo Australia's best motorcycle shop retail software
Release 4.100 December 11, 2010 barney
  • bugfix - printing text blobs would misalign/misscale x-axis of the text blob meaning that the blob would clip towards the right hand side of the page and would not print properly. The more to the right the blob was the more obvious the problem. For workshop print progress report the problem is very obvious
  • Config settings - tweaked caching of configuration system so that the system is more responsive changes made between terminals and multiple instances of c9 running on the same terminal
    • Always flush cache when entering setup
    • Never cache local terminal settings in c9 - rely on clarion2java's .property file caching mechanism
    • Implement logic to detect changes to global settings by other terminals. When change is detected flush the cache
    • Removed volatile config system : was originally created for older stock/daily order system. Has not been in use for years
  • Tweaked A4 Statement format
    • Print main email address at the top instead of accounts
    • Offer ability to print bank name in remittance details : configured via dealership details
    • Print additional line items at the bottom in a bold font
  • Unpickup job : put job into progress state, not completed state
  • Bugfix in minor : do not permit user to request dates that are invalid. e.g. 1.2.100 translates to 1.2 100 AD, which is outside range of supported dates in Clarion (prior to 1801)
  • C8 messenger. Setup DNS cache to regularly flush. Improved logging
  • C8 messenger : Memory leak bugfix. Everytime it connects and disconnects to the database it leaks a bit of memory which happens every few seconds. After a few days of running continuously on a low spec machine, it would silently crash due to being out of memory