@@ -31,7 +20,7 @@ const activities = ref([]);
@@ -40,7 +29,7 @@ const activities = ref([]);
@@ -113,7 +102,7 @@ const activities = ref([]);
@@ -123,7 +112,7 @@ const activities = ref([]);
-
-
-en:
- params:
- search: Id or supplier name
- account: Ledger account
- correctingFk: Rectificative
-es:
- params:
- search: Id o nombre proveedor
- account: Cuenta contable
- correctingFk: Rectificativa
-
diff --git a/src/pages/InvoiceIn/InvoiceInList.vue b/src/pages/InvoiceIn/InvoiceInList.vue
index 4c9059dbe..82e550aca 100644
--- a/src/pages/InvoiceIn/InvoiceInList.vue
+++ b/src/pages/InvoiceIn/InvoiceInList.vue
@@ -14,6 +14,7 @@ import VnTable from 'src/components/VnTable/VnTable.vue';
import VnSelect from 'src/components/common/VnSelect.vue';
import VnInput from 'src/components/common/VnInput.vue';
import VnInputDate from 'src/components/common/VnInputDate.vue';
+import FetchData from 'src/components/FetchData.vue';
const stateStore = useStateStore();
const { viewSummary } = useSummaryDialog();
@@ -23,6 +24,7 @@ onMounted(async () => (stateStore.rightDrawer = true));
onUnmounted(() => (stateStore.rightDrawer = false));
const tableRef = ref();
+const companies = ref([]);
const cols = computed(() => [
{
align: 'left',
@@ -90,6 +92,7 @@ const cols = computed(() => [
optionLabel: 'code',
},
},
+ format: (row) => row.code,
},
{
align: 'right',
@@ -113,6 +116,7 @@ const cols = computed(() => [
]);
+ (companies = data)" auto-load />
diff --git a/src/pages/InvoiceIn/locale/en.yml b/src/pages/InvoiceIn/locale/en.yml
index c917f524e..91d08c3ca 100644
--- a/src/pages/InvoiceIn/locale/en.yml
+++ b/src/pages/InvoiceIn/locale/en.yml
@@ -43,4 +43,5 @@ InvoiceIn:
search: Id or supplier name
account: Ledger account
correctingFk: Rectificative
+ correctedFk: Corrected
isBooked: Is booked
diff --git a/src/pages/InvoiceIn/locale/es.yml b/src/pages/InvoiceIn/locale/es.yml
index f7e9b7034..80ab9866b 100644
--- a/src/pages/InvoiceIn/locale/es.yml
+++ b/src/pages/InvoiceIn/locale/es.yml
@@ -42,3 +42,4 @@ InvoiceIn:
search: Id o nombre proveedor
account: Cuenta contable
correctingFk: Rectificativa
+ correctedFk: Rectificada