Tuesday, February 19, 2019

Tally TDL code for Creating new Ledger in Tally ERP 9 using Tally Developer 9

;; Tally TDL code for Creating new Ledger in Tally ERP 9 using Tally Developer 9

[#Menu: Gateway of Tally]
Add : Key Item: Ledger Creation: L : Create:Create Ledger
 ;; Object Association done at Report Level
 [Report: Create Ledger]
Form : Create Ledger
 Object : Ledger
[Form: Create Ledger]
Parts : Create Ledger
[Part: Create Ledger]
 Lines : Store LedgerName, Store LedgerGroup
 [Line: Store LedgerName]
 Fields: Short Prompt, Name Field
Local : Field: Short Prompt: Info: "Name :"
 Local : Field: Name Field: Storage: Name
;; Storing the value entered by user in an Internal Method Name available within the Object associated at the Report Level
[Line: Store LedgerGroup]
Fields : Short Prompt, Name Field
Local : Field : Short Prompt: Info : "Under :"
Local : Field : Name Field: Storage :Parent
Local : Field : Name Field: Table :Group
;;End of File

Display Sum or Addition of Two numbers taking input from user in Tally ERP 9 using Tally Developer 9 

No comments:

Post a Comment