How to create the customer ledger report with opening balance?

How to create the customer ledger report with opening balance?

Hi Priya

Take help of base report 104 (Customer - Detail Trial Bal.). Hope you will able to create the report.

Can u please tell me how i put the minimum value of date filter in getrange function.I am Writing the code which is not working correctly as follows

VendLedgEntry.SETRANGE(“Posting Date”,0D,GETRANGEMIN(“Date Filter”));

Please tell me my mistake.

Thanks in advance

VendLedgEntry.SETRANGE(“Posting Date”,0D,GETRANGEMIN(“Date Filter”)-1);

Please provide me the whole code which i have to put for opening balance…i really need that bcoz i m not getting my result as i want and my seniors are not going to help me as i am fresher in this field.

Thanks