Erik Huelsmann

Results 308 comments of Erik Huelsmann

Only HTML templates are provided; for this to be fixed/implemented, the templates need to be converted to other formats.

Note that @sbts found this issue in 1.6, but this can't be fixed in 1.6 or 1.7 due to required changes in the API. The earliest we can fix this...

I think this is or should be included in #3994

Just to make sure what's intended here: do you mean you'd like to see a column with the applicable tax accounts? Or do you mean you'd like to see a...

> When you go to AR -> Reports -> AR Aging and try to filter, the only filter that seems to do anything is "Customer" -- the rest just seem...

You should be able to log into the PostgreSQL cluster using the `psql` command line client and set the password of the user: ```sql alter role lsmb_dbadmin password 'YOURPASSWORD'; ```

What is the exact `psql` command you use to connect to the database?

Hi, I don't understand how you can receive a "permission denied" error. As what user did you run that command? As the 'postgres' unix user? That should have connected you...

Try running ``` sudo -u postgres psql ``` And after that the `alter role` command

When you're looking at `postgres# ` type after that the `alter role` command (you can't edit pg_user): `alter role lsmb_dbadmin password 'YOURPASSWORD';`