From eb46929893f88d6188f9e61cd57d7e5d80e390ad Mon Sep 17 00:00:00 2001 From: Swapnil9693 Date: Tue, 24 Mar 2026 16:13:04 +0530 Subject: [PATCH] New invoice commit --- templates/edit_invoice.html | 210 ------------------------------------ 1 file changed, 210 deletions(-) delete mode 100644 templates/edit_invoice.html diff --git a/templates/edit_invoice.html b/templates/edit_invoice.html deleted file mode 100644 index 0ac41a3..0000000 --- a/templates/edit_invoice.html +++ /dev/null @@ -1,210 +0,0 @@ -{% extends 'base.html' %} -{% block content %} - - - - - Edit Invoice - - - - - - - - -
-

Edit Invoice

- - - - -
- - -
-
- - - - -
-
- - -
-
- - - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
- {% set seen_types = [] %} - {% for hold in invoice.hold_amounts %} - {% if hold.hold_type not in seen_types %} - {% set _ = seen_types.append(hold.hold_type) %} -
- - - - - -
- {% endif %} - {% endfor %} -
- - -
- -
- - -
-
- - -
-
- - -
-
- - - -
-
- - - - - -{% endblock %} \ No newline at end of file