{% extends "base.html" %} {% load static %} {% block title %} New Purchase {% endblock title %} {% block content %}
New Purchase

Supplier Details

{% csrf_token %} {{ formset.management_form }}
Product Details
{% for form in formset %}
{{ form.stock.errors }} {{ form.stock }}
{{ form.perprice }}
{{ form.quantity.errors }} {{ form.quantity }}
{% endfor %}
+ Add More

Go Back Cancel
{% endblock content %}