RG
Asked
Hi,
I've just bought the latest version of Invoice Manager and have noticed what seems to be a large oversight in the List Invoices page.
There isn't a column for ID (Invoice Number) anymore. Am I missing something?
As an invoicing system it's absolutely essential that the invoice numbers are also viewable for processing of payments, customer queries etc etc.
This was there in previous versions - If it has been removed, please can I have a version of the software where it's still showing?
Many thanks,
Richard
I've just bought the latest version of Invoice Manager and have noticed what seems to be a large oversight in the List Invoices page.
There isn't a column for ID (Invoice Number) anymore. Am I missing something?
As an invoicing system it's absolutely essential that the invoice numbers are also viewable for processing of payments, customer queries etc etc.
This was there in previous versions - If it has been removed, please can I have a version of the software where it's still showing?
Many thanks,
Richard
- MSAnsweredThe ID column is hidden. You can show by editing the `` around line no 82 `{ "data": "sid", "visible": false },` and replace with
```json
{ "data": "sid", "visible": true },
```
Thank you - RGAnsweredThat's great, Mian
Thank you very much. - MSAnsweredYou can accept the answer to mark the question resolved. Thank you
- Login to Reply