#8120: Compact summaryPopup #1200

Merged
jon merged 15 commits from 8120-CompactSummaryPopup into dev 2025-01-27 08:54:07 +00:00
5 changed files with 5 additions and 0 deletions
Showing only changes of commit 19e8b948ae - Show all commits

View File

@ -61,6 +61,7 @@ const getEntryRedirectionFilter = (entry) => {
:filter="filter"
title="supplier.nickname"
data-key="Entry"
:module-class="'largeSummary'"
>
<template #menu="{ entity }">
<EntryDescriptorMenu :id="entity.id" />

View File

@ -161,6 +161,7 @@ const createInvoiceInCorrection = async () => {
:url="`InvoiceIns/${entityId}`"
:filter="filter"
title="supplierRef"
:module-class="'xlargeSummary'"
>
<template #menu="{ entity }">
<InvoiceInDescriptorMenu :invoice="entity" />

View File

@ -62,6 +62,7 @@ const setData = (entity) => (data.value = useCardDescription(entity.ref, entity.
:subtitle="data.subtitle"
@on-fetch="setData"
data-key="invoiceOutData"
:module-class="'largeSummary'"
>
<template #menu="{ entity, menuRef }">
<InvoiceOutDescriptorMenu :invoice-out-data="entity" :menu-ref="menuRef" />

View File

@ -76,6 +76,7 @@ const setData = (entity) => (data.value = useCardDescription(entity.code, entity
:subtitle="data.subtitle"
data-key="routeData"
@on-fetch="setData"
:module-class="'largeSummary'"
>
<template #body="{ entity }">
<VnLv :label="t('Date')" :value="toDate(entity?.dated)" />

View File

@ -112,6 +112,7 @@ function ticketFilter(ticket) {
:title="data.title"
:subtitle="data.subtitle"
data-key="ticketData"
:module-class="'largeSummary'"
>
<template #menu="{ entity }">
<TicketDescriptorMenu :ticket="entity" />