{% extends 'base.html' %} {% load indonesian_filters %} {% block title %}Delete Customer - {{ customer.name }}{% endblock %} {% block content %}
You are about to permanently delete the customer and all associated data.
| Code: | {{ customer.code }} |
|---|---|
| Name: | {{ customer.name }} |
| Contact Person: | {{ customer.contact_person|default:"-" }} |
| Email: | {{ customer.email|default:"-" }} |
| Status: | {% if customer.is_active %} Active {% else %} Inactive {% endif %} |
Sales Orders: {{ customer_order_count }} orders will be affected
Total Value: {{ customer_total_value|format_rupiah }} in orders
Related Records: All associated data will be deleted
What happens when you delete this customer:
Instead of deleting, consider these alternatives: