www.kdksoftware.com Open in urlscan Pro
216.48.183.51  Public Scan

URL: https://www.kdksoftware.com/
Submission: On July 05 via manual from IN — Scanned from DE

Form analysis 2 forms found in the DOM

<form id="contactForm" onsubmit="document.getElementById('submit_bt').disabled=true;" novalidate="true">
  <div class="row">
    <div class="col-lg-12 col-md-6">
      <div class="form-group">
        <label for="name">Name<span style="color:red">*</span></label>
        <input type="text" class="form-control" name="name" autocomplete="name" id="name" required="" data-error="Please enter your Name" placeholder="What's your good name?">
        <div class="help-block with-errors"></div>
      </div>
    </div>
    <div class="col-lg-12 col-md-6">
      <div class="form-group">
        <label for="email">Email Address<span style="color:red">*</span></label>
        <input type="email" class="form-control" name="email" id="email" required="" data-error="Please enter your Email id" placeholder="Please enter your email id">
        <div class="help-block with-errors"></div>
      </div>
    </div>
    <div class="col-lg-12 col-md-6">
      <div class="form-group">
        <label for="mobile">Mobile Number<span style="color:red">*</span></label>
        <input type="text" class="form-control" pattern="[6789][0-9]{9}" name="mobile" id="mobile" required="" data-error="Please enter your Mobile Number" placeholder="Please enter your mobile">
        <div class="help-block with-errors" id="phone_error"></div>
      </div>
    </div>
    <div class="col-lg-12 col-md-6">
      <div class="form-group">
        <label for="product">Product<span style="color:red">*</span></label>
        <select id="product" name="product" class="form-control" required="" data-error="Please select Product" placeholder="Please select Product">
          <option value="">-None-</option>
          <option value="CMA/Project Report">CMA/Project Report</option>
          <option value="eXBace">eXBace</option>
          <!-- <option value='Express&#x20;TDS&#x20;&#x28;Cloud&#x29;'>Express TDS &#x28;Cloud&#x29;</option> -->
          <!-- <option value='ExpressGST'>ExpressGST</option> -->
          <option value="Spectrum">Spectrum</option>
          <option value="Form Manager">Form Manager</option>
          <!-- <option value='ICAI&#x20;Express&#x20;TDS'>ICAI Express TDS</option> -->
          <option value="Income Tax">Income Tax</option>
          <option value="PDF Signer">PDF Signer</option>
          <option value="RoC">RoC</option>
          <option value="Tax Suite">Tax Suite</option>
          <option value="Zen TDS (Desktop)">Zen TDS (Desktop)</option>
        </select>
        <div class="help-block with-errors"></div>
      </div>
    </div>
    <div class="col-lg-12 col-md-6">
      <div class="form-group">
        <label for="industry">Industry<span style="color:red">*</span></label>
        <select name="industry" id="industry" class="form-control" required="" data-error="Please select Industry" placeholder="Please select Industry">
          <option value="">Business Type select</option>
          <option value="CA/CS/Tax Professionals">CA/CS/Tax Professionals</option>
          <option value="Corporate/ SME">Corporate/ SME</option>
        </select>
        <div class="help-block with-errors"></div>
      </div>
    </div>
    <div class="col-lg-12 col-md-6">
      <div class="form-group">
        <label for="pincode">Pin Code<span style="color:red">*</span></label>
        <input type="text" class="form-control gdc-input-text" name="pincode" id="pincode" required="" data-error="Please enter your PiN Code" placeholder="Enter pin code">
        <div class="help-block with-errors"></div>
      </div>
    </div>
    <div class="col-lg-12 col-md-6">
      <div class="form-group">
        <label for="city">City<span style="color:red">*</span></label>
        <input type="text" class="form-control" name="city" id="city" required="" data-error="Please enter your City" placeholder="Please enter your city">
        <div class="help-block with-errors"></div>
      </div>
    </div>
    <div class="col-lg-12 col-md-6">
      <div class="form-group">
        <label for="state">State<span style="color:red">*</span></label>
        <select id="state" name="state" class="form-control" required="" data-error="Please select State" placeholder="Please select State">
          <option value="">-None-</option>
          <option value="Andaman and Nicobar Islands">Andaman and Nicobar Islands</option>
          <option value="Andhra Pradesh">Andhra Pradesh</option>
          <option value="Arunachal Pradesh">Arunachal Pradesh</option>
          <option value="Assam">Assam</option>
          <option value="Bihar">Bihar</option>
          <option value="Chandigarh">Chandigarh</option>
          <option value="Chhattisgarh">Chhattisgarh</option>
          <option value="Dadra &amp; Nagar Haveli and Daman &amp; Diu">Dadra &amp; Nagar Haveli and Daman &amp; Diu</option>
          <option value="Delhi">Delhi</option>
          <option value="Goa">Goa</option>
          <option value="Gujarat">Gujarat</option>
          <option value="Haryana">Haryana</option>
          <option value="Himachal Pradesh">Himachal Pradesh</option>
          <option value="Jammu and Kashmir">Jammu and Kashmir</option>
          <option value="Jharkhand">Jharkhand</option>
          <option value="Karnataka">Karnataka</option>
          <option value="Kerala">Kerala</option>
          <option value="Ladakh">Ladakh</option>
          <option value="Lakshadweep">Lakshadweep</option>
          <option value="Madhya Pradesh">Madhya Pradesh</option>
          <option value="Maharashtra">Maharashtra</option>
          <option value="Manipur">Manipur</option>
          <option value="Meghalaya">Meghalaya</option>
          <option value="Mizoram">Mizoram</option>
          <option value="Nagaland">Nagaland</option>
          <option value="Odisha">Odisha</option>
          <option value="Puducherry">Puducherry</option>
          <option value="Punjab">Punjab</option>
          <option value="Rajasthan">Rajasthan</option>
          <option value="Sikkim">Sikkim</option>
          <option value="Tamil Nadu">Tamil Nadu</option>
          <option value="Telangana">Telangana</option>
          <option value="Tripura">Tripura</option>
          <option value="Uttar Pradesh">Uttar Pradesh</option>
          <option value="Uttarakhand">Uttarakhand</option>
          <option value="West Bengal">West Bengal</option>
        </select>
        <div class="help-block with-errors"></div>
      </div>
    </div>
    <div class="col-lg-12 col-md-12">
      <input type="hidden" value="www.kdksoftware.com" name="utm_source" id="utm_source">
      <button type="submit" id="submit_bt" class="submit_button btn btn-primary disabled" style="pointer-events: all; cursor: pointer;">Send</button>
      <div id="msgSubmit" class="h3 text-center hidden"></div>
      <div class="clearfix"></div>
    </div>
  </div>
