-
{{ t('globals.pinnedModules') }}
+
+ {{ t('globals.pinnedModules') }}
+
{{ t('pinnedInfo') }}
-
+
-import { useState } from 'src/composables/useState';
+import { useI18n } from 'vue-i18n';
+import { useState } from 'composables/useState';
import InvoiceOutDescriptor from './InvoiceOutDescriptor.vue';
import LeftMenu from 'components/LeftMenu.vue';
+import TeleportSlot from 'components/ui/TeleportSlot.vue';
+import VnSearchbar from 'components/ui/VnSearchbar.vue';
const state = useState();
+const { t } = useI18n();
+
+
+
@@ -19,3 +29,8 @@ const state = useState();
+
+
+es:
+ Search by invoice id or reference: Buscar por id o referencia de la factura
+
diff --git a/src/pages/InvoiceOut/InvoiceOutList.vue b/src/pages/InvoiceOut/InvoiceOutList.vue
index 8421cf915..a855f2695 100644
--- a/src/pages/InvoiceOut/InvoiceOutList.vue
+++ b/src/pages/InvoiceOut/InvoiceOutList.vue
@@ -6,6 +6,9 @@ import Paginate from 'src/components/PaginateData.vue';
import InvoiceOutSummaryDialog from './Card/InvoiceOutSummaryDialog.vue';
import { toDate, toCurrency } from 'src/filters/index';
+import VnSearchbar from 'src/components/ui/VnSearchbar.vue';
+import TeleportSlot from 'components/ui/TeleportSlot.vue';
+
const router = useRouter();
const quasar = useQuasar();
const { t } = useI18n();
@@ -25,54 +28,107 @@ function viewSummary(id) {
+
+
+
-
+
-
+
{{ row.ref }}
#{{ row.id }}
- {{ t('invoiceOut.list.issued') }}
- {{ toDate(row.issued) }}
+
+ {{ t('invoiceOut.list.issued') }}
+
+
+ {{ toDate(row.issued) }}
+
- {{ t('invoiceOut.list.amount') }}
- {{ toCurrency(row.amount) }}
+
+ {{ t('invoiceOut.list.amount') }}
+
+
+ {{ toCurrency(row.amount) }}
+
- {{ t('invoiceOut.list.client') }}
- {{ row.clientSocialName }}
+
+ {{ t('invoiceOut.list.client') }}
+
+
+ {{ row.clientSocialName }}
+
- {{ t('invoiceOut.list.created') }}
- {{ toDate(row.created) }}
+
+ {{ t('invoiceOut.list.created') }}
+
+
+ {{ toDate(row.created) }}
+
- {{ t('invoiceOut.list.company') }}
+
+ {{ t('invoiceOut.list.company') }}
+
{{ row.companyCode }}
- {{ t('invoiceOut.list.dued') }}
- {{ toDate(row.dued) }}
+
+ {{ t('invoiceOut.list.dued') }}
+
+
+ {{ toDate(row.dued) }}
+
-
- {{ t('components.smartCard.openCard') }}
+
+
+ {{ t('components.smartCard.openCard') }}
+
-
- {{ t('components.smartCard.openSummary') }}
+
+
+ {{ t('components.smartCard.openSummary') }}
+
@@ -81,3 +137,8 @@ function viewSummary(id) {
+
+
+es:
+ Search by invoice id or reference: Buscar por id o referencia de la factura
+
diff --git a/src/pages/InvoiceOut/InvoiceOutMain.vue b/src/pages/InvoiceOut/InvoiceOutMain.vue
index 099e82879..8e63f372c 100644
--- a/src/pages/InvoiceOut/InvoiceOutMain.vue
+++ b/src/pages/InvoiceOut/InvoiceOutMain.vue
@@ -6,7 +6,7 @@ const state = useState();
-
+
diff --git a/src/pages/Ticket/TicketFilter.vue b/src/pages/Ticket/TicketFilter.vue
index 380480274..4a78fc628 100644
--- a/src/pages/Ticket/TicketFilter.vue
+++ b/src/pages/Ticket/TicketFilter.vue
@@ -42,6 +42,8 @@ function formatValue(value) {
(provinces = data)" auto-load />
(states = data)" auto-load />
+ (agencies = data)" auto-load />
+ (warehouses = data)" auto-load />
-
{{ row.state }}
-
+
@@ -129,10 +129,10 @@ function viewSummary(id) {
- {{ t('ticket.list.landed') }}
+ {{ t('Zone') }}
- {{ toDate(row.landed) }}
+ {{ row.zoneName }}
@@ -149,9 +149,9 @@ function viewSummary(id) {
{{ t('ticket.list.total') }}
- {{
- toCurrency(row.totalWithVat)
- }}
+
+ {{ toCurrency(row.totalWithVat) }}
+
@@ -165,9 +165,9 @@ function viewSummary(id) {
icon="arrow_circle_right"
@click="navigate(row.id)"
>
- {{
- t('components.smartCard.openCard')
- }}
+
+ {{ t('components.smartCard.openCard') }}
+
- {{
- t('components.smartCard.openSummary')
- }}
+
+ {{ t('components.smartCard.openSummary') }}
+
@@ -191,4 +191,5 @@ function viewSummary(id) {
es:
Search by ticket id or alias: Buscar por id o nombre del ticket
+ Zone: Zona