Invoices: Update as a "Purchase"?

Ah ok, I know what you mean now, thanks.

The data for that subpanel comes from this SQL query:

I think the part most relevant to you is this: aos_quotes.stage = 'Closed Accepted'

This is related to the values coming from this dropdown (see Admin / Dropdown Editor):

image

Note that if you don’t like the string Closed Accepted you can change its display label, but you should leave the Item name as it was, so that the value is stored in the database in the way that the above query expects it to.

Once you fix that, you will need to re-save records to make sure they have “close accepted” in the database.

It would be nice if that “close accepted” wasn’t hard-coded into the query, but hey :man_shrugging: maybe somebody will fix that one day…