Want to filter the report based on entry posted date instead of actual voucher date

Discussion in 'Tally Developer' started by Manikanta.A, Oct 27, 2012.

    
  1. Manikanta.A

    Manikanta.A New Member


    Added a udf during voucher entry "Bill Posted Date" and want to generate a report which will provide the date filter based on this posted date.

    for example voucher posted on 27th october 2012 in tally by taking the voucher date as 25th october 2012, and now i want to know the vouchers those are posted on 27th october 2012 what ever the voucher date is,

    for this i added a udf during voucher entry "Bill posted Date:" and set the default value as system date and now i am trying to generate a report in which we can set the date filter based on this posted date but i am unable to generate the code here.

    kindly help me in this,

    Thank you in advance
     


  2. admin

    admin Administrator Staff Member


    You can do one thing,
    In the report,, SVFromDate and SVToDate make it configure for company starting date to Last voucher Date.
    Now, you can create a separate Change period report to filter your report on Bill Posting date.
    Call this report via a button.
    So, whene ever you call change period you can invoke this report.

    :)
     


  3. Manikanta.A

    Manikanta.A New Member


    Hi,

    Thank You for your solution, and i got my solution by creating separate change period report and there is no need to take the Company Starting Date and Last Voucher Date as default values for SV From Date and SV To Date.

    Thank you once again

    :)
     


Share This Page