</form>

<form id="gdc_f_Form" class="gdc-form gdc-valid gdc-pristine" onsubmit="document.getElementById('submit_btn').disabled=true;" novalidate="true">
  <div class="row">
    <div class="col-12 col-sm-12 col-md-6 col-lg-4 p-5">
      <div class="form-group">
        <label for="gdc_f_Form_name">Name<span style="color:red">*</span></label>
        <input type="text" class="form-control gdc-input-text" name="gdc_f_Form_name" id="gdc_f_Form_name" required="" data-error="Please enter your Name" placeholder="What’s your good name?">
        <div class="help-block with-errors"></div>
      </div>
    </div>
    <div class="col-12 col-sm-12 col-md-6 col-lg-4 p-5">
      <div class="form-group">
        <label for="gdc_f_Form_email">Email Address<span style="color:red">*</span></label>
        <input type="email" class="form-control gdc-input-text" name="gdc_f_Form_email" id="gdc_f_Form_email" required="" data-error="Please enter vaild email id like 'rahul@email.com'" placeholder="rahul@email.com">
        <div class="help-block with-errors"></div>
      </div>
    </div>
    <div class="col-12 col-sm-12 col-md-6 col-lg-4 p-5">
      <div class="form-group">
        <label for="gdc_f_Form_mobile">Mobile Number<span style="color:red">*</span></label>
        <input type="text" class="form-control gdc-input-text" pattern="[6789][0-9]{9}" name="gdc_f_Form_mobile" id="gdc_f_Form_mobile" required="" data-error="Please Enter India 10 digit mobile number" placeholder="Please enter your mobile">
        <div class="help-block with-errors" id="phone_error"></div>
      </div>
    </div>
    <div class="col-12 col-sm-12 col-md-6 col-lg-6 p-5">
      <div class="form-group">
        <label for="gdc_f_Form_product">Product<span style="color:red">*</span></label>
        <select id="gdc_f_Form_product" name="gdc_f_Form_product" class="form-control gdc-input-text gdc-input-select" required="" data-error="Please select Product" placeholder="Please select Product">
          <option value="">-None-</option>
          <option value="Spectrum">Spectrum</option>
          <option value="Income Tax">Income Tax</option>
          <option value="Zen TDS (Desktop)">Zen TDS (Desktop)</option>
          <option value="CMA/Project Report">CMA/Project Report</option>
          <option value="eXBace">eXBace</option>
          <option value="PDF Signer">PDF Signer</option>
          <option value="RoC">RoC</option>
          <option value="Tax Suite">Tax Suite</option>
        </select>
        <div class="help-block with-errors"></div>
      </div>
    </div>
    <div class="col-12 col-sm-12 col-md-6 col-lg-6 p-5">
      <div class="form-group">
        <label for="gdc_f_Form_industry">Industry<span style="color:red">*</span></label>
        <select name="gdc_f_Form_industry" id="gdc_f_Form_industry" class="form-control gdc-input-text gdc-input-select" required="" data-error="Please select Industry" placeholder="Please select Industry">
          <option value="">Business Type select</option>
          <option value="CA/CS/Tax Professionals">CA/CS/Tax Professionals</option>
          <option value="Corporate/ SME">Corporate/ SME</option>
        </select>
        <div class="help-block with-errors"></div>
      </div>
    </div>
    <div class="col-12 col-sm-12 col-md-4 col-lg-4 p-5">
      <div class="form-group">
        <label for="gdc_f_Form_pincode">Pin Code<span style="color:red">*</span></label>
        <input type="text" class="form-control gdc-input-text" name="gdc_f_Form_pincode" id="gdc_f_Form_pincode" required="" data-error="Please enter your PiN Code" placeholder="Enter pin code">
        <div class="help-block with-errors"></div>
      </div>
    </div>
    <div class="col-12 col-sm-12 col-md-4 col-lg-4 p-5">
      <div class="form-group">
        <label for="gdc_f_Form_city">City<span style="color:red">*</span></label>
        <input type="text" class="form-control gdc-input-text" name="gdc_f_Form_city" id="gdc_f_Form_city" required="" data-error="Please enter your City" placeholder="Enter your city">
        <div class="help-block with-errors"></div>
      </div>
    </div>
    <div class="col-12 col-sm-12 col-md-4 col-lg-4 p-5">
      <div class="form-group">
        <label for="gdc_f_Form_State">State<span style="color:red">*</span></label>
        <select class="form-control gdc-input-text gdc-input-select" name="gdc_f_Form_State" id="gdc_f_Form_State" required="">
          <option value="">-None-</option>
          <option value="Andaman and Nicobar Islands">Andaman and Nicobar Islands</option>
          <option value="Andhra Pradesh">Andhra Pradesh</option>
          <option value="Arunachal Pradesh">Arunachal Pradesh</option>
          <option value="Assam">Assam</option>
          <option value="Bihar">Bihar</option>
          <option value="Chandigarh">Chandigarh</option>
          <option value="Chhattisgarh">Chhattisgarh</option>
          <option value="Dadra &amp; Nagar Haveli and Daman &amp; Diu">Dadra &amp; Nagar Haveli and Daman &amp; Diu</option>
          <option value="Delhi">Delhi</option>
          <option value="Goa">Goa</option>
          <option value="Gujarat">Gujarat</option>
          <option value="Haryana">Haryana</option>
          <option value="Himachal Pradesh">Himachal Pradesh</option>
          <option value="Jammu and Kashmir">Jammu and Kashmir</option>
          <option value="Jharkhand">Jharkhand</option>
          <option value="Karnataka">Karnataka</option>
          <option value="Kerala">Kerala</option>
          <option value="Ladakh">Ladakh</option>
          <option value="Lakshadweep">Lakshadweep</option>
          <option value="Madhya Pradesh">Madhya Pradesh</option>
          <option value="Maharashtra">Maharashtra</option>
          <option value="Manipur">Manipur</option>
          <option value="Meghalaya">Meghalaya</option>
          <option value="Mizoram">Mizoram</option>
          <option value="Nagaland">Nagaland</option>
          <option value="Odisha">Odisha</option>
          <option value="Puducherry">Puducherry</option>
          <option value="Punjab">Punjab</option>
          <option value="Rajasthan">Rajasthan</option>
          <option value="Sikkim">Sikkim</option>
          <option value="Tamil Nadu">Tamil Nadu</option>
          <option value="Telangana">Telangana</option>
          <option value="Tripura">Tripura</option>
          <option value="Uttar Pradesh">Uttar Pradesh</option>
          <option value="Uttarakhand">Uttarakhand</option>
          <option value="West Bengal">West Bengal</option>
        </select>
        <div class="help-block with-errors"></div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-12 col-sm-12  col-md-4 col-lg-3 ">
      <input type="hidden" value="www.kdksoftware.com" name="gdc_f_Form_utm_source" id="gdc_f_Form_utm_source">
      <div class="gdc-buttons">
        <input type="submit" id="submit_btn" class="submit_button gdc-button gdc-primary btn btn-primary" value="Submit" style="pointer-events: all; cursor: pointer;">
        <button type="button" class=" gdc-close-clickOn gdc-button gdc-secondary gdc-normal">Close</button>
      </div>
    </div>
    <div class="col-12 col-sm-12  col-md-6 col-lg-6 "> <span id="msgSubmit2" class="h3 text-center hidden"></span>
    </div>
  </div>
