new field added in the from all model changes
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
<input type="number" name="tax_a" class="auto" step="any" value="0.00" oninput="calculate()" readonly>
|
||||
</div>
|
||||
<div>
|
||||
<label>Enter Percentage(%) calculate: Tax(B): readonly</label>
|
||||
<label>Enter Percentage(%) calculate: Tax(B):</label>
|
||||
<input type="number" name="per_b" step="any" value="0.00" placeholder="Field Currently Unavailable"
|
||||
oninput="calculate()">
|
||||
</div>
|
||||
@@ -158,14 +158,19 @@
|
||||
<label>Tax Payable (Higher of A or B):</label>
|
||||
<input type="number" name="tax_payable" class="auto" step="any" value="0.00" readonly>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group full-width inline-2">
|
||||
<div>
|
||||
<label>Total tax Payable:</label>
|
||||
<input type="number" name="total_tax_payable" class="auto" step="any" value="0.00" readonly>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group full-width inline-2">
|
||||
<div>
|
||||
<label>Opening Balance:</label>
|
||||
<input type="number" name="opening_balance" step="any" value="0.00" oninput="calculate()">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group full-width inline-2">
|
||||
<div>
|
||||
<label>Less :Mat Credit Created:</label>
|
||||
@@ -175,6 +180,13 @@
|
||||
<label>Less :Mat Credit Utilized:</label>
|
||||
<input type="number" name="mat_credit_utilized" step="any" value="0.00" oninput="calculate()" required>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group full-width inline-2">
|
||||
<div>
|
||||
<label>Closing Balance:</label>
|
||||
<input type="number" name="closing_balance" step="any" value="0.00" oninput="calculate()">
|
||||
</div>
|
||||
<div>
|
||||
<label>Add :Interest 234c:</label>
|
||||
<input type="number" name="interest_234c" step="any" value="0.00" oninput="calculate()" required>
|
||||
@@ -219,6 +231,21 @@
|
||||
<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>
|
||||
<input type="number" name="interest_244a_per143" step="any" value="0.00" oninput="calculate()">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Less : Refund Received on:</label>
|
||||
<input type="number" name="refund_received" step="any" value="0.00" oninput="calculate()">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Balance Receivable:</label>
|
||||
<input type="number" name="balance_receivable" class="auto" step="any" value="0.00"
|
||||
oninput="calculate()">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group full-width inline-2">
|
||||
<div>
|
||||
|
||||
@@ -42,6 +42,13 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group full-width inline-2">
|
||||
<div>
|
||||
<label>GTI as per CIT</label>
|
||||
<input type="number" name="gti_as_per_cit" class="auto" step="any" value="0.00" readonly>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group full-width inline-2">
|
||||
<div>
|
||||
<label>Deduction 80IA Business Income:</label>
|
||||
@@ -92,8 +99,6 @@
|
||||
<input type="number" name="per_b" step="any" value="0.00" oninput="calculate()">
|
||||
</div>
|
||||
<div>
|
||||
<!-- <label>Tax @ on Book Profit(B):</label>
|
||||
<input type="number" name="tax_book_profit_18_5" step="any" value="0.00" oninput="calculate()" required> -->
|
||||
<label>Tax @ 18.5% on Book Profit (B):</label>
|
||||
<input type="number" name="tax_book_profit_18_5" step="any" value="0.00" oninput="calculate()" required>
|
||||
</div>
|
||||
@@ -160,6 +165,13 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group full-width inline-2">
|
||||
<div>
|
||||
<label>Opening Balance:</label>
|
||||
<input type="number" name="opening_balance" step="any" value="0.00" oninput="calculate()">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group full-width inline-2">
|
||||
<div>
|
||||
<label>Less :Mat Credit Created:</label>
|
||||
@@ -169,6 +181,12 @@
|
||||
<label>Less :Mat Credit Utilized:</label>
|
||||
<input type="number" name="mat_credit_utilized" step="any" value="0.00" oninput="calculate()" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group full-width inline-2">
|
||||
<div>
|
||||
<label>Closing Balance:</label>
|
||||
<input type="number" name="closing_balance" step="any" value="0.00" oninput="calculate()">
|
||||
</div>
|
||||
<div>
|
||||
<label>Add :Interest 234c:</label>
|
||||
<input type="number" name="interest_234c" step="any" value="0.00" oninput="calculate()" required>
|
||||
@@ -212,6 +230,22 @@
|
||||
<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>
|
||||
<input type="number" name="interest_244a_per143" step="any" value="0.00" oninput="calculate()">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Less : Refund Received on:</label>
|
||||
<input type="number" name="refund_received" step="any" value="0.00" oninput="calculate()">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Balance Receivable:</label>
|
||||
<input type="number" name="balance_receivable" class="auto" step="any" value="0.00"
|
||||
oninput="calculate()">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group full-width inline-2">
|
||||
<div>
|
||||
<label>Select Documents:</label>
|
||||
|
||||
@@ -43,6 +43,13 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group full-width inline-2">
|
||||
<div>
|
||||
<label>GTI as per AO</label>
|
||||
<input type="number" name="gti_as_per_ao" class="auto" step="any" value="0.00" readonly>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group full-width inline-2">
|
||||
<div>
|
||||
<label>Less :Deduction 80IA Business Income:</label>
|
||||
@@ -59,8 +66,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="form-group full-width inline-2">
|
||||
<div>
|
||||
<label>Less :Deduction Sec 37 Disallowance:</label>
|
||||
@@ -95,8 +100,6 @@
|
||||
<input type="number" name="per_b" step="any" value="0.00" oninput="calculate()">
|
||||
</div>
|
||||
<div>
|
||||
<!-- <label>Tax @ on Book Profit(B):</label>
|
||||
<input type="number" name="tax_book_profit_18_5" step="any" value="0.00" oninput="calculate()" required> -->
|
||||
<label>Tax @ 18.5% on Book Profit (B):</label>
|
||||
<input type="number" name="tax_book_profit_18_5" step="any" value="0.00" oninput="calculate()" required>
|
||||
</div>
|
||||
@@ -160,6 +163,13 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group full-width inline-2">
|
||||
<div>
|
||||
<label>Opening Balance:</label>
|
||||
<input type="number" name="opening_balance" step="any" value="0.00" oninput="calculate()">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group full-width inline-2">
|
||||
<div>
|
||||
<label>Less :Mat Credit Created:</label>
|
||||
@@ -169,6 +179,13 @@
|
||||
<label>Less :Mat Credit Utilized:</label>
|
||||
<input type="number" name="mat_credit_utilized" step="any" value="0.00" oninput="calculate()" required>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group full-width inline-2">
|
||||
<div>
|
||||
<label>Closing Balance:</label>
|
||||
<input type="number" name="closing_balance" step="any" value="0.00" oninput="calculate()">
|
||||
</div>
|
||||
<div>
|
||||
<label>Add :Interest 234c:</label>
|
||||
<input type="number" name="interest_234c" step="any" value="0.00" oninput="calculate()" required>
|
||||
@@ -214,6 +231,22 @@
|
||||
<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>
|
||||
<input type="number" name="interest_244a_per143" step="any" value="0.00" oninput="calculate()">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Less : Refund Received on:</label>
|
||||
<input type="number" name="refund_received" step="any" value="0.00" oninput="calculate()">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Balance Receivable:</label>
|
||||
<input type="number" name="balance_receivable" class="auto" step="any" value="0.00"
|
||||
oninput="calculate()">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group full-width inline-2">
|
||||
<div>
|
||||
<label>Select Documents:</label>
|
||||
|
||||
@@ -90,16 +90,13 @@
|
||||
</div>
|
||||
<div>
|
||||
<label>Tax @(A):</label>
|
||||
<input type="number" name="tax_30_percent" class="auto" step="any" value="0.00" oninput="calculate()"
|
||||
readonly>
|
||||
<input type="number" name="tax_30_percent" 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" oninput="calculate()">
|
||||
</div>
|
||||
<div>
|
||||
<!-- <label>Tax @ on Book Profit(B):</label>
|
||||
<input type="number" name="tax_book_profit_18_5" step="any" value="0.00" oninput="calculate()" required> -->
|
||||
<label>Tax @ 18.5% on Book Profit (B):</label>
|
||||
<input type="number" name="tax_book_profit_18_5" step="any" value="0.00" oninput="calculate()" required>
|
||||
</div>
|
||||
@@ -165,6 +162,13 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group full-width inline-2">
|
||||
<div>
|
||||
<label>Opening Balance:</label>
|
||||
<input type="number" name="opening_balance" step="any" value="0.00" oninput="calculate()">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group full-width inline-2">
|
||||
<div>
|
||||
<label>Less :Mat Credit Created:</label>
|
||||
@@ -174,6 +178,13 @@
|
||||
<label>Less :Mat Credit Utilized:</label>
|
||||
<input type="number" name="mat_credit_utilized" step="any" value="0.00" oninput="calculate()" required>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group full-width inline-2">
|
||||
<div>
|
||||
<label>Closing Balance:</label>
|
||||
<input type="number" name="closing_balance" step="any" value="0.00" oninput="calculate()">
|
||||
</div>
|
||||
<div>
|
||||
<label>Add :Interest 234c:</label>
|
||||
<input type="number" name="interest_234c" step="any" value="0.00" oninput="calculate()" required>
|
||||
@@ -214,9 +225,28 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Refund:</label>
|
||||
<input type="number" name="refund" class="auto" step="any" value="0.00" readonly>
|
||||
|
||||
<div class="form-group full-width inline-2">
|
||||
<div class="form-group">
|
||||
<label>Refund:</label>
|
||||
<input type="number" name="refund" class="auto" step="any" value="0.00">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group full-width inline-2">
|
||||
<div class="form-group">
|
||||
<label>Add : Interest u/s 244A as per 143:</label>
|
||||
<input type="number" name="interest_244a_per143" step="any" value="0.00" oninput="calculate()">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Less : Refund Received on:</label>
|
||||
<input type="number" name="refund_received" step="any" value="0.00" oninput="calculate()">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Balance Receivable:</label>
|
||||
<input type="number" name="balance_receivable" class="auto" step="any" value="0.00"
|
||||
oninput="calculate()">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group full-width inline-2">
|
||||
|
||||
Reference in New Issue
Block a user