0% found this document useful (0 votes)
169 views2 pages

GST Pan

This document describes a report in Tally ERP 9 that allows adding PAN/IT numbers to ledgers based on their GSTIN. The report displays ledger details in a multi-ledger form including name, parent, GST registration type, GSTIN, and PAN/IT number. It contains buttons to copy GSTIN values to the PAN/IT number field or clear all PAN/IT numbers. Field values are conditionally set based on logical variables to control the GSTIN to PAN copying and PAN clearing functions.

Uploaded by

Deepak Chandra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
169 views2 pages

GST Pan

This document describes a report in Tally ERP 9 that allows adding PAN/IT numbers to ledgers based on their GSTIN. The report displays ledger details in a multi-ledger form including name, parent, GST registration type, GSTIN, and PAN/IT number. It contains buttons to copy GSTIN values to the PAN/IT number field or clear all PAN/IT numbers. Field values are conditionally set based on logical variables to control the GSTIN to PAN copying and PAN clearing functions.

Uploaded by

Deepak Chandra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

;;;WWW.LEARNWELLS.COM;;;...

[System: Formula]
locRptLW : $$LocaleString:"GST TO PAN (LW)"

[#Menu: Gateway of Tally]


Add: Key Item : @@locRptLW : W : Alter Collection : CLWMain : NOT $$IsEmpty:$
$SelectedCmps

[Collection: CLWMain]
<unitgroup:multiled>
Use : Multi Ledger
Delete : Report
Add : Report: RLWMain

[Report: RLWMain]
<unitgroup:multiled>
Use : Multi Master Report
Family : $$Translate:"Accounts Masters"
Title : $$SPrintf:mad:@MultiLedgerCreateModeFormat:mad:@ModeName:mad:@SubModeName
Variables : MGroup
Set : SVAccounts : Yes
Set : SVInventory : No
Set : SVStatutory : No
Set : SVTallyShop : No
Multi Objects : Ledger Under MGroup
Delete: Form
Add: Form: ALWMain
Variable: vLWAddByGST : Logical: No
Variable: vLWClearPAN : Logical: No

[Form: ALWMain]
Use : Multi Master Form
Normal Color : @@SV_COSTCATEGORY
Parts : PLWMLEDBody ;, MLED Body,MLEDDefault,
Space Bottom : 0
Button : BtnLWGstToPan,BtnLWClearPAN

[Button : BtnLWGstToPan]
Title : GST To PAN
Key : F10
Action : Set : vLWAddByGST : NOT ##vLWAddByGST

[Button : BtnLWClearPAN]
Title : Clear All PAN
Key : F11
Action : Set : vLWClearPAN : NOT ##vLWClearPAN

[Part : PLWMLEDBody]
Lines : LLWMLEDTitle,LLWMLEDBody
Scrolled: Vertical
Repeat : LLWMLEDBody : LedgerUnderMGroup
Break On : $$IsEmpty:$Name

[Line: LLWMLEDTitle]
Field: MultiSNo Title, Multi Master Name Title, Multi Master Parent Title, MLED
Opening Title,MLED OpeningDr Title, MSTSortPosTitle
Local: Field : Multi Master Name Title : Info : $$LocaleString:"Name of Ledger"
Local: Field : Multi Master Name Title : Width: 40% Screen
Local: Field : MLED Opening Title : Info : $$LocaleString:"GST Reg. Type"
Local: Field : MLED OpeningDr Title : Info : $$LocaleString:"GSTIN/UIN"
Local: Field : MSTSortPosTitle : Info : $$LocaleString:"PAN/IT No."
Local: Field : MLED Opening Title : Width : 15
Local: Field : MLED OpeningDr Title : Width : 18
Local: Field : MSTSortPosTitle : Width : 12
Local: Field : Default : Style : Normal Bold
Local: Field : Default : Align : Center
[Line: LLWMLED Body ]
Field: FLWSrNo,FLWName,FLWParent,FLWGSTDType,FLWGSTNo, FLWPANNo
Local: Field: MMParentOption : Skip : YES
Local: Field: Default : Style : Normal

[Field: FLWSrNo]
Use: MultiSNo
[Field: FLWName]
Use: Multi MST Name;Name Field
Local: Field: Multi Master Name : Skip: YES
Local: Field: Multi Master Name : Width: 40% Screen
[Field: FLWParent]
Use : Name Field
Inactive: $$IsEmpty:$Name
Set as : $Parent
Skip : YES
Align : Center
Border : Thin Left
[Field: FLWGSTDType]
Use : LED GSTDealerType
Inactive: $$IsEmpty:$Name
Border : Thin Left
[Field: FLWGSTNo]
Use : LED GSTIN
Delete : Invisible: ##MVInMultiMode
Inactive: $$IsEmpty:$Name
Width : 18
Border : Thin Left
[Field: FLWPANNo]
Use : LED IT No
Delete : Invisible : ##MVInMultiMode
Inactive: $$IsEmpty:$Name
Width : 12
Border : Thin Left
Set By Condition: @myCondiGSTToPAN : @myGSTToPAN
Set By Condition: @myCondiPANClear : ""
myCondiGSTToPAN : ##vLWAddByGST And $$IsEmpty:$$Value And Not $$isEmpty:#FLWGSTNo
myCondiPANClear : ##vLWClearPAN And Not $$IsEmpty:$$Value
myGSTTOPAN : $$StringPart:#FLWGSTNo:2:10
Set Always : YES

You might also like