forked from verdnatura/salix-front
feat #7311: minor changes
This commit is contained in:
parent
034342beb2
commit
c68ad5be34
|
@ -1240,17 +1240,7 @@ zone:
|
||||||
zonesList: Zones
|
zonesList: Zones
|
||||||
deliveryList: Delivery days
|
deliveryList: Delivery days
|
||||||
upcomingList: Upcoming deliveries
|
upcomingList: Upcoming deliveries
|
||||||
account:
|
|
||||||
pageTitles:
|
|
||||||
users: Users
|
|
||||||
usersList: Users
|
|
||||||
roles: Roles
|
|
||||||
alias: Mail aliasses
|
|
||||||
accounts: Accounts
|
|
||||||
ldap: LDAP
|
|
||||||
samba: Samba
|
|
||||||
acls: ACLs
|
|
||||||
connections: Connections
|
|
||||||
components:
|
components:
|
||||||
topbar: {}
|
topbar: {}
|
||||||
itemsFilterPanel:
|
itemsFilterPanel:
|
||||||
|
|
|
@ -1239,17 +1239,7 @@ zone:
|
||||||
list: Zonas
|
list: Zonas
|
||||||
deliveryList: Días de entrega
|
deliveryList: Días de entrega
|
||||||
upcomingList: Próximos repartos
|
upcomingList: Próximos repartos
|
||||||
account:
|
|
||||||
pageTitles:
|
|
||||||
users: Usuarios
|
|
||||||
list: Usuarios
|
|
||||||
roles: Roles
|
|
||||||
alias: Alias de correo
|
|
||||||
accounts: Cuentas
|
|
||||||
ldap: LDAP
|
|
||||||
samba: Samba
|
|
||||||
acls: ACLs
|
|
||||||
connections: Conexiones
|
|
||||||
components:
|
components:
|
||||||
topbar: {}
|
topbar: {}
|
||||||
itemsFilterPanel:
|
itemsFilterPanel:
|
||||||
|
|
|
@ -12,7 +12,6 @@ import CustomerDescriptorProxy from 'src/pages/Customer/Card/CustomerDescriptorP
|
||||||
import VnUserLink from 'src/components/ui/VnUserLink.vue';
|
import VnUserLink from 'src/components/ui/VnUserLink.vue';
|
||||||
import AccountSummary from './Card/AccountSummary.vue';
|
import AccountSummary from './Card/AccountSummary.vue';
|
||||||
import { useSummaryDialog } from 'src/composables/useSummaryDialog';
|
import { useSummaryDialog } from 'src/composables/useSummaryDialog';
|
||||||
import { getUrl } from 'src/composables/getUrl';
|
|
||||||
|
|
||||||
const stateStore = useStateStore();
|
const stateStore = useStateStore();
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
|
@ -42,7 +41,7 @@ function navigate(event, id) {
|
||||||
<Teleport to="#searchbar">
|
<Teleport to="#searchbar">
|
||||||
<VnSearchbar
|
<VnSearchbar
|
||||||
data-key="AccountList"
|
data-key="AccountList"
|
||||||
:label="t('Search account')"
|
:label="t('account.search')"
|
||||||
:info="t('You can search by account id or customer name')"
|
:info="t('You can search by account id or customer name')"
|
||||||
/>
|
/>
|
||||||
</Teleport>
|
</Teleport>
|
||||||
|
@ -140,9 +139,3 @@ function navigate(event, id) {
|
||||||
</div>
|
</div>
|
||||||
</QPage>
|
</QPage>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<i18n>
|
|
||||||
es:
|
|
||||||
Search account: Buscar reclamación
|
|
||||||
You can search by account id or customer name: Puedes buscar por id de la reclamación o nombre del cliente
|
|
||||||
</i18n>
|
|
||||||
|
|
|
@ -8,7 +8,6 @@ import FetchData from 'components/FetchData.vue';
|
||||||
import { getUrl } from 'src/composables/getUrl';
|
import { getUrl } from 'src/composables/getUrl';
|
||||||
import { useSession } from 'src/composables/useSession';
|
import { useSession } from 'src/composables/useSession';
|
||||||
import VnLv from 'src/components/ui/VnLv.vue';
|
import VnLv from 'src/components/ui/VnLv.vue';
|
||||||
import AccountNotes from 'src/pages/Account/Card/AccountNotes.vue';
|
|
||||||
import VnUserLink from 'src/components/ui/VnUserLink.vue';
|
import VnUserLink from 'src/components/ui/VnUserLink.vue';
|
||||||
import ItemDescriptorProxy from 'src/pages/Item/Card/ItemDescriptorProxy.vue';
|
import ItemDescriptorProxy from 'src/pages/Item/Card/ItemDescriptorProxy.vue';
|
||||||
import VnTitle from 'src/components/common/VnTitle.vue';
|
import VnTitle from 'src/components/common/VnTitle.vue';
|
||||||
|
@ -276,12 +275,6 @@ async function changeState(value) {
|
||||||
:url="`#/account/${entityId}/notes`"
|
:url="`#/account/${entityId}/notes`"
|
||||||
:text="t('account.summary.notes')"
|
:text="t('account.summary.notes')"
|
||||||
/>
|
/>
|
||||||
<AccountNotes
|
|
||||||
:id="entityId"
|
|
||||||
:add-note="false"
|
|
||||||
style="max-height: 300px"
|
|
||||||
order="created ASC"
|
|
||||||
/>
|
|
||||||
</QCard>
|
</QCard>
|
||||||
<QCard class="vn-two" v-if="salesAccounted.length > 0">
|
<QCard class="vn-two" v-if="salesAccounted.length > 0">
|
||||||
<VnTitle
|
<VnTitle
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
account:
|
||||||
|
pageTitles:
|
||||||
|
users: Users
|
||||||
|
list: Users
|
||||||
|
roles: Roles
|
||||||
|
alias: Mail aliasses
|
||||||
|
accounts: Accounts
|
||||||
|
ldap: LDAP
|
||||||
|
samba: Samba
|
||||||
|
acls: ACLs
|
||||||
|
connections: Connections
|
||||||
|
search: Search user
|
|
@ -1,2 +1,12 @@
|
||||||
Search account: Buscar usuario
|
account:
|
||||||
You can search by account id or customer name: Puedes buscar por id de la reclamación o nombre del cliente
|
pageTitles:
|
||||||
|
users: Usuarios
|
||||||
|
list: Usuarios
|
||||||
|
roles: Roles
|
||||||
|
alias: Alias de correo
|
||||||
|
accounts: Cuentas
|
||||||
|
ldap: LDAP
|
||||||
|
samba: Samba
|
||||||
|
acls: ACLs
|
||||||
|
connections: Conexiones
|
||||||
|
search: Buscar usuario
|
||||||
|
|
|
@ -22,14 +22,9 @@ export default {
|
||||||
],
|
],
|
||||||
card: [
|
card: [
|
||||||
'AccountBasicData',
|
'AccountBasicData',
|
||||||
'AccountNotes',
|
|
||||||
'AccountMailForwarding',
|
'AccountMailForwarding',
|
||||||
'AccountPrivileges',
|
'AccountPrivileges',
|
||||||
'AccountLog',
|
'AccountLog',
|
||||||
'AccountLog',
|
|
||||||
'AccountCalendar',
|
|
||||||
'AccountDms',
|
|
||||||
'AccountTimeControl',
|
|
||||||
],
|
],
|
||||||
departmentCard: ['BasicData'],
|
departmentCard: ['BasicData'],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue