This commit is contained in:
2020-11-20 23:01:02 +00:00
parent c1ae81fe29
commit e9180cfed0
2 changed files with 42 additions and 28 deletions

View File

@@ -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?

View File

@@ -420,7 +420,7 @@
<span class="text-h6">
{{ $ay.t("AddressTypePhysical") }}</span
><v-btn icon v-bind="attrs" v-on="on">
<v-icon>$ayiEllipsisV</v-icon>
<v-icon small>$ayiEllipsisV</v-icon>
</v-btn>
</template>
<v-list>
@@ -578,7 +578,7 @@
<span class="text-h6">
{{ $ay.t("AddressTypePostal") }}</span
><v-btn icon v-bind="attrs" v-on="on">
<v-icon>$ayiEllipsisV</v-icon>
<v-icon small>$ayiEllipsisV</v-icon>
</v-btn>
</template>
<v-list>
@@ -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",