#69 refactor(ReconciliationJar): remove old view.

This commit is contained in:
2024-12-02 21:43:48 -05:00
parent 3294b8e814
commit 0d61e457c7
7 changed files with 1 additions and 203 deletions

View File

@@ -24,7 +24,6 @@ urlpatterns = [
views.exportar_ventas_para_tryton,
name="exportar_ventas_para_tryton"),
path("cuadrar_tarro", views.reconciliate_jar, name="reconciliate_jar"),
path("cuadres", views.reconciliate_jar, name="reconciliations"),
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"),