RSS Feed
Australia's best motorcycle shop retail software
- Bugfix with performing close down (clicking on top right close button) - could result in runaway memory and CPU consumption
- Bugfix with printing workshop reports - make sure correct printer target is preselected
- Bugfix with F6 select account by phone number. If resulting account is on a diffnerent panel to the currently selected panel, system would not select record correctly
- Bugfix with local terminal settings. Under some circumstances settings could be lost.
- Pickup job - change target selection from check boxes to radio buttons
- Added keyboard buffering so if user types ahead system remembers key strokes and delivers them to appropriate graphics components on screen
- Improved logging of Clarion Events
- Enabled FINE level debugging by default - until we resolve last remaining bugs
- Setup CrashStream logger so it is limited to 256k of logging. Way it was it could of caused memory to run out
- Modified setActiveState to only perform logic if state actually changes
- Fixed bug where on browse screens it would confuse data from multiple records
- Fixed bug on list boxes when number of rows could change. Redraw would not paint out lost rows
- Fixed bug on list boxes - when list is NOBAr and focus is lost - repaint it so bar disappears
- Fixed bug on sell unit - use insert to add line item to unit. Would default to formalae select. (Longer term fix - need to look at dispatching select() code entirely to AWT event queue)
- Delete job - was crashing c9
- Major rework of Graphics Sub system to conform to Java Swing recommended threading model. Hopefully this will fix focus bug plus number of other reported issues - i.e. disappearing text controls. Appears to of improved performance of system too
- Server config - do not allow specification of SMS provider
- Unit invoice - tidy location of printed clerk for recipient invoice
- Unit invoice - print changeover value correctly
- Cash Till Report - moved into 'report' section of business
- New workshop job - provide visual clues as to what 'esc' key does when selecting unit or customer
- Print barcodes - select based on manually entered invoice number would crash c9
- Backup - backup file was problematic due to client_files table. Skipped backing up of this table (this table only stores downloaded c9 program off internet - so it is easily reconstructed by running check for updates)
- Even more work on trying to determine cause of entry control cannot regain focus defect : adding lots of extensive logging
- Bugfix with entry fields losing their full highlight status when contents of control are manipulated as part of focus switch. Quite obvious under Credit note when you try to change returned quantity. Also sometimes obvious under unit sales as you tab across fields and fields below are automatically recalculated
- More work on trying to determine cause of entry control cannot regain focus defect
- Bugfix with send remote debugging details.
- Account Statements - reprinting invidivudal invoices is settable on a per account basis
- Fixed bug with resizing of certain strings on the screen. Strings would 'disappear' i.e. like profit summary output
- Fixed bug with placement of buttons on workshop browse screen. Problem caused by system trying to size window to 0x0 dimensions
- Fixed bug with printing miner report with sum of a money value. Was printing ##### chars instead of sum value
- Control T open till working again under java
- c9_xxxx.log file now set to write xxxx as YYMM
- Set at cost in POS complete now uses either last in cost or daily buy - whichever is higher
- Send SMS to account. Check if phonemobile starts with 04. If not - try phonemain or phonealt respectively
- Receive parts on order. If mobile number is embedded in cust ord no - send SMS notification to that
- Print individual statement - do not employ sms/email filters. Was such that if account had email address you could not individually print it
- Send SMS for received orders - extract mobile number from cust order num field and send SMS
- Better handle condition when database is not online. Do not want to be sending crash reports to c8 just because DB is not online
- Clear Enquiry was crashing - was trying to rebuild indexes but no such thing applies for postgres
- Redirect log out to c9_yymm.log file. Where yymm corresponds to current year and month
- Crash also contains contents of log output for the session
- Modified way windows stack ontop of each other with intention of making window drawing, opening and closing faster
« Previous Page —
Next Page »