Re: [Ledger-smb-devel] Error updating an old transaction

2014-04-26 Thread Lyle
On 11/04/2014 00:18, Lyle wrote: On 10/04/2014 17:14, Lyle wrote: On 10/04/2014 16:11, Chris Travers wrote: I remember in lsmb 1.2 I had to run some code to enable old transactions to be updated. Is that this case in 1.3? Right. You can re-enable this by granting DELETE permissions

Re: [Ledger-smb-devel] Error updating an old transaction

2014-04-11 Thread Lyle
On 11/04/2014 01:15, Chris Travers wrote: So I guess my questions as I go into this process are: 1. How frequently do you find yourself having to modify a posted transaction? We have VAT every quarter. It's then that I review everything and make corrections. I'd say I make changes to aroun

Re: [Ledger-smb-devel] Error updating an old transaction

2014-04-10 Thread Chris Travers
On Thu, Apr 10, 2014 at 9:14 AM, Lyle wrote: > On 10/04/2014 16:11, Chris Travers wrote: > > > [Thu Apr 10 17:28:55 2014] [error] [client 192.168.1.40] Premature end of > script headers: ap.pl, referer: http://mydomain.com/ledgersmb/ap.pl > >> >> I remember in lsmb 1.2 I had to run some code to

Re: [Ledger-smb-devel] Error updating an old transaction

2014-04-10 Thread Lyle
On 10/04/2014 17:14, Lyle wrote: On 10/04/2014 16:11, Chris Travers wrote: I remember in lsmb 1.2 I had to run some code to enable old transactions to be updated. Is that this case in 1.3? Right. You can re-enable this by granting DELETE permissions on acc_trans. Thanks. For any

Re: [Ledger-smb-devel] Error updating an old transaction

2014-04-10 Thread Lyle
On 10/04/2014 18:03, Pongrácz István wrote: The Correct Way: The correct way to handle this is to void and re-enter the invoice. We have a void button at the bottom for this. That's ok if you know what you are doing and don't make many mistakes. It's just not workable for a casu

Re: [Ledger-smb-devel] Error updating an old transaction

2014-04-10 Thread Pongrácz István
> > > > > >The Correct Way: > > > >The correct way to handle this is to void and re-enter the invoice. We have a >void button >at the bottom for this. > > > > >That's ok if you know what you are doing and don't make many mistakes. It's >just not >workable for a casual user from my experience.

Re: [Ledger-smb-devel] Error updating an old transaction

2014-04-10 Thread Lyle
On 10/04/2014 16:11, Chris Travers wrote: [Thu Apr 10 17:28:55 2014] [error] [client 192.168.1.40] Premature end of script headers: ap.pl , referer: http://mydomain.com/ledgersmb/ap.pl I remember in lsmb 1.2 I had to run some code to enable old transactions to be updat

Re: [Ledger-smb-devel] Error updating an old transaction

2014-04-10 Thread Chris Travers
On Wed, Apr 9, 2014 at 9:31 AM, Lyle wrote: > Hi, > I'm getting errors when I try to update an old transaction. It's dying > in the SQL, but I'm not totally sure where as it's not giving me a line > number. The error is being captured, then then it's dying again in the > error reporting method

Re: [Ledger-smb-devel] Error updating an old transaction

2014-04-10 Thread Lyle
Chris, Is there is a solution to this? If not, do you have any caveats for me as I'll have to go hacking tonight. Unfortunately I have a deadline looming and I've already lost a lot of time on the upgrade and bug fixing :( It would be a shame to have to go back to 1.2 after all this effort.

Re: [Ledger-smb-devel] Error updating an old transaction

2014-04-09 Thread Pongrácz István
Hi, This repost is working with newer transactions in your setup? Can you reproduce the same situation in one of the demo sites available? ( http://ledgersmb.org/topic/hosting/demo ) Or maybe your books are closed? Cheers, István eredeti üzenet- Feladó: "Ly

Re: [Ledger-smb-devel] Error updating an old transaction

2014-04-09 Thread Lyle
On 09/04/2014 18:10, Pongrácz István wrote: Hi, Just shot in the dark, but your first error line refers to permission issue on update. The problem should be, as I checked the table definition, update is not possible for transactions, which is technically correct, as you have to fix old t

Re: [Ledger-smb-devel] Error updating an old transaction

2014-04-09 Thread Pongrácz István
Hi, Just shot in the dark, but your first error line refers to permission issue on update. The problem should be, as I checked the table definition, update is not possible for transactions, which is technically correct, as you have to fix old transaction with a reverse transaction and post a

[Ledger-smb-devel] Error updating an old transaction

2014-04-09 Thread Lyle
Hi, I'm getting errors when I try to update an old transaction. It's dying in the SQL, but I'm not totally sure where as it's not giving me a line number. The error is being captured, then then it's dying again in the error reporting method: [Thu Apr 10 17:28:55 2014] [error] [client 192.16