Skip to Content
Menú
This question has been flagged
1 Respondre
2115 Vistes

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. 

Avatar
Descartar
Best Answer

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

Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
d’abr. 25
1380
0
de març 25
1266
2
de gen. 25
1615
2
de maig 24
2017
0
d’ag. 23
1873