</form>

Text Content

Made in India
Made in India

 * Home
 * Products
 * Customers
 * Our Team
 * About Us
 * Contact Us


WE CRAFT AWESOME TECHNOLOGY
EXPERIENCE


KDK SOFTWARE: YOUR PARTNER IN TAX COMPLIANCE SOLUTIONS FOR MORE THAN 1½ DECADES.

Used by Tax Professionals, SMEs and Corporates for Income Tax, TDS, GST & ROC
Compliance and many more!





Contact Us









EMPOWER YOUR TAX COMPLIANCE




DESKTOP SOFTWARE







USE ANYWHERE, ANYTIME (CLOUD)







WHY KDK




#1 CHOICE

KDK Software is a well known brand in Tax Filing industry with 18 years
Experience




33 STATES,
1K+ CITIES

Trusted in every Nook & Corner of India




1.5 LAKH+ USERS

Join the family of 1.5 Lakh+ Users Trusting their Tax Compliance work with KDK




60 LAKH+ RETURNS

Filed Annually using KDK Solutions




AMALGAMATION OF TECHNOLOGY & PEOPLE

Our team at KDK is a blend of Technology with Domain Expertise. We continually
strive to build solutions, which enable hassle-free Tax compliance experience.


The team utilizes state-of-the-art Data Driven approach to provide innovative
solutions to the Tax professionals.


