Rename Processing to Dispatch #UAT

This commit is contained in:
Kendrick Chan 2018-03-09 23:49:32 +08:00
parent e27e902e49
commit eab86ec007
9 changed files with 10 additions and 10 deletions

View file

@ -186,9 +186,9 @@ access_keys:
- id: jo_in.list
label: Incoming
- id: jo_proc.list
label: Processing
label: Dispatch
- id: jo_proc.unlock
label: Processing Unlock
label: Dispatch Unlock
- id: jo_assign.list
label: Assigning
- id: jo_assign.unlock

View file

@ -87,7 +87,7 @@ main_menu:
parent: joborder
- id: jo_proc
acl: jo_proc.list
label: Processing
label: Dispatch
parent: joborder
- id: jo_assign
acl: jo_assign.list

View file

@ -278,7 +278,7 @@ class JobOrderController extends BaseController
switch ($tier) {
case 'proc':
$tier_key = 'jo_proc';
$tier_name = 'Processing';
$tier_name = 'Dispatch';
$rows_route = 'jo_proc_rows';
$edit_route = 'jo_proc_form';
$unlock_route = 'jo_proc_unlock';

View file

@ -95,7 +95,7 @@
},
{
field: 'processor',
title: 'Processor'
title: 'Dispatcher'
},
{
field: 'assignor',

View file

@ -95,7 +95,7 @@
},
{
field: 'processor',
title: 'Processor'
title: 'Dispatcher'
},
{
field: 'assignor',

View file

@ -95,7 +95,7 @@
},
{
field: 'processor',
title: 'Processor'
title: 'Dispatcher'
},
{
field: 'assignor',

View file

@ -95,7 +95,7 @@
},
{
field: 'processor',
title: 'Processor'
title: 'Dispatcher'
},
{
field: 'Actions',

View file

@ -95,7 +95,7 @@
},
{
field: 'processor',
title: 'Processor'
title: 'Dispatcher'
},
{
field: 'assignor',

View file

@ -95,7 +95,7 @@
},
{
field: 'processor',
title: 'Processor'
title: 'Dispatcher'
},
{
field: 'Actions',