Re: [Ledger-smb-users] 4 Problems using lsmb

2008-10-04 Thread Chris Travers
On Tue, Sep 30, 2008 at 11:47 PM, Stroller <[EMAIL PROTECTED]> wrote: > > On 1 Oct 2008, at 04:17, david wrote: >> ... >> * AP transaction tax not calculated. >> >> Chris Travers explained to me why the tax is no longer calculated... > > Just in order to increase my understanding of ledgerSMB, coul

Re: [Ledger-smb-users] 4 Problems using lsmb

2008-10-04 Thread Chris Travers
On Wed, Oct 1, 2008 at 8:37 PM, david <[EMAIL PROTECTED]> wrote: > Chris Travers wrote: >> On Tue, Sep 30, 2008 at 8:17 PM, david <[EMAIL PROTECTED]> wrote: >>> The first two are serious issues for me - possibly show s >>> toppers. The second two look like minor bugs. >>> >>> >>> * AP transaction t

Re: [Ledger-smb-users] 4 Problems using lsmb

2008-10-04 Thread Stroller
On 1 Oct 2008, at 04:17, david wrote: > ... > * AP transaction tax not calculated. > > Chris Travers explained to me why the tax is no longer calculated... Just in order to increase my understanding of ledgerSMB, could you share this with us? I don't wish to inconvenience you and am not asking

[Ledger-smb-users] Return transaction

2008-10-04 Thread David Deller
Hi again, I'm trying to process a customer returning a product to us for a refund, via a Sales Invoice. Accounting is telling me our General Ledger comes out wrong when I do it this way. Could anyone suggest a method for obtaining the desired results? Sales Invoice (input): Record in: 40

[Ledger-smb-users] not calculating tax

2008-10-04 Thread david
I'm entering an AP transaction... The vendor is "tax included" and "tax payable". The tax rate is entered correctly under System/Taxes, but no tax is being calculated. Am I missing something? - This SF.Net email is sponso

Re: [Ledger-smb-users] not calculating tax

2008-10-04 Thread david
david wrote: > I'm entering an AP transaction... > > The vendor is "tax included" and "tax payable". The tax rate is entered > correctly under System/Taxes, but no tax is being calculated. > > Am I missing something? > I just found this: Changelog for 1.2.8 * Prevent AR Transaction scree

[Ledger-smb-users] 1.2.16-1 deb package stalls on install

2008-10-04 Thread Munroe Sollog
I tried to install the 1.2.16-1.deb available on alioth, after installing all of the dependencies I ran dpkg -i and it gets stuck at: Setting up ledgersmb (1.2.16-1) ... I'm not sure what is failing, should I just install it from source? Since it is a web app it won't be the end of the world to

Re: [Ledger-smb-users] how to clone a dataset?

2008-10-04 Thread Chris Travers
On Sun, Sep 28, 2008 at 1:16 AM, david <[EMAIL PROTECTED]> wrote: > I want to create a clone of a dataset except with a different dataset name and > different users. Both versions need to be "live" simultaneously. >From the command line: createdb -U postgres new_dbname pg_dump -U postgres -d old_

Re: [Ledger-smb-users] how to clone a dataset?

2008-10-04 Thread Jeff Kowalczyk
On Sun, 28 Sep 2008 18:16:24 +1000, david wrote: > I want to create a clone of a dataset except with a different dataset name > and > different users. Both versions need to be "live" simultaneously. I use convenience scripts to quickly and consistently backup and restore from the command line i