nofusscomputing / centurion_erp

An ERP with a focus on ITSM and Automation
MIT License
0 stars 0 forks source link

Ticket purge action/permission implementation #311

Open jon-nfc opened 1 month ago

jon-nfc commented 1 month ago

add the ability for adding and deleting tickets.

Details

Adjust the ticket logic to implement delete and purge actions and permission based.

A ticket that is deleted, only edits field is_deleted=True which is designed to remove it from view.

A ticket that is purged, is deleted from the database.

Requirements