update excel

This commit is contained in:
2026-02-10 16:37:06 +03:30
parent 2372c412e9
commit be7860f4dd
4 changed files with 35 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
from authentication.register import add_zero_for_user_mobile, accept_bar_difference_request_pending_manual, \
canceled_out_province_request_manual
canceled_out_province_request_manual, archive_unknown_hatching
from authentication.sms_management import send_daily_slaughter_statistics_sms_manual, \
send_daily_distribution_report_sms_manual
from pdf.views import kill_request_pdf, management_all_poultry_and_warehouse_pdf, summary_report_pdf, \
@@ -1404,5 +1404,6 @@ urlpatterns = [
path('delete_steward_allocation_manual/', delete_steward_allocation_manual),
path('delete_sale_bar_manual/', delete_sale_bar_manual),
path('send_credit_sahandsms_sms_manual/', send_credit_sahandsms_sms_manual),
path('archive_unknown_hatching/', archive_unknown_hatching),
] + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)