feat: Add page send sales to tryton close #20

This commit is contained in:
rodia
2025-08-16 17:12:46 -03:00
parent e192c3778a
commit 460e213e0e
4 changed files with 74 additions and 1 deletions

View File

@@ -40,7 +40,7 @@
</template>
<script>
import trytonIcon from '/src/assets/icons/tryton-icon.svg';
import trytonIcon from '../assets/icons/tryton-icon.svg';
export default {
name: 'NavBar',
data: () => ({
@@ -58,6 +58,7 @@
{ title: 'Compra adm', route: '/compra_admin', icon: 'mdi-cart'},
{ title: 'Actualizar Productos De Tryton', route: '/sincronizar_productos_tryton', icon: 'trytonIcon'},
{ title: 'Actualizar Clientes De Tryton', route: '/sincronizar_clientes_tryton', icon: 'trytonIcon'},
{ title: 'Actualizar Ventas Tryton', route: '/sincronizar_ventas_tryton', icon: 'trytonIcon'}
],
}),
watch: {