can anyone help here for tally prime

Discussion in 'Free Source Codes' started by bikash agarwal, Apr 10, 2022.

    

  1. can anyone help here for tally erp 9 _ earlier it was working
    but issue in tally prime

    ---------------------------- ledger balance

    [#Line : LV Title]
    Add : Field : After : LEDMailName : LVOPeningBalanceT, LVOPeningBalance

    [Field : LVOPeningBalanceT]
    Use : Name Field
    Set as : "Opening Balance"
    Color : White
    Background : Red
    Width : 13
    Align : Right
    Border : Thin Box

    [Field : LVOPeningBalance]
    Use : Amount Field
    Set as : $OpeningBalance:Ledger:##LedgerName
    Color : Yellow
    Background : Black
    Format : "DrCr, No Zero"
    Width : 15
    Align : Left
    Border : Thin Box
     
    Last edited: Apr 11, 2022


  2. Sanjeev S

    Sanjeev S Active Member


    It's showing ...

    No issues

    upload_2022-4-11_8-6-9.png
     



  3. upper code showing memory violation error

    but this working

    [#Line : LV Title]
    Add : Field : After : LEDMailName : LVClosingBalance

    [Field : LVClosingBalance]
    Use : Name Field
    Set as : $$String:"Closing Balance: " + $$LocaleString:($ClosingBalance:Ledger:##LedgerName)
    Style: tiny
    Width:35
    align:center
    Color : white
    background : red ;surf green
    Border : Thin Box


    [#Line : LV Title]
    Add : Field : After : LEDMailName : LVOPeningBalance

    [Field : LVOPeningBalance]
    Use : Name Field
    Set as : $$String:"Opening Balance: " + $$LocaleString:($OpeningBalance:Ledger:##LedgerName)
    Style: tiny
    Width:35
    align:center
    Color : light yellow
    background : leaf green ;surf green
    Border : Thin Box
     
    Last edited: Apr 13, 2022



  4. hello sir can you say about TALLY PRIME MENU

    [#Menu: Gateway Of Tally]

    Add : Item : Before : @@locQuit : Address Book: Menu: MyMenu
     

    Attached Files:




  5. Add : Key Item : Before : @@locBalanceSheet : Address Book : S : Menu : MyMenu
    this should do the needful
     



  6. [*Menu:gateway of tally]

    Put all menu item in order u want.
     


Share This Page