This commit is contained in:
@@ -63,11 +63,7 @@ todo: input type email url phone number etc supported on device to activate?
|
|||||||
CURRENTLY WORKING ON: Customer
|
CURRENTLY WORKING ON: Customer
|
||||||
|
|
||||||
OUTSTANDING
|
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 Customer address to clipboard?
|
||||||
copy postal
|
copy postal
|
||||||
copy physical
|
copy physical
|
||||||
|
|||||||
@@ -415,7 +415,40 @@
|
|||||||
<v-tab-item class="mt-4">
|
<v-tab-item class="mt-4">
|
||||||
<v-row>
|
<v-row>
|
||||||
<v-col cols="12">
|
<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-col
|
<v-col
|
||||||
v-if="form().showMe(this, 'Address')"
|
v-if="form().showMe(this, 'Address')"
|
||||||
|
|||||||
Reference in New Issue
Block a user