Tally Prime Add Inclusive of Tax column in Invoice

नमस्कार दोस्तों आज हम एक ऐसे tdl फाइल के बारे में चर्चा करेंगे ,जिसकी मदद से आप अपने Tally Prime पे inclusive of Tax का column अपने Invoice में add कर सकते हैं कभी-कभी हमें अपने invoice में Inc of Tax का column जोड़ने की आवश्यकता होती है, जो आमतौर पर संभव नहीं है, लेकिन इस TDL की मदद से यह संभव है तो चलिए देखते हैं कि हम कैसे उपयोग कर सकते हैं इस tdl फ़ाइल का tally prime में ?

TDL Code to Add Inclusive of Tax Column in Invoice

;**********************************************************;

[#Form: SV Print Config]
Add : Bottom Button : At Beginning : Inclusive

[Button : Inclusive]
Key : Ctrl+I
Action : Set : InclRateInvoive : Not ##InclRateInvoive
Title : IF ##InclRateInvoive then “Inclusive” else “Exclusive”

[#Line : EXPINV AccDetails] ;;Modified Default Line
Empty : ##InclRateInvoive

[#Field :EXPINV Rate]
Set as : If ##InclRateInvoive then $InclusiveTaxValue else $Rate
[#Field: EXPINV Amount]
Set as : If ##InclRateInvoive then $BilledQty*$InclusiveTaxValue else $Amount

[Variable : InclRateInvoive]
Type : Logical

[System : Variables]
InclRateInvoive : No

;**********************************************************;

Step 2: अब above code को Save करने के बाद Tally Prime पर TDL File अपलोड करें ( और अगर आपको Tally Prime पर TDL File upload करने का तरीका नहीं पता है तो नीचे दिए गए Link पर Click करें जो आपको Tally Prime पर TDL File अपलोड करने के लिए Guide करेगा )

Step 3: Now pass the Sale Entry from Gateway of Tally > Voucher > F8 for sale entry and then Press Alt+P and choose Current option and click on Preview and you can see the inclusive of tax column on your invoice

Note: please ensure that you Enable the Inclusive of tax option from the F12 Menu

और इस तरह से आप Tally prime में Inclusive of tax invoice देख सकते है ।

धन्यवाद दोस्तों! अगर आपको ये आर्टिक्ल पसंद आया हैं तो इसको सोशल मीडिया पर अपने दोस्तो के साथ जरूर से शेयर कीजिए, जिससे उनको भी ये जानकारी प्राप्त हो सके।

 Download Button पर  Click कर के फ़ाइल डाउनलोड करें

[elementor-template id=”37309″]

Join Our Telegram Group techguruplus telegram group
Join Our Whatsapp Group techguruplus whatsapp group

Group 1  |   Group 2

Cheque Printing Software for India  

2 thoughts on “Tally Prime Add Inclusive of Tax column in Invoice”

  1. Inclusive & Exclusive Tax Invoice tdl not working in tally prime . please make a same tdl file for prime

    Reply

Leave a Comment