Erik Huelsmann
Erik Huelsmann
what happens if you run `psql -U lsmb_dbadmin -h 127.0.0.1 -d postgres` ? Does it ask for your password? What happens if you enter `YOURPASSWORD` ? Does it log you...
Well, based on the error, I have to conclude that you're sending the wrong password, because you did set it indeed. And the pg_hba.conf file does not deny this access...
I'd benefit from a thorough test case here.
Not saying this is by design, but it's impossible to block on an unfilled date field: template transactions allow empty date fields. At the moment, template transactions may be disabled...
Yep. On "Post" that makes sense, but because the transaction is incomplete, you're no longer being offered that button. I'm contemplating how to proceed on this topic: because the transaction...
> Not really. It just seems to me that simply refreshing the page, with no messages, and not proceeding to the next step, is unsatisfactory. Hmm. From the perspective of...
What we need here is a set of criteria when to *not* to show a button and when to show a button, but prevent its action when the button is...
Hi Roger, The point was that template transactions "need" the date to be empty. However, I get the point: it's not the main use-case, so maybe we can clear the...
The shipping address immutablility is on https://github.com/ehuelsmann/LedgerSMB/tree/features/immutable-addresses. The lack of immutability on the invoice stems (from what I inferred so far) from this query: https://github.com/ledgersmb/LedgerSMB/blob/d59ceb69444edbfe22d4443b0df9f8105e204ff5/old/lib/LedgerSMB/AA.pm#L630-L674 in AA.pm->get_name() which looks up...
The data you describe - if registered on the credit account - is shown in the Ship To screen. I'm however unable to assess where the data is getting saved...