RSS Feed
Australia's best motorcycle shop retail software
- 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
- Defaulted name of postgres database to c9
- Modified c9 server so that it can better handle condition where PostgreSQL is not running. Especially on startup where server is on same machine as postgreSQL. They will race one another to startup first. In case c9 server starts
first, make sure it waits until PostgreSQL is also running
- Regression bugfix. Do not throw NullPointerException on clarion table open if PostgreSQL is not available. Regression introduced with JDBC changes to support PostgreSQL cursors
- Select non masterfile part. Supercession lines colored the part number yellow. Made it red
- Nimbus startup bug throwing ClassCastException. Hopefully fixed now (2nd try). Was a bug in java itself.
- Drop down lists sometimes would not redraw properly. Obvious in generic import
- Increased capacity of main menu system description to fully display java version details
- Java Miner bugfix. linking customer or unit entity to workshop entity resulted in evaluation error
- Miner - for units entities if you select 'any' as owner - system would forget the setting and default back to dealership
- Java - was not emulating clarion radio buttons correctly. In miner for units entity - if specific customer was set every time you went into modify query rules screen it would cause select accounnt screen to popup
- Accounts YTD balance bug when rolling over account resulted in YTD being incorrectly calculated. Fixed and provided data correction script under database maintanence under setup
- Generic import - import .xls files (.xlsx support will come in a later version of c9)
- Generic import - provide preview list showing first 25 lines
- Generic import - Allow specification of starting row (defaults to 2nd row)
- All imports - automatically unpack .zip files. Assume real file is first file in the .zip
- Java bugfix - merge masterfile import into stock file was not working. Stock file updates & deletes where not applying
- Date entry. If user only types in partial date - like a single number, assume missing elements are today. i.e. if date is 28/1/2009 and user types in 7 assume date user wants is 7/1/2009
- Do not phyiscally allow user to type in more characters than the entry control will accept. i.e. if freeform is 20 characters, do not allow user to type in 21
- Nimbus startup bug throwing ClassCastException. Hopefully fixed now
- Added send debug details into c9 to aid remote debugging on issues
- On terminal update - force java program to exit post update
- On internet update - automatically trigger terminal update post internet update
- Main menu - display Java runtime version as opposed to java client version
- Database Manager - provide option to delete
- View PDF file via acrobat reader. Do not wait for acrobat to shutdown before shutting down c9
- For MDI windows - do no provide a 'minimise' icon. These cause problems for users
- Java bugfix - if you hit delete key in POS twice before delete confirm pops up - would hang c9
- Java bugfix - improved REJECT control handling for entry controls when a control is rendered inactive or invisible - especially for Enter control.
- Java - if keyboard focus transfers into a text box via a mouse click - do not call selectAll on the contents of the text box
- Miner - fix view miner results. Redraws properly and runs faster
- View order - color code orders so not red on blue
- Tweak auto-resizing of strings on the screen - POS screen is truncating some strings on buttons at certain screen resolutions
- Bugfix - printing workshop invoices was accidently broken in last release as result of adding print individual invoices on a statement feature
« Previous Page —
Next Page »