Appearance
Order Permissions
These permissions control access to orders.
| Permission Key | Description |
|---|---|
orders.list.all | Allows the user to view all orders in a data table. |
orders.view.all | Allows the user to view individual orders. |
orders.new.all | Allows the user to create new orders. |
orders.edit.all | Allows the user to edit any orders. |
orders.delete.all | Allows the user to delete any orders. |
orders.total | Allows the user to generate total summaries from orders. |
orders.export | Allows the user to export orders to CSV. |
orders.report.all | Allows the user to view order sales reports. |
orders.chart | Allows the user to generate charts from orders. |
orders.update_status.all | Allows the user to change the status of any orders using the status panel. |
orders.list.assigned | Allows the user to view orders they are assigned to. |
orders.view.assigned | Allows the user to view individual orders they are assigned to. |
orders.edit.assigned | Allows the user to edit orders they are assigned to. |
orders.delete.assigned | Allows the user to delete orders they are assigned to. |
orders.report.assigned | Allows the user to view sales reports for orders they are assigned to. |
orders.update_status.assigned | Allows the user to change the status of orders they are assigned to. |
orders.list.managing | Allows the user to view orders they are managing. |
orders.view.managing | Allows the user to view individual orders they are managing. |
orders.new.managing | Allows the user to create orders they are managing. |
orders.edit.managing | Allows the user to edit orders they are managing. |
orders.delete.managing | Allows the user to delete orders they are managing. |
orders.report.managing | Allows the user to view sales reports for orders they are managing. |
orders.update_status.managing | Allows the user to change the status of orders they are managing. |
orders.list.assigned.deliverable | Allows the user to view deliverable orders they are assigned to. See assigned deliverable. |
orders.view.assigned.deliverable | Allows the user to view individual deliverable orders they are assigned to. See assigned deliverable. |
orders.edit.assigned.deliverable | Allows the user to edit deliverable orders they are assigned to. See assigned deliverable. |
orders.delete.assigned.deliverable | Allows the user to delete deliverable orders they are assigned to. See assigned deliverable. |
orders.report.assigned.deliverable | Allows the user to view sales reports for deliverable orders they are assigned to. See assigned deliverable. |
orders.update_status.assigned.deliverable | Allows the user to change the status of deliverable orders they are assigned to. Status changes are limited to Ready For Delivery, In Transit, and Delivered. See assigned deliverable. |
orders.list.assigned.pickable | Allows the user to view pickable orders they are assigned to. See assigned pickable. |
orders.view.assigned.pickable | Allows the user to view individual pickable orders they are assigned to. See assigned pickable. |
orders.edit.assigned.pickable | Allows the user to edit pickable orders they are assigned to. See assigned pickable. |
orders.delete.assigned.pickable | Allows the user to delete pickable orders they are assigned to. See assigned pickable. |
orders.report.assigned.pickable | Allows the user to view sales reports for pickable orders they are assigned to. See assigned pickable. |
orders.update_status.assigned.pickable | Allows the user to change the status of pickable orders they are assigned to. Status changes are limited to Processing and Ready For Delivery. See assigned pickable. |