With our Customer-first approach, we develop products, from the eyes of an
End-user.




OUR CUSTOMERS SAY



MR GANESH PRAKASH

CHARTERED ACCOUNTANT, CHENNAI

For KDK, I have been using Zen TDS and Zen IT from last 10 years, their updation
mechanisms are fast and their CRM Support is excellent, we also used to give
suggestions, what we require, to some extent which is practical, they include in
their next revision,

I am happy customer of KDK.

MR AJAY SHARMA

TAX PROFESSIONAL

KDK Express GST is perhaps the most comprehensive software, I have used. Their
2A Reco and reports are good. The speed is fast.




MR GANESH PRAKASH

CHARTERED ACCOUNTANT, CHENNAI

For KDK, I have been using Zen TDS and Zen IT from last 10 years, their updation
mechanisms are fast and their CRM Support is excellent, we also used to give
suggestions, what we require, to some extent which is practical, they include in
their next revision,

I am happy customer of KDK.

MR AJAY SHARMA

TAX PROFESSIONAL

KDK Express GST is perhaps the most comprehensive software, I have used. Their
2A Reco and reports are good. The speed is fast.




View Complete List >




LATEST POSTS



Friday, 3 June, 2022

ICAI EMPANELS THE GST SOFTWARE DEVELOPED BY KDK SOFTWARE | ANI



Complexities with GST filing are reduced with Express GST software and
practitioner CAs can take first year free advantage of the software. Our
objective is to provide the affordable automation that aids to the Indian
Financial and Taxation system.



Monday, 23 May, 2022

SECTIONS 206AA AND 206AB OF INCOME TAX



TDS can be deducted at a high rate under sections 206AA and 206AB of income tax.
Find out when it applies to you and what are the exceptions



Saturday, 24 December, 2022

