Show Ledger Statement from Company Start Date Only

Discussion in 'Tally Developer' started by rajiv jaiswal, Aug 3, 2025.

Tags:
  1. rajiv jaiswal

    rajiv jaiswal Member


    can anyone help in this code
    [#Report: Ledger Vouchers Browser]

    Use : Ledger Vouchers
    Delete :Set : SVFromDate : $$MonthStart:mad:@LastVoucher

    Variable : SVFromDate, SVToDate

    ;; Force the from‑date to be *Books Begin* as per current company
    Set : SVFromDate : $BooksFrom:Company:##SVCurrentCompany
    ;; Optionally restrict To‑date to today
    Set : SVToDate : ##SVCurrentDate
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Do your deletion of SVFromDate at REPORT level, since it is defined there before and re-set the SVFromDate at the FORM level.
     
    Last edited: Aug 3, 2025
    rajiv jaiswal likes this.


Share This Page