offspot / imager-service

Create Kiwix Hotspot microSD cards online
https://imager.kiwix.org/
GNU General Public License v3.0
13 stars 6 forks source link

Fixed #255: allow recreation of an order #256

Closed rgaudin closed 3 years ago

rgaudin commented 3 years ago

This allows the recreation of an existing order under certain conditions:

COMPLETED and IN_PROGRESS Orders, when recreated skip the units decreasal as the user would have already been charged for that order.

Recreation is done via a re-create button on the Order detail from the /all-orders list. There's a UI confirmation after click on that button.

Recreation is thus reserbed to cardshop admin and should be used we caution. There is no ability to customize anything from the Order. Should anything be changed, one can create a new order.

Fixed #255 @Popolechien