Purchase Invoice file path

Whenever we click the Purchase Invoice button under Create button in Purchase Receipt, it will create one Purchase Invoice against that Purchase Receipt.

Now i need the file path to the API called when i click Purchase Invoice button under Create button in Purchase Receipt.

Hi @Kiranmai:

This option call this function.

Hope this helps.

1 Like

@avc Thank you so much!!
But how can we find this type things?
In network tab i didn’t find this one.

Hi @Kiranmai:

You’re welcome, I’m really glad to help.

Inspect “Sources” tab on browser developer tools.
It will show all .js files involved on client interface.

1 Like

Awesome @avc. Thank you!