new field added in the from all model changes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user