update
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from authentication.register import add_zero_for_user_mobile
|
||||
from authentication.register import add_zero_for_user_mobile, accept_bar_difference_request_pending_manual, \
|
||||
canceled_out_province_request_manual
|
||||
from authentication.sms_management import send_daily_slaughter_statistics_sms_manual, \
|
||||
send_daily_distribution_report_sms_manual, send_kill_house_debt_report_pdf_sms_manual
|
||||
from pdf.views import kill_request_pdf, management_all_poultry_and_warehouse_pdf, summary_report_pdf, \
|
||||
@@ -57,7 +58,9 @@ from .ReportingPanel.views import check_excel, find_gid_code, fix_duplicate_guil
|
||||
report_guilds_without_national_or_pos_transactions, get_guilds_for_update_or_create, \
|
||||
update_all_active_guilds_from_api, find_users_with_duplicate_national_id, fix_duplicate_national_id_users, \
|
||||
get_legal_person_unit_info, upload_image_to_server_for_poultry_science, poultry_science_for_bazresi, \
|
||||
fetch_evacuation_details_for_unknown_hatchings
|
||||
fetch_evacuation_details_for_unknown_hatchings, delete_kill_req_manual, \
|
||||
archive_kill_house_remain_limitation_weight_manual, delete_steward_allocation_manual, delete_sale_bar_manual, \
|
||||
send_credit_sahandsms_sms_manual
|
||||
from .VetFarm.excel_processing import technical_responsible_performance_excel, \
|
||||
totoal_technical_responsible_performance_excel
|
||||
from .excel_processing import user_excel_update, user_excel, vet_check_excel, kill_house_request_excel, \
|
||||
@@ -1393,6 +1396,14 @@ urlpatterns = [
|
||||
path('kdp/', kill_house_debt_report_pdf),
|
||||
path('send_kill_house_debt_report_pdf_sms_manual/', send_kill_house_debt_report_pdf_sms_manual),
|
||||
path('send_all_bar_to_eitaa_ticket/', send_all_bar_to_eitaa_ticket),
|
||||
path('delete_kill_req_manual/', delete_kill_req_manual),
|
||||
path('accept_bar_difference_request_pending_manual/', accept_bar_difference_request_pending_manual),
|
||||
path('archive_kill_house_remain_limitation_weight_manual/', archive_kill_house_remain_limitation_weight_manual),
|
||||
path('canceled_out_province_request_manual/', canceled_out_province_request_manual),
|
||||
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),
|
||||
|
||||
|
||||
|
||||
] + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
|
||||
|
||||
Reference in New Issue
Block a user