changes of report and models
This commit is contained in:
@@ -86,22 +86,20 @@
|
||||
<div class="form-group full-width inline-2">
|
||||
<div>
|
||||
<label>Enter Percentage(%) calculate: Tax(A):</label>
|
||||
<input type="number" name="per_a" step="any" value="0.00" oninput="calculate()">
|
||||
<input type="number" name="per_tax_a" step="any" value="0.00" oninput="calculate()">
|
||||
</div>
|
||||
<div>
|
||||
<label>Tax @(A):</label>
|
||||
<input type="number" name="tax_a" class="auto" step="any" value="0.00" oninput="calculate()" readonly>
|
||||
<input type="number" name="tax_a_cal" step="any" value="0.00" oninput="calculate()">
|
||||
</div>
|
||||
<div>
|
||||
<label>Enter Percentage(%) calculate: Tax(B):</label>
|
||||
<input type="number" name="per_b" step="any" value="0.00" placeholder="Field Currently Unavailable"
|
||||
oninput="calculate()">
|
||||
<input type="number" name="per_tax_b" step="any" value="0.00" oninput="calculate()">
|
||||
</div>
|
||||
<div>
|
||||
<label>Tax @ on Book Profit(B):</label>
|
||||
<input type="number" name="tax_book_profit" step="any" value="0.00" oninput="calculate()" required>
|
||||
<label>Tax @ 18.5% on Book Profit (B):</label>
|
||||
<input type="number" name="tax_b_cal" step="any" value="0.00" oninput="calculate()" required>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="form-group full-width inline-2">
|
||||
@@ -111,7 +109,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<label>Surcharge on Tax(A):</label>
|
||||
<input type="number" name="surcharge_a" class="auto" value="0.00" readonly>
|
||||
<input type="number" name="surcharge_a_cal" class="auto" value="0.00" readonly>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
@@ -120,7 +118,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<label>Surcharge on Tax(B):</label>
|
||||
<input type="number" name="surcharge_b" class="auto" value="0.00" readonly>
|
||||
<input type="number" name="surcharge_b_cal" class="auto" value="0.00" readonly>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -131,7 +129,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<label>Education Cess:Tax(A): </label>
|
||||
<input type="number" name="edu_cess_a" class="auto" step="any" value="0.00" readonly>
|
||||
<input type="number" name="edu_cess_a_cal" class="auto" step="any" value="0.00" readonly>
|
||||
</div>
|
||||
<div>
|
||||
<label>Enter Percentage(%) Cess:Tax(B):</label>
|
||||
@@ -139,7 +137,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<label>Education Cess:Tax(B): </label>
|
||||
<input type="number" name="edu_cess_b" class="auto" step="any" value="0.00" readonly>
|
||||
<input type="number" name="edu_cess_b_cal" class="auto" step="any" value="0.00" readonly>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group full-width inline-2">
|
||||
@@ -231,6 +229,7 @@
|
||||
<label>Refund:</label>
|
||||
<input type="number" name="refund" class="auto" step="any" value="0.00" readonly>
|
||||
</div>
|
||||
|
||||
<div class="form-group full-width inline-2">
|
||||
<div class="form-group">
|
||||
<label>Add : Interest u/s 244A as per 143:</label>
|
||||
@@ -264,6 +263,6 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block extra_js %}
|
||||
<script src="{{ url_for('static', filename='js/ao_calc.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='js/itr_calc.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='js/year_dropdown.js') }}"></script>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user