This commit is contained in:
2021-11-17 21:44:08 +00:00
parent 1c9791bfb8
commit 83e90f23f5
2 changed files with 15 additions and 5 deletions

View File

@@ -38,6 +38,20 @@ todo: Customer access
Or does it open into a form where user can print the wo view attachments etc??
view signature maybe??
Customer access global settings
view wiki, view attachments currently is contact,customer or ho with tags, should expand to also include if wo tagged
this way they can choose to expose only wo by wo or for all wo for contact or for ho or for customer etc
gives the ability to restrict to single wo's only
Customer wo form
open, fetches customer version of wo data
server checks what they can see and indicates in return data
returns:
whatever shows about the wo
only includes wiki if available otherwise empty stripped out
wo header wiki availability
wo header attachments availablility
attachment route needs to also re-check this availability thing

View File

@@ -113,11 +113,7 @@ function generateMenu(vm) {
icon: "$ayiTools",
title: "WorkOrder",
helpUrl: "customer-workorders",
formData: {
ayaType: window.$gz.type.WorkOrder,
recordId: vm.$route.params.recordid,
recordName: vm.obj.name
},
hideSearch: true,
menuItems: []
};