diff --git a/src/pages/Item/Card/ItemDiary.vue b/src/pages/Item/Card/ItemDiary.vue
index 21249349f..ef4c7b993 100644
--- a/src/pages/Item/Card/ItemDiary.vue
+++ b/src/pages/Item/Card/ItemDiary.vue
@@ -1 +1,290 @@
-Item diary (CREAR CUANDO SE DESARROLLE EL MODULO DE ITEMS)
+
+
+
+ (itemBalances = data)"
+ />
+ (warehousesOptions = data)"
+ />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ t('Claim') }}: {{ row.claimFk }}
+
+
+
+
+
+
+ {{ toDateFormat(row.shipped) }}
+
+
+
+
+
+
+ {{ row.origin }}
+
+ {{ row.origin }}
+
+
+
+
+
+
+ {{ dashIfEmpty(row.name) }}
+
+
+ {{ dashIfEmpty(row.name) }}
+
+
+
+
+
+
+ {{ dashIfEmpty(row.invalue) }}
+
+
+
+
+
+
+ {{ dashIfEmpty(row.balance) }}
+
+
+
+
+
+
+
+
+
+
+es:
+ Date: Fecha
+ Id: Id
+ State: Estado
+ Reference: Referencia
+ Client: Cliente
+ In: Entrada
+ Out: Salida
+ Balance: Balance
+ Claim: ReclamaciĆ³n
+ Show what's before the inventory: Mostrar lo anterior al inventario
+ Since: Desde
+
diff --git a/src/router/modules/item.js b/src/router/modules/item.js
index bc1e72a94..729cfd30c 100644
--- a/src/router/modules/item.js
+++ b/src/router/modules/item.js
@@ -134,8 +134,8 @@ export default {
path: 'diary',
name: 'ItemDiary',
meta: {
- title: 'basicData',
- icon: 'vn:settings',
+ title: 'diary',
+ icon: 'vn:transaction',
},
component: () => import('src/pages/Item/Card/ItemDiary.vue'),
},
@@ -144,7 +144,7 @@ export default {
name: 'ItemLog',
meta: {
title: 'log',
- icon: 'history',
+ icon: 'vn:History',
},
component: () => import('src/pages/Item/Card/ItemLog.vue'),
},