diff --git a/src/components/ExportPurchasesForTryton.vue b/src/components/ExportPurchasesForTryton.vue new file mode 100644 index 0000000..09aa2c5 --- /dev/null +++ b/src/components/ExportPurchasesForTryton.vue @@ -0,0 +1,39 @@ + + diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 66c44c1..f8a791b 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -31,6 +31,7 @@ { title: 'Comprar', route:'/comprar'}, { title: 'Cuadrar tarro', route: '/cuadrar_tarro'}, { title: 'Cuadres de tarro', route: '/cuadres_de_tarro'}, + { title: 'CSV Tryton', route: '/ventas_para_tryton'}, ], }), watch: { diff --git a/src/pages/ventas_para_tryton.vue b/src/pages/ventas_para_tryton.vue new file mode 100644 index 0000000..72eb030 --- /dev/null +++ b/src/pages/ventas_para_tryton.vue @@ -0,0 +1,3 @@ +