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
|
||||
|
||||
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
|
||||
|
||||
@@ -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')"
|
||||
|
||||
Reference in New Issue
Block a user