I´ve tried to create a custom report which should show the total amount of an account (including tax) and the amount without tax. But something doesn´t work as you can see on this picture.
You need to post a screen shot of the definition screen for your custom report. No one can tell anything by looking at the result of a report you say is failing. You should also post the Edit screen of a representative transaction you believe is not showing up correctly.
The sticking point is in custom report where I want to show the gross price as well as either the tax amount or the net price. I hoped “account amount” would be the right field for the gross price, but this seems to be the net price. And tax amount isn´t shown anyway:
Your basic problem is that you cannot get the information you want directly in a custom report, all on one line for a payment. Custom reports are based on general ledger transactions, so you get amounts posted to individual accounts. The numbers you see on the entry screen are, in some cases, calculated from other inputs.
What you call the gross price is not AccountAmount. AccountAmount is the positive or negative amount posted to a specific account in the chart of accounts. On a taxable line item, that is never the gross price. Tax Amount will be the amount posted to a tax liability account.
I wonder why you do not use the Tax Transactions report.
And I took a look an the tax transaction report - which is really quite something in the way I´m looking for. Only one thing doesn´t fit: This report only shows the kind of transaction but no description of the account or what was sold/bought. This would be very nice.
I am curious what use you have for gross prices in such a report. Gross prices are not your income. If you describe what you want to use the information for, there may be another way to get it.
To experiment I created a test business with a single receipt from a customer and single payment to a supplier. Both have two line item, the payment has a negative line item
I´m using a german tax control software that requires the sales and purchases entered as gross price because it calculates the tax amount and net price itself. That´s the reason why i tried to find out to show the gross price in Manager. Another workaround could be to export a table with net price and tax rate to a spreadsheet and to calculate the gross price there.
I also thought about import Managers database (guess it´s SQLlite?) into an ETL software to transform the things I need.
The report you want can be easily created with a report transformation see
The user interface has been updated since the above thread was created but the cited functions are the same.
Unfortunately the current user interface makes it difficult to write program flow control