Language Ledger aliase

Discussion in 'Tally Developer' started by manmath7, Nov 30, 2013.

    
  1. manmath7

    manmath7 New Member


    Dear All
    i need to print the language ledger alias
    i tried $$transalate:$ledgerName:1098
    but it not print
    [​IMG] 1.png
     


  2. JObimon Arackal JOhn

    JObimon Arackal JOhn Active Member


    I hope below sample code will help you

    [Line:b]
    Field:B,B1
    [Field:B]
    Info:"Description in Malayalam"
    [Field:B1]
    Use :Name Field
    Width :mad:@LongWidth
    Storage :arabStorage
    Style :Normal
    Set as:$arabStorage
    KBLanguage :1100
    [*Part: STKI Desc]

    Line : STKI Desc,b, STKI Narration, STKI Ledger
    Invisible : NOT ##UseStockDescription AND NOT ##UseStockItemNarr AND NOT ##UseDefaultLedgers
    Option : Small Size Part
    Space Bottom: 0.25
    Space Right: 0.25


    [System:udf]
    arabStorage:String:2500

    [Field: c]
    Use:name Field
    Set as : $arabStorage:StockItem:$StockItemName
    Style : Normal Bold
    Cells : @@ExcelItemColumn
    KBLanguage :1100
    [Line:c]
    Field: c
    Indent : If $$InPrintMode Then 20 Else 2
    [*Part: EI DescExplosion]
    Line:c
    Line : EI DescExplosion
    Repeat : EI DescExplosion : BasicUserDescription
    BreakOn : $$IsEmpty:$BasicUserDescription
    Scroll : Vertical








    another one

    [Field: EXPINV DescL]
    Use:name Field
    Set as : "( "+ $$CollectionField:$Name:3:LanguageName:StockItem:$StockItemName+" )"+"( "+ $$CollectionField:$Name:2:LanguageName:StockItem:$StockItemName+" )"
    Style : Normal Bold
    Cells : @@ExcelItemColumn
    [Line:EXPINV DescL]
    Field: EXPINV DescL
    Indent : If $$InPrintMode Then 20 Else 2
    [*Part: EI DescExplosion]
    Line:EXPINV DescL
    Line : EI DescExplosion
    Repeat : EI DescExplosion : BasicUserDescription
    BreakOn : $$IsEmpty:$BasicUserDescription
    Scroll : Vertical


    This is not complete coding you can develop based on this tdl.
    PLease those part which is marked in rose colour
     

    Attached Files:



Share This Page