diff --git a/AppCode/__pycache__/AOHandler.cpython-313.pyc b/AppCode/__pycache__/AOHandler.cpython-313.pyc index f240bf4..87bd7a5 100644 Binary files a/AppCode/__pycache__/AOHandler.cpython-313.pyc and b/AppCode/__pycache__/AOHandler.cpython-313.pyc differ diff --git a/AppCode/__pycache__/CITHandler.cpython-313.pyc b/AppCode/__pycache__/CITHandler.cpython-313.pyc index db11e6d..8d273b8 100644 Binary files a/AppCode/__pycache__/CITHandler.cpython-313.pyc and b/AppCode/__pycache__/CITHandler.cpython-313.pyc differ diff --git a/AppCode/__pycache__/DocumentHandler.cpython-313.pyc b/AppCode/__pycache__/DocumentHandler.cpython-313.pyc index cbff30c..68c4d79 100644 Binary files a/AppCode/__pycache__/DocumentHandler.cpython-313.pyc and b/AppCode/__pycache__/DocumentHandler.cpython-313.pyc differ diff --git a/AppCode/__pycache__/ITRHandler.cpython-313.pyc b/AppCode/__pycache__/ITRHandler.cpython-313.pyc index ff3661d..9de580c 100644 Binary files a/AppCode/__pycache__/ITRHandler.cpython-313.pyc and b/AppCode/__pycache__/ITRHandler.cpython-313.pyc differ diff --git a/static/js/itr_calc.js b/static/js/itr_calc.js index 5eab645..f44b7b7 100644 --- a/static/js/itr_calc.js +++ b/static/js/itr_calc.js @@ -84,13 +84,16 @@ document.addEventListener("DOMContentLoaded", function () { var a = sum_of_a var b = sum_of_b var result = 0 + var zero = 0 if (a < b) { result = b - a setValue("mat_credit_created", result); + setValue("mat_credit_utilized", zero); } else { result = a - b setValue("mat_credit_utilized", result); + setValue("mat_credit_created", zero); } // --- FINAL TAX --- diff --git a/templates/add_cit.html b/templates/add_cit.html index b10c67f..a124afc 100644 --- a/templates/add_cit.html +++ b/templates/add_cit.html @@ -10,7 +10,7 @@

New CIT Form

- +
@@ -79,41 +79,81 @@
- - Enter Percentage(%) calculate: Tax(A): + +
+
+ +
+ + +
+
+
+
+ +
+
+ + +
+
+ + +
+ +
+ + +
+
+ + +
+
+ +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+
+ + +
+
+ + +
+
+ +
-
- -
-
- - -
-
- - -
-
- - -
-
- - -
- -
- -
@@ -189,6 +229,6 @@ {% endblock %} {% block extra_js %} - + {% endblock %} \ No newline at end of file diff --git a/templates/add_itat.html b/templates/add_itat.html index ea96a26..14ff495 100644 --- a/templates/add_itat.html +++ b/templates/add_itat.html @@ -82,41 +82,78 @@
- + + +
+
+
+ + +
+
+
+
+ +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+ +
-
- -
-
- - -
-
- - -
- -
- - -
-
- - -
-
- -
diff --git a/templates/add_itr.html b/templates/add_itr.html index 0b77fea..0a4db66 100644 --- a/templates/add_itr.html +++ b/templates/add_itr.html @@ -103,8 +103,6 @@
- -
diff --git a/templates/summary_reports.html b/templates/summary_reports.html index e475d51..f16f3c0 100644 --- a/templates/summary_reports.html +++ b/templates/summary_reports.html @@ -1,6 +1,7 @@ {% extends "base.html" %} {% block title %}Download Summary Report{% endblock %} {% block extra_css %} + {% endblock %} {% block content %}