diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index c04fee15..4c111335 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -63,12 +63,15 @@ todo: input type email url phone number etc supported on device to activate?
CURRENTLY WORKING ON: Customer
OUTSTANDING
-
-
Show all
workorders
quotes
pm's
+ docs
+ import
+ smoke test
+ bizrules
+ customer notes
todo: TESTING After customer form is made
Test with devices
@@ -674,6 +677,10 @@ xaworkorderstatus
POST "REALITY" OR IN PARALLEL "REALITY" related items:
+TODO: //MIGRATE_OUTSTANDING comment tag
+ search for this comment tag as it will contain items that could not be done until other items were migrated first
+ The tag will contain the description for each
+
todo: Schedule form
- This one is big but requires the data to be there so as soon as implement enough things that are scheduleable then do this
- printing / reporting schedule? Do-able?
diff --git a/ayanova/src/views/cust-customer.vue b/ayanova/src/views/cust-customer.vue
index 70af0ba6..69d09b79 100644
--- a/ayanova/src/views/cust-customer.vue
+++ b/ayanova/src/views/cust-customer.vue
@@ -420,7 +420,7 @@
{{ $ay.t("AddressTypePhysical") }}
- $ayiEllipsisV
+ $ayiEllipsisV
@@ -578,7 +578,7 @@
{{ $ay.t("AddressTypePostal") }}
- $ayiEllipsisV
+ $ayiEllipsisV
@@ -1484,32 +1484,39 @@ function generateMenu(vm) {
key: FORM_KEY + ":duplicate",
vm: vm
});
-
- // menuOptions.menuItems.push({
- // title: "AddressCopyToPostal",
- // icon: null,
- // key: FORM_KEY + ":addresscopytopostal",
- // vm: vm
- // });
-
- // menuOptions.menuItems.push({
- // title: "AddressCopyToPhysical",
- // icon: null,
- // key: FORM_KEY + ":addresscopytophysical",
- // vm: vm
- // });
-
- // if (navigator.geolocation) {
- // // geolocation is available
- // menuOptions.menuItems.push({
- // title: "GeoCapture",
- // icon: "$ayiMapMarker",
- // key: FORM_KEY + ":geocapture",
- // vm: vm
- // });
- // }
}
+ //---- SHOW ALL ---
+ //MIGRATE_OUTSTANDING show all: workorderlist, unitlist, quotelist, pmlist
+ menuOptions.menuItems.push({
+ title: "WorkOrderList",
+ icon: "$ayiTools",
+ key: FORM_KEY + ":WorkOrderList",
+ vm: vm
+ });
+
+ menuOptions.menuItems.push({
+ title: "UnitList",
+ icon: "$ayiFan",
+ key: FORM_KEY + ":UnitList",
+ vm: vm
+ });
+
+ menuOptions.menuItems.push({
+ title: "QuoteList",
+ icon: "$ayiPencilAlt",
+ key: FORM_KEY + ":QuoteList",
+ vm: vm
+ });
+
+ menuOptions.menuItems.push({
+ title: "PMList",
+ icon: "$ayiBusinessTime",
+ key: FORM_KEY + ":PMList",
+ vm: vm
+ });
+ //--- /show all ---
+
menuOptions.menuItems.push({
title: "GeoView",
icon: "$ayiMapMarked",