跳至內容
選單
此問題已被標幟
1 回覆
2117 瀏覽次數

I want to generate a report for every partner that includes debit, credit, and balance for a certain periodd of time. The balance should be within that period and not the total balance. 


I've tried the partner ledger, and I use a filter for a certain period of time, but it shows all the partners even if there is no debit or credit entry in that period, which is something I don't want. 

頭像
捨棄
最佳答案

Hi,

This can be achieved by customizing the Partner Ledger report. You can replace the existing report domain with something like this using a custom module, 

[('move_id.date', '>=', start_date), ('move_id.date', '<=', end_date), ('debit', '!=', 0) | ('credit', '!=', 0)]

Thanks

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
4月 25
1382
0
3月 25
1267
2
1月 25
1616
2
5月 24
2017
0
8月 23
1875