diff --git a/src/lang/es.js b/src/lang/es.js index 7964d4a..698d571 100644 --- a/src/lang/es.js +++ b/src/lang/es.js @@ -211,6 +211,7 @@ export default { enabled:'Habilitado', endDate:'Fecha Fin', event:'Evento', + event_name: 'Nombre del evento', files: { excel: 'Archivo excel', select: 'Seleccionar archivo' @@ -232,6 +233,7 @@ export default { icon:'Icono', import: 'Importar', items: 'Elementos', + location: 'Ubicación', maternal:'Apellido materno', message:'Mensaje', menu:'Menú', @@ -249,6 +251,7 @@ export default { seeAll:'Ver todas', }, omitted:'Omitida', + participants_count: 'Cantidad de participantes', password:'Contraseña', passwordConfirmation:'Confirmar contraseña', passwordCurrent:'Contraseña actual', diff --git a/src/pages/Admin/Events/Index.vue b/src/pages/Admin/Events/Index.vue index 52f0e44..f63011f 100644 --- a/src/pages/Admin/Events/Index.vue +++ b/src/pages/Admin/Events/Index.vue @@ -1,20 +1,16 @@ @@ -133,9 +123,9 @@ onMounted(() => {
- {{ formatCurrency(dashboardData.annualBudget) }} + ${{ dashboardData.totalBudget }}
- {{ formatCurrency(dashboardData.justifiedExpenses) }} + ${{ dashboardData.justifiedExpenses }}
{{ expensesPercentage }}% del presupuesto @@ -172,7 +162,7 @@ onMounted(() => {
- {{ formatCurrency(dashboardData.remainingBalance) }} + ${{ dashboardData.remainingBalance }}
{{ remainingPercentage }}% del presupuesto @@ -194,10 +184,10 @@ onMounted(() => {
- Porcentaje de gastos por categoría + Distribución de gastos por caja chica
Documenta y justifica los gastos realizados en eventos
-Documenta y justifica los gastos realizados en eventos
++ {{ $t('details') }} +
++ {{ $t('event_name') }}: + {{ model.event_name }} +
++ {{ $t('location') }}: + {{ model.location }} +
++ {{ $t('description') }}: + {{ model.description }} +
++ {{ $t('participants_count') }}: + {{ model.participants_count ?? '-' }} +
++ {{ $t('cost') }}: + ${{ model.cost ?? '0.00' }} +
++ {{ $t('observations') }}: + {{ model.observations }} +
++ {{ $t('company') }}: + {{ model.company?.name ?? '-' }} +
++ {{ $t('petty_cash.title') }}: + {{ model.petty_cash?.name ?? '-' }} +
++ {{ $t('created_at') }}: + {{ getDateTime(model.created_at) }} +
++ {{ $t('updated_at') }}: + {{ getDateTime(model.updated_at) }} +
+Consulta y gestiona los gastos realizados en eventos
-{{ $t('reports.description') }} +
+| FECHA | -CONCEPTO | -RAZÓN | -MONTO | -JUSTIFICANTE | -||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
-
- {{ formatDate(expense.date) }}
-
- |
+
+
-
- {{ expense.concept }}
-
- |
+
+ |||||||||||||||||
| + | + | + | + | + - - |
-
- {{ expense.reason }}
-
- |
+
+
|---|---|---|---|---|
| {{ model.created_at ? getDate(model.created_at) : '-' }} | +{{ model.event_name }} | +
+
+ ${{ model.cost }}
+
+ |
+ {{ model.petty_cash?.name }} | +
+
+
+ |
+
-
- {{ formatCurrency(expense.amount) }}
-
- |
+
+
+
+
+ No se encontraron justificaciones +Intenta ajustar los filtros de búsqueda + |
+
+