makaleks / drec_stud_site

A web-site on Django (Python3), with VK auth., Yandex payment
https://frtk.mipt.ru
1 stars 3 forks source link

Feat: refund orders, occured the service item is closed #41

Open makaleks opened 3 years ago

makaleks commented 3 years ago

Currently, refunding in case of a suddenly closed service item (for washing room the item is a washing machine) is done manually. The suggestion is to do refunding automatically, so no one is forgotten and no refundings are delayed. The idea is to refund when the order time on a closed service item occurs. This prevents orders canceling after N+1 day on service item, that will be opened on day N. Warning: beware concurrent deleting from database, this issue requires solving #38 first.