Import Customers

This commit is contained in:
cosmos
2024-10-26 17:16:27 -05:00
parent 91f3d897e5
commit 5910c0c227
9 changed files with 76 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ urlpatterns = [
path("productos", views.products, name="products"),
path("lista_productos", views.ProductListView.as_view(), name='product_list'),
path("importar_productos", views.import_products, name="import_products"),
path("importar_terceros", views.import_customers, name="import_customers"),
path("exportar_ventas_para_tryton",
views.exportar_ventas_para_tryton,
name="exportar_ventas_para_tryton"),