Alternative workstation branch view#137
Conversation
|
The following override methods have changed in the upstream repository:
|
1 similar comment
|
The following override methods have changed in the upstream repository:
|
|
The following override methods have changed in the upstream repository:
|
agritheory
left a comment
There was a problem hiding this comment.
I think this page should be called "Alternative Workstations".
Let's add a link in the Work Order List to it:
refresh: listview => {
listview.page.add_custom_menu_item(
$('[data-view]').parent(),
__('Alternative Workstations'),
() => frappe.set_route('/workstation-selection'),
true,
null,
'branch'
)
},
And a custom button on the Work Order Form with the same route.
|
The following override methods have changed in the upstream repository:
|
3 similar comments
|
The following override methods have changed in the upstream repository:
|
|
The following override methods have changed in the upstream repository:
|
|
The following override methods have changed in the upstream repository:
|
|
@IshwaryaM1030 One more color-based request: Let's remove the word "Primary" from the primary workstation card and color code it as purple if it's not the default workstation as defined in the BOM (because an alternative workstation has already been selected) |
|
The following override methods have changed in the upstream repository:
|
|
The following override methods have changed in the upstream repository:
|
|
@IshwaryaM1030 There's a bug where once an alternative workstation is selected the user cannot see the workstation as configured on the BOM, which should be included. I think we need to change the lookup to include it.
|
|
The following override methods have changed in the upstream repository:
|
|
@agritheory I have added the default BOM workstation after the alternative workstation is selected. But we can't identify which is default one now. So should we add any color or wording to identify which is default one.
|
|
@IshwaryaM1030 Yes, grey is usually the default color. We should label it also since that's not much of a clue. |
|
The following override methods have changed in the upstream repository:
|
|
@IshwaryaM1030 This looks great, lets review the track overrides and get it merged. |
|
The following override methods have changed in the upstream repository:
|
6926aee to
76501dc
Compare


#136
#60