From cbb3b07497220305750c36ccbf57706b86d4bbb1 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 4 May 2021 22:56:20 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 22 +- ayanova/src/components/work-order-items.vue | 426 ++++++++++-------- .../svc-work-order-item-priorities-edit.vue | 2 +- .../views/svc-work-order-item-priorities.vue | 2 +- 4 files changed, 239 insertions(+), 213 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 2cc0fb69..fb8e4c32 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -57,6 +57,9 @@ todo: workorders - need to set billing and service address from customers on mig todo: Translation: "Physical" address seems wierd, rename to Street address or Delivery address or Service Address or whatever +todo: Any "Priority" type value in UI that has colors should use ayaFireAlt icon instead of round circle which is for minor status only + Flag is for major status like all of workorder + todo: be sure to address items in case https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3864 before next update to server / windows build for Joyce @@ -301,21 +304,12 @@ todo: many biz objects are not using new PUT methodology CURRENTLY DOING: woitempriority, woitemstatus edit forms first so have something to test the control on - TODO: Need control for selection. - it's just a select list but needs to show the color, background is sketchy as might conflict with text color so keep in mind - check vuetify docs for select see about color, I'm thinking if I can get a round dot color in there at start or stop will be ok - could use emoji or similar if necessary or maybe it's like the grid lists and just colors a border on one side (!!!!!) + TODO: Componentize the priority and woitem status controls from working examples in form now + also it needs to auto filter out the inactive ones unless it's the current selection + TOOD: Grid is showing id for status / priority and not the actual items + will need something funky with colors etc I guess - wo should prefetch and store picklist style like the wostatus already does on open - - TODO: help docs for woitemstatus and woitempriority - - - Joyce is going to: - 1797-B 10th street - East courtenay - past superstore area - taking van + TODO: help docs for woitemstatus and woitempriority edit and list forms diff --git a/ayanova/src/components/work-order-items.vue b/ayanova/src/components/work-order-items.vue index fe5c0e6d..3c22276d 100644 --- a/ayanova/src/components/work-order-items.vue +++ b/ayanova/src/components/work-order-items.vue @@ -1,213 +1,240 @@ diff --git a/ayanova/src/views/svc-work-order-item-priorities-edit.vue b/ayanova/src/views/svc-work-order-item-priorities-edit.vue index 75dca09a..68552a90 100644 --- a/ayanova/src/views/svc-work-order-item-priorities-edit.vue +++ b/ayanova/src/views/svc-work-order-item-priorities-edit.vue @@ -392,7 +392,7 @@ function generateMenu(vm) { let menuOptions = { isMain: false, readOnly: vm.formState.readOnly, - icon: "$ayiCircle", + icon: "$ayiFireAlt", title: "WorkOrderItemPriority", helpUrl: "svc-work-order-item-priority", formData: { diff --git a/ayanova/src/views/svc-work-order-item-priorities.vue b/ayanova/src/views/svc-work-order-item-priorities.vue index dcece690..41356d73 100644 --- a/ayanova/src/views/svc-work-order-item-priorities.vue +++ b/ayanova/src/views/svc-work-order-item-priorities.vue @@ -89,7 +89,7 @@ async function clickHandler(menuItem) { function generateMenu(vm) { let menuOptions = { isMain: true, - icon: "$ayiCircle", + icon: "$ayiFireAlt", title: "WorkOrderItemPriorityList", helpUrl: "svc-work-order-item-priority", menuItems: [],