Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
2113 Weergaven

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
Annuleer
Beste antwoord

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
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
1
apr. 25
1377
0
mrt. 25
1261
2
jan. 25
1613
2
mei 24
2016
0
aug. 23
1866