graik / labhamster

Django project for simple purchase / order management in scientific labs
MIT License
12 stars 5 forks source link

allow deactivating old grants without removing them #14

Open graik opened 2 years ago

graik commented 2 years ago

Currently, all the grants added to the grants table are always listed in the order form. However, over time, grants end and cannot be used any longer. Deleting them is not an option as this would also delete the associated orders.

ToDo:

graik commented 1 year ago

perhaps more logical to call the field "active" which is consistent with e.g. the auth.user model.