I need to get matched the partial reconcile account move line:
eg: In account move line I have 2000 as debit amount and another credit account move line as 2100 and both are partial reconciled and matching_number showing 'P'.
I need to get both the account move line and need to show balance as 100.
which means:
balance(100) = journal item 1(2000) - journal item 2(2100)
But I am not getting the partial reconciled journal items for the invoice.
Can someone help on how to get matched partial reconcile account move line in account move.
thanks In advance