Custom reports (sales by date) with Taxes digest

Hello,

I would like to know if is possible export a report similar that existent (Sales by date), just breakdown the amounts, when show the amount in the quantity col, show the clean taxes amount, tax amount and % tax separately.

by example instead to show 30€ in the amount field, show:

24,79 | 5,21 | 21%

Thank you.

Hello, somebody can help me or tell me if is possible?.

Thank you!

All the calculations and data processing for the reports are done in this file:

https://github.com/InvoicePlane/InvoicePlane/blob/master/application/modules/reports/models/mdl_reports.php

You can change everything in there, loop trough all items and calculate different things. But at the moment you would have to do this on your own or wait until someone picks up this special request.