अब तुरंत ही GSTR9 स्वयं फाइल करे (FY 2021-22)



Watch on YouTube: Click Here GSTR-9 / 9C filing software Get auto-calculated
Data from GSTR 1, 2A/2B and 3B. Get a Clear Comparison of Books and Portal Data
easily. View Reports for each section to figure out any differences between
Portal Data and Books Data. View auto-populated details from GSTR 9. Easy and
Keyboard Friendly […]



Tuesday, 20 December, 2022

KDK SOFTWARE ANNOUNCES MOU WITH ALL INDIA FEDERATION OF TAX PRACTITIONERS
(AIFTP)



India’s leading GST software, Express GST, comprises various advantages. It
enables the tax practitioners to view historical to latest notice/orders replies
with an export also; 2A/2B emails send to all clients automatically; comparison
of GSTR1/3B & Books; Checking GST refund and tracking status;



Tuesday, 20 December, 2022

जीएसटी को लेकर चिंतित न हो व्यवसायी



ऑल इंडिया फेडरेशन ऑफ टैक्स प्रेक्टिशनर्स ने एआईएफटीपी कन्वेंशन 2022 का आयोजन
किया। एआईएफटीपी कन्वेंशन के तहत भारतीय सदस्यों ने कानून और कर विशेषज्ञों द्वारा
दिए गए नॉलेज सेशंस में भाग लिया।



Tuesday, 6 December, 2022

GSTR-1 DEFAULTERS PAY ATTENTION!!!



A taxpayer is not permitted to file GSTR-1 under section 37(4) of the CGST Act
if a previous GSTR-1 has not been submitted, and under section 39(10), a
taxpayer is not permitted to submit GSTR-3B if a GSTR-1 for the same tax period
has not been submitted on the due date.



Thursday, 1 December, 2022

GST RETURN TYPES AND THEIR DUE DATES



he deadline for reporting quarterly Goods and Services Tax returns (GSTR)-1 is
July 31. There are numerous types of GST returns, and as a registered business
owner or self-employed professional subject to GST, you must remember the dates
for each. Continue reading to find out more.



Friday, 14 October, 2022

12 GST AMENDMENT EFFECTIVE NOW FROM 1ST OCTOBER 2022 | GST UPDATES



Finance Act, 2022 introduced various amendments under GST Law.An effect from 1st
October 2022, the following amendments are made applicable. A brief summary of
relevant changes/relaxations ITC Restriction – Amendment of section 16: A new
sub-section has been inserted i.e. Section 16(2)(ba) to restrict the ITC to the
extent available in lines with Section 38 […]



Tuesday, 13 September, 2022

INDIA’S TECH DRIVE HAS RESHAPED THE ECONOMY – SAYS FORMER TWITTER INDIA HEAD



A symposium to mark the success of entrepreneurs under the theme of ‘Drive
Business through Technology’ was organized by KDK Software in Jaipur. The
symposium addressed the entrepreneurs and urge to come forward for the change.
Mr. Manish Maheshwari, Former Twitter India Head; Dr. Ajay Data, Chairman of
DataXGen; Mr. Mahaveer Pratap Sharma, Chair TiE […]



Friday, 3 June, 2022

चार्टर्ड एकाउंटेंट्स के लिए मुफ्त जीएसटी सॉफ्टवेयर | एक विशेष पहल



‘एक्सप्रेस जीएसटी’ सॉफ्टवेयर जीएसटी फाइलिंग में आने वाली दिक्कतें कम करता है और
प्रोफेशनल सीए पहले साल सॉफ्टवेयर का मुफ्त लाभ उठा सकते हैं। हमारा उद्देश्य
किफायती स्वचालन प्रदान करना है जो भारतीय वित्तीय और इकॉनोमी सिस्टम को सहायता
करता है।



Friday, 3 June, 2022

ICAI EMPANELS THE GST SOFTWARE DEVELOPED BY KDK SOFTWARE | ANI



Complexities with GST filing are reduced with Express GST software and
practitioner CAs can take first year free advantage of the software. Our
objective is to provide the affordable automation that aids to the Indian
Financial and Taxation system.



Monday, 23 May, 2022

SECTIONS 206AA AND 206AB OF INCOME TAX



TDS can be deducted at a high rate under sections 206AA and 206AB of income tax.
Find out when it applies to you and what are the exceptions



