HTML Block |
EAACA CRN:
|
|
84-19407
|
Select Client Name
|
|
Vilas Pradhan
|
FIR TIme
|
|
10:05 am
|
Form Submission Date
|
|
11/18/2023
|
Form Submission time
|
|
10:55 pm
|
Creditcoins Allotted
|
|
0
|
CR Incharge
|
|
Sonu Roy
|
Sonu Roy's Email
|
|
[email protected]
|
Id of client name
|
|
313145
|
Ticket ID
|
|
544852
|
Any Debit or Credit Balance in any tally
|
|
- No - all Clear in all tally
|
@Vilas Pradhan's Email
|
|
[email protected]
|
Phone Number of @Vilas Pradhan
|
|
+1(843)992-7663
|
Confirm if called Client
|
|
I have Called and informed Client the fees amount advance and also data reuired
|
Date of Calling
|
|
16/11/2023
|
Allotted to
|
|
Sonu Roy
|
Staff's Email
|
|
[email protected]
|
Work Type
|
|
Lower TDS Deduction Certificate u/s 197
|
Estimated Bill Amount (without GST)
|
|
₹ 20,000.00
|
Note if any to client
|
|
Rs 20000 is for one certificate. If the flat agreement is in joint name then our fees will be Rs 40000 - Rs 10000 Discount so Total fees payable will be Rs 30000.
|
Tally Owner
|
|
Preeti
|
Tally Sales Vch no.
|
|
23-24/ 0121
|
Advance Payment Status
|
|
Sending First Time
|
Untitled
|
|
First Choice
|
|
/**
* Gravity Wiz // Gravity Forms // Disable Submission when Pressing Enter
* http://gravitywiz.com/disable-submission-when-pressing-enter-for-gravity-forms/
*/
jQuery(document).on( 'keypress', '.gform_wrapper', function (e) {
var code = e.keyCode || e.which;
if ( code == 13 && ! jQuery( e.target ).is( 'textarea,input[type="submit"],input[type="button"]' ) ) {
e.preventDefault();
return false;
}
} );
|