Settings
Find and Restore Deleted Records in Recycle Bin
Recycle Bin keeps deleted records searchable and restorable when the feature is enabled and the user has permission.
- Menu path
- Manage -> Recycle Bin
- Verified from
- Posnic demo and current POS source reviewed on 2026-09-08
Technical source evidence
frontend/modules/settings_write.html v-pills-recyclebin, frontend/static/script/js/modules/js/settings.js settingsTable and restore flow, Recycle Bin table filters for sales receivings customers suppliers categories items expenses users branches stocklogs
What Recycle Bin Restores
Recycle Bin is for accidental deletes and owner review. Deleted records are hidden from normal screens, then found here by type, date, branch and field.
- Supported types include sales, receivings, customers, suppliers, categories, items, expenses, users, branches and inventory stock logs.
- Restore permission should be limited because a restored record affects operations again.
- Turning Recycle Bin off hides the restore workflow and can change how future deletes behave.
- Use filters before pressing Restore so the selected rows are intentional.
Find a Deleted Record
- Open Manage -> Recycle Bin.
- Set the date range.
- Choose the table type such as Sale, Item, Customer or Supplier.
- Choose one branch or All branches.
- Choose the field to search, such as id, customer, name, phone, SKU or process.
- Enter the search value.
- Click Apply.
- Use per-page and pagination controls to review the result list.
Restore Safely
- Select only the rows that should return.
- Click Restore.
- Confirm restore access in the modal.
- Refresh the original module, such as Items or Customers.
- Open the restored record and confirm it is correct.
- Tell the owner or manager what was restored and why.
Search Fields by Type
| Record type | Useful fields | Example |
|---|---|---|
| Sales | Id, customer, process | Find a deleted sale by bill id or customer. |
| Receivings | Id, supplier | Find a deleted purchase/receiving entry. |
| Items | Name, SKU | Restore a product deleted by mistake. |
| Customers or suppliers | Name, phone, email, address | Restore a contact record. |
| Expenses | Type, category, recipient, approved by | Restore a cash-book expense. |
| Users | Name, email | Restore an employee record. |
| Inventory | Process, SKU, name | Trace a deleted or hidden stock movement. |