How to Print all MIS Reports

Discussion in 'Tally Developer' started by G Vijay, Sep 24, 2012.

    
  1. G Vijay

    G Vijay Member


    Dear All,

    I'm printing MIS Reports manually one-by-one (Balance Sheet, Profit & Loss A/c, Trial Balance -with detailed -opening balance, Sundry Debtors, Sundry Creditors, Loans, Deposits, etc... ).

    I want to print all these reports one click of button. Can anyone help in this.

    Thanks in Advance
    warm Regards,
    G Vijay
     


  2. admin

    admin Administrator Staff Member


    Write a fucntion to print all these Report and call this function

    Ex:

    ;; Even you can configure F12 variables also here
    [Function : My Func]
    Variable: Explode Flag : Logical

    A1: Set : Explode Flag : Yes
    001: Print : Balance Sheet
    002: Print: Trial Balance
    003: Print: Day Book
     


  3. G Vijay

    G Vijay Member


    Sir,
    I'm able to print balance sheet, trial balance, profit & loss a/c, but unable to print balance sheet items like sundry debtors / creditors, deposits, loans etc..

    Kindly help in this regard.
    Thanks
    G Vijay
     



  4. Dear Mr.Vijay,

    You need to create a separate report and add it in the function. Which will solve your issue.

    Thanks & Regards,
    A.Marudhachalamurthi
     


Share This Page