Saturday, April 27, 2013

Multi line Item descriptions in Tally Erp 9

Multi-line Item descriptions in Tally Erp 9 is very useful for tally users. here is tally tdl :

;; Tally Erp Multi-line product descriptions

[#Form: Stock Item]
   
    Add    : Part    : After : STKI Desc : STKI Desc1
    Height    : 100 % screen
    Width    : 100 % screen

[Part: STKI Desc1]

    Line        : STKI Desc1
    Repeat         : STKI Desc1 : Description1
    Break on    : $$IsEmpty:$Description1
    Scroll        : Vertical

    [Line: STKI Desc1]
   
        Field    : Medium Prompt, STKI Desc1
        Local    : Field    : Medium Prompt    : Set as : "Stock Description:"
        Local    : Field    : Medium Prompt    : Inactive : $$Line > 1
       
        [Field: STKI Desc1]
           
            Use     : Name Field
            Storage : Description1

[System: UDF]

    Description1 : String : 20001
   
;; Changes at voucher level

[#Part: EI DescExplosion]

    Set     : $$NumItems:DescColl              
      
[Collection: Desc Coll]

    Type     : Description1 : StockItem
    Child of : #VCHStockItem

[#Field: EI Desc]

    Set as        : $$CollectionField:$Description1:$$Line:DescColl

;;End of File
 

2 comments: