sde1000 / quicktill

Figure out where all the money and stock went to
GNU General Public License v3.0
43 stars 8 forks source link

Square Terminal menu order #280

Closed sde1000 closed 4 months ago

sde1000 commented 5 months ago

When we fetch the list of terminals from Square, we just use the order in which the "list device codes" API call returns them. This always used to return them in registration order, but now appears to return them in random order.

The registration times are included in the response: we could sort the list ourselves Or maybe we should add some UI for sorting the list the way we want to?