diff --git a/src/pages/InvoiceOut/Card/InvoiceOutDescriptorMenu.vue b/src/pages/InvoiceOut/Card/InvoiceOutDescriptorMenu.vue
index ab8b6470b..94c05f772 100644
--- a/src/pages/InvoiceOut/Card/InvoiceOutDescriptorMenu.vue
+++ b/src/pages/InvoiceOut/Card/InvoiceOutDescriptorMenu.vue
@@ -6,35 +6,80 @@ const { t } = useI18n();
- {{ t('Transfer invoice to') }}
+ {{ t('Transfer invoice to...') }}
- {{ t('See invoice') }}
+ {{ t('Show invoice...') }}
+
+
+
+
+
+
+ {{ t('As PDF') }}
+
+
+ {{ t('As CSV') }}
+
+
+
- {{ t('Send invoice') }}
+ {{ t('Send invoice...') }}
+
+
+
+
+
+
+ {{ t('Send PDF') }}
+
+
+ {{ t('Send CSV') }}
+
+
+
{{ t('Delete invoice') }}
- {{ t('Post invoice') }}
+ {{ t('Book invoice') }}
- {{ t('Regenerate invoice PDF') }}
+ {{ t('Generate PDF invoice') }}
- {{ t('Pass') }}
+ {{ t('Refund...') }}
+
+
+
+
+
+
+ {{ t('With warehouse') }}
+
+
+ {{ t('Without warehouse') }}
+
+
+
es:
- Transfer invoice to: Transferir factura a
- See invoice: Ver factura
- Send invoice: Enviar factura
+ Transfer invoice to...: Transferir factura a...
+ Show invoice...: Ver factura...
+ Send invoice...: Enviar factura...
Delete invoice: Eliminar factura
- Post invoice: Asentar factura
- Regenerate invoice PDF: Regenerar PDF factura
- Pass: Abono
+ Book invoice: Asentar factura
+ Generate PDF invoice: Generar PDF factura
+ Refund...: Abono
+ As PDF: como PDF
+ As CSV: como CSV
+ Send PDF: Enviar PDF
+ Send CSV: Enviar CSV
+ With warehouse: Con almacén
+ Without warehouse: Sin almacén
diff --git a/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue b/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue
index afdc4ea7d..5721818e4 100644
--- a/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue
+++ b/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue
@@ -154,13 +154,13 @@ const ticketsColumns = ref([
- {{ row.id }}
+ {{ row.id }}
- {{ row.nickname }}
+ {{ row.nickname }}