Ignore dummy split in memorized transaction for proper calculation of exchange rate and Trading Accounts
At the moment, memorized split transaction works perfectly if it involves a pair of regular accounts (and a pair of trading accounts).
However, in the case of stock dividend entry, another dummy split will be needed to indicate the relevant stock for proper reporting in Advanced Portfolio. For example:
Asset\Citibank\USD 100.00
Trading\Currency\EUR 92.00
Asset\Stock\ABC
Income\Dividend 92.00
Trading\Currency\USD 100.00
Due to this extra split, the exchange rate windows won't popup to calculate the equivalent amount for the other account as well as the trading accounts.
It would be nice if some extra logic could be added in processing the memorized transaction by just ignoring the dummy split (price=1, Qty=0) so that the exchange rate window can popup to do the job.