Se agrega al menu la opcion de sincronizar productos desde tryton

This commit is contained in:
2025-07-26 19:57:12 -03:00
parent e2ccfbcd5f
commit 7fe137ce4f
3 changed files with 10 additions and 0 deletions

View File

@@ -40,6 +40,7 @@
</template>
<script>
import trytonIcon from '/src/assets/icons/tryton-icon.svg';
export default {
name: 'NavBar',
data: () => ({
@@ -55,6 +56,7 @@
{ title: 'Cuadres de tarro', route: '/cuadres_de_tarro', icon: 'mdi-chart-bar'},
{ title: 'CSV Tryton', route: '/ventas_para_tryton', icon: 'mdi-file-table'},
{ title: 'Compra adm', route: '/compra_admin', icon: 'mdi-cart'},
{ title: 'Sincronizar Tryton Productos', route: '/sincronizar_productos_tryton', icon: 'trytonIcon'},
],
}),
watch: {