const { controllers: C } = require('@alancnet/material-framework/server') const { register } = C.auth.permissions register('TERMINAL_ALL_ACCESS', 'Access records for entire organization. Does not grant access to terminal-specific views. ') register('METRICS_VIEW', 'View metrics / statistics.') register('LABOR_VIEW', 'View labor / hours worked.') register('LABOR_ENTRY', 'Enter labor / hours worked.') register('SERVICES_VIEW', 'View cartons scanned / delivered.') register('SERVICES_ENTRY', 'Enter cartons scanned / delivered.') // register('VIEW_{{LaborCategory.key}}_INCOME', 'View {{LaborCategory.name}} labor rates')