Every permission, and what it unlocks

A role is a set of these. Nobody is an “admin” or a “staff member” here — those were fixed roles in an early version and they are gone. An owner composes a role out of the list below, and the app checks the same list on every screen and every action.

Permissions marked Read keep working when a subscription lapses; permissions marked Write stop until the bill is paid. Nothing is ever deleted or hidden by a lapse.

Inventory

PermissionWhat it allowsRead / writeScreens
inventory.viewSee items and stock levelsread/inventory
inventory.createAdd new itemswrite
inventory.editEdit item detailswrite
inventory.deleteDelete itemswrite
inventory.adjustRun stock counts and adjust quantitieswrite
inventory.total.adjustChange an item's total countwrite
inventory.zone.manageManage storage zoneswrite/inventory/zones
inventory.category.manageManage categorieswrite/inventory/categories

Bookings

PermissionWhat it allowsRead / writeScreens
bookings.viewSee bookingsread/bookings
bookings.createCreate bookingswrite
bookings.editEdit booking details and lineswrite
bookings.status.outMark stock as gone outwrite
bookings.status.confirmConfirm a tentative bookingwrite
bookings.status.cancelCancel a bookingwrite
bookings.returnProcess returnswrite
bookings.overrideOverride an overbookingwrite
bookings.type.manageManage booking typeswrite/bookings/types
availability.viewCheck availabilityread/bookings/availability

Planning

PermissionWhat it allowsRead / writeScreens
planning.viewSee run sheetsread/planning
planning.manageWrite and change run sheetswrite
planning.completeTick a task donewrite
planning.overrideOverride a crew clashwrite

Logistics

PermissionWhat it allowsRead / writeScreens
logistics.viewSee the dispatch boardread/dispatch
logistics.scheduleSchedule runs and assign vehicles and crewwrite
logistics.overrideOverride a vehicle or crew clashwrite
logistics.vehicle.manageManage vehicles and transport supplierswrite/dispatch/vehicles

Procurement

PermissionWhat it allowsRead / writeScreens
procurement.viewSee purchase orders and vendorsread/procurement
procurement.manageRaise and change purchase orderswrite
procurement.receiveRecord what arrived against an orderwrite
procurement.vendor.manageManage vendorswrite/procurement/vendors
procurement.bill.manageRecord supplier bills and paymentswrite

Customers

PermissionWhat it allowsRead / writeScreens
customers.viewSee customersread/customers
customers.createAdd customerswrite
customers.editEdit customer recordswrite
customers.archiveArchive and restore customerswrite
customers.mergeMerge duplicate customerswrite
customers.contacts.manageManage contactswrite
customers.addresses.manageManage addresseswrite
customers.interactions.logLog an interactionwrite
customers.interactions.edit.ownCorrect their own logged interactionswrite
customers.interactions.edit.anyCorrect anyone's logged interactionswrite

Finance

PermissionWhat it allowsRead / writeScreens
finance.viewSee quotes, invoices, and paymentsread/finance
finance.quote.createCreate and edit draft quoteswrite
finance.quote.sendSend and decide quoteswrite
finance.invoice.createCreate and edit draft invoiceswrite
finance.invoice.issueIssue invoiceswrite
finance.payment.recordRecord and reverse paymentswrite
finance.document.voidVoid financial documentswrite
finance.settings.manageManage finance settingswrite/settings/business-profile/settings/finance
finance.item.priceSee and set item pricesread
finance.item.costSee and set item cost pricesread

Staff / HR

PermissionWhat it allowsRead / writeScreens
staff.viewSee the staff listread/settings/team
staff.createCreate staff accountswrite
staff.editEdit staff recordswrite
staff.deactivateDeactivate and reactivate accountswrite
staff.role.assignAssign roles to peoplewrite
staff.password.resetReset someone's passwordwrite

Audit

PermissionWhat it allowsRead / writeScreens
audit.viewSee the audit logread/audit-log

Reports

PermissionWhat it allowsRead / writeScreens
reports.viewSee business reportsread/reports

Enquiries

PermissionWhat it allowsRead / writeScreens
leads.view operator onlySee and handle demo requestsread/subscribers/enquiries/subscribers/leads/subscribers/mail

Subscription

PermissionWhat it allowsRead / writeScreens
billing.manageSee and pay the subscriptionwrite/settings/billing

Operator

PermissionWhat it allowsRead / writeScreens
subscriptions.view operator onlySee every company's subscriptionread/subscribers

Editing roles is not on this list

There is deliberately no permission for editing roles. If there were, whoever held it could grant themselves every other one, which is a hole through the middle of the system. Only the owner of the business reaches the role editor, and that cannot be delegated.

← All help articles