diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 39decb8a..073b05e3 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -23,6 +23,8 @@ todo: Notification at server has NotifyDeliveryLog object unused and no UI at fr figure it out todo: figure out the grid view form slowness, maybe there are extraneous elements or something, it's important because it's oft-used +todo: in many areas I'm using unnecessary v-row elements, only one is necessary + Do a quick search for v-row and see what's what todo: unitmodel, maybe can make a combo unique constraint for the model number or name by combining with the vendorID it's doubtful two models from the same vendor would have the same model number so this covers that case or am I wrong on that? @@ -63,11 +65,7 @@ todo: actual customer reports so can figure out datalist for bringing other name CURRENTLY DOING: - Unit - front end - - put warranty override in tab of it's own - override warranty checkbox should gray out override terms - + Unit Report isn't tested yet Migration code diff --git a/ayanova/src/components/tag-picker.vue b/ayanova/src/components/tag-picker.vue index b636710d..e995207f 100644 --- a/ayanova/src/components/tag-picker.vue +++ b/ayanova/src/components/tag-picker.vue @@ -19,18 +19,12 @@ cache-items > diff --git a/ayanova/src/views/adm-attachments.vue b/ayanova/src/views/adm-attachments.vue index 0bc30198..ab25843e 100644 --- a/ayanova/src/views/adm-attachments.vue +++ b/ayanova/src/views/adm-attachments.vue @@ -33,29 +33,22 @@ {{ $ay.t("MoveSelected") }} - - - - - + - - - - - + diff --git a/ayanova/src/views/adm-user.vue b/ayanova/src/views/adm-user.vue index 8b4424b4..f39eb690 100644 --- a/ayanova/src/views/adm-user.vue +++ b/ayanova/src/views/adm-user.vue @@ -11,7 +11,7 @@ {{ $ay.t("UserSettings") }} - + - + {{ $ay.t("Contacts") }} - + - + @@ -696,7 +696,7 @@ - + {{ $ay.t("Contacts") }} - + - + @@ -601,7 +601,7 @@ - + {{ $ay.t("UserSettings") }} - + - + - + {{ $ay.t("Vendor") }} {{ $ay.t("Address") }} - + - +