This commit is contained in:
@@ -63,12 +63,15 @@ todo: input type email url phone number etc supported on device to activate?
|
|||||||
CURRENTLY WORKING ON: Customer
|
CURRENTLY WORKING ON: Customer
|
||||||
|
|
||||||
OUTSTANDING
|
OUTSTANDING
|
||||||
|
|
||||||
|
|
||||||
Show all
|
Show all
|
||||||
workorders
|
workorders
|
||||||
quotes
|
quotes
|
||||||
pm's
|
pm's
|
||||||
|
docs
|
||||||
|
import
|
||||||
|
smoke test
|
||||||
|
bizrules
|
||||||
|
customer notes
|
||||||
|
|
||||||
todo: TESTING After customer form is made
|
todo: TESTING After customer form is made
|
||||||
Test with devices
|
Test with devices
|
||||||
@@ -674,6 +677,10 @@ xaworkorderstatus
|
|||||||
|
|
||||||
POST "REALITY" OR IN PARALLEL "REALITY" related items:
|
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
|
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
|
- 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?
|
- printing / reporting schedule? Do-able?
|
||||||
|
|||||||
@@ -420,7 +420,7 @@
|
|||||||
<span class="text-h6">
|
<span class="text-h6">
|
||||||
{{ $ay.t("AddressTypePhysical") }}</span
|
{{ $ay.t("AddressTypePhysical") }}</span
|
||||||
><v-btn icon v-bind="attrs" v-on="on">
|
><v-btn icon v-bind="attrs" v-on="on">
|
||||||
<v-icon>$ayiEllipsisV</v-icon>
|
<v-icon small>$ayiEllipsisV</v-icon>
|
||||||
</v-btn>
|
</v-btn>
|
||||||
</template>
|
</template>
|
||||||
<v-list>
|
<v-list>
|
||||||
@@ -578,7 +578,7 @@
|
|||||||
<span class="text-h6">
|
<span class="text-h6">
|
||||||
{{ $ay.t("AddressTypePostal") }}</span
|
{{ $ay.t("AddressTypePostal") }}</span
|
||||||
><v-btn icon v-bind="attrs" v-on="on">
|
><v-btn icon v-bind="attrs" v-on="on">
|
||||||
<v-icon>$ayiEllipsisV</v-icon>
|
<v-icon small>$ayiEllipsisV</v-icon>
|
||||||
</v-btn>
|
</v-btn>
|
||||||
</template>
|
</template>
|
||||||
<v-list>
|
<v-list>
|
||||||
@@ -1484,32 +1484,39 @@ function generateMenu(vm) {
|
|||||||
key: FORM_KEY + ":duplicate",
|
key: FORM_KEY + ":duplicate",
|
||||||
vm: vm
|
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({
|
menuOptions.menuItems.push({
|
||||||
title: "GeoView",
|
title: "GeoView",
|
||||||
icon: "$ayiMapMarked",
|
icon: "$ayiMapMarked",
|
||||||
|
|||||||
Reference in New Issue
Block a user