#9 feat(Tryton): enviar_ventas_a_tryton

This commit is contained in:
2025-07-19 19:00:33 -05:00
parent 1d3160ae92
commit cf0f6dc4b5
4 changed files with 110 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ urlpatterns = [
path("exportar_ventas_para_tryton",
views.exportar_ventas_para_tryton,
name="exportar_ventas_para_tryton"),
path('api/enviar_ventas_a_tryton', api_views.SalesToTrytonView.as_view(), name="send_tryton"),
path("resumen_compra/<int:id>", views.purchase_summary, name="purchase_summary"),
path("resumen_compra_json/<int:id>", api_views.SaleSummary.as_view(), name="purchase_json_summary"),
path("payment_methods/all/select_format", api_views.PaymentMethodView.as_view(), name="payment_methods_to_select"),