Saturday, March 9, 2019

Tally TDL code for Displaying My Stock Summary in Tally ERP 9 using Tally Developer 9

 Tally TDL code for Displaying My Stock Summary in Tally ERP 9 using Tally Developer 9

 
Tally TDL code for Displaying My Stock Summary in Tally ERP 9 using Tally Developer 9

 ;;Tally TDL code for Displaying My Stock Summary in Tally ERP 9 using Tally Developer 9
[#Menu: Gateway of Tally]
Add : Item: My Stock Summary : Display : My Stock
[Report: My Stock]
Form : My Stock
 [Form: My Stock]
Top Part : MyTB Detail
 [Part: MyTB Detail]
Top Line: MyTB Header
Line : MyTB Detail
Repeat : MyTB Detail: MyTB Collection
Scroll : Vertical

[Line: MyTB Header]
Left Fields : Name
Fields        : Group ,Quantity,Rate
Right Fields : Amt
 [Field: Name]
Width : 30
Set as : "Stock Name"


 [Field:Group]
Type : String
Width : 20
Set as : "  Group"


 [Field: Quantity]

Width : 20
Set as : "Quantity"
Align : Right

 [Field: Rate]

Width : 20
Set as : "Rate"
 Align : Right 



 [Field:Amt]

Width : 20
Set as :"Amount"
 Align : Right

[Line: MyTB Detail]
Left Fields : MyTB Name
Fields        : MyTB Group ,MyTB Quantity,MyTB Rate
Right Fields : MyTB Amt
 [Field: MyTB Name]
Width : 30
Set as : $Name

 [Field: MyTB Group]
Type : String
Width : 20
Set as : $Parent
Align : Left

 [Field: MyTB Quantity]
Type : Quantity
Width : 20
Set as : $ClosingBalance
Align : Right

 [Field: MyTB Rate]
Type : Rate
Width : 20
Set as : $ClosingRate
Align : Right 



 [Field: MyTB Amt]
Type : Amount
Width : 20
Set as : $ClosingValue
Align : Right
[Collection: MyTB Collection]
Type : Stock Item
;; End of File

Output:





You also may like following topics:
1) Tally TDL code for Creating new Ledger in Tally ERP 9 using Tally Developer 9

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

No comments:

Post a Comment