How do add a report in Security controls?

Discussion in 'Tally Developer' started by tdlexperts, May 24, 2012.

    
Thread Status:
Not open for further replies.
  1. tdlexperts

    tdlexperts Administrator


    Do you know how to add custom Reports in the Security controls to give access rights?

    It is very simple. Just add the
    Code:
    "family" attribute under Report Definition
    Ex:
    Code:
    [Report: My Report]
      Family  : "My Report"
     
    Control this report at Menu Level:
     
    [#Menu: Gateway of Tally]
      Add: Item: Custom Report: Display : My Report
     
      Control: Custom Report: $$Allow:Display:MyReport 
     
    In the above "MyReport" is value of the family attribute of [Report: My Report]
     
    
     


  2. tdlexperts

    tdlexperts Administrator


    Msg me if you need any help
     


  3. Gaurav

    Gaurav New Member


    I created some UDF fields in Purchase.I need to print the udf fields on report as well.Can you tell me the procedure.
     


  4. admin

    admin Administrator Staff Member


    It is very simple.

    $Udfname - To retrieve value
     


  5. Gaurav

    Gaurav New Member


    As I am new to this TDL.Can you provide me the sample to create the performa Invoice with all UDF Fields or any link to download the same
     


  6. admin

    admin Administrator Staff Member



  7. Gaurav

    Gaurav New Member


    need a sample fresh Invoice in different format then tally
     


  8. admin

    admin Administrator Staff Member


    Please go thru the TDL reference manual or Download Tally.Developer 9 and Install it. This developer contains sample TDL files which also included Invoice formats too. You can download Tally.Developer here
    This will definitely help to write sample invoice TDL.
     


Thread Status:
Not open for further replies.

Share This Page