From e0be8a7cfe6256ba46ee13b1b64d9432f0a14371 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 11 Jan 2022 22:08:38 +0000 Subject: [PATCH] re-factor / cleanup --- ayanova/devdocs/todo.txt | 6 +- ayanova/package.json | 3 +- ayanova/src/App.vue | 64 +- ayanova/src/api/authutil.js | 1 + ayanova/src/api/enums.js | 8 +- ayanova/src/api/errorhandler.js | 3 +- ayanova/src/api/gzapi.js | 7 +- ayanova/src/api/gzmenu.js | 5 +- ayanova/src/api/gzutil.js | 26 +- ayanova/src/api/initialize.js | 4 +- ayanova/src/api/locale.js | 7 +- ayanova/src/api/translation.js | 3 +- .../src/components/_barebones_template.vue | 11 +- ayanova/src/components/alert-control.vue | 8 +- ayanova/src/components/attachment-control.vue | 34 +- ayanova/src/components/currency-control.vue | 20 +- .../src/components/custom-fields-control.vue | 259 +++--- ayanova/src/components/dash-base.vue | 26 +- ...dash-test-bar-widget-count-by-usertype.vue | 6 +- .../dash-test-day-calendar-widget.vue | 8 +- ...h-test-line-widget-monthly-total-price.vue | 6 +- .../dash-test-list-widgets-priciest.vue | 10 +- .../components/data-table-filter-control.vue | 77 +- .../data-table-filter-manager-control.vue | 32 +- ...-mobile-filter-column-selector-control.vue | 4 +- ayanova/src/components/data-table.vue | 131 +-- ayanova/src/components/date-control.vue | 18 +- ayanova/src/components/date-time-control.vue | 30 +- .../src/components/days-of-week-control.vue | 24 +- ayanova/src/components/decimal-control.vue | 16 +- ayanova/src/components/duration-control.vue | 14 +- ayanova/src/components/email-control.vue | 2 +- ayanova/src/components/error-control.vue | 6 +- .../components/extension-delete-control.vue | 22 +- .../components/extension-export-control.vue | 6 +- .../src/components/extension-tags-control.vue | 33 +- ayanova/src/components/extensions-control.vue | 12 +- ayanova/src/components/gzconfirm.vue | 10 +- ayanova/src/components/gznotify.vue | 2 +- ayanova/src/components/percent-control.vue | 16 +- ayanova/src/components/phone-control.vue | 2 +- ayanova/src/components/pick-list.vue | 46 +- ayanova/src/components/pm-header.vue | 102 +-- ayanova/src/components/pm-item-expenses.vue | 366 ++++---- ayanova/src/components/pm-item-labors.vue | 562 ++++++------ ayanova/src/components/pm-item-loans.vue | 394 ++++---- .../components/pm-item-outside-services.vue | 444 ++++----- ayanova/src/components/pm-item-parts.vue | 722 +++++++-------- .../components/pm-item-scheduled-users.vue | 318 +++---- ayanova/src/components/pm-item-tasks.vue | 302 +++---- ayanova/src/components/pm-item-travels.vue | 544 +++++------ ayanova/src/components/pm-item-units.vue | 288 +++--- ayanova/src/components/pm-items.vue | 666 +++++++------- ayanova/src/components/quote-header.vue | 98 +- .../src/components/quote-item-expenses.vue | 366 ++++---- ayanova/src/components/quote-item-labors.vue | 564 ++++++------ ayanova/src/components/quote-item-loans.vue | 394 ++++---- .../quote-item-outside-services.vue | 444 ++++----- ayanova/src/components/quote-item-parts.vue | 692 +++++++------- .../components/quote-item-scheduled-users.vue | 318 +++---- ayanova/src/components/quote-item-tasks.vue | 302 +++---- ayanova/src/components/quote-item-travels.vue | 544 +++++------ ayanova/src/components/quote-item-units.vue | 288 +++--- ayanova/src/components/quote-items.vue | 666 +++++++------- ayanova/src/components/quote-state.vue | 111 ++- ayanova/src/components/report-control.vue | 12 +- ayanova/src/components/role-control.vue | 62 +- ayanova/src/components/tag-picker.vue | 80 +- ayanova/src/components/time-control.vue | 18 +- ayanova/src/components/url-control.vue | 2 +- ayanova/src/components/wiki-control.vue | 98 +- ayanova/src/components/work-order-address.vue | 78 +- ayanova/src/components/work-order-header.vue | 82 +- .../components/work-order-item-expenses.vue | 368 ++++---- .../src/components/work-order-item-labors.vue | 564 ++++++------ .../src/components/work-order-item-loans.vue | 396 ++++---- .../work-order-item-outside-services.vue | 448 ++++----- .../work-order-item-part-requests.vue | 202 ++--- .../src/components/work-order-item-parts.vue | 726 +++++++-------- .../work-order-item-scheduled-users.vue | 318 +++---- .../src/components/work-order-item-tasks.vue | 306 +++---- .../components/work-order-item-travels.vue | 544 +++++------ .../src/components/work-order-item-units.vue | 290 +++--- ayanova/src/components/work-order-items.vue | 848 +++++++++--------- .../src/components/work-order-signature.vue | 136 +-- ayanova/src/components/work-order-state.vue | 107 ++- ayanova/src/main.js | 14 +- ayanova/src/views/acc-service-bank.vue | 164 ++-- ayanova/src/views/acc-service-banks.vue | 44 +- ayanova/src/views/acc-service-rate.vue | 170 ++-- ayanova/src/views/acc-service-rates.vue | 36 +- ayanova/src/views/acc-tax-code.vue | 164 ++-- ayanova/src/views/acc-tax-codes.vue | 32 +- ayanova/src/views/acc-travel-rate.vue | 164 ++-- ayanova/src/views/acc-travel-rates.vue | 36 +- ayanova/src/views/adm-attachments.vue | 57 +- ayanova/src/views/adm-global-logo.vue | 50 +- ayanova/src/views/adm-global-seeds.vue | 56 +- .../src/views/adm-global-select-templates.vue | 54 +- ayanova/src/views/adm-global-settings.vue | 252 +++--- ayanova/src/views/adm-history.vue | 20 +- ayanova/src/views/adm-import.vue | 28 +- ayanova/src/views/adm-license.vue | 90 +- ayanova/src/views/adm-report-templates.vue | 22 +- ayanova/src/views/adm-translation.vue | 160 ++-- ayanova/src/views/adm-translations.vue | 18 +- ayanova/src/views/adm-user.vue | 224 ++--- ayanova/src/views/adm-users.vue | 58 +- ayanova/src/views/ay-about.vue | 56 +- ayanova/src/views/ay-customize.vue | 54 +- .../src/views/ay-data-list-column-view.vue | 66 +- ayanova/src/views/ay-evaluate.vue | 58 +- ayanova/src/views/ay-history.vue | 50 +- ayanova/src/views/ay-log.vue | 26 +- ayanova/src/views/ay-report-edit.vue | 433 +++++---- ayanova/src/views/cust-customer-note.vue | 144 +-- ayanova/src/views/cust-customer-notes.vue | 42 +- ayanova/src/views/cust-customer.vue | 260 +++--- ayanova/src/views/cust-customers.vue | 38 +- ayanova/src/views/cust-head-office.vue | 224 ++--- ayanova/src/views/cust-head-offices.vue | 36 +- ayanova/src/views/cust-user.vue | 258 +++--- ayanova/src/views/cust-users.vue | 58 +- ayanova/src/views/customer-csr-edit.vue | 170 ++-- ayanova/src/views/customer-csr.vue | 18 +- ayanova/src/views/customer-workorder.vue | 58 +- ayanova/src/views/customer-workorders.vue | 49 +- ayanova/src/views/home-dashboard.vue | 42 +- ayanova/src/views/home-memo.vue | 169 ++-- ayanova/src/views/home-memos.vue | 32 +- ayanova/src/views/home-notifications.vue | 46 +- ayanova/src/views/home-notify-direct.vue | 96 +- .../src/views/home-notify-subscription.vue | 200 ++--- .../src/views/home-notify-subscriptions.vue | 34 +- ayanova/src/views/home-password.vue | 110 +-- ayanova/src/views/home-reminder.vue | 166 ++-- ayanova/src/views/home-reminders.vue | 34 +- ayanova/src/views/home-reset.vue | 26 +- ayanova/src/views/home-review.vue | 238 ++--- ayanova/src/views/home-reviews.vue | 40 +- ayanova/src/views/home-schedule.vue | 95 +- ayanova/src/views/home-search.vue | 68 +- ayanova/src/views/home-security.vue | 68 +- ayanova/src/views/home-user-settings.vue | 112 +-- ayanova/src/views/inv-part-adjustment.vue | 100 +-- ayanova/src/views/inv-part-assemblies.vue | 36 +- ayanova/src/views/inv-part-assembly.vue | 174 ++-- .../views/inv-part-inventory-transactions.vue | 66 +- ayanova/src/views/inv-part-inventory.vue | 40 +- ayanova/src/views/inv-part-requests.vue | 40 +- ayanova/src/views/inv-part-serials.vue | 92 +- ayanova/src/views/inv-part-stock-levels.vue | 82 +- ayanova/src/views/inv-part-warehouse.vue | 152 ++-- ayanova/src/views/inv-part-warehouses.vue | 37 +- ayanova/src/views/inv-part.vue | 187 ++-- ayanova/src/views/inv-parts.vue | 32 +- ayanova/src/views/inv-purchase-order.vue | 330 +++---- ayanova/src/views/inv-purchase-orders.vue | 36 +- ayanova/src/views/login.vue | 40 +- ayanova/src/views/nofeaturesavailable.vue | 2 +- ayanova/src/views/ops-backup.vue | 85 +- ayanova/src/views/ops-jobs.vue | 38 +- ayanova/src/views/ops-log.vue | 38 +- ayanova/src/views/ops-metrics.vue | 252 +++--- .../src/views/ops-notification-settings.vue | 93 +- ayanova/src/views/ops-notify-queue.vue | 42 +- ayanova/src/views/ops-profile.vue | 36 +- ayanova/src/views/ops-server-state.vue | 44 +- ayanova/src/views/ops-view-configuration.vue | 28 +- ayanova/src/views/svc-contract.vue | 266 +++--- ayanova/src/views/svc-contracts.vue | 34 +- ayanova/src/views/svc-csr.vue | 172 ++-- ayanova/src/views/svc-csrs.vue | 36 +- ayanova/src/views/svc-loaner.vue | 190 ++-- ayanova/src/views/svc-loaners.vue | 34 +- ayanova/src/views/svc-meter-reading.vue | 134 +-- ayanova/src/views/svc-meter-readings.vue | 22 +- ayanova/src/views/svc-pm-item-expenses.vue | 36 +- ayanova/src/views/svc-pm-item-labors.vue | 46 +- ayanova/src/views/svc-pm-item-loans.vue | 46 +- .../views/svc-pm-item-outside-services.vue | 36 +- ayanova/src/views/svc-pm-item-parts.vue | 46 +- .../src/views/svc-pm-item-scheduled-users.vue | 46 +- ayanova/src/views/svc-pm-item-tasks.vue | 36 +- ayanova/src/views/svc-pm-item-travels.vue | 36 +- ayanova/src/views/svc-pm-item-units.vue | 46 +- ayanova/src/views/svc-pm-items.vue | 32 +- ayanova/src/views/svc-pm.vue | 293 +++--- ayanova/src/views/svc-pms.vue | 52 +- ayanova/src/views/svc-project.vue | 174 ++-- ayanova/src/views/svc-projects.vue | 32 +- ayanova/src/views/svc-quote-item-expenses.vue | 36 +- ayanova/src/views/svc-quote-item-labors.vue | 46 +- ayanova/src/views/svc-quote-item-loans.vue | 46 +- .../views/svc-quote-item-outside-services.vue | 36 +- ayanova/src/views/svc-quote-item-parts.vue | 46 +- .../views/svc-quote-item-scheduled-users.vue | 46 +- ayanova/src/views/svc-quote-item-tasks.vue | 36 +- ayanova/src/views/svc-quote-item-travels.vue | 36 +- ayanova/src/views/svc-quote-item-units.vue | 46 +- ayanova/src/views/svc-quote-items.vue | 34 +- ayanova/src/views/svc-quote-status-edit.vue | 134 +-- ayanova/src/views/svc-quote-status.vue | 34 +- ayanova/src/views/svc-quote.vue | 328 +++---- ayanova/src/views/svc-quotes.vue | 52 +- ayanova/src/views/svc-schedule-user.vue | 95 +- ayanova/src/views/svc-schedule.vue | 103 ++- ayanova/src/views/svc-task-group.vue | 188 ++-- ayanova/src/views/svc-task-groups.vue | 32 +- ayanova/src/views/svc-unit-model.vue | 188 ++-- ayanova/src/views/svc-unit-models.vue | 34 +- ayanova/src/views/svc-unit.vue | 306 +++---- ayanova/src/views/svc-units.vue | 42 +- .../svc-work-order-item-priorities-edit.vue | 118 +-- .../views/svc-work-order-item-priorities.vue | 16 +- .../views/svc-work-order-item-status-edit.vue | 120 +-- .../src/views/svc-work-order-item-status.vue | 16 +- .../src/views/svc-work-order-status-edit.vue | 134 +-- ayanova/src/views/svc-work-order-status.vue | 16 +- .../src/views/svc-workorder-item-expenses.vue | 36 +- .../src/views/svc-workorder-item-labors.vue | 46 +- .../src/views/svc-workorder-item-loans.vue | 46 +- .../svc-workorder-item-outside-services.vue | 36 +- .../svc-workorder-item-part-requests.vue | 36 +- .../src/views/svc-workorder-item-parts.vue | 46 +- .../svc-workorder-item-scheduled-users.vue | 46 +- .../src/views/svc-workorder-item-tasks.vue | 36 +- .../src/views/svc-workorder-item-travels.vue | 36 +- .../src/views/svc-workorder-item-units.vue | 46 +- ayanova/src/views/svc-workorder-items.vue | 36 +- ayanova/src/views/svc-workorder.vue | 338 +++---- ayanova/src/views/svc-workorders.vue | 54 +- ayanova/src/views/vendor.vue | 220 ++--- ayanova/src/views/vendors.vue | 32 +- ayanova/tests/e2e/.eslintrc.js | 8 - .../e2e/OLD/_first_test_login-nav-logout.js | 29 - ayanova/tests/e2e/OLD/customize-form.js | 64 -- ayanova/tests/e2e/OLD/gz-data-table.js | 92 -- ayanova/tests/e2e/OLD/help-docs.js | 6 - ayanova/tests/e2e/OLD/jwt-example.js | 62 -- .../tests/e2e/OLD/select-list-templates.js | 65 -- ayanova/tests/e2e/e2e-strategy.txt | 17 - ayanova/tests/e2e/plugins/index.js | 22 - ayanova/tests/e2e/specs/search-form.js | 56 -- ayanova/tests/e2e/specs/smoke.js | 463 ---------- ayanova/tests/e2e/specs/translation-about.js | 129 --- ayanova/tests/e2e/specs/widget-crud.js | 102 --- ayanova/tests/e2e/support/commands.js | 25 - ayanova/tests/e2e/support/index.js | 20 - ayanova/tests/unit/.eslintrc.js | 5 - ayanova/tests/unit/example.spec.js | 12 - 251 files changed, 14680 insertions(+), 15693 deletions(-) delete mode 100644 ayanova/tests/e2e/.eslintrc.js delete mode 100644 ayanova/tests/e2e/OLD/_first_test_login-nav-logout.js delete mode 100644 ayanova/tests/e2e/OLD/customize-form.js delete mode 100644 ayanova/tests/e2e/OLD/gz-data-table.js delete mode 100644 ayanova/tests/e2e/OLD/help-docs.js delete mode 100644 ayanova/tests/e2e/OLD/jwt-example.js delete mode 100644 ayanova/tests/e2e/OLD/select-list-templates.js delete mode 100644 ayanova/tests/e2e/e2e-strategy.txt delete mode 100644 ayanova/tests/e2e/plugins/index.js delete mode 100644 ayanova/tests/e2e/specs/search-form.js delete mode 100644 ayanova/tests/e2e/specs/smoke.js delete mode 100644 ayanova/tests/e2e/specs/translation-about.js delete mode 100644 ayanova/tests/e2e/specs/widget-crud.js delete mode 100644 ayanova/tests/e2e/support/commands.js delete mode 100644 ayanova/tests/e2e/support/index.js delete mode 100644 ayanova/tests/unit/.eslintrc.js delete mode 100644 ayanova/tests/unit/example.spec.js diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index defd7e58..b7d18711 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -1325,7 +1325,11 @@ Current v8 docs home: https://www.ayanova.com/docs/ BUILD 8.0.0-beta.0.11 CHANGES OF NOTE +- Changed web app build process to remove support for "legacy" browsers now is set to only support browsers with > 1% usage and most recent two versions only - Changed "Service" role translation to "Service manager" (and other languages equivalent) - admin -> attachments not using correct icon, changed to paperclip from folder icon -- TODO BEFORE POST THIS UPDATE VUE AND ETC +- History form event "utility file downloaded" wasn't properly enabled, fixed +- refactor + *** TODO: check that about form properly shows user name and some other fields due to removing this. from template + diff --git a/ayanova/package.json b/ayanova/package.json index 540de536..e1167538 100644 --- a/ayanova/package.json +++ b/ayanova/package.json @@ -67,7 +67,8 @@ "node": true }, "extends": [ - "plugin:vue/strongly-recommended", + "plugin:vue/recommended", + "eslint:recommended", "@vue/prettier" ], "parserOptions": { diff --git a/ayanova/src/App.vue b/ayanova/src/App.vue index 97841e1e..e168bac7 100644 --- a/ayanova/src/App.vue +++ b/ayanova/src/App.vue @@ -31,9 +31,9 @@ diff --git a/ayanova/src/components/pm-item-parts.vue b/ayanova/src/components/pm-item-parts.vue index d0bfdd59..5554b3ea 100644 --- a/ayanova/src/components/pm-item-parts.vue +++ b/ayanova/src/components/pm-item-parts.vue @@ -66,10 +66,10 @@ @@ -90,8 +90,8 @@ {{ $ay.t("Undelete") }}$ayiTrashRestoreAlt @@ -104,19 +104,19 @@ xl="3" > @@ -427,16 +427,16 @@ @@ -277,21 +277,21 @@ diff --git a/ayanova/src/components/pm-item-travels.vue b/ayanova/src/components/pm-item-travels.vue index f3254840..468ecb8b 100644 --- a/ayanova/src/components/pm-item-travels.vue +++ b/ayanova/src/components/pm-item-travels.vue @@ -49,10 +49,10 @@ @@ -73,8 +73,8 @@ {{ $ay.t("Undelete") }}$ayiTrashRestoreAlt @@ -87,16 +87,16 @@ xl="3" > @@ -471,15 +471,6 @@ diff --git a/ayanova/src/components/pm-item-units.vue b/ayanova/src/components/pm-item-units.vue index 0af4a691..b40259a8 100644 --- a/ayanova/src/components/pm-item-units.vue +++ b/ayanova/src/components/pm-item-units.vue @@ -57,10 +57,10 @@ @@ -81,8 +81,8 @@ {{ $ay.t("Undelete") }}$ayiTrashRestoreAlt @@ -94,20 +94,20 @@ xl="3" > @@ -197,6 +197,7 @@ cols="12" > - + {{ $ay.t("AddMultipleUnits") }} - {{ + {{ $ay.t("Cancel") }} @@ -339,21 +339,6 @@ diff --git a/ayanova/src/components/pm-items.vue b/ayanova/src/components/pm-items.vue index f9987fa1..4520e6a3 100644 --- a/ayanova/src/components/pm-items.vue +++ b/ayanova/src/components/pm-items.vue @@ -163,10 +163,10 @@ @@ -410,15 +410,6 @@ diff --git a/ayanova/src/components/quote-item-outside-services.vue b/ayanova/src/components/quote-item-outside-services.vue index 70241b34..df0ad831 100644 --- a/ayanova/src/components/quote-item-outside-services.vue +++ b/ayanova/src/components/quote-item-outside-services.vue @@ -49,10 +49,10 @@ @@ -73,8 +73,8 @@ {{ $ay.t("Undelete") }}$ayiTrashRestoreAlt @@ -87,18 +87,18 @@ xl="3" > @@ -592,15 +592,6 @@ diff --git a/ayanova/src/components/quote-item-parts.vue b/ayanova/src/components/quote-item-parts.vue index a3aa7287..41079c51 100644 --- a/ayanova/src/components/quote-item-parts.vue +++ b/ayanova/src/components/quote-item-parts.vue @@ -66,10 +66,10 @@ @@ -90,8 +90,8 @@ {{ $ay.t("Undelete") }}$ayiTrashRestoreAlt @@ -104,19 +104,19 @@ xl="3" > @@ -386,16 +386,16 @@ @@ -277,21 +277,21 @@ diff --git a/ayanova/src/components/quote-item-travels.vue b/ayanova/src/components/quote-item-travels.vue index 7a031c07..b746e9ac 100644 --- a/ayanova/src/components/quote-item-travels.vue +++ b/ayanova/src/components/quote-item-travels.vue @@ -49,10 +49,10 @@ @@ -73,8 +73,8 @@ {{ $ay.t("Undelete") }}$ayiTrashRestoreAlt @@ -87,16 +87,16 @@ xl="3" > @@ -471,15 +471,6 @@ diff --git a/ayanova/src/components/quote-item-units.vue b/ayanova/src/components/quote-item-units.vue index 1cfcf080..41ec604e 100644 --- a/ayanova/src/components/quote-item-units.vue +++ b/ayanova/src/components/quote-item-units.vue @@ -57,10 +57,10 @@ @@ -81,8 +81,8 @@ {{ $ay.t("Undelete") }}$ayiTrashRestoreAlt @@ -94,20 +94,20 @@ xl="3" > @@ -197,6 +197,7 @@ cols="12" > - + {{ $ay.t("AddMultipleUnits") }} - {{ + {{ $ay.t("Cancel") }} @@ -339,21 +339,6 @@ diff --git a/ayanova/src/components/quote-items.vue b/ayanova/src/components/quote-items.vue index 9b85e0a7..507dcbba 100644 --- a/ayanova/src/components/quote-items.vue +++ b/ayanova/src/components/quote-items.vue @@ -164,10 +164,10 @@ diff --git a/ayanova/src/components/work-order-item-loans.vue b/ayanova/src/components/work-order-item-loans.vue index 57dea188..6e913edc 100644 --- a/ayanova/src/components/work-order-item-loans.vue +++ b/ayanova/src/components/work-order-item-loans.vue @@ -50,10 +50,10 @@ @@ -74,8 +74,8 @@ {{ $ay.t("Undelete") }}$ayiTrashRestoreAlt @@ -88,23 +88,23 @@ xl="3" > @@ -414,15 +414,6 @@ diff --git a/ayanova/src/components/work-order-item-outside-services.vue b/ayanova/src/components/work-order-item-outside-services.vue index c49ccb43..380e083c 100644 --- a/ayanova/src/components/work-order-item-outside-services.vue +++ b/ayanova/src/components/work-order-item-outside-services.vue @@ -49,10 +49,10 @@ @@ -73,8 +73,8 @@ {{ $ay.t("Undelete") }}$ayiTrashRestoreAlt @@ -87,18 +87,18 @@ xl="3" > @@ -594,15 +594,6 @@ diff --git a/ayanova/src/components/work-order-item-part-requests.vue b/ayanova/src/components/work-order-item-part-requests.vue index 51b4fc9b..71dccca4 100644 --- a/ayanova/src/components/work-order-item-part-requests.vue +++ b/ayanova/src/components/work-order-item-part-requests.vue @@ -44,10 +44,10 @@ diff --git a/ayanova/src/components/work-order-item-parts.vue b/ayanova/src/components/work-order-item-parts.vue index 9a3afc62..a6d52d05 100644 --- a/ayanova/src/components/work-order-item-parts.vue +++ b/ayanova/src/components/work-order-item-parts.vue @@ -14,8 +14,8 @@ large icon v-bind="attrs" - v-on="on" data-cy="woItemPartsHeader" + v-on="on" > $ayiEllipsisV @@ -41,8 +41,8 @@ $ayiObjectGroup @@ -77,10 +77,10 @@ @@ -101,8 +101,8 @@ {{ $ay.t("Undelete") }}$ayiTrashRestoreAlt @@ -115,19 +115,19 @@ xl="3" > @@ -438,16 +438,16 @@ @@ -288,21 +288,21 @@ diff --git a/ayanova/src/components/work-order-item-travels.vue b/ayanova/src/components/work-order-item-travels.vue index fd130453..d9ffbd42 100644 --- a/ayanova/src/components/work-order-item-travels.vue +++ b/ayanova/src/components/work-order-item-travels.vue @@ -49,10 +49,10 @@ @@ -73,8 +73,8 @@ {{ $ay.t("Undelete") }}$ayiTrashRestoreAlt @@ -87,16 +87,16 @@ xl="3" > @@ -473,15 +473,6 @@ diff --git a/ayanova/src/components/work-order-item-units.vue b/ayanova/src/components/work-order-item-units.vue index b645dbb7..3c45ea44 100644 --- a/ayanova/src/components/work-order-item-units.vue +++ b/ayanova/src/components/work-order-item-units.vue @@ -57,10 +57,10 @@ @@ -81,8 +81,8 @@ {{ $ay.t("Undelete") }}$ayiTrashRestoreAlt @@ -94,20 +94,20 @@ xl="3" > {{ $ay.t("Search") }} @@ -176,6 +176,7 @@ cols="12" > @@ -207,6 +207,7 @@ cols="12" > - + {{ $ay.t("AddMultipleUnits") }} - {{ + {{ $ay.t("Cancel") }} @@ -349,21 +349,6 @@ diff --git a/ayanova/src/components/work-order-items.vue b/ayanova/src/components/work-order-items.vue index f154211d..9e5b221d 100644 --- a/ayanova/src/components/work-order-items.vue +++ b/ayanova/src/components/work-order-items.vue @@ -9,13 +9,13 @@ >$ayiWrench {{ $ay.t("WorkOrderItemList") }} - + $ayiEllipsisV - + $ayiPlus @@ -58,8 +58,8 @@