VOKO-Utrecht / voko

Administration and automation for VOKO
4 stars 8 forks source link

301 show last order on profile page in admin #315

Closed bveldkamp closed 10 months ago

bveldkamp commented 10 months ago

This adds an extra column to the admin's user overview page showing date and time of the most recent order, or '-' if there are no orders yet. Small detail: I can't seem to get rid of the time part, order.modified.date() will show the date in US format, as will strftime(). I'm leaving it for now.