Question: Invoice Numbers - where are they

Invoice Numbers - where are they

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

RG

Richard Green

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
  • MS

    Mian Saleem

    Answered
    The 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
  • RG

    Richard Green

    Answered
    That's great, Mian
    Thank you very much.
  • MS

    Mian Saleem

    Answered
    You can accept the answer to mark the question resolved. Thank you
  • Login to Reply