How I can Cancel Auto Filter

Hello
How I can Cancel Auto Filter

Thanks in Advance

Hi @mohamed96,

I think, first, clear the filter of the sales invoices and then reload the page.

Then check it.

Thank You!

Thanks a lot Friend at first for help
but I need way to be make the default to be clear filter

thanks

@mohamed96 add some list view js . check this page.
Sales invoice has already a sales_invoice_list.js file . you can add another one in your app and then link it using the hooks file by adding this line:

doctype_list_js = {"Sales Invoice" : "public/js/sales_invoice_list.js"}

PS: sales invocie has no default filter . but if you change the filter , it will be saved and will be loaded the next time you open the list .