#69 feat(ReconciliationJar): accept post creation.
This commit is contained in:
@@ -23,10 +23,10 @@ urlpatterns = [
|
||||
path("exportar_ventas_para_tryton",
|
||||
views.exportar_ventas_para_tryton,
|
||||
name="exportar_ventas_para_tryton"),
|
||||
path("cuadrar_tarro", views.reconciliate_jar, name="reconciliate_jar"),
|
||||
path("resumen_compra/<int:id>", views.purchase_summary, name="purchase_summary"),
|
||||
path("resumen_compra_json/<int:id>", views.purchase_json_summary, name="purchase_json_summary"),
|
||||
path("payment_methods/all/select_format", views.payment_methods_to_select, name="payment_methods_to_select"),
|
||||
path('purchases/for_reconciliation', views.sales_for_reconciliation, name='sales_for_reconciliation'),
|
||||
path('reconciliation_jar/create', views.reconciliate_jar, name='reconciliate_jar'),
|
||||
path('api/', include(router.urls)),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user