Transactions Custom Report

Hi,

I am creating a custom report to look like the excel report as per below image.


so far I managed to achieve the below

In the second column, I want to show the invoice/receipt # (field TransactionName) but I am unable to select the field without first selecting field Transaction. Is this because TransactionName is a sub field?
I wish to remove the info marked in red and keep the Inv #. Basically, there is no need to show whether the transaction is a Payment or Receipt, mainly because the amount is shown as either purchase or sale in the amounts columns. So the Transaction Name is what’s required.
I also noticed that under Account, the result is showing as GST payable for all items. The result should be as per GST Free list where it prints the account name. I actually wish to add the account code to the name, say for example “6-1295 Social Functions” instead of just “Social Functions”. is this possible? Thank you.

Yes

You cannot.

Then don’t include it in the Select criteria.

That is because you have grouped by tax code, so those are all the transactions posted to GST payable.

No, you cannot add it. It would need to be a separate column.

Hi Tut,
Thank you for your response… I have few notes below in bold text.

Which field do I need to add to have the account code?

Thanks!!

Hi Tut,

Regarding the GST Payable items, the below is an example where there are GST 10% and GST free items under the same entry.

The GST 10% are being listed as “GST Payable” in the Account column whereas the GST Free are listed correctly as “Social Functions”. Shouldn’t both be listed as “Social Functions”?

Thanks

You are not understanding how Manager works (or doubled-entry accounting, for that matter). When you apply a tax code to a line item on a transaction form, more than one ledger entry occurs. A payment, for example, will result in three entries: (1) a credit to the bank or cash account, (2) a debit to an expense account, and (3) a debit to the tax liability account. Depending on how your custom report is defined, you could see all three postings in the custom report from a single line item.

I cannot tell what the transaction is you posted the screen shot from, because you did not include the entire screen. It looks like it might be an expense claim. But, if so, your software is out of date and should be updated. Assuming it is an expense claim, you have highlighted a posting to the GST payable account from your first line item and a posting to the Social Functions account from your second line item.

Grouping tends to obscure custom report entries. You should make sure your report is showing what you want before applying grouping. The individual entries are then more obvious.

Hi Tut, Thank you for the reply… Manager desktop version is 21.6.57. My comments below are in bold

The report without grouping for that entry is as below

Payment entry for the expenses incurred is below


and

i think this is because both tax codes are set to different accounts when you created them under Settings.

i assume for GST Free you created the tax code selecting the default zero tax rate image and for the other tax code you set the account as GST payable.

try checking the report after editing the GST Free tax code to a custom single rate tax with 0% and setting its account to GST payable.

Hi sharpdrivetek,

I changed it as you suggested… Same output on the report…

The GST Free tax code does not post a ledger entry. It is essentially informational on the finished invoice. So no entry shows for that on the custom report.

@lonzu_65 you are trying to access information that comes from more than one transaction form and that is in at least four different accounts. That is, you want a report that shows information that may be in account “Dinner Dance Ticket Sales”, or in “Social Functions”, or in Permits & Licence fees", or in “Social Function Ticket Sales”. However, the Where filter does not have “or” logic: see the guide Create custom reports. To get the report you want you will have to invert the process and eliminate accounts you do not want.

Uncheck Group by, and delete all the lines under the Where filter. Update the report and note all the accounts that you do not want shown. Then add a Where line for each unwanted account. As an example you do not need the GST payable account so add:

Note that the capitalization of names must be respected. Continue adding lines until you are left with only the accounts you need.

Finally re-apply Group by

1 Like

Hi dcVest,
I tried your suggestion…end result, report removes the tax component from the Tax on Sales and Purchases columns.

Thanks!