Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
2124 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
apr 25
1391
0
mar 25
1277
2
gen 25
1619
2
mag 24
2025
0
ago 23
1886