Had to tell someone that I can't help them with the coffee order that went to the wrong address because they didn't actually order it from us. Not sure how they got our phone number for that, but I do like the cool pictures of dogs on the packaging of the company they seem to have ordered from and hope they can get that resolved.
None of the morning customers have expressed condolences regarding today's television appearance so I guess things went fine.
Probably only interesting for people in SE Wisconsin, but TMJ4 is sending a crew out to report the weather from my shop this morning. If anybody wants to see that, you can watch from 5-7AM at https://www.tmj4.com/live
A couple people have asked if I'm going to a trade show in a couple weeks. I'm not (unless someone else wants to sponsor the trip) but I should probably start getting out to those again. It's a good opportunity to meet up with people using my software, let them know what I've been working on, find out what's working/not working for them.
Shipping label generation was failing on me when trying to ship today's orders. According to the error messages coming back, two fields that were previously optional are apparently now required. Double checking against the API docs, these are not labeled as required for USPS. So that's a little annoying. Thankfully, I can edit database records to put in the required information and update the server side code to make sure the data gets there for future orders, but it's late and I want to go home
Presumably there's something within Qt causing the button to lose that visual indication which isn't getting undone, leading me to think it's a Qt bug, but for my program at least the workaround is tiny and not worth trying to figure out a patch. Problem observed on Linux/X11 in Qt 6.10.
The solution is to add a changeEvent override which calls update() on an ActivationChange event.
Author of Typica software for coffee roasters.