Question: Hiding Fields Shown When Creating Invoice

Hiding Fields Shown When Creating Invoice

Hi there, To cause less confusion to my sales reps, how would I go about hiding certain fields on the "Add new invoice" page? I'd like to hide the reference number field (as it's auto

H

HQFarms

Asked

Hi there,

To cause less confusion to my sales reps, how would I go about hiding certain fields on the “Add new invoice” page?

I’d like to hide the reference number field (as it’s auto generated) as well as the shipping field and sales tax fields as they are not applicable to my situation.

I’d also like to ask if it’s possible to CC all outgoing email from this script to a specific email, that way I can receive notifications of these invoices when my sales rep creates and emails an invoice (similar to how quickbooks allows).

Thank you for this software as it’s been a great transition away from quickbooks as that is costly for my basic needs.

  • MS

    Mian Saleem

    Answered

    Hello,

    You will need to modify the item code to hide the fields, the vue file for invoice form is in the resources/js/Pages/Invoice/Form.vue If you modify any code, you will need to rebuild the app npm i && npm run build

    No, there is no option to cc all email but I will add option to add cc for transactional notifications in future updates.

    Thank you

  • H

    HQFarms

    Answered

    Hi there, thank you for your response. I have this hosted on a shared hosting service, so I do not have command line access. Is there another way to rebuild the app through a browser or other script?

    Thank you for all your help!

  • MS

    Mian Saleem

    Answered

    Hello,

    No, there is no such option to build without command line access. You can modify and build locally then upload to the live server.

    Thank you

  • Login to Reply