Saturday, 24 December, 2022

अब तुरंत ही GSTR9 स्वयं फाइल करे (FY 2021-22)



Watch on YouTube: Click Here GSTR-9 / 9C filing software Get auto-calculated
Data from GSTR 1, 2A/2B and 3B. Get a Clear Comparison of Books and Portal Data
easily. View Reports for each section to figure out any differences between
Portal Data and Books Data. View auto-populated details from GSTR 9. Easy and
Keyboard Friendly […]



Tuesday, 20 December, 2022

KDK SOFTWARE ANNOUNCES MOU WITH ALL INDIA FEDERATION OF TAX PRACTITIONERS
(AIFTP)



India’s leading GST software, Express GST, comprises various advantages. It
enables the tax practitioners to view historical to latest notice/orders replies
with an export also; 2A/2B emails send to all clients automatically; comparison
of GSTR1/3B & Books; Checking GST refund and tracking status;


















KDK IN NEWS



republicnewstoday

KDK SOFTWARE ANNOUNCES MOU WITH ALL INDIA FEDERATION OF TAX PRACTITIONERS
(AIFTP)

Mr. Kapil Goyal, KDK Software, Founder & MD, said, “Our high value service at a
lowest cost (per return filing @ just Rs. 3.37), makes us the leaders in the GST
space. This is the reason why, KDK Software is the first choice of Tax
Practitioners for GST compliances in India. We are honored to have MoU signed
with All India Federation of Tax Practitioners (AIFTP) thrilled to provide
end-to-end support, and training to the AIFTP members.”...

aninews.in

KDK SOFTWARE ANNOUNCES MOU WITH ALL INDIA FEDERATION OF TAX PRACTITIONERS
(AIFTP)

The AIFTP and KDK Software jointly announced the MoU to provide the Express GST
advantage to all AIFTP members PAN India on subsidized rates. KDK Software's
COO, Richa Sharma presented the use case and explained the benefits of 'Express
GST' to the Tax Practitioners....

southchinaherald

KDK SOFTWARE ANNOUNCES MOU WITH ALL INDIA FEDERATION OF TAX PRACTITIONERS
(AIFTP)

The objective of the MoU is to spread education in the matters relating to tax
laws, other laws and Accountancy also. For the fulfilment of the same, AIFTP has
collaborated with an application service provider, KDK Software, for the GST
Training through webinars to enable members to serve their clients better and
leverage the opportunity for overall professional development....

DenikBhasakar

KDK SOFTWARE ANNOUNCES MOU WITH ALL INDIA FEDERATION OF TAX PRACTITIONERS
(AIFTP)

India’s leading GST software, Express GST, comprises various advantages. It
enables the tax practitioners to view historical to latest notice/orders replies
with an export also; 2A/2B emails send to all clients automatically; comparison
of GSTR1/3B & Books; Checking GST refund and tracking status; Historical to
current consolidated 3B in excel; direct GST portal login; auto-generate GSTR3B;
multiple logins simultaneously and ready return register....

theprint.in

KDK SOFTWARE ANNOUNCES MOU WITH ALL INDIA FEDERATION OF TAX PRACTITIONERS
(AIFTP)

India’s leading GST software, Express GST, comprises various advantages. It
enables the tax practitioners to view historical to latest notice/orders replies
with an export also; 2A/2B emails send to all clients automatically; comparison
of GSTR1/3B & Books; Checking GST refund and tracking status; Historical to
current consolidated 3B in excel; direct GST portal login; auto-generate GSTR3B;
multiple logins simultaneously and ready return register....

patrika.com

जीएसटी को लेकर चिंतित न हो व्यवसायी

सबसे कम लागत पर हमारी उच्च मूल्य सेवा हमें जीएसटी के क्षेत्र में अग्रणी बनाती
है। यहीं कारण है कि केडीके सॉफ्टवेयर भारत में जीएसटी अनुपालन के लिए टैक्स
प्रैक्टिशनर की पहली पसंद बन गया है। एक्सप्रेस जीएसटी में कई लाभ शामिल हैं। यह कर
व्यवसायियों को निर्यात के साथ ऐतिहासिक से लेकर नवीनतम नोटिस/आदेशों के उत्तरों को
भी देखने में सक्षम बनाता है। 2A/2B ईमेल स्वचालित रूप से सभी ग्राहकों को भेजे
जाते हैं। जीएसटी GSTR3B और पुस्तकों की तुलना, जीएसटी रिफंड और ट्रैकिंग स्थिति की
जांच करना, एक्सेल में ऐतिहासिक से वर्तमान संयुक्त 3बी, प्रत्यक्ष जीएसटी पोर्टल
लॉगिन, ऑटो GSTR3B जनरेट करें।...

