This commit is contained in:
@@ -402,6 +402,9 @@ CURRENTLY DOING: complete all workorderitem descendant lists
|
||||
|
||||
|
||||
3873 3: subtree woitem lists implement
|
||||
todo: decided not to put tax codes in main grids, should I though?
|
||||
todo: decided not to put costs or dollar amounts in main grids as it would be tricky to hide them from contractor users etc
|
||||
can this be supported in some way or fuck it leave off for now
|
||||
TODO: after all descendant tables added go through every single one and enable all columns and ensure no errors
|
||||
|
||||
|
||||
|
||||
@@ -149,6 +149,7 @@ export default {
|
||||
"WorkOrderItemTravelList",
|
||||
"WorkOrderItemUnitList",
|
||||
"WorkOrderItemTasks",
|
||||
"WorkOrderItemOutsideServiceList",
|
||||
"WorkOrderServiceTemplate",
|
||||
"QuoteList",
|
||||
"WorkOrderQuoteTemplate",
|
||||
|
||||
@@ -160,7 +160,7 @@ async function clickHandler(menuItem) {
|
||||
break;
|
||||
case "WorkOrderItemOutsideServiceList":
|
||||
m.vm.$router.push({
|
||||
name: "svc-workorder-outside-services"
|
||||
name: "svc-workorder-item-outside-services"
|
||||
});
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user