I downloaded and installed v1.3.0 today (a fresh install). When I create an invoice, add a product and then click ‘save’ a PDF password is added automatically. In my system settings there’s no default PDF password defined.
How can I create an invoice without PDF password protection?
Open the file /application/modules/invoices/views/view.php
Replace line 43
invoice_password: $('#invoice_password').val(),
with
//invoice_password: $('#invoice_password').val(),
This disabled the password function temporarily, a fix for this will be released in the next days.
if you already added an invoice with a password you have to remove it directly from the database or replace it by an easy to remember password like “invoice” or something similar. Sorry for the inconvenience!
i check now and db is configured with utf8_general_ci
EDIT:
I clean totally database
I set utf8_general_ci
I configure a new installation of invoiceplane
I set password in settings (es. password)
When i save invoice after insert a row password is changed from “password” to “‘phZLVSuO00eYnTJldNI7J3Skqp5Ugt7A�]�V)�����’8uϧ��ja�M�C�9E%�yk�’”
New setup on a blank db after changed the Collation ti utf8…So:
-empty the db
-change collation
-setup invoice
-set password on settings
-new invoice with password
-save invoice
-the password is like posted before
I realized that, to empty the db is not enough! For me it worked after creating a db directly in utf-8 but even this seems to be buggy! So best thing is wait for the hotfix
I am running v1.4.3 and am running into the same issue. My client wants to merge my invoice with the attached details timesheet, but cannot do it because the invoice is secured.
The temporary fix above did not resolve the issue.
Is there a new setting that I am overlooking somewhere?