The following post explains how to add a new terminal to the network.
Restoring prior data requires that you have a prior backup file from which to restore from. See How to create a backup For information on how to backup first.
Read more...
Alot of critical business data is stored in C9. It is essential for your business that this information is securely backed up and duplicated so that in event of catastrophic failure: such as a hardware failure, or fire or theft that the data is still safe and secure.
Read more...
- Bugfix: when responding to a parts magician request; if price of part is >=1000 then messenger would crash
- Added workshop weekly planner. It shows a calendar and jobs in a planner style format giving feel for workload in workshop. The planner is also used when selecting calendar for setting job start date or job promise date
- On Invoices change wording "Mail by cheque to:" to "Mail cheque to:"
- Bugfix with online data sync. Sync freezes: backupclient unable to detect when connection to server is broken. Root cause is bug in networking, p2p virtual socket wraparound would serve ids already in use
- Bugfix with modify unit. Changes to dutyable value where not saved.
- Online data sync: Allow setting of recovery password in setup
- Modified "what is my IP address?" to report all addresses. To deal with computers which are acting as gateways and to deal with VPN software
- Modified how 'scan for servers' works to hopefully get a more complete list of computers on the network. Technique involves scanning 'network neighbourhood' in explorer. Because different window versions and network configurations display this list in slightly different ways it may take a further version or 2 to get this working perfectly.
- Bugs with ordering system and parts on order that get superceded
- Auto-update superceded parts on order when F12 selecting order to receive
- Auto-update superceded parts on order in receive back ordered parts (as opposed to receive parts)
- Point of sale: never allow supplied quantity to be > required quantity. this can happen if use mouses around in POS
- More supercession bugs. Delete supercession sometimes does not show supercessions. Problem is traced back to the move function : move function put database in a state where delete supercession could not work. Modified move so it behaves correctly. Modified unsupercede so it can cope with move errors created prior to this version. Added a db maintainence tool to further correct for such problems
- Print preview : provide option to export a report as a .CSV file
- Bugfix: new messenger system can use data compression to minimize network traffic (used for online backup). Compression system had a bug in it which would cause messenger to sieze up
DB Schema Change
- Removed Web 'sync' table. Replaced with generic online backup solution: backup_sync
- Fixed non-serious errors reported on backup because of recent sync/backup changes to the database