Skip to content

Releases: cseg-michigan/chez-betty

Rewrite requests

01 Jun 23:45
Compare
Choose a tag to compare

Rewrite the request infrastructure to facilitate more interation and to
intrinsically enforce some of our policies (must sell at known store, must
provide URL if you can, etc).

This also moves requests to logged-in users only, which should help following
through on confusing requests.

Fix NAN% issue in terminal

27 May 05:01
bce3b1d
Compare
Choose a tag to compare

Happened if nothing was in the cart and user is >5 in debt.

Remove coin deposits

27 May 04:56
c91460b
Compare
Choose a tag to compare

Hid the button

Better Add User Purchase UI

27 May 01:05
9b66920
Compare
Choose a tag to compare

Show the in_stock quantity for adding user purchases.

Better UI for Validating Deposits

22 May 21:55
b42e27a
Compare
Choose a tag to compare
  1. Show cash deposits that should be reflected in each cash box empty.
  2. Don't merge manual cash deposits.

Checking off old issues

15 May 07:06
81d40a4
Compare
Choose a tag to compare
  • support balance transfers between people
  • clean up items page
  • add histograms
  • show transactions on pool pages

Add Bill Acceptor

15 May 02:15
f612744
Compare
Choose a tag to compare

Replace manual deposits with automatic counting using a bill acceptor. Also support scanning items on the login page and having them be added to the cart when a user logs in.

Add sticky price support

01 May 18:01
Compare
Choose a tag to compare

Small database migration to add a new column to the items table to support sticky prices (items whose price is fixed).

Fix bug with WoS fee

20 Apr 20:07
Compare
Choose a tag to compare
  • Missing one - sign.

Up wall of shame fee

17 Apr 01:33
Compare
Choose a tag to compare
  • WoS fee now 5% + 5% for every additional $5
  • Also charge WoS fee on all charges that cause a user to go below $5
  • Update users page in admin view.