7983-testToMaster_2438 #718

Merged
alexm merged 353 commits from 7983-testToMaster_2438 into master 2024-09-17 05:39:39 +00:00
5 changed files with 11 additions and 6 deletions
Showing only changes of commit 36a7618ef5 - Show all commits

View File

@ -79,7 +79,7 @@ const columns = computed(() => [
align: 'left',
label: t('claim.state'),
format: ({ stateCode }) =>
claimFilterRef.value?.states.find(({code}) => code === stateCode)
claimFilterRef.value?.states.find(({ code }) => code === stateCode)
?.description,
name: 'stateCode',
chip: {
@ -100,7 +100,7 @@ const columns = computed(() => [
name: 'tableActions',
actions: [
{
title: t('Client ticket list'),
title: t('View summary'),
icon: 'preview',
action: (row) => viewSummary(row.id, ClaimSummary),
},
@ -155,6 +155,7 @@ es:
You can search by claim id or customer name: Puedes buscar por id de la reclamación o nombre del cliente
params:
stateCode: Estado
View summary: Ver resumen
en:
params:
stateCode: State

View File

@ -357,7 +357,7 @@ const columns = computed(() => [
isPrimary: true,
},
{
title: t('Client ticket list'),
title: t('View Summary'),
icon: 'preview',
action: (row) => viewSummary(row.id, CustomerSummary),
},
@ -432,6 +432,7 @@ function handleLocation(data, location) {
<i18n>
es:
Web user: Usuario Web
View Summary: Ver resumen
</i18n>
<style lang="scss" scoped>
.col-content {

View File

@ -122,7 +122,7 @@ const columns = computed(() => [
name: 'tableActions',
actions: [
{
title: t('InvoiceOutSummary'),
title: t('View Summary'),
icon: 'preview',
action: (row) => viewSummary(row.id, InvoiceOutSummary),
},
@ -290,5 +290,6 @@ es:
fileAllowed: Descarga exitosa de archivo CSV
youCanSearchByInvoiceReference: Puedes buscar por referencia de la factura
createInvoice: Crear factura
View Summary: Ver resumen
Create manual invoice: Crear factura manual
</i18n>

View File

@ -185,7 +185,7 @@ const columns = computed(() => [
action: (row) => openTicketsDialog(row?.id),
},
{
title: t('Preview'),
title: t('View Summary'),
icon: 'preview',
action: (row) => viewSummary(row?.id, RouteSummary),
},
@ -387,4 +387,5 @@ es:
Route is not served: La ruta no está servida
hourStarted: Hora de inicio
hourFinished: Hora de fin
View Summary: Ver resumen
</i18n>

View File

@ -77,7 +77,7 @@ const columns = computed(() => [
name: 'tableActions',
actions: [
{
title: t('InvoiceOutSummary'),
title: t('View Summary'),
icon: 'preview',
action: (row) => viewSummary(row.id, WorkerSummary),
},
@ -342,4 +342,5 @@ async function autofillBic(worker) {
es:
Search worker: Buscar trabajador
You can search by worker id or name: Puedes buscar por id o nombre del trabajador
View Summary: Ver resumen
</i18n>