stocksummary report with item image

Discussion in 'Tally Developer' started by Nirav Merchant, Jul 8, 2015.

    
  1. Nirav Merchant

    Nirav Merchant Active Member


    hi members. Can any one guide me or help me. I want to display item image in Stock summary report. It can b Tally Exiting stock summary or new report.
     


  2. vyadav

    vyadav Member


    Dear Admin

    If i create a stock item image how can is develop , my current path image not show in stock item creation screen
    Please Resolved the error sir ,,,,,

    [#Part: MST Basic]
    Add : Line : At Beginning : Image
    ;Graph Type : ##Image

    [Line : Image]
    Field : Short prompt,Image

    Local : Field : Short Prompt : Set as : "Image"

    [Field : Image]
    Use : name field
    Align: Center
    Storage : LogoPath
    Set as : $LogoPath:Company:##SVCurrentCompany

    [System : UDF]
    LogoPath : String :7800

    [#Part: STKI Basic]
    Add : Right Part : ViewP


    [Part : ViewP]
    Line : ViewP
    Graph Type : $LogoPath:Company:##SVCurrentCompany
    Height : 10
    Width : 30
    Horizontal Align : Center


    [Line : ViewP]
    Field : ViewP


    [Field : ViewP]
    Use:narration field
    Set as : ""
    Color:black
     


  3. mahgs

    mahgs Member


    Dear Vyadav;

    Try this code

    [#Part: MST Basic]
    Add : Line : At Beginning : Image
    ;Graph Type : ##Image

    [Line : Image]
    Field : Short prompt,Image

    Local : Field : Short Prompt : Set as : "Image"

    [Field : Image]
    Use : name field
    Align: Center
    Storage : LogoPath
    Set as : $LogoPath

    [System : UDF]
    LogoPath : String :7800

    [#Part: STKI Basic]
    Add : Right Part : ViewP


    [Part : ViewP]
    Line : ViewP
    Graph Type : $LogoPath
    Height : 10
    Width : 30
    Horizontal Align : Center


    [Line : ViewP]
    Field : ViewP


    [Field : ViewP]
    Use:narration field
    Set as : ""
    Color:black
     


  4. parvez

    parvez Member





    can u plz provide me item image tdl full source code

    thanks in advance

    mohds169@gmail.com
     


  5. parvez

    parvez Member




    can u pls provide items image source code

    thanks in advance

    mohds169@gmail.com
     


  6. parvez

    parvez Member



    i have try this code but its not showing image
     


Share This Page