On invoice and transactions identify the individual tax classes and echo them on transactions and invoices.
Problem with first implementation: vouches were not respected.
So we have to store the information in the database in a table Transaction <-> Tax table and save tax information for each tax class -> because tax amounts can change afterwards.
Old transactions should have the tax information echoed as it previously was:
(List of tax classes) … total tax amount.