up18news

KDK SOFTWARE ANNOUNCES MOU WITH ALL INDIA FEDERATION OF TAX PRACTITIONERS
(AIFTP)

India's leading GST software, Express GST, comprises various advantages. It
enables the tax practitioners to view historical to latest notice/orders replies
with an export also; 2A/2B emails send to all clients automatically; comparison
of GSTR1/3B & Books; Checking GST refund and tracking status...

republicnewstoday

KDK SOFTWARE ANNOUNCES MOU WITH ALL INDIA FEDERATION OF TAX PRACTITIONERS
(AIFTP)

Mr. Kapil Goyal, KDK Software, Founder & MD, said, “Our high value service at a
lowest cost (per return filing @ just Rs. 3.37), makes us the leaders in the GST
space. This is the reason why, KDK Software is the first choice of Tax
Practitioners for GST compliances in India. We are honored to have MoU signed
with All India Federation of Tax Practitioners (AIFTP) thrilled to provide
end-to-end support, and training to the AIFTP members.”...

aninews.in

KDK SOFTWARE ANNOUNCES MOU WITH ALL INDIA FEDERATION OF TAX PRACTITIONERS
(AIFTP)

The AIFTP and KDK Software jointly announced the MoU to provide the Express GST
advantage to all AIFTP members PAN India on subsidized rates. KDK Software's
COO, Richa Sharma presented the use case and explained the benefits of 'Express
GST' to the Tax Practitioners....

southchinaherald

KDK SOFTWARE ANNOUNCES MOU WITH ALL INDIA FEDERATION OF TAX PRACTITIONERS
(AIFTP)

The objective of the MoU is to spread education in the matters relating to tax
laws, other laws and Accountancy also. For the fulfilment of the same, AIFTP has
collaborated with an application service provider, KDK Software, for the GST
Training through webinars to enable members to serve their clients better and
leverage the opportunity for overall professional development....

DenikBhasakar

KDK SOFTWARE ANNOUNCES MOU WITH ALL INDIA FEDERATION OF TAX PRACTITIONERS
(AIFTP)

India’s leading GST software, Express GST, comprises various advantages. It
enables the tax practitioners to view historical to latest notice/orders replies
with an export also; 2A/2B emails send to all clients automatically; comparison
of GSTR1/3B & Books; Checking GST refund and tracking status; Historical to
current consolidated 3B in excel; direct GST portal login; auto-generate GSTR3B;
multiple logins simultaneously and ready return register....

theprint.in

KDK SOFTWARE ANNOUNCES MOU WITH ALL INDIA FEDERATION OF TAX PRACTITIONERS
(AIFTP)

India’s leading GST software, Express GST, comprises various advantages. It
enables the tax practitioners to view historical to latest notice/orders replies
with an export also; 2A/2B emails send to all clients automatically; comparison
of GSTR1/3B & Books; Checking GST refund and tracking status; Historical to
current consolidated 3B in excel; direct GST portal login; auto-generate GSTR3B;
multiple logins simultaneously and ready return register....

patrika.com

जीएसटी को लेकर चिंतित न हो व्यवसायी

सबसे कम लागत पर हमारी उच्च मूल्य सेवा हमें जीएसटी के क्षेत्र में अग्रणी बनाती
है। यहीं कारण है कि केडीके सॉफ्टवेयर भारत में जीएसटी अनुपालन के लिए टैक्स
प्रैक्टिशनर की पहली पसंद बन गया है। एक्सप्रेस जीएसटी में कई लाभ शामिल हैं। यह कर
व्यवसायियों को निर्यात के साथ ऐतिहासिक से लेकर नवीनतम नोटिस/आदेशों के उत्तरों को
भी देखने में सक्षम बनाता है। 2A/2B ईमेल स्वचालित रूप से सभी ग्राहकों को भेजे
जाते हैं। जीएसटी GSTR3B और पुस्तकों की तुलना, जीएसटी रिफंड और ट्रैकिंग स्थिति की
जांच करना, एक्सेल में ऐतिहासिक से वर्तमान संयुक्त 3बी, प्रत्यक्ष जीएसटी पोर्टल
लॉगिन, ऑटो GSTR3B जनरेट करें।...




