This commit is contained in:
2020-11-20 19:23:55 +00:00
parent 073814aa26
commit 97c664cbfe
2 changed files with 35 additions and 6 deletions

View File

@@ -63,11 +63,7 @@ todo: input type email url phone number etc supported on device to activate?
CURRENTLY WORKING ON: Customer
OUTSTANDING
Seperate addresses more clearly physical vs mail, sectionize them somehow
Copy physical to postal
Copy postal to physical
autocopy as entering if corresponding field is empty?
Copy Customer address to clipboard?
copy postal
copy physical

View File

@@ -415,7 +415,40 @@
<v-tab-item class="mt-4">
<v-row>
<v-col cols="12">
<h3>{{ $ay.t("AddressTypePhysical") }}</h3>
<!-- <h3>{{ $ay.t("AddressTypePhysical") }}</h3> -->
<!-- <v-menu offset-y>
<template v-slot:activator="{ on, attrs }">
<v-btn outlined v-bind="attrs" v-on="on">
{{ $ay.t("AddressTypePhysical") }}
</v-btn>
</template>
<v-list>
<v-list-item>
<v-list-item-title>ITEM ONE</v-list-item-title>
</v-list-item>
<v-list-item>
<v-list-item-title>ITEM TWO</v-list-item-title>
</v-list-item>
</v-list>
</v-menu> -->
<v-menu offset-y>
<template v-slot:activator="{ on, attrs }">
<span class="text-h6">
{{ $ay.t("AddressTypePhysical") }}</span
><v-btn icon v-bind="attrs" v-on="on">
<v-icon>$ayiEllipsisV</v-icon>
</v-btn>
</template>
<v-list>
<v-list-item>
<v-list-item-title>ITEM ONE</v-list-item-title>
</v-list-item>
<v-list-item>
<v-list-item-title>ITEM TWO</v-list-item-title>
</v-list-item>
</v-list>
</v-menu>
</v-col>
<v-col
v-if="form().showMe(this, 'Address')"