Stephen Early
Stephen Early
The tillweb sessions list is now a datatable and can be sorted on any column and searched by many things. It still can't be searched by date, though! A drop-down...
It should be, although I haven't had a chance to test it.
It would be helpful if you could run some queries so we can see examples of reading backward frames from the device — all the USBHID frames from the device...
Here are some notes based on that capture: ``` 02 82 04 00 - some kind of initialisation packet? - response 03 82 09 03 d2 a5 00 - send...
That particular driver is not written for use on Windows — it uses the Linux-only 'hidraw' API to access the device. You may have more luck trying the code in...
Looks good, thank you. Ideally there would be a test for this new sequence in [test_device_sequences.py](/sde1000/python-dali/blob/master/dali/tests/test_device_sequences.py)
Current state: the invoice is sent to Xero with a line for each negative payment recording it against the suspense account, but the Spend Money transaction is not created automatically....
(Prompted by 8f60116f941db26a5b91b06ec9eb4079f20194e5 which shouldn't have had to be fixed that way!)
Initial version in be48851991a5258eda6f6c894123b46ec90c1b2c
Some UI tweaks needed: * Now that adjustments are entered as "adjust total amount to" rather than "adjust by", the entry box can be merged with the qty column and...