How to delete if there is Read Only!?

Hi there,

Is there any option to delete if there is read only status for invoices?

Please!!!

I found it, Thank you!

Read-only
InvoicePlane will set invoices to read-only based on its status and the invoice can’t be changed anymore. You can change the status that will be used for the read-only mode in the settings.
If you don’t want invoices to be set to read-only you can disable this feature. Open /application/config/config.php and replace
$config[‘disable_read_only’] = FALSE;
with
$config[‘disable_read_only’] = TRUE;

3 Likes