Fiche import changes
- Limit softway crawl to 2 threads. Cleanly report error if page request fails to yield a diagram. i.e. because of credit limit
- Allow import of diagrams from other c9 based websites.
Fiche import changes
Requires database changes. You’ll be forced to log all terminals out during upgrade
Once configured, within c9 during any of the point of sale entry points. If you select payment method that integrates into PC-EFTPOS you will see a screen like this which guides you through EFTPOS process.
EFTPOS records are journaled in c9 database and accessible via Business -> Reports. i.e.
Other features:
This version includes database changes. You’ll need to log all terminals out during upgrade.
Strange bug with spares invoices. On a small number of dealers, rarely, invoice sales are recording with deposit. Cannot figure out the trigger or how to replicate this behaviour though I suspect for various reasons, that there are staff running invoices through in an unusual/obscure way which we’ve never anticipated or tested for. This version includes additional guards to explicitly prevent recording of deposit on invoice sales.
Update : replicated behaviour. Staff are exiting out of complete screen after selecting invoice and then re-entering it. This is permitting them to key in a deposit amount. Now fixed this loophole. Strictly speaking it is a legitimate usage pattern and it’s usage at this time has no negative consequence (assuming the end user knows what they are doing) but I am deciding to remove it from c9 anyway in order to constrain and simplify system behaviour and because I suspect that in the case of one user at least: they don’t know what they are doing and this is causing problems for them.
Bugfix with prior release. On older slower terminals workshop job list would not refresh fully. Fixed in this version.
This represents our first release after some heavy retooling of how we go about working on the c9 product. 4 months in the making and finally here. As our new processes settle in and are fine tuned we expect to see this translate into alot of material improvement for the c9 product and how quickly we are able to evolve and enhance the product.
case(int(({DutyValue}+99)/100),x>=30,(x-30)*4+60, x>=20,(x-20)*3+30,x>=10,(x-10)*2+10,x>=5,x,5)Even more compact Version:
case(int(({DutyValue}+99)/100),x>30,x*4-60, x>20,x*3-30,x>10,x*2-10,x>5,x,5)
This release contains a number of improvements for quickbooks integration
Note that c9 nows connects into Quickbooks in a slightly different way so you’ll be forced to reauthorise c9 to access quickbooks after upgrading.