I’m trying to understand the account reconciliation wizard. My impression is that the wizard could do a “better” job, meaning: It could include more lines than it actually does. When clicking the blue ‘+’, I can see much more lines and can manually reconcile much more than the wizard suggests:
Is this intended behaviour?
Why does the wizard only match these few lines, although more would be possible?
What happens with lines not yet reconciled, when I’d follow wizard’s suggestions?
Calculating all the possible reconciliation is NP-complete (knapsack problem) so Tryton implements a strategy.
Depending on the version it may search all the combinations of a chunk of lines ordered by date or optimize the smallest remaining by removing the last line (by date) that decrease it.