From f8a52fc3ec4bf4a8c426fdf5849600b061d5305f Mon Sep 17 00:00:00 2001 From: Mono Mono Date: Mon, 3 Mar 2025 22:50:47 -0500 Subject: [PATCH] #5 feat(CSV): export csv tryton. --- src/components/ExportPurchasesForTryton.vue | 39 +++++++++++++++++++++ src/components/NavBar.vue | 1 + src/pages/ventas_para_tryton.vue | 3 ++ 3 files changed, 43 insertions(+) create mode 100644 src/components/ExportPurchasesForTryton.vue create mode 100644 src/pages/ventas_para_tryton.vue 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 @@ +