My invoice dashboard colours are reversed

Just wondering if there is a way to sort this out? The colours shown are the wrong way round…

Hi,
I am not sure what you mean but for me it looks completely normal. Your invoices have an total value of 7123. From all those invoices you already got 1014.55 in one of your bank accounts and 6109.01 need to be paid by your clients/customers

It’s the legend on the left that is out of kilter…

On the left it says the money owed in outstanding invoices is in a green highlighting. However, this figure is shown on the right in red? I simply can’t use this as a chart if this is supposed to be correct - is there a way for me to customise this dashboard myself?

The left part isn’t a legend for the right part, they’re two different things. On the left:

  • the green “money owed to you” refers to the all-time total of unpaid sales invoices - money you have invoiced to your clients but not yet been paid for
  • the red “money you owe” is the same for purchases - money you have been invoiced by suppliers but have not yet paid.

On the right side you can choose to view a chart for either sales or purchases, and within each of those charts green bars represent paid invoices/purchases and red bars represent unpaid ones.

So overall the “money you owe” should be the total of all the red bars in the “purchases” chart, and “money owed to you” should be the total of all the red bars in the “sales” chart. If they don’t match exactly you probably have unpaid items that are more than three months old.

Thanks for all the help so far, I didn’t realise these were meant to be 2 different pieces of information and not part of the same chart.
I’m so used to working in building industry analytical platforms that this particular dashboard just made no sense to me at all.
Are we able to customise these dashboards in any way? Or at least hide this top section - it’s pretty awful let’s be honest! :slight_smile:

Hi,
In advanced settings you can add or remove nominal codes to be included or excluded from the ‘money owed’ section.

If you don’t want to see the bars, you can have a table view instead
image

To hide it completely you can add some code to your css and html editor

.flex_wrap_50 inv_wrap {
display: none;
}

But be aware it could break other things

Thank you rhc I appreciate the comments :slight_smile:

This topic was automatically closed after 5 days. New replies are no longer allowed.