GET IN TOUCH WITH US

Send us an Email, Drop us a Query or just Call us.

STAY CONNECTED

Name*

Email Address*

Mobile Number*

Product* -None- CMA/Project Report eXBace Spectrum Form Manager Income Tax PDF
Signer RoC Tax Suite Zen TDS (Desktop)

Industry* Business Type select CA/CS/Tax Professionals Corporate/ SME

Pin Code*

City*

State* -None- Andaman and Nicobar Islands Andhra Pradesh Arunachal Pradesh Assam
Bihar Chandigarh Chhattisgarh Dadra & Nagar Haveli and Daman & Diu Delhi Goa
Gujarat Haryana Himachal Pradesh Jammu and Kashmir Jharkhand Karnataka Kerala
Ladakh Lakshadweep Madhya Pradesh Maharashtra Manipur Meghalaya Mizoram Nagaland
Odisha Puducherry Punjab Rajasthan Sikkim Tamil Nadu Telangana Tripura Uttar
Pradesh Uttarakhand West Bengal

Send



OUR HEADOFFICE:


 * Address: KDK Software, A-40, Goyal Vila Shyam Nagar, Jaipur, Rajasthan 302019
 * Email us @ sales@kdksoftware.com | Call us @ 07969012345
 * Follow Us:
   * 
   * 
   * 
   * 
   * 

ABOUT US

KDK - The Trust of Millions of Users in Tax Filing Software. KDK is one of the
Oldest name in Tax Compliance be it Income Tax, TDS or GST Software.

Read more!

SOCIAL LINKS

 * Facebook
 * Twitter
 * Pinterest
 * YouTube
 * Linkedin

TAGS

 * Income Tax
 * Spectrum
 * Tax suite
 * KDK Care
 * Zen TDS
 * Cloud ITR
 * GST
 * ROC
 * PDF Signer
 * eXBace
 * Cloud TDS
 * Blog
 * Software Demo!

ABOUT KDK

 * About Us
 * Career
 * News & Media
 * Download
 * Join Partner Network

KDK PRODUCTS

 * Spectrum
 * Income Tax
 * e-TDS
 * Express ITR ( Cloud ITR )
 * Express TDS ( Cloud TDS )
 * Express GST (Best 2A/2B Reco Tool)
 * Roc
 * PDF Signer
 * eXBace
 * TaxSuite
 * Enquiry Now!

IMPORTANT LINKS

 * Customer-Login
 * IMS-Login
 * Software Download
 * Knowledge Base
 * Payment
 * Privacy Policy
 * Product Enquiry




SUPPORT HELPLINE

CALL: 07969012345

EMAIL: SUPPORT@KDKSOFTWARE.COM

SALES HELPLINE

CALL: 093145-17671

EMAIL: SALES@KDKSOFTWARE.COM






Copyright 2023 All Rights Reserved.


GET FREE TRIAL

Try Every Feature, Add Unlimited Users. No Credit Card Required!.


Express GST Express TDS Express ITR

Name*

Email Address*

Mobile Number*

Product* -None- Spectrum Income Tax Zen TDS (Desktop) CMA/Project Report eXBace
PDF Signer RoC Tax Suite

Industry* Business Type select CA/CS/Tax Professionals Corporate/ SME

Pin Code*

City*

State* -None- Andaman and Nicobar Islands Andhra Pradesh Arunachal Pradesh Assam
Bihar Chandigarh Chhattisgarh Dadra & Nagar Haveli and Daman & Diu Delhi Goa
Gujarat Haryana Himachal Pradesh Jammu and Kashmir Jharkhand Karnataka Kerala
Ladakh Lakshadweep Madhya Pradesh Maharashtra Manipur Meghalaya Mizoram Nagaland
Odisha Puducherry Punjab Rajasthan Sikkim Tamil Nadu Telangana Tripura Uttar
Pradesh Uttarakhand West Bengal

Close

Request a Demo!
Get Demo!
Contact Sales
Sales
Call @ 07969012345
Call
Connect on WhatsApp
WhatsApp
YouTube
YouTube

May I Help You