Stephen Early
Stephen Early
More tweaks! * Have a button to collapse the per-stock-type quantities and adjustments when editing or viewing a stock-take; they can get in the way if you're only interested in...
"Name this stock-take" page added in c0a8d9a54083bc67f94012561e1c5b62fe597fc9
Stock-keeping quantities added to Unit in 0445ce6e2e5c8aca427f95b1e933f8af5de4d86c
There's a new API for this: https://developer.squareup.com/docs/terminal-api/terminal-device-monitoring It doesn't fetch real-time information from the terminals, it returns recently cached information, but it does it all in a single API call.
Using a custom DateInput widget in f0c18fbd82d699cb8454a2fead69afdb1e8c6f94 — will consider turning off the javascript date picker too.
I've tried making this change, but I don't like the way the native date picker interacts with Bootstrap 4.4 forms: at least in Chrome, the little button you have to...
Displaying messages in the middle of the header is implemented in 17a1c6945d963b117ad4afaeca51fa2a7b4fc5f2. Currently nothing writes these messages.
(Well, the `ipladmin-client` code does, but that's currently in a private repo.)
Could be an "app", could be a Manage Till function, could go anywhere really! Could possibly even live in `quicktill.tillweb` and output HTML instead!
Very simple implementation as an "app" in 10f91b279fde578312e4d1f4d7f6032bcd824810 Prettier and more flexible